September 2009 Archives by subject
Starting: Sat Sep 5 19:28:31 UTC 2009
Ending: Sun Sep 27 19:24:31 UTC 2009
Messages: 147
- [git commit master] add timerfd syscall and header
Austin Foxley
- [git commit master] always define float_t as float
Bernhard Reutner-Fischer
- [git commit master] CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure
Denys Vlasenko
- [git commit master] CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure
Mike Frysinger
- [git commit master] comment out "int rexecoptions"; make "char ahostbuf[]" static (was hidden)
Denys Vlasenko
- [git commit master] Config.in: enable TLS config option only for nptl
Austin Foxley
- [git commit master] convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Bernd Schmidt
- [git commit master] convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
- [git commit master] daemon: fix up INTERNAL_SYSCALL() usage
Mike Frysinger
- [git commit master] dl-support.c: add tls support
Austin Foxley
- [git commit master] do not pass 3rd param to open() which do not create files
Mike Frysinger
- [git commit master] do not pass 3rd param to open() which do not create files
Denys Vlasenko
- [git commit master] do not save/restore errno around free() calls
Denys Vlasenko
- [git commit master] doc/: typo fix
Austin Foxley
- [git commit master] docs/defines.txt: add a note about possibly obsolete __LDBL_COMPAT
Denys Vlasenko
- [git commit master] document ARCH=
Bernhard Reutner-Fischer
- [git commit master] errno.c: add tls versions of errno and h_errno
Austin Foxley
- [git commit master] fix make {,install_}{,host}utils
Bernhard Reutner-Fischer
- [git commit master] fstatat: fix up behavior on 32/64 bit hosts
Mike Frysinger
- [git commit master] handle make ARCH= config
Bernhard Reutner-Fischer
- [git commit master] include/: add tls errno and res_state
Austin Foxley
- [git commit master] lckpwdf: remove a wrong comment and one write-only variable
Denys Vlasenko
- [git commit master] ldso/: tls support for dynamic linker
Austin Foxley
- [git commit master] libc/misc/wctype/_wctype.c: make it more readable. no code changes
Denys Vlasenko
- [git commit master] math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATH
Mike Frysinger
- [git commit master] math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATH
Denys Vlasenko
- [git commit master] md5 passwords: reduce static usage
Denys Vlasenko
- [git commit master] mips: do not save variables in "hi" or "lo" across system calls
Mike Frysinger
- [git commit master] No need for a libresolv stub
Bernhard Reutner-Fischer
- [git commit master] opensock: work correctly on IPv6-only config
Denys Vlasenko
- [git commit master] raise: remove unused hidden weak symbol __raise
Denys Vlasenko
- [git commit master] remove a few more empty #if/#endif pairs
Denys Vlasenko
- [git commit master] remove(): slight readabability tweak, no code changes
Denys Vlasenko
- [git commit master] resolv.c: add support for per thread res_state
Austin Foxley
- [git commit master] Revert "default ?conf to native arch"
Bernhard Reutner-Fischer
- [git commit master] Revert "syscall.c: Use common syscall.c for ARM"
Khem Raj
- [git commit master] rexec.c: small code shrink
Denys Vlasenko
- [git commit master] rexec.c: style fixes, no code chages (verified with objdump)
Denys Vlasenko
- [git commit master] setup attribute_optimize which comes with gcc-4.4+
Mike Frysinger
- [git commit master] sh/user.h: clean up conflicts from kernel user.h
Mike Frysinger
- [git commit master] sigpause: remove libc_hidden_proto/def
Denys Vlasenko
- [git commit master] sigwait: remove __sigwait and __GI_sigwait symbols - they are unused
Denys Vlasenko
- [git commit master] simpler and shorter read_TZ_file() helper
Denys Vlasenko
- [git commit master] sparc sigaction.c: fix the noted bugs by syncing up with glibc
Austin Foxley
- [git commit master] sparc specific bits/socket.h
Austin Foxley
- [git commit master] sparc/sigaction.c: note possible bugs by comments. style fixes
Denys Vlasenko
- [git commit master] strsignal.c: whitespace fixes, no code changes (verified with objdump)
Denys Vlasenko
- [git commit master] sys/mount.h: sync with latest glibc
Mike Frysinger
- [git commit master] time.c: style cleanup. no code changes (verified with objdump)
Denys Vlasenko
- [git commit master] trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
- [git commit master] utent.c: fix a few bugs, and shrink a bit
Denys Vlasenko
- [git commit master] wordexp.c: cleanup - remove old hidden_proto's; remove unused parameter
Denys Vlasenko
- [git commit master] wordexp.c: fix a bug where we might close stdout
Denys Vlasenko
- [git commit master] wtmp code: style fixes, no code changes
Denys Vlasenko
- [git commit master] xstatconv: drop useless hidden code
Mike Frysinger
- [git commit nptl] add a __resp ptr for the no threads case
Austin Foxley
- [git commit nptl] add i386 ldso tls support
Austin Foxley
- [git commit nptl] add non realtime sigwait from master and cleanup a bit
Austin Foxley
- [git commit nptl] add timerfd syscall and header
Austin Foxley
- [git commit nptl] always define float_t as float
Bernhard Reutner-Fischer
- [git commit nptl] build C files within arch subfolders.
Giuseppe Cavallaro
- [git commit nptl] CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure
Denys Vlasenko
- [git commit nptl] comment out "int rexecoptions"; make "char ahostbuf[]" static (was hidden)
Denys Vlasenko
- [git commit nptl] convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
- [git commit nptl] daemon: fix up INTERNAL_SYSCALL() usage
Mike Frysinger
- [git commit nptl] do not pass 3rd param to open() which do not create files
Denys Vlasenko
- [git commit nptl] do not save/restore errno around free() calls
Denys Vlasenko
- [git commit nptl] doc/: typo fix
Austin Foxley
- [git commit nptl] docs/defines.txt: add a note about possibly obsolete __LDBL_COMPAT
Denys Vlasenko
- [git commit nptl] document ARCH=
Bernhard Reutner-Fischer
- [git commit nptl] Fix __attribute__ (( __attribute__ ((noreturn)))), which doesn't compile.
Rob Landley
- [git commit nptl] fix make {,install_}{,host}utils
Bernhard Reutner-Fischer
- [git commit nptl] fstatat: fix up behavior on 32/64 bit hosts
Mike Frysinger
- [git commit nptl] guard sysdep-cancel.h include under define
Austin Foxley
- [git commit nptl] guard sysdep.h include with correct define
Austin Foxley
- [git commit nptl] guard tls.h include
Austin Foxley
- [git commit nptl] handle make ARCH= config
Bernhard Reutner-Fischer
- [git commit nptl] i386 nptl: fix PSEUDO_END
Austin Foxley
- [git commit nptl] i386/arm nptl warning fixes
Austin Foxley
- [git commit nptl] lckpwdf: remove a wrong comment and one write-only variable
Denys Vlasenko
- [git commit nptl] libc/misc/wctype/_wctype.c: make it more readable. no code changes
Denys Vlasenko
- [git commit nptl] librt/: fix build for no threads case
Austin Foxley
- [git commit nptl] math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATH
Denys Vlasenko
- [git commit nptl] md5 passwords: reduce static usage
Denys Vlasenko
- [git commit nptl] mips nptl: Cleanup up _ABI64 warnings
Austin Foxley
- [git commit nptl] No need for a libresolv stub
Bernhard Reutner-Fischer
- [git commit nptl] not-cancel: use *_not_cancel variants directly
Austin Foxley
- [git commit nptl] nptl/: fix .dep files not working for libpthread.a
Austin Foxley
- [git commit nptl] nptl/: no need to regen these headers every make
Austin Foxley
- [git commit nptl] nptl/: no need to regen these headers every make
Carmelo Amoroso
- [git commit nptl] nptl/: no need to regen these headers every make
Austin Foxley
- [git commit nptl] nptl_db: Reinstate version.h for nptl
Carmelo Amoroso
- [git commit nptl] only try to build nptl libpthread if UCLIBC_HAS_THREADS
Austin Foxley
- [git commit nptl] open_not_cancel macro requires all three args
Austin Foxley
- [git commit nptl] opensock: work correctly on IPv6-only config
Denys Vlasenko
- [git commit nptl] raise: remove unused hidden weak symbol __raise
Denys Vlasenko
- [git commit nptl] remove a few more empty #if/#endif pairs
Denys Vlasenko
- [git commit nptl] remove(): slight readabability tweak, no code changes
Denys Vlasenko
- [git commit nptl] Revert "default ?conf to native arch"
Bernhard Reutner-Fischer
- [git commit nptl] Revert "syscall.c: Use common syscall.c for ARM"
Khem Raj
- [git commit nptl] Revert part of ecd7069ac6
Austin Foxley
- [git commit nptl] rexec.c: small code shrink
Denys Vlasenko
- [git commit nptl] rexec.c: style fixes, no code chages (verified with objdump)
Denys Vlasenko
- [git commit nptl] setup attribute_optimize which comes with gcc-4.4+
Mike Frysinger
- [git commit nptl] sh/user.h: clean up conflicts from kernel user.h
Andrew Stubbs
- [git commit nptl] sh: add a new memmove optimised for SH4
Giuseppe Cavallaro
- [git commit nptl] sh: add a new memmove optimised for SH4
Austin Foxley
- [git commit nptl] sh: add a new memmove optimised for SH4
Carmelo Amoroso
- [git commit nptl] sh: add assembly memchr from Kernel
Giuseppe Cavallaro
- [git commit nptl] sh: add assembly memset from Kernel and optimise it for SH4
Giuseppe Cavallaro
- [git commit nptl] sh: add assembly strcpy and strncpy
Giuseppe Cavallaro
- [git commit nptl] sh: add assembly strlen from Kernel
Giuseppe Cavallaro
- [git commit nptl] sh: Add new optimisation to the SH4 memcpy
Giuseppe Cavallaro
- [git commit nptl] sigpause: remove libc_hidden_proto/def
Denys Vlasenko
- [git commit nptl] sigwait: remove __sigwait and __GI_sigwait symbols - they are unused
Denys Vlasenko
- [git commit nptl] sigwait: remove __sigwait for realtime case as well
Austin Foxley
- [git commit nptl] simpler and shorter read_TZ_file() helper
Denys Vlasenko
- [git commit nptl] sparc nptl: make sure correct clone.S and pt-vfork.S get in libpthread
Austin Foxley
- [git commit nptl] sparc sigaction.c: fix the noted bugs by syncing up with glibc
Austin Foxley
- [git commit nptl] sparc specific bits/socket.h
Austin Foxley
- [git commit nptl] sparc/Makefile.arch: add back missing fork/vfork for non threads case
Austin Foxley
- [git commit nptl] sparc/sigaction.c: note possible bugs by comments. style fixes
Denys Vlasenko
- [git commit nptl] spent this morning beating i386 nptl into shape
Austin Foxley
- [git commit nptl] strsignal.c: whitespace fixes, no code changes (verified with objdump)
Denys Vlasenko
- [git commit nptl] support O= for nptl too
Austin Foxley
- [git commit nptl] sync up bfin reloc names to master
Austin Foxley
- [git commit nptl] sys/mount.h: sync with latest glibc
Mike Frysinger
- [git commit nptl] time.c: style cleanup. no code changes (verified with objdump)
Denys Vlasenko
- [git commit nptl] TLS only even builds for nptl, so restrict it to that
Austin Foxley
- [git commit nptl] tls: test for DTV vs TCB at TP correctly
Austin Foxley
- [git commit nptl] trim Experimentally off and uncommented hidden
Austin Foxley
- [git commit nptl] uClibc_mutex.h: define non-thread versions of all the io-mutex macros
Austin Foxley
- [git commit nptl] use correct define to guard non tls errno
Austin Foxley
- [git commit nptl] use proper macros
Austin Foxley
- [git commit nptl] utent.c: fix a few bugs, and shrink a bit
Denys Vlasenko
- [git commit nptl] utent.c: fix a few bugs, and shrink a bit
Austin Foxley
- [git commit nptl] utent.c: fix a few bugs, and shrink a bit
Bernhard Reutner-Fischer
- [git commit nptl] utent.c: fix a few bugs, and shrink a bit
Denys Vlasenko
- [git commit nptl] utent.c: fix a few bugs, and shrink a bit
Mike Frysinger
- [git commit nptl] warning fixes
Austin Foxley
- [git commit nptl] wordexp.c: cleanup - remove old hidden_proto's; remove unused parameter
Denys Vlasenko
- [git commit nptl] wordexp.c: fix a bug where we might close stdout
Denys Vlasenko
- [git commit nptl] wtmp code: style fixes, no code changes
Denys Vlasenko
- [git commit nptl] xstatconv: drop useless hidden code
Mike Frysinger
- [git commit synch] Commit MERGE into synch with uclibc.org/nptl
Carmelo Amoroso
- [git commit synch] Commit MERGE into synch with uclibc.org/nptl
Carmelo Amoroso
- [git commit] build: Include Makefile.commonarch from common Makefile.in
Carmelo AMOROSO
Last message date:
Sun Sep 27 19:24:31 UTC 2009
Archived on: Sun Sep 27 19:25:07 UTC 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).