| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | Revert "libc: Implement bsort(3) a bitonic type of sorting algorithm." | Hans Petter Selasky | 2023-04-20 | 1 | -13/+0 |
| * | libc: bsort_s() requires both __BSD_VISIBLE and __EXT1_VISIBLE | Hans Petter Selasky | 2023-04-19 | 1 | -1/+1 |
| * | libc: Implement bsort(3) a bitonic type of sorting algorithm. | Hans Petter Selasky | 2023-04-19 | 1 | -0/+13 |
| * | secure_getenv: Put under __BSD_VISIBLE | Warner Losh | 2023-03-14 | 1 | -1/+1 |
| * | Add GNU glibc compatible secure_getenv | lucy | 2023-03-14 | 1 | -0/+1 |
| * | include: Fix typos | Elyes Haouas | 2023-02-22 | 1 | -1/+1 |
| * | Revert "stdlib.h: Fix qsort_r compatibility with GCC 12." | John Baldwin | 2023-01-27 | 1 | -6/+0 |
| * | stdlib.h: Fix qsort_r compatibility with GCC 12. | John Baldwin | 2023-01-19 | 1 | -0/+6 |
| * | Alter the prototype of qsort_r(3) to match POSIX, which adopted the | Ed Schouten | 2022-09-30 | 1 | -2/+36 |
| * | libc: add clearenv function | Mariusz Zaborski | 2021-11-07 | 1 | -0/+2 |
| * | Remove obsolete check for GCC < 3 and support for Intel Compiler | Warner Losh | 2020-10-24 | 1 | -1/+1 |
| * | Further refinements of ptsname_r(3) interface: | Xin LI | 2020-10-20 | 1 | -4/+10 |
| * | Implement ptsname_r. | Xin LI | 2020-10-17 | 1 | -0/+1 |
| * | rand(3): Replace implementation with one backed by random(3) algorithm | Conrad Meyer | 2020-02-01 | 1 | -1/+5 |
| * | Add qsort_s(3). Apart from the constraints, it also makes it easier | Edward Tomasz Napierala | 2020-01-20 | 1 | -0/+8 |
| * | Revert r355760, r355759 | Conrad Meyer | 2019-12-15 | 1 | -6/+0 |
| * | cdefs: Add __deprecated(message) function attribute macro | Conrad Meyer | 2019-12-14 | 1 | -1/+1 |
| * | Deprecate sranddev(3) API | Conrad Meyer | 2019-12-14 | 1 | -1/+6 |
| * | Add mkostempsat(3). | Mark Johnston | 2019-07-29 | 1 | -0/+1 |
| * | 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 |