OSDN Git Service

getconf: move to utils/
[uclinux-h8/uclibc-ng.git] / libc /
2010-04-06 Gabor JuhosFix use-after-free bug in __dns_lookup
2010-04-06 Denys Vlasenkoi386/bits/syscalls.h: more compact, but stack-hungry...
2010-04-06 Denys Vlasenkoi386/bits/syscalls.h: explain _BITS_SYSCALLS_ASM
2010-04-06 Denys Vlasenkoi386/bits/syscalls.h: generate better code using more...
2010-04-06 Denys Vlasenkoi386/bits/syscalls.h: explain how it works. no code...
2010-04-05 Denys Vlasenkoutent: do not create extra static functions if !THREADS
2010-04-04 Denys Vlasenkoregex_old: convert static flag variable to smallint
2010-04-04 Denys Vlasenkogetutid is not used internally, removing hidden_proto
2010-03-30 Bernhard Reutner... resolv: DEBUG-print nameserver we talk to
2010-03-25 Bernhard Reutner... prettify make clean
2010-03-18 Tobias Klausernios2: Define INTERNAL_SYSCALL_NCS, use common sycall...
2010-03-18 Tobias Klausernios2: Update fcntl.h from m68k
2010-03-17 Michael Deutschmannlift printf field width limit
2010-03-16 Tobias Klausernios2: Add sys/user.h
2010-03-05 Bernhard Reutner... pull kernel-features.h from NPTL
2010-03-04 Bernhard Reutner... poll: unavailable on linux < 2.2.0
2010-02-10 Carmelo Amorosolibc_sh: Update memcpy to use the ENTRY macro
2010-02-10 Carmelo Amorosolibc_sh: Add a sysdep header for sh
2010-02-10 Carmelo Amorosolibc: Add a common sysdep header
2010-02-05 Atsushi Nemotogetdents: Fix mips64 build
2010-02-05 Bernhard Reutner... prctl: silence shadow warnings
2010-02-03 Austin FoxleyUnbreak build for sparc on some config's
2010-02-03 Bernhard Reutner... __uClibc_main: use __pagesize to protect against recursion
2010-02-03 Filippo Arcidiaconolibc: Fix l64a to return the correct buffer pointer
2010-02-03 Denys Vlasenkopowerpc/bits/sysdep.h: move confusingly placed #undef
2010-02-02 Denys Vlasenko/etc/resolv.conf: support "timeout:n" and "attempts...
2010-02-02 Denys Vlasenkoremove two checks for gettimeofday error
2010-02-02 Denys Vlasenkotime,times: stop interpreting negative return values...
2010-02-01 Khem Rajerrno: hide __libc_resp, __libc_errno, and __libc_h_errno
2010-01-26 Bernhard Reutner... convert to foo-y kbuild style
2010-01-24 Denys Vlasenkowchar.c: fix indentation
2010-01-23 Bernhard Reutner... gethostid: switch to getaddrinfo and shrink
2010-01-23 Bernhard Reutner... getprotoent_r: use correct define for return value
2010-01-23 Bernhard Reutner... fix typo in previous commit
2010-01-23 Bernhard Reutner... silence some warnings about unused params
2010-01-23 Bernhard Reutner... libc/inet: mark other odd /etc/conf/ spot
2010-01-23 Bernhard Reutner... libc/inet: set path to resolver file via CPP
2010-01-23 Bernhard Reutner... libc/inet: convert to foo-y kbuild style
2010-01-22 Bernhard Reutner... silence warning about implicit decl of sysctl
2010-01-21 Hans-Christian Egtvedtavr32: add varargs handling of prctl syscall
2010-01-21 Bernhard Reutner... wordexp: silence shadow warning
2010-01-21 Bernhard Reutner... fix typo in version mismatch msg
2010-01-21 Bernhard Reutner... ether_line: fix build for socket && !ip
2010-01-16 Bernhard Reutner... futimens: add missing local prototype
2010-01-16 Yoshinori Satoinclude unistd.h for smallint
2010-01-14 Khem Rajmips/nptl: Pass correct parameters to dl_find_hash...
2010-01-09 Denys Vlasenkoctime: do not use static struct tm buffer
2009-12-19 Freeman Wangmalloc: fix race condition and other bugs in the no...
2009-12-19 Austin Foxleyx86_64: fix multiple definition of chk functions
2009-12-17 Hans-Christian Egtvedtcheck if USE_TLS is defined before use
2009-12-16 Carmelo Amorosolibc: Remove pointless header string.h
2009-12-16 Carmelo Amorosolibc: Add missing header for memset
2009-12-16 Carmelo Amorosobuild: Get rids of PIC macro using compiler flag __PIC_...
2009-12-14 Giuseppe Cavallarosh: fix endianess and optimise the SH4 memcpy
2009-12-13 Denys Vlasenkosyslog: use send(MSG_NOSIGNAL) instead of write, thus...
2009-12-13 Denys Vlasenkosyslog: fix openlog(xx, LOG_KERN) and optimize a bit
2009-12-11 Khem RajInclude bits/libc-lock.h to get __libc_once_define
2009-12-03 Carmelo Amorososh: Add a prototype for the gcc __set_fpscr internal...
2009-12-01 Austin FoxleyuClibc_ctype.h: fix inverted check for susv4 macro
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-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-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 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
next