| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate Linux msgrcv implementation | Adhemerval Zanella | 2016-12-28 | 1 | -1/+0 |
* | Consolidate Linux msgctl implementation | Adhemerval Zanella | 2016-12-28 | 3 | -3/+1 |
* | Refactor Linux ipc_priv header | Adhemerval Zanella | 2016-12-28 | 1 | -1/+32 |
* | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 2016-12-21 | 1 | -0/+3 |
* | Add fmaxmag, fminmag functions. | Joseph Myers | 2016-12-20 | 1 | -0/+6 |
* | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 2016-12-16 | 1 | -0/+2 |
* | Refactor long double information into bits/long-double.h. | Joseph Myers | 2016-12-14 | 1 | -11/+0 |
* | Add getentropy, getrandom, <sys/random.h> [BZ #17252] | Florian Weimer | 2016-12-12 | 1 | -0/+2 |
* | Add llogb, llogbf, llogbl. | Joseph Myers | 2016-12-02 | 1 | -0/+3 |
* | ld.so: Remove __libc_memalign | Florian Weimer | 2016-11-30 | 2 | -5/+3 |
* | Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628] | Florian Weimer | 2016-11-30 | 1 | -0/+3 |
* | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 2016-11-24 | 1 | -0/+3 |
* | Remove cached PID/TID in clone | Adhemerval Zanella | 2016-11-24 | 2 | -31/+0 |
* | Allow [f]statfs64 to alias [f]statfs | Steve Ellcey | 2016-11-22 | 1 | -0/+1 |
* | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 2016-11-19 | 1 | -0/+3 |
* | Consolidate Linux setrlimit and getrlimit implementation | Adhemerval Zanella | 2016-11-17 | 1 | -0/+3 |
* | Make Alpha <sys/user.h> self-contained. | Joseph Myers | 2016-11-17 | 1 | -0/+1 |
* | Update alpha localplt.data. | Joseph Myers | 2016-11-08 | 1 | -11/+11 |
* | Consolidate lseek/lseek64/llseek implementations | Adhemerval Zanella | 2016-11-08 | 1 | -1/+1 |
* | Define __ASSUME_ST_INO_64_BIT on all platforms. | Steve Ellcey | 2016-11-07 | 1 | -0/+1 |
* | nptl: Document the reason why __kind in pthread_mutex_t is part of the ABI | Florian Weimer | 2016-11-07 | 1 | -1/+1 |
* | Define wordsize.h macros everywhere | Steve Ellcey | 2016-11-04 | 1 | -0/+1 |
* | Add canonicalize, canonicalizef, canonicalizel. | Joseph Myers | 2016-10-26 | 1 | -0/+3 |
* | Add strfromd, strfromf, and strfroml functions | Gabriel F. T. Gomes | 2016-10-25 | 1 | -0/+3 |
* | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 2016-10-19 | 1 | -0/+3 |
* | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 2016-10-15 | 1 | -0/+3 |
* | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 2016-10-12 | 1 | -0/+3 |
* | Add iseqsig. | Joseph Myers | 2016-10-06 | 1 | -0/+3 |
* | Installed-header hygiene (BZ#20366): stack_t. | Zack Weinberg | 2016-09-23 | 2 | -10/+18 |
* | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg | 2016-09-23 | 2 | -5/+2 |
* | Remove the ptw-% patterns | Florian Weimer | 2016-09-14 | 1 | -2/+2 |
* | Add femode_t functions. | Joseph Myers | 2016-09-07 | 1 | -0/+2 |
* | Add fetestexceptflag. | Joseph Myers | 2016-08-29 | 1 | -0/+1 |
* | Do not override objects in libc.a in other static libraries [BZ #20452] | Florian Weimer | 2016-08-17 | 1 | -0/+1 |
* | Add fesetexcept. | Joseph Myers | 2016-08-16 | 1 | -0/+2 |
* | Minimize sysdeps code involved in defining major/minor/makedev. | Zack Weinberg | 2016-08-03 | 1 | -0/+1 |
* | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan | 2016-06-16 | 1 | -0/+7 |
* | Revert {send,sendm,recv,recvm}msg conformance changes | Adhemerval Zanella | 2016-06-10 | 2 | -7/+0 |
* | Bug 20198: quick_exit should not call destructors. | Carlos O'Donell | 2016-06-06 | 1 | -0/+1 |
* | network: recvmmsg and sendmmsg standard compliance (BZ#16919) | Adhemerval Zanella | 2016-05-25 | 1 | -0/+2 |
* | network: recvmsg and sendmsg standard compliance (BZ#16919) | Adhemerval Zanella | 2016-05-25 | 2 | -0/+6 |
* | Adjust kernel-features.h defaults for recvmsg and sendmsg | Adhemerval Zanella | 2016-05-25 | 1 | -2/+0 |
* | Fix clone (CLONE_VM) pid/tid reset (BZ#19957) | Adhemerval Zanella | 2016-04-29 | 1 | -6/+1 |
* | Fix termios.h XCASE namespace (bug 19925). | Joseph Myers | 2016-04-08 | 1 | -1/+1 |
* | Adjust kernel-features.h defaults for socket syscalls. | Joseph Myers | 2016-03-15 | 1 | -7/+0 |
* | posix: New Linux posix_spawn{p} implementation | Adhemerval Zanella | 2016-03-07 | 1 | -0/+1 |
* | Remove kernel-features.h conditionals on pre-3.2 kernels. | Joseph Myers | 2016-02-26 | 1 | -23/+3 |
* | Add new header definitions from Linux 4.4 (plus older ptrace definitions). | Joseph Myers | 2016-01-12 | 1 | -0/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 73 | -73/+73 |
* | Add __CPU_MASK_TYPE for __cpu_mask | H.J. Lu | 2015-12-01 | 1 | -0/+1 |