Age | Commit message (Expand) | Author | Files | Lines |
2018-04-02 | hurd: Avoid some PLTs in libc and librt | Samuel Thibault | 3 | -3/+3 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 19 | -19/+19 |
2017-10-01 | Hide internal __tcgetattr function [BZ #18822] | H.J. Lu | 1 | -0/+1 |
2017-09-28 | hurd: Fix `revoke' symbol exposition from `unlockpt' | Samuel Thibault | 1 | -1/+1 |
2017-06-20 | Factor out shared definitions from bits/signum.h. | Zack Weinberg | 1 | -48/+10 |
2017-06-05 | Define SIG_HOLD for XPG4 (bug 21538). | Joseph Myers | 1 | -1/+1 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 19 | -19/+19 |
2016-05-23 | Make padding in struct sockaddr_storage explicit [BZ #20111] | Florian Weimer | 1 | -1/+4 |
2016-04-14 | Remove union wait [BZ #19613] | Florian Weimer | 3 | -3/+3 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 19 | -19/+19 |
2015-10-19 | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers | 12 | -36/+12 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 19 | -19/+19 |
2014-11-14 | Remove sigvec. | Roland McGrath | 2 | -2/+0 |
2014-11-07 | Remove __libc_waitpid function name. | Joseph Myers | 1 | -4/+3 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 19 | -19/+19 |
2013-12-22 | Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd. | Joseph Myers | 15 | -12/+6 |
2013-12-17 | Remove unused files from sysdeps/unix/bsd/bsd4.4/bits/. | Joseph Myers | 2 | -452/+0 |
2013-12-17 | Remove various unused files from sysdeps/unix/bsd/. | Joseph Myers | 27 | -1534/+0 |
2013-08-29 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-08-27 | Replace generic bits/socket.h with 4.4 file. | Roland McGrath | 1 | -358/+0 |
2013-08-27 | Flesh out 4.4 bits/socket.h with SOCK_CLOEXEC, SOCK_NONBLOCK. | Roland McGrath | 1 | -1/+17 |
2013-06-08 | Use (void) in no-arguments function definitions. | Joseph Myers | 1 | -1/+1 |
2013-06-05 | Remove trailing whitespace. | Joseph Myers | 1 | -1/+1 |
2013-01-23 | ulimit: remove buggy bsd implementation | Pino Toscano | 1 | -91/+0 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 45 | -46/+45 |
2012-11-04 | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge | 1 | -1/+0 |
2012-10-03 | Remove sysdeps/unix/bsd/confstr.h file. | Roland McGrath | 1 | -1/+0 |
2012-10-01 | Get rid of unused __swblk_t type. | Roland McGrath | 1 | -1/+0 |
2012-08-07 | Make the bsd4.4/bits/fcntl.h be the generic one. | Roland McGrath | 1 | -145/+0 |
2012-08-07 | Update bsd4.4/bits/fcntl.h to match modern NetBSD bits. | Roland McGrath | 1 | -20/+53 |
2012-08-07 | Make the bsd4.4/bits/dirent.h be the generic one. | Roland McGrath | 1 | -59/+0 |
2012-08-07 | Define _DIRENT_MATCHES_DIRENT64 in bsd4.4/bits/dirent.h | Roland McGrath | 1 | -1/+6 |
2012-08-06 | Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t. | Roland McGrath | 1 | -0/+5 |
2012-05-17 | Add __fsword_t and use it in bits/statfs.h | H.J. Lu | 1 | -0/+1 |
2012-05-16 | Fold copyright years | H.J. Lu | 1 | -1/+1 |
2012-05-15 | Remove __snseconds_t | H.J. Lu | 1 | -2/+1 |
2012-05-15 | Add __syscall_slong_t and __syscall_ulong_t | H.J. Lu | 1 | -0/+2 |
2012-05-04 | Merge sysdeps/unix/common into sysdeps/unix. | Joseph Myers | 1 | -3/+0 |
2012-05-04 | Remove unused sysdeps/unix/bsd/ files. | Joseph Myers | 7 | -557/+0 |
2012-04-24 | Remove unused sysdeps/unix/system.c. | Joseph Myers | 1 | -2/+0 |
2012-04-24 | Merge sysdeps/unix/mman into sysdeps/unix. | Joseph Myers | 1 | -2/+0 |
2012-04-11 | Add __snseconds_t and __SNSECONDS_T_TYPE | H.J. Lu | 1 | -0/+1 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 53 | -159/+106 |
2011-09-09 | Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr | Ulrich Drepper | 1 | -2/+2 |
2010-04-28 | BZ #11538: Fix ttyname_r callers not to expect errno was set. | Bruno Haible | 1 | -3/+8 |
2010-01-11 | Fix double-inclusion problem of bits/stat.h. | Ulrich Drepper | 1 | -0/+5 |
2010-01-09 | Add support for XPG7 testing. | Ulrich Drepper | 1 | -2/+2 |
2008-07-02 | 2008-07-01 Samuel Thibault <samuel.thibault@ens-lyon.org> | Roland McGrath | 1 | -1/+3 |
2007-10-11 | * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC. cvs/fedora-glibc-20071011T1636 | Jakub Jelinek | 1 | -1/+1 |
2007-03-17 | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 1 | -2/+2 |