aboutsummaryrefslogtreecommitdiff
path: root/include/stdlib.h
Commit message (Expand)AuthorAgeFilesLines
* rand(3): Replace implementation with one backed by random(3) algorithmConrad Meyer2020-02-011-1/+5
* Add qsort_s(3). Apart from the constraints, it also makes it easierEdward Tomasz Napierala2020-01-201-0/+8
* Revert r355760, r355759Conrad Meyer2019-12-151-6/+0
* cdefs: Add __deprecated(message) function attribute macroConrad Meyer2019-12-141-1/+1
* Deprecate sranddev(3) APIConrad Meyer2019-12-141-1/+6
* Add mkostempsat(3).Mark Johnston2019-07-291-0/+1
* Remove arc4random_stir and arc4random_addrandom from stdlib.h.Xin LI2018-08-261-6/+0
* Update userland arc4random() with OpenBSD's Chacha20 based arc4random().Xin LI2018-08-191-2/+7
* Use the __alloc_size2 attribute where relevant.Pedro F. Giffuni2018-01-221-3/+3
* Use the __result_use_check attribute also for reallocf(3).Pedro F. Giffuni2018-01-091-1/+1
* Introduce the daemonfd function.Mariusz Zaborski2017-12-231-0/+1
* Remove lint support from system headers and MD x86 headers.Konstantin Belousov2017-11-231-7/+3
* include: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov2017-03-301-0/+20
* Remove outdated claim.Pedro F. Giffuni2017-02-161-1/+1
* Make use of clang nullability attributes.Pedro F. Giffuni2017-01-281-8/+13
* Remove some uses of the GCC __nonnull() attribute.Pedro F. Giffuni2017-01-011-1/+1
* Remove setkey(), encrypt(), des_setkey() and des_cipher().Ed Schouten2016-10-031-4/+0
* Change type of MB_CUR_MAX and MB_CUR_MAX_L() to size_t.Ed Schouten2016-07-281-1/+1
* Fix typing of srandom() and initstate().Ed Schouten2016-07-261-2/+2
* Remove incorrect attributes from posix_memalign(3) declaration.Pedro F. Giffuni2016-07-051-2/+1
* For C++, expose long long types and functions (lldiv_t, llabs, lldiv,Dimitry Andric2016-03-231-1/+1
* Make use of GCC alloc_align attributePedro F. Giffuni2015-05-151-2/+3
* No need for result_use_check attribute in reallocf(3).Pedro F. Giffuni2015-05-011-1/+1
* Move reallocarray definition to the _BSD_VISIBLE blockBaptiste Daroussin2015-05-011-3/+2
* Import reallocarray(3) from OpenBSDBaptiste Daroussin2015-05-011-0/+3
* Make use of gcc attributes in some standard include headers.Pedro F. Giffuni2015-04-061-6/+8
* Clean sparse spaces.Pedro F. Giffuni2015-03-251-2/+2
* Add bsearch_b to the libc map and the stdlib header.Pedro F. Giffuni2014-09-011-7/+7
* Add support for some block functions that come from OS X. These areDavid Chisnall2014-04-021-0/+13
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4Tijl Coosemans2014-04-011-1/+1
* Add mkostemp() and mkostemps().Jilles Tjoelker2013-08-091-0/+2
* stdlib.h: Add correct POSIX version for POSIX extensions to C.Jilles Tjoelker2013-07-051-6/+8
* 1) POSIX requires rand(3) return values to be in the [0, RAND_MAX] range,Andrey A. Chernov2013-07-031-1/+1
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,Jason Evans2012-04-171-4/+3
* Correctly expose xlocale functions if people include the headers in the wrongDavid Chisnall2012-03-281-0/+3
* Expose some C11 stuff that is also C++11 stuff in C++11 mode.David Chisnall2012-03-141-1/+1
* Add aligned_alloc(3).Ed Schouten2012-01-091-0/+1
* Fix spelling of C11 and sort functions by name.Ed Schouten2012-01-081-2/+2
* Improve C11 bits in <stdlib.h>:Ed Schouten2011-12-261-5/+5
* Replace __const by const in all non-contributed source code.Ed Schouten2011-12-131-1/+1
* As per das@'s suggestion, s/__noreturn/_Noreturn/, since the latter is anDavid Chisnall2011-12-071-4/+4
* Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add aDavid Chisnall2011-12-071-3/+11
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-2/+3
* Move realpath(3) prototype to a POSIX section.Konstantin Belousov2010-04-211-1/+1
* Slightly modernize realpath(3).Konstantin Belousov2010-04-201-1/+1
* Remove the Berkeley clause 3's.Warner Losh2010-02-161-5/+1
* Namespace: abort2() is a BSD extension.David Schultz2009-03-141-1/+1
* r189349 removed mktemp() from the XSI namespace whenDavid Schultz2009-03-141-1/+1
* - Add getsubopt and mkdtemp to the POSIX.1-2008 namespace.David Schultz2009-03-041-6/+13