| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-07-26 | Provide a generic empty version of __check_native. |  Pino Toscano | 1 | -0/+27 |
| 2012-07-25 | Rename __secure_getenv to secure_getenv |  Florian Weimer | 1 | -1/+1 |
| 2012-05-08 | tftp.h: rework layout to work with fortification |  Mike Frysinger | 1 | -9/+15 |
| 2012-03-23 | 2012-03-23 Daniel Jacobowitz <dmj@google.com> |  Paul Pluzhnikov | 1 | -5/+0 |
| 2012-03-07 | Remove distribute variable from Makefiles |  Ulrich Drepper | 1 | -3/+1 |
| 2012-02-09 | Replace FSF snail mail address with URLs. |  Paul Eggert | 77 | -231/+154 |
| 2012-01-07 | Remove pre-ISO C support |  Ulrich Drepper | 4 | -69/+69 |
| 2011-12-22 | Fix error code for too small input buffer to getnameinfo |  Ulrich Drepper | 1 | -5/+6 |
| 2011-12-03 | Fix more warnings |  Ulrich Drepper | 3 | -13/+238 |
| 2011-11-15 | Clean up internal fopen uses |  Ulrich Drepper | 2 | -7/+7 |
| 2011-10-31 | Cache network interface information |  Ulrich Drepper | 1 | -1/+17 |
| 2011-10-10 | Fix PLT use in getnetgrent_r |  Andreas Schwab | 1 | -3/+3 |
| 2011-10-07 | Implement caching of nscd |  Ulrich Drepper | 1 | -5/+60 |
| 2011-09-10 | Remove support for !USE___THREAD |  Ulrich Drepper | 2 | -23/+3 |
| 2011-07-06 | Fix typo in last patch |  Ulrich Drepper | 1 | -1/+1 |
| 2011-07-06 | Add the extra check also in innetgr |  Ulrich Drepper | 1 | -0/+5 |
| 2011-07-06 | Fix handling of chained netgroups |  Ulrich Drepper | 1 | -0/+5 |
| 2011-06-27 | Minimal cleanup in innetgr. |  Ulrich Drepper | 1 | -1/+1 |
| 2011-06-21 | Add missing DL_CALL_FCT |  Ulrich Drepper | 1 | -6/+8 |
| 2011-06-10 | Quash some new warnings from GCC 4.6. |  Roland McGrath | 1 | -5/+2 |
| 2011-05-05 | Don't use removed rpc headers |  Andreas Schwab | 1 | -1/+3 |
| 2011-05-01 | Fix getnameinfo flags parameter type. |  Bruno Haible | 1 | -2/+2 |
| 2009-06-15 | Fix type of nd_opt_home_agent_info_preference. |  Arnaud Ebalard | 1 | -2/+2 |
| 2009-05-16 | Remove redundant .gitignore files. |  Andreas Schwab | 1 | -6/+0 |
| 2009-05-15 | rename each .cvsignore file to .gitignore |  Jim Meyering | 1 | -0/+0 |
| 2009-04-26 | * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline |  Ulrich Drepper | 2 | -12/+22 |
| 2009-04-26 | * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init): |  Ulrich Drepper | 1 | -2/+3 |
| 2009-03-15 | [BZ #9880] |  Ulrich Drepper | 2 | -1/+155 |
| 2009-03-15 | [BZ #9881] |  Ulrich Drepper | 3 | -3/+42 |
| 2008-12-09 | * inet/Makefile (tests): Add tst-getni2. |  Ulrich Drepper | 2 | -1/+42 |
| 2008-12-09 | [BZ #7080] |  Ulrich Drepper | 3 | -1/+41 |
| 2008-05-14 | * sysdeps/posix/getaddrinfo.c: Implement handling of DCCP and |  Ulrich Drepper | 1 | -1/+5 |
| 2008-03-19 | Remove useless "if" before "free". |  Ulrich Drepper | 1 | -2/+1 |
| 2008-03-08 | [BZ #5774] |  Ulrich Drepper | 1 | -1/+1 |
| 2008-03-08 | [BZ #5760] |  Ulrich Drepper | 1 | -2/+6 |
| 2008-01-16 | [BZ #5607] |  Ulrich Drepper | 1 | -8/+20 |
| 2007-12-17 | 2007-12-17 Roland McGrath <roland@redhat.com> |  Roland McGrath | 1 | -5/+2 |
| 2007-12-07 | [BZ #5441, BZ #5452, BZ #5454] |  Ulrich Drepper | 3 | -8/+47 |
| 2007-11-14 | * include/ifaddrs.h: Remove in6ai_temporary. |  Ulrich Drepper | 1 | -1/+1 |
| 2007-10-30 | * nscd/Makefile (nscd-modules): Replace gethstbynm2_r with |  Ulrich Drepper | 7 | -23/+34 |
| 2007-10-11 | * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC. cvs/fedora-glibc-20071011T1636 |  Jakub Jelinek | 1 | -4/+2 |
| 2007-09-18 | * include/stdio.h (__isoc99_fscanf, __isoc99_scanf, |  Ulrich Drepper | 1 | -0/+3 |
| 2007-09-15 | Reset digit to 0 for inputs starting with "0x". |  Ulrich Drepper | 1 | -1/+1 |
| 2007-09-15 | 2007-09-14 Mike Frysinger <vapier@gentoo.org> |  Roland McGrath | 1 | -0/+1 |
| 2007-03-17 | * elf/dl-open.c (dl_open_worker): Declare l in 2 differentcvs/fedora-glibc-20070317T2130 |  Ulrich Drepper | 1 | -1/+2 |
| 2007-03-15 | [BZ #4181] |  Ulrich Drepper | 3 | -19/+226 |
| 2007-01-14 | * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): Correct |  Ulrich Drepper | 1 | -1/+3 |
| 2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #3483, BZ #3493, BZ #3514, BZ #3515, BZ #3664, BZ #3673, BZ #3674] |  Ulrich Drepper | 3 | -227/+20 |
| 2007-07-31 | . |  Jakub Jelinek | 3 | -20/+227 |
| 2006-09-20 | Also emit linker warnings for the RFC 2292 interfaces. |  Ulrich Drepper | 1 | -0/+12 |