| Age | Commit message (Expand) | Author |
| 2009-03-14 | Namespace: abort2() is a BSD extension. | David Schultz |
| 2009-03-14 | r189349 removed mktemp() from the XSI namespace when | David Schultz |
| 2009-03-04 | - Add getsubopt and mkdtemp to the POSIX.1-2008 namespace. | David Schultz |
| 2009-02-11 | Add two new routines: fdevname() and fdevname_r(). | Ed Schouten |
| 2009-01-31 | Add a function attribute called `__malloc_like', which informs gcc | David Schultz |
| 2008-07-22 | Add arc4random_uniform() | Andrey A. Chernov |
| 2008-07-21 | Add arc4random_buf. | Andrey A. Chernov |
| 2007-07-04 | Significantly reduce the memory leak as noted in BUGS section for | Sean Farley |
| 2007-05-01 | Back out all POSIXified *env() changes. | Andrey A. Chernov |
| 2007-04-30 | Fix unsetenv and putenv prototypes to conform Open Group specs Issue 6 | Andrey A. Chernov |
| 2006-03-14 | Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3) | Andre Oppermann |
| 2006-01-12 | Expose the posix_memalign() prototype, now that the function is implemented | Jason Evans |
| 2005-12-24 | Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convert | Tom Rhodes |
| 2005-12-23 | Add abort2() prototype | Poul-Henning Kamp |
| 2005-09-12 | Fix the prototypes for devname() and devname_r(), the first two argument | Stefan Farfeleder |
| 2005-01-09 | Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64, | Tim J. Robbins |
| 2004-02-23 | POSIX clearly states that getsubopt() should be declared in <stdlib.h>, | Andrey A. Chernov |
| 2003-12-07 | Change the definition of NULL on ia64 (for LP64 compilations) from | Marcel Moolenaar |
| 2003-06-25 | Push the alloca #error warning farther down to play nicer with some out of | David E. O'Brien |
| 2003-06-25 | Fix a mismerge. | David E. O'Brien |
| 2003-06-25 | Don't blindly provide alloca() for all compilers -- it is too implementation | David E. O'Brien |
| 2003-06-22 | Remove argument names from a function declaration. | David Malone |
| 2003-06-20 | Add devname_r(3) which takes a buffer as argument. | Poul-Henning Kamp |
| 2003-06-15 | Use __builtin_alloca() on compilers that have it. Keep the prototype for | Dag-Erling Smørgrav |
| 2003-03-12 | Replace our ancient dtoa/strtod implementation with the gdtoa | David Schultz |
| 2003-01-02 | Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin | Juli Mallett |
| 2002-12-30 | Back out the s/int */size_t */ commit. | David E. O'Brien |
| 2002-10-23 | Make the first argument of getbsize a size_t* instead of an int*, as this is ... | Mark Murray |
| 2002-09-21 | Whitespace cleanup (half for fixing missing whitespace before `__restrict' | Bruce Evans |
| 2002-09-21 | Use new visibility macros. Reorder some disordered declarations. Add | Garrett Wollman |
| 2002-09-10 | Without fixing the namespace issues, add prototypes for the new _Exit() | Garrett Wollman |
| 2002-09-06 | Style: One space between "restrict" qualifier and "*". | Tim J. Robbins |
| 2002-09-01 | Add restrict qualifiers to the arguments of mbstowcs, mbtowc() and | Tim J. Robbins |
| 2002-08-21 | o Merge <machine/ansi.h> and <machine/types.h> into a new header | Mike Barcroft |
| 2002-08-15 | - Add the 'restrict' qualifier to the function prototypes and | Robert Drehmel |
| 2002-07-09 | Don't define wchar_t if we are a C++ compiler. | David E. O'Brien |
| 2002-07-04 | Convince lint via the standard lint-comment /* LONGLONG */ to not | Mark Murray |
| 2002-05-30 | Const poison. | Poul-Henning Kamp |
| 2002-04-24 | Constify _malloc_options. | Poul-Henning Kamp |
| 2002-03-23 | Breath deep and take __P out of the system include files. | Warner Losh |
| 2002-03-22 | const poison just like NetBSD. | Warner Losh |
| 2002-02-14 | Move user_from_uid to pwd.h | Warner Losh |
| 2002-02-13 | Revert 1.29. It breaks the build. Will figure out a better way to do | Warner Losh |
| 2002-02-13 | Make the user_from_uid and group_from_gid prototypes match the actual | Warner Losh |
| 2001-12-22 | Fix support for K&R C. | Mike Barcroft |
| 2001-11-29 | Oops, actually fix the namespace pollution for atoll() as the previous | Bruce Evans |
| 2001-11-28 | Fixed namespace pollution and/or breakage of K&R and C90 support related to | Bruce Evans |
| 2001-11-28 | Whitespace formatting | Andrey A. Chernov |
| 2001-11-28 | Fix just added atoll prototype | Andrey A. Chernov |
| 2001-11-28 | Add atoll(3) to conform POSIX and C99 | Andrey A. Chernov |