| Age | Commit message (Expand) | Author |
| 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 |
| 2015-11-07 | Add the C11 function aligned_alloc to libc. | nros |
| 2015-11-06 | Switch to the size-unlimited fd_set. Some code will need to change to be | christos |
| 2015-11-06 | - provide accessor functions for the fdset's used internally. | christos |
| 2015-10-29 | add tzgetgmtoff | christos |
| 2015-09-24 | add kinfo_getvmmap() decl | christos |
| 2015-09-03 | correct __ssp_overlap() to not trigger for adjacent areas | plunky |
| 2015-07-31 | Do as POSIX says, define the timespec structure in <signal.h> | kamil |
| 2015-07-29 | move stdbool.h to sys, reuire pool.h to include <sys/stdbool.h> for bool, | christos |
| 2015-07-26 | Add ereallocarr(3) to libutil | kamil |
| 2015-07-11 | updatre with latest from tzcode. | christos |
| 2015-06-25 | Allow SSP enabled functions to conditionally skip the object size check. | joerg |
| 2015-05-29 | Make PTHREAD_KEYS_MAX dynamically adjustable | manu |
| 2015-05-23 | add VIS_NOLOCALE flag | christos |
| 2015-05-09 | add a macro to check overlapping pointers | christos |
| 2015-05-06 | Add missing PATH_WATCHDOG (to complement PATH_SYSMON and PATH_POWER) | pgoyette |
| 2015-03-24 | Put fseeko, ftello, pread, and pwrite in the POSIX 2001 namespace. | wiz |