| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove arc4random_stir and arc4random_addrandom from stdlib.h. | Xin LI | 2018-08-26 | 1 | -6/+0 |
* | Update userland arc4random() with OpenBSD's Chacha20 based arc4random(). | Xin LI | 2018-08-19 | 1 | -2/+7 |
* | Use the __alloc_size2 attribute where relevant. | Pedro F. Giffuni | 2018-01-22 | 1 | -3/+3 |
* | Use the __result_use_check attribute also for reallocf(3). | Pedro F. Giffuni | 2018-01-09 | 1 | -1/+1 |
* | Introduce the daemonfd function. | Mariusz Zaborski | 2017-12-23 | 1 | -0/+1 |
* | Remove lint support from system headers and MD x86 headers. | Konstantin Belousov | 2017-11-23 | 1 | -7/+3 |
* | include: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Implement the memset_s(3) function as specified by the C11 ISO/IEC | Konstantin Belousov | 2017-03-30 | 1 | -0/+20 |
* | Remove outdated claim. | Pedro F. Giffuni | 2017-02-16 | 1 | -1/+1 |
* | Make use of clang nullability attributes. | Pedro F. Giffuni | 2017-01-28 | 1 | -8/+13 |
* | Remove some uses of the GCC __nonnull() attribute. | Pedro F. Giffuni | 2017-01-01 | 1 | -1/+1 |
* | Remove setkey(), encrypt(), des_setkey() and des_cipher(). | Ed Schouten | 2016-10-03 | 1 | -4/+0 |
* | Change type of MB_CUR_MAX and MB_CUR_MAX_L() to size_t. | Ed Schouten | 2016-07-28 | 1 | -1/+1 |
* | Fix typing of srandom() and initstate(). | Ed Schouten | 2016-07-26 | 1 | -2/+2 |
* | Remove incorrect attributes from posix_memalign(3) declaration. | Pedro F. Giffuni | 2016-07-05 | 1 | -2/+1 |
* | For C++, expose long long types and functions (lldiv_t, llabs, lldiv, | Dimitry Andric | 2016-03-23 | 1 | -1/+1 |
* | Make use of GCC alloc_align attribute | Pedro F. Giffuni | 2015-05-15 | 1 | -2/+3 |
* | No need for result_use_check attribute in reallocf(3). | Pedro F. Giffuni | 2015-05-01 | 1 | -1/+1 |
* | Move reallocarray definition to the _BSD_VISIBLE block | Baptiste Daroussin | 2015-05-01 | 1 | -3/+2 |
* | Import reallocarray(3) from OpenBSD | Baptiste Daroussin | 2015-05-01 | 1 | -0/+3 |
* | Make use of gcc attributes in some standard include headers. | Pedro F. Giffuni | 2015-04-06 | 1 | -6/+8 |
* | Clean sparse spaces. | Pedro F. Giffuni | 2015-03-25 | 1 | -2/+2 |
* | Add bsearch_b to the libc map and the stdlib header. | Pedro F. Giffuni | 2014-09-01 | 1 | -7/+7 |
* | Add support for some block functions that come from OS X. These are | David Chisnall | 2014-04-02 | 1 | -0/+13 |
* | Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4 | Tijl Coosemans | 2014-04-01 | 1 | -1/+1 |
* | Add mkostemp() and mkostemps(). | Jilles Tjoelker | 2013-08-09 | 1 | -0/+2 |
* | stdlib.h: Add correct POSIX version for POSIX extensions to C. | Jilles Tjoelker | 2013-07-05 | 1 | -6/+8 |
* | 1) POSIX requires rand(3) return values to be in the [0, RAND_MAX] range, | Andrey A. Chernov | 2013-07-03 | 1 | -1/+1 |
* | Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch, | Jason Evans | 2012-04-17 | 1 | -4/+3 |
* | Correctly expose xlocale functions if people include the headers in the wrong | David Chisnall | 2012-03-28 | 1 | -0/+3 |
* | Expose some C11 stuff that is also C++11 stuff in C++11 mode. | David Chisnall | 2012-03-14 | 1 | -1/+1 |
* | Add aligned_alloc(3). | Ed Schouten | 2012-01-09 | 1 | -0/+1 |
* | Fix spelling of C11 and sort functions by name. | Ed Schouten | 2012-01-08 | 1 | -2/+2 |
* | Improve C11 bits in <stdlib.h>: | Ed Schouten | 2011-12-26 | 1 | -5/+5 |
* | Replace __const by const in all non-contributed source code. | Ed Schouten | 2011-12-13 | 1 | -1/+1 |
* | As per das@'s suggestion, s/__noreturn/_Noreturn/, since the latter is an | David Chisnall | 2011-12-07 | 1 | -4/+4 |
* | Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add a | David Chisnall | 2011-12-07 | 1 | -3/+11 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | David Chisnall | 2011-11-20 | 1 | -2/+3 |
* | Move realpath(3) prototype to a POSIX section. | Konstantin Belousov | 2010-04-21 | 1 | -1/+1 |
* | Slightly modernize realpath(3). | Konstantin Belousov | 2010-04-20 | 1 | -1/+1 |
* | Remove the Berkeley clause 3's. | Warner Losh | 2010-02-16 | 1 | -5/+1 |
* | Namespace: abort2() is a BSD extension. | David Schultz | 2009-03-14 | 1 | -1/+1 |
* | r189349 removed mktemp() from the XSI namespace when | David Schultz | 2009-03-14 | 1 | -1/+1 |
* | - Add getsubopt and mkdtemp to the POSIX.1-2008 namespace. | David Schultz | 2009-03-04 | 1 | -6/+13 |
* | Add two new routines: fdevname() and fdevname_r(). | Ed Schouten | 2009-02-11 | 1 | -0/+2 |
* | Add a function attribute called `__malloc_like', which informs gcc | David Schultz | 2009-01-31 | 1 | -2/+2 |
* | Add arc4random_uniform() | Andrey A. Chernov | 2008-07-22 | 1 | -0/+2 |
* | Add arc4random_buf. | Andrey A. Chernov | 2008-07-21 | 1 | -1/+2 |
* | Significantly reduce the memory leak as noted in BUGS section for | Sean Farley | 2007-07-04 | 1 | -2/+2 |
* | Back out all POSIXified *env() changes. | Andrey A. Chernov | 2007-05-01 | 1 | -2/+2 |