summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-08-22Fix shadow, gshadow, networks, protocols, rpc, aliases, and nscd routines for...Roland McGrath
2012-08-22Add --disable-build-nscd configure option.Roland McGrath
2012-08-22BZ#13696: Add --disable-nscd configure option.Roland McGrath
2012-08-22Fix sed configure check for newer sed --version output.Dmitry V. Levin
2012-08-22Fix libc-start change for IRELless machines.Roland McGrath
2012-08-22 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_rJeff Law
2012-08-22rename V variable to lib-versionMike Frysinger
2012-08-22Leading-tabify ChangeLog.Roland McGrath
2012-08-22Fix ChangeLog format.Roland McGrath
2012-08-22Add versions of wcscpy, wcschr, wcsrchr for power6/power7.Will Schmidt
2012-08-21Micro-optimize critical path of strstr, strcase and memmem.Maxim Kuvyrkov
2012-08-21Use pointers for traversing arrays in strstr, strcasestr and memmem.Maxim Kuvyrkov
2012-08-21Detect EOL on-the-fly in strstr, strcasestr and memmem.Maxim Kuvyrkov
2012-08-21Optimize first-character loop of strstr, strcasestr and memmem.Maxim Kuvyrkov
2012-08-21Support static IFUNC calls irrespective of USE_MULTIARCH.Roland McGrath
2012-08-21Remove __ASSUME_FADVISE64_64_SYSCALL.Joseph Myers
2012-08-21[Powerpc] Tune/optimize powerpc{32,64}/power7/memchr.S.Will Schmidt
2012-08-20Fix typos in manual wrt syslog.Roland McGrath
2012-08-20Fix conditional on using DSOCAPS to match condition on defining it.Roland McGrath
2012-08-20Remove __ASSUME_SWAPCONTEXT_SYSCALL.Joseph Myers
2012-08-20Define __ASSUME_UTIMES for s390.Joseph Myers
2012-08-20Remove __ASSUME_MMAP2_SYSCALL.Joseph Myers
2012-08-20S/390: Remove 32 bit getrlimit.c.Andreas Krebbel
2012-08-18Fix last patch: Add missing DUMMY variableAndreas Jaeger
2012-08-18add attribute_hidden to __have_{sock_cloexec,pipe2,dup3Mike Frysinger
2012-08-18split assume pipe2/dup3/sock_cloexec knobsMike Frysinger
2012-08-17update linux nice.c include path too after recent file shuffleMike Frysinger
2012-08-17Quash warning in s_sincosl.Marek Polacek
2012-08-17Adjust old #include's of sysdeps/unix/time.c to point to sysdeps/posix/time.c...Roland McGrath
2012-08-17Make sysheaders available in config.make.Roland McGrath
2012-08-17Move some things from sysdeps/unix to sysdeps/posix.Roland McGrath
2012-08-17Fix rule dependency in last change.Roland McGrath
2012-08-172012-08-17 Jeff Law <law@redhat.com>Jeff Law
2012-08-17Merge unix/inet/syscalls.list into unix/syscalls.list.Roland McGrath
2012-08-17Fix getaddrinfo for [!_STATBUF_ST_NSEC] case.Roland McGrath
2012-08-17Make malloc build for no-threads configurations.Roland McGrath
2012-08-17Change type of constant to avoid a warning.Roland McGrath
2012-08-17Split sys/param.h out into common file and sysdeps bits/param.h file.Roland McGrath
2012-08-17Add a cast to silence a warning.Roland McGrath
2012-08-17Make libio compile without _IO_MTSAFE_IO.Roland McGrath
2012-08-17Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.Roland McGrath
2012-08-17Also set r->r_map when unmapping the first object in a namespace.Gary Benson
2012-08-16Do not pollute name space with internal_*netgrent functions.Roland McGrath
2012-08-16Update longlong.h from GCC.Joseph Myers
2012-08-16Suppress -Wunused-but-set warnings in GMP code.Roland McGrath
2012-08-16Fifth argument of la_pltenter() is not constant.Carlos O'Donell
2012-08-16Remove __ASSUME_POSIX_TIMERS.Joseph Myers
2012-08-15Fix dl-load.c for [!_LIBC_REENTRANT] case.Roland McGrath
2012-08-15Define __rtld_lock_initialize in stub bits/libc-lock.h file.Roland McGrath
2012-08-15Add a missing #include to dl-sym.c.Roland McGrath