| Age | Commit message (Expand) | Author |
| 2016-04-29 | Go back to just using normal visibility for the locale symbols. Without | joerg |
| 2016-04-24 | Define SEM_VALUE_MAX in only one place. | dholland |
| 2016-04-23 | add clock_cpugetclockid{2,} | christos |
| 2016-04-10 | Implement pidfile_lock, pidfile_read and pidfile_clean. | roy |
| 2016-03-20 | use foo - 0 instead of testing for defined(foo); from joerg@ | christos |
| 2016-03-20 | PR/50983: David Shao: Protect stddef; | christos |
| 2016-03-17 | disable dso protected for clang now, so that packages can be built. | christos |
| 2016-03-17 | more casting fixes | christos |
| 2016-03-17 | gcc 5, my patience is waning. | christos |
| 2016-03-17 | appease gcc-5 |= #$@#% | christos |
| 2016-03-17 | add max_align_t. C11 defines this and GCC 5.3 really wants it. | mrg |
| 2016-03-10 | strndup() is part of XSI from The Open Group Base Specification Issue 7 and had | leot |
| 2016-03-08 | - GC pts_fired, and fix the comment about MAX_TIMERS | christos |
| 2016-03-08 | undo protected symbol hack. | christos |
| 2016-02-26 | We only have 28 timers available. | christos |
| 2016-02-21 | Add relatime. | christos |
| 2016-01-29 | disable dso protected to work around binutils bug | christos |
| 2016-01-23 | Needs sys/select.h for fd_set; fails only when _POSIX_SOURCE is defined, | dholland |
| 2016-01-23 | unsigned -> unsigned int in previous change to accomodate C++ boneheadedness. | dholland |
| 2016-01-23 | Apparently a recent round of vandalism by the C++ standards committee | dholland |
| 2016-01-23 | u_int -> unsigned, u_long -> unsigned long, etc. | dholland |
| 2016-01-22 | Needs sys/cdefs.h for __BEGIN_DECLS. Also add time.h to get time_t, | dholland |
| 2016-01-22 | Uses BEGIN_DECLS and needs sys/cdefs.h. | dholland |
| 2016-01-22 | Include <rpc/rpc.h> so XDR is defined. | dholland |
| 2016-01-22 | Needs sys/types.h for mode_t, off_t, ssize_t, and others. | dholland |
| 2016-01-22 | Needs stdint.h. | dholland |
| 2016-01-22 | Erm, fix previous. | dholland |
| 2016-01-22 | These all need stdint.h. | dholland |
| 2016-01-22 | Needs stddef.h for size_t. | dholland |
| 2016-01-22 | Has __BEGIN_DECLS, needs sys/types.h. | dholland |
| 2016-01-22 | u_char, u_int, u_long -> unsigned char, unsigned, unsigned long | dholland |
| 2016-01-14 | rename to regnsub | christos |
| 2016-01-14 | add stravis | christos |
| 2016-01-14 | add reg{,a}sub | christos |
| 2015-12-29 | fix inverted condition... | christos |
| 2015-12-28 | Add missing eol-escape | martin |
| 2015-12-27 | We need at least 68010 or coldfire for fenv. | christos |
| 2015-12-24 | add m68k, default types. | christos |
| 2015-12-24 | rearrange... | christos |
| 2015-12-22 | Add __HAVE_FENV | christos |
| 2015-12-21 | Add fenv.h for mips | christos |
| 2015-12-20 | Powerpc now has fenv.h | christos |
| 2015-11-20 | add some const | christos |
| 2015-11-20 | keep value as an int. | christos |
| 2015-11-20 | update to size_t | christos |
| 2015-11-19 | Revert | reinoud |
| 2015-11-19 | Fix ANSI-C prototype error | reinoud |
| 2015-11-16 | PR/50434: Louis Guillaume: Bump the in and out formats to 511 (NAME_MAX) | christos |
| 2015-11-07 | provide a poll(2) based interface. | christos |
| 2015-11-07 | Put back NULL tests for allocation failures. | christos |