| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r263998: | tijl | 2014-04-15 | 1 | -1/+1 |
* | Add mkostemp() and mkostemps(). | jilles | 2013-08-09 | 1 | -0/+2 |
* | stdlib.h: Add correct POSIX version for POSIX extensions to C. | jilles | 2013-07-05 | 1 | -6/+8 |
* | 1) POSIX requires rand(3) return values to be in the [0, RAND_MAX] range, | ache | 2013-07-03 | 1 | -1/+1 |
* | Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch, | jasone | 2012-04-17 | 1 | -4/+3 |
* | Correctly expose xlocale functions if people include the headers in the wrong | theraven | 2012-03-28 | 1 | -0/+3 |
* | Expose some C11 stuff that is also C++11 stuff in C++11 mode. | theraven | 2012-03-14 | 1 | -1/+1 |
* | Add aligned_alloc(3). | ed | 2012-01-09 | 1 | -0/+1 |
* | Fix spelling of C11 and sort functions by name. | ed | 2012-01-08 | 1 | -2/+2 |
* | Improve C11 bits in <stdlib.h>: | ed | 2011-12-26 | 1 | -5/+5 |
* | Replace __const by const in all non-contributed source code. | ed | 2011-12-13 | 1 | -1/+1 |
* | As per das@'s suggestion, s/__noreturn/_Noreturn/, since the latter is an | theraven | 2011-12-07 | 1 | -4/+4 |
* | Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add a | theraven | 2011-12-07 | 1 | -3/+11 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 1 | -2/+3 |
* | 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 |