| Commit message (Expand) | Author | Age | Files | Lines |
* | alpha: add conditional fdatasync support | Mike Frysinger | 2012-08-27 | 4 | -0/+79 |
* | Fix sign of zero on strtod underflow (bug 14519). | Joseph Myers | 2012-08-27 | 5 | -2/+117 |
* | Fix strtod rounding (bug 3479). | Joseph Myers | 2012-08-27 | 10 | -42/+7634 |
* | Fix strtod integer/buffer overflow (bug 14459). | Joseph Myers | 2012-08-27 | 5 | -33/+178 |
* | Fix some typos in comments. | Marek Polacek | 2012-08-25 | 2 | -3/+7 |
* | Fix tst-rfc3484* build failures from USE_NSCD move to config.h. | Roland McGrath | 2012-08-23 | 4 | -0/+9 |
* | Check floating-point ABI in ARM VALID_ELF_HEADER. | Steve McIntyre | 2012-08-23 | 4 | -3/+29 |
* | Make dl-fxstatat64.c include of fxstatat64.c use <> not "". | Joseph Myers | 2012-08-23 | 2 | -1/+6 |
* | Fix shadow, gshadow, networks, protocols, rpc, aliases, and nscd routines for... | Roland McGrath | 2012-08-22 | 40 | -38/+195 |
* | Clean up MIPS stat64 handling. | Joseph Myers | 2012-08-22 | 5 | -0/+149 |
* | Add --disable-build-nscd configure option. | Roland McGrath | 2012-08-22 | 6 | -1/+37 |
* | BZ#13696: Add --disable-nscd configure option. | Roland McGrath | 2012-08-22 | 17 | -48/+163 |
* | Fix sed configure check for newer sed --version output. | Dmitry V. Levin | 2012-08-22 | 3 | -2/+8 |
* | Fix libc-start change for IRELless machines. | Roland McGrath | 2012-08-22 | 2 | -7/+13 |
* | Move bug number to correct section of NEWS. | Joseph Myers | 2012-08-22 | 1 | -2/+2 |
* | * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r | Jeff Law | 2012-08-22 | 3 | -3/+14 |
* | rename V variable to lib-version | Mike Frysinger | 2012-08-22 | 2 | -2/+7 |
* | Leading-tabify ChangeLog. | Roland McGrath | 2012-08-22 | 1 | -2/+2 |
* | Fix ChangeLog format. | Roland McGrath | 2012-08-22 | 1 | -5/+2 |
* | Add versions of wcscpy, wcschr, wcsrchr for power6/power7. | Will Schmidt | 2012-08-22 | 8 | -2/+298 |
* | Micro-optimize critical path of strstr, strcase and memmem. | Maxim Kuvyrkov | 2012-08-21 | 4 | -1/+18 |
* | Use pointers for traversing arrays in strstr, strcasestr and memmem. | Maxim Kuvyrkov | 2012-08-21 | 3 | -18/+55 |
* | Detect EOL on-the-fly in strstr, strcasestr and memmem. | Maxim Kuvyrkov | 2012-08-21 | 7 | -15/+108 |
* | Optimize first-character loop of strstr, strcasestr and memmem. | Maxim Kuvyrkov | 2012-08-21 | 2 | -1/+20 |
* | Support static IFUNC calls irrespective of USE_MULTIARCH. | Roland McGrath | 2012-08-21 | 3 | -46/+43 |
* | Remove __ASSUME_FADVISE64_64_SYSCALL. | Joseph Myers | 2012-08-21 | 10 | -152/+50 |
* | [Powerpc] Tune/optimize powerpc{32,64}/power7/memchr.S. | Will Schmidt | 2012-08-21 | 3 | -44/+125 |
* | Fix typos in manual wrt syslog. | Roland McGrath | 2012-08-20 | 2 | -2/+6 |
* | Fix conditional on using DSOCAPS to match condition on defining it. | Roland McGrath | 2012-08-20 | 2 | -1/+6 |
* | Remove __ASSUME_SWAPCONTEXT_SYSCALL. | Joseph Myers | 2012-08-20 | 5 | -21/+14 |
* | Define __ASSUME_UTIMES for s390. | Joseph Myers | 2012-08-20 | 2 | -2/+7 |
* | Remove __ASSUME_MMAP2_SYSCALL. | Joseph Myers | 2012-08-20 | 15 | -185/+69 |
* | S/390: Remove 32 bit getrlimit.c. | Andreas Krebbel | 2012-08-20 | 2 | -1/+4 |
* | Add bug number to NEWS. | Joseph Myers | 2012-08-19 | 1 | -3/+3 |
* | Fix last patch: Add missing DUMMY variable | Andreas Jaeger | 2012-08-18 | 2 | -2/+6 |
* | add attribute_hidden to __have_{sock_cloexec,pipe2,dup3 | Mike Frysinger | 2012-08-18 | 3 | -4/+11 |
* | split assume pipe2/dup3/sock_cloexec knobs | Mike Frysinger | 2012-08-18 | 3 | -6/+21 |
* | update linux nice.c include path too after recent file shuffle | Mike Frysinger | 2012-08-17 | 2 | -1/+5 |
* | Quash warning in s_sincosl. | Marek Polacek | 2012-08-17 | 2 | -2/+7 |
* | Adjust old #include's of sysdeps/unix/time.c to point to sysdeps/posix/time.c... | Roland McGrath | 2012-08-17 | 3 | -3/+5 |
* | Make sysheaders available in config.make. | Roland McGrath | 2012-08-17 | 4 | -0/+8 |
* | Move some things from sysdeps/unix to sysdeps/posix. | Roland McGrath | 2012-08-17 | 7 | -0/+17 |
* | Fix rule dependency in last change. | Roland McGrath | 2012-08-17 | 2 | -2/+6 |
* | 2012-08-17 Jeff Law <law@redhat.com> | Jeff Law | 2012-08-17 | 5 | -133/+31 |
* | Merge unix/inet/syscalls.list into unix/syscalls.list. | Roland McGrath | 2012-08-17 | 3 | -23/+24 |
* | Fix typo in last change. | Roland McGrath | 2012-08-17 | 1 | -1/+1 |
* | Fix getaddrinfo for [!_STATBUF_ST_NSEC] case. | Roland McGrath | 2012-08-17 | 2 | -2/+42 |
* | Make malloc build for no-threads configurations. | Roland McGrath | 2012-08-17 | 4 | -12/+25 |
* | Change type of constant to avoid a warning. | Roland McGrath | 2012-08-17 | 2 | -2/+7 |
* | Split sys/param.h out into common file and sysdeps bits/param.h file. | Roland McGrath | 2012-08-17 | 8 | -163/+144 |