| Commit message (Expand) | Author | Age | Files | Lines |
* | Move realpath(3) prototype to a POSIX section. | kib | 2010-04-21 | 1 | -1/+1 |
* | Slightly modernize realpath(3). | kib | 2010-04-20 | 1 | -1/+1 |
* | Remove the Berkeley clause 3's. | imp | 2010-02-16 | 1 | -5/+1 |
* | Namespace: abort2() is a BSD extension. | das | 2009-03-14 | 1 | -1/+1 |
* | r189349 removed mktemp() from the XSI namespace when | das | 2009-03-14 | 1 | -1/+1 |
* | - Add getsubopt and mkdtemp to the POSIX.1-2008 namespace. | das | 2009-03-04 | 1 | -6/+13 |
* | Add two new routines: fdevname() and fdevname_r(). | ed | 2009-02-11 | 1 | -0/+2 |
* | Add a function attribute called `__malloc_like', which informs gcc | das | 2009-01-31 | 1 | -2/+2 |
* | Add arc4random_uniform() | ache | 2008-07-22 | 1 | -0/+2 |
* | Add arc4random_buf. | ache | 2008-07-21 | 1 | -1/+2 |
* | Significantly reduce the memory leak as noted in BUGS section for | scf | 2007-07-04 | 1 | -2/+2 |
* | Back out all POSIXified *env() changes. | ache | 2007-05-01 | 1 | -2/+2 |
* | Fix unsetenv and putenv prototypes to conform Open Group specs Issue 6 | ache | 2007-04-30 | 1 | -2/+2 |
* | Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3) | andre | 2006-03-14 | 1 | -0/+2 |
* | Expose the posix_memalign() prototype, now that the function is implemented | jasone | 2006-01-12 | 1 | -1/+1 |
* | Add a64l(), l64a(), and l64a_r() XSI extentions. These functions convert | trhodes | 2005-12-24 | 1 | -2/+3 |
* | Add abort2() prototype | phk | 2005-12-23 | 1 | -0/+1 |
* | Fix the prototypes for devname() and devname_r(), the first two argument | stefanf | 2005-09-12 | 1 | -2/+2 |
* | Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64, | tjr | 2005-01-09 | 1 | -0/+1 |
* | POSIX clearly states that getsubopt() should be declared in <stdlib.h>, | ache | 2004-02-23 | 1 | -3/+2 |
* | Change the definition of NULL on ia64 (for LP64 compilations) from | marcel | 2003-12-07 | 1 | -4/+1 |
* | Push the alloca #error warning farther down to play nicer with some out of | obrien | 2003-06-25 | 1 | -2/+0 |
* | Fix a mismerge. | obrien | 2003-06-25 | 1 | -1/+1 |
* | Don't blindly provide alloca() for all compilers -- it is too implementation | obrien | 2003-06-25 | 1 | -4/+5 |
* | Remove argument names from a function declaration. | dwmalone | 2003-06-22 | 1 | -1/+1 |
* | Add devname_r(3) which takes a buffer as argument. | phk | 2003-06-20 | 1 | -0/+1 |
* | Use __builtin_alloca() on compilers that have it. Keep the prototype for | des | 2003-06-15 | 1 | -1/+17 |
* | Replace our ancient dtoa/strtod implementation with the gdtoa | das | 2003-03-12 | 1 | -3/+3 |
* | Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin | jmallett | 2003-01-02 | 1 | -4/+4 |
* | Back out the s/int */size_t */ commit. | obrien | 2002-12-30 | 1 | -1/+1 |
* | Make the first argument of getbsize a size_t* instead of an int*, as this is ... | markm | 2002-10-23 | 1 | -1/+1 |
* | Whitespace cleanup (half for fixing missing whitespace before `__restrict' | bde | 2002-09-21 | 1 | -20/+21 |
* | Use new visibility macros. Reorder some disordered declarations. Add | wollman | 2002-09-21 | 1 | -52/+104 |
* | Without fixing the namespace issues, add prototypes for the new _Exit() | wollman | 2002-09-10 | 1 | -2/+5 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 1 | -8/+8 |
* | Add restrict qualifiers to the arguments of mbstowcs, mbtowc() and | tjr | 2002-09-01 | 1 | -3/+3 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -11/+10 |
* | - Add the 'restrict' qualifier to the function prototypes and | robert | 2002-08-15 | 1 | -5/+5 |
* | Don't define wchar_t if we are a C++ compiler. | obrien | 2002-07-09 | 1 | -0/+2 |
* | Convince lint via the standard lint-comment /* LONGLONG */ to not | markm | 2002-07-04 | 1 | -0/+5 |
* | Const poison. | phk | 2002-05-30 | 1 | -1/+1 |
* | Constify _malloc_options. | phk | 2002-04-24 | 1 | -1/+1 |
* | Breath deep and take __P out of the system include files. | imp | 2002-03-23 | 1 | -90/+88 |
* | const poison just like NetBSD. | imp | 2002-03-22 | 1 | -7/+7 |
* | Move user_from_uid to pwd.h | imp | 2002-02-14 | 1 | -2/+0 |
* | Revert 1.29. It breaks the build. Will figure out a better way to do | imp | 2002-02-13 | 1 | -2/+2 |
* | Make the user_from_uid and group_from_gid prototypes match the actual | imp | 2002-02-13 | 1 | -2/+2 |
* | Fix support for K&R C. | mike | 2001-12-22 | 1 | -1/+1 |
* | Oops, actually fix the namespace pollution for atoll() as the previous | bde | 2001-11-29 | 1 | -4/+4 |
* | Fixed namespace pollution and/or breakage of K&R and C90 support related to | bde | 2001-11-28 | 1 | -16/+21 |