OSDN Git Service

Merge remote branch 'origin/master' into nptl
[uclinux-h8/uClibc.git] / libc /
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-27 Natanael Copadefine local stack_chk_guard for nptl
2009-11-26 Denys Vlasenkomake x86_64 struct utmp glibc-compatible
2009-11-26 Bernhard Reutner... sync confname, environments with glibc
2009-11-25 Bernhard Reutner... in6_{pktinfo,mtuinfo}: provide type if IPV6 is on
2009-11-24 Mike Frysingernommu: use MAP_UNINITIALIZE for mallocs
2009-11-24 Mike Frysingerbits/mmap.h: unify ala linux asm-generic efforts
2009-11-23 Bernhard Reutner... futimens: Ducument why we need manual hidden_proto
2009-11-23 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-22 Austin Foxleysh: Add new optimisation to the SH4 memcpy
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-22 Bernhard Reutner... include string.h for memset()
2009-11-20 Bernhard Reutner... futimens: add function
2009-11-20 Bernhard Reutner... ppoll: get NULL from stddef.h
2009-11-20 Bernhard Reutner... __assert: include unistd.h for smallint
2009-11-19 Peter S. Mazingersync some headers and disable unused prototypes
2009-11-19 Peter S. Mazingermsgrcv is of type ssize_t
2009-11-19 Bernhard Reutner... SUSv4: disable isascii, toascii, _toupper, _tolower
2009-11-19 Peter S. Mazingerassert: make linenumber unsigned
2009-11-19 Bernhard Reutner... DO_XSI_MATH: add config knob
2009-11-19 Bernhard Reutner... _Exit(): add weak alias to _exit() for C99
2009-11-14 Bernhard Reutner... realpath: SUSv4 compliant
2009-11-09 Mike Frysingerdisable _POSIX_SPAWN define
2009-11-09 Mike Frysingerregex: call memcpy() ourselves
2009-11-09 Mike Frysingersysctl: avoid inline initialization
2009-11-09 Mike Frysingerinet_ntop4: avoid inline initialization
2009-11-09 Mike Frysingersparc: use fputs to write to stderr
2009-11-09 Mike Frysingersparc: use HIDDEN_JUMPTARGET for errno
2009-11-09 Austin Foxleymake the sem_open changes actually compile
2009-11-09 Mikhail GusarovExtend __gen_tempname with mode argument
2009-10-22 Mike Frysingerdisable _POSIX_SPAWN define
2009-10-22 Mike Frysingerregex: call memcpy() ourselves
2009-10-22 Mike Frysingersysctl: avoid inline initialization
2009-10-22 Mike Frysingerinet_ntop4: avoid inline initialization
2009-10-22 Mike Frysingersparc: use fputs to write to stderr
2009-10-22 Mike Frysingersparc: use HIDDEN_JUMPTARGET for errno
2009-10-17 Austin Foxleywhitespace fixes
2009-10-17 Austin FoxleyuClibc_main: add the needed support for nptl
2009-10-17 Austin Foxleylibrt additions that are now possible with nptl
2009-10-17 Austin Foxleynptl provides sigaction and raise
2009-10-17 Austin Foxleycancellation support for a large amount of the required...
2009-10-17 Austin Foxleyuse *_not_cancel variants to avoid accidental cancellat...
2009-10-17 Austin Foxleyrework internal uClibc mutexes to support futex locking...
2009-10-17 Austin Foxleyarm specific bits needed for nptl
2009-10-17 Austin Foxleyi386 specific bit for nptl
2009-10-17 Austin Foxleymips specific bits needed for nptl
2009-10-17 Austin Foxleysh specific bits needed for nptl
2009-10-17 Austin Foxleysparc specific bits needed for nptl
2009-10-17 Austin Foxleysome tweaks under libc/ needed for nptl
2009-10-17 Austin Foxleymktemp does not depend on floats
2009-10-15 Mike Frysingermalloc: handle size overflows in realloc()
2009-10-15 Mike Frysingersparc qops: unify & shrink
2009-10-15 Mike Frysingeri386: use common INTERNAL_SYSCALL_ERROR_P
2009-10-14 Joseph MyersFix SH bits/kernel_types.h for new kernel headers.
2009-10-14 Denys Vlasenkocheck stat("/etc/resolv.conf") for errors
2009-10-13 Bernhard Reutner... libc/inet/resolv.c: reread resolv.conf if its mtime...
2009-10-10 Mike Frysingerdrop __BCC__ cruft from string code
2009-10-08 Bernhard Reutner... utime() is obsolescent in SUSv4
2009-10-08 Bernhard Reutner... ftw() is obsolescent in SUSv4
2009-10-08 Bernhard Reutner... link-time warning for obsolescent/removed network funcs
2009-10-08 Bernhard Reutner... Fix building arm EABI
2009-10-08 Mike Frysingerclean up O_CLOEXEC handling
2009-10-08 Mike Frysingerfcntl.h: drop unused/dead O_STREAMING
2009-10-05 Austin Foxleysparc: add stubs for more of the _Q* ops
2009-10-05 Bernhard Reutner... descriptive error message
2009-09-26 Austin Foxleyerrno.c: add tls versions of errno and h_errno
2009-09-26 Austin Foxleydl-support.c: add tls support
2009-09-26 Austin Foxleyresolv.c: add support for per thread res_state
2009-09-26 Daniel Jacobowitzmips: do not save variables in "hi" or "lo" across...
2009-09-25 Austin Foxleysparc specific bits/socket.h
2009-09-22 Stephan Raueadd timerfd syscall and header
2009-09-21 Austin Foxleysparc sigaction.c: fix the noted bugs by syncing up...
2009-09-19 Denys Vlasenkosigpause: remove libc_hidden_proto/def
2009-09-19 Denys Vlasenkosigwait: remove __sigwait and __GI_sigwait symbols...
2009-09-19 Denys Vlasenkoraise: remove unused hidden weak symbol __raise
2009-09-19 Denys Vlasenkolibc/misc/wctype/_wctype.c: make it more readable....
2009-09-19 Denys Vlasenkoremove a few more empty #if/#endif pairs
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-09-18 Bernhard Reutner... fix make {,install_}{,host}utils
2009-09-17 Bernhard Reutner... always define float_t as float
2009-09-15 Andrew Stubbssh/user.h: clean up conflicts from kernel user.h
2009-09-15 Mike Frysingerdaemon: fix up INTERNAL_SYSCALL() usage
2009-09-08 Denys Vlasenkosparc/sigaction.c: note possible bugs by comments....
2009-09-08 Denys Vlasenkostrsignal.c: whitespace fixes, no code changes (verifie...
2009-09-08 Denys Vlasenkotime.c: style cleanup. no code changes (verified with...
2009-09-08 Denys Vlasenkosimpler and shorter read_TZ_file() helper
2009-09-06 Denys Vlasenkowordexp.c: cleanup - remove old hidden_proto's; remove...
2009-09-06 Denys Vlasenkowordexp.c: fix a bug where we might close stdout
2009-09-06 Mike Frysingerfstatat: fix up behavior on 32/64 bit hosts
2009-09-06 Mike Frysingerxstatconv: drop useless hidden code
2009-09-06 Khem RajRevert "syscall.c: Use common syscall.c for ARM"
2009-09-05 Denys Vlasenkorexec.c: style fixes, no code chages (verified with...
2009-09-05 Denys Vlasenkorexec.c: small code shrink
2009-09-05 Denys Vlasenkocomment out "int rexecoptions"; make "char ahostbuf...
2009-09-05 Denys Vlasenkodo not save/restore errno around free() calls
2009-09-05 Denys Vlasenkodo not pass 3rd param to open() which do not create...
2009-09-05 Denys Vlasenkowtmp code: style fixes, no code changes
2009-09-05 Denys Vlasenkoremove(): slight readabability tweak, no code changes
2009-09-05 Denys Vlasenkoopensock: work correctly on IPv6-only config
next