| Age | Commit message (Expand) | Author |
| 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 |
| 2015-03-05 | One vscanf_l is ample. | dholland |
| 2015-03-04 | PR/49715: Henning Petersen: Missing _*_DECLS in stdio.h around popenve. | christos |
| 2015-02-24 | belated removal of the advertising clause. | christos |
| 2015-02-22 | PR/49684: Pierre Pronchery: readlinkat(2) return type is wrong. | christos |
| 2015-02-17 | Move reallocarray under _OPENBSD_SOURCE where it belongs. | joerg |
| 2015-02-17 | Introduce reallocarr(3) for easy (re)allocation of memory with overflow | joerg |
| 2015-02-05 | add reallocarray | christos |
| 2015-01-20 | add popenve(). | christos |
| 2015-01-18 | add estrto{i,u} (Kamil Rytarowski) | christos |
| 2015-01-18 | remove restrict to match with OpenBSD prototype (Kamil Rytarowski) | christos |
| 2015-01-16 | Add strtonum protected with _OPENBSD_SOURCE | christos |
| 2015-01-16 | strtoi and strtou additions | christos |
| 2014-12-27 | fenv(3) support for hppa | martin |
| 2014-11-29 | Create the stpncpy() inline only when GCC>=4.8 || clang | pooka |
| 2014-10-13 | add open_{,w}memstream | christos |
| 2014-10-07 | sync function signatures with tzcode | christos |
| 2014-09-26 | add execvpe, execlpe (reviewed by phone) | christos |
| 2014-09-26 | add VIS_META/VIS_SHELL support to encode all shell metacharacters. | christos |
| 2014-09-24 | add strnstr from FreeBSD | christos |
| 2014-09-19 | RISC-V support <fenv.h> | matt |
| 2014-09-03 | or1k support <fenv.h> | matt |
| 2014-08-10 | Changes to existing files to enable building AARCH64 userland. | matt |
| 2014-08-07 | cast to LHS type and minor KNF. | christos |
| 2014-07-25 | Add userlevel manifestations of posix_fallocate and fdiscard, in | dholland |
| 2014-07-20 | amend the new destroy function to take function pointers. | christos |
| 2014-07-20 | Our hdestroy implementation was non-conformant because it freed the key of | christos |
| 2014-06-18 | add mkostemp{s,} mkstemps from FreeBSD | christos |
| 2014-06-12 | rename to 60 | christos |
| 2014-06-12 | fix srandom and initstate signatures (from enh at google) | christos |
| 2014-06-06 | Always use the reentrant rpc_createerr. Otherwise every threaded program | christos |
| 2014-05-23 | Fix use of getline and friends in C++ code. | joerg |
| 2014-05-19 | Move declarations of getdelim() and getline() from the (incorrect) ANSI C | kleink |
| 2014-04-25 | Apparently clang pretends to be gcc 4.2 but is secretly much awesomer | pooka |
| 2014-04-24 | Wrap stpncpy() iff GNUC_PREREQ(4,8). Fixes USE_SSP=yes builds | pooka |
| 2014-04-06 | add stpncpy() | christos |
| 2014-01-31 | __lwp_park60 | christos |
| 2014-01-16 | Add the {v,}{warn,err}c function flavors from FreeBSD | christos |
| 2014-01-08 | add ptsname_r | christos |
| 2014-01-02 | PR/4891: Wiz: readlink moved from xopen to base at issue 5. | christos |
| 2013-12-12 | Make ptrdiff_t available in the kernel. | matt |
| 2013-12-11 | Allow kernel code to access constant databases by moving cdbr(3) and the | joerg |
| 2013-12-05 | Add cdbr_open_mem. | joerg |
| 2013-12-01 | add new internal functions | christos |
| 2013-11-22 | use a TAILQ instead of a CIRCLEQ, from FreeBSD | christos |