aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* libc: Implement N2630.Dag-Erling Smørgrav2023-09-078-4/+51
* libc: regoranize malloc buildBrooks Davis2023-08-164-3/+4
* jemalloc: drop unused .PATHBrooks Davis2023-08-161-3/+0
* libc: include malloc via stdlib/Makefile.incBrooks Davis2023-08-161-0/+2
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-1629-29/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1614-28/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1658-116/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1611-22/+0
* libc: unsplit log message to to make it greppable in srcEd Maste2023-08-051-2/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1211-11/+11
* Revert "libc: Implement bsort(3) a bitonic type of sorting algorithm."Hans Petter Selasky2023-04-206-505/+1
* libc: Sorting is not needed when there are less than two elementsHans Petter Selasky2023-04-191-1/+2
* libc: Add missing object size check to qsort_s(3)Hans Petter Selasky2023-04-192-3/+11
* bsort.3: Fix warnings as reported by mandoc -W warningHans Petter Selasky2023-04-191-6/+4
* libc: Implement bsort(3) a bitonic type of sorting algorithm.Hans Petter Selasky2023-04-196-1/+507
* secure_getenv: Improve documentation wordingWarner Losh2023-03-251-14/+16
* secure_getenv: Add () around return valuesWarner Losh2023-03-251-2/+2
* Add GNU glibc compatible secure_getenvlucy2023-03-144-3/+40
* libc: move declaration of 'char **environ' to common private headerKonstantin Belousov2023-03-111-2/+1
* xlocale: garbage collect references to strtoq_l/strtouq_lVal Packett2023-03-021-2/+0
* getopt_long(3): note an inconsistency with getopt(3) in BUGSKyle Evans2023-02-111-1/+17
* strfmon(3): Match the return typeJose Luis Duran2023-01-251-2/+2
* strfmon(3): Wording improvementsJose Luis Duran2023-01-251-12/+11
* strfmon(3): Add an EXAMPLES sectionJose Luis Duran2023-01-251-0/+25
* strfmon: Remove XXX marksJose Luis Duran2022-10-291-3/+3
* strfmon_l: Use specified locale for number formattingJose Luis Duran2022-10-291-24/+23
* strfmon_l(3): Add name to the man pageJose Luis Duran2022-10-291-3/+5
* strfmon(3): Fix # explanationJose Luis Duran2022-10-251-2/+8
* strfmon(3): Remove repeated wordsJose Luis Duran2022-10-251-1/+1
* strfmon: Fix formatting of a second fixed-width valueJose Luis Duran2022-10-251-1/+1
* strfmon: Fix an edge case when sep_by_space is 2Jose Luis Duran2022-10-251-2/+6
* strfmon: Fix alignment when enclosed by parenthesesJose Luis Duran2022-10-251-2/+10
* strfmon: Trim the SPACE from international currency symbolJose Luis Duran2022-10-251-1/+3
* strfmon: Avoid an out-of-bounds accessJose Luis Duran2022-10-251-2/+3
* strfmon: Fix typos in source code commentsJose Luis Duran2022-10-251-2/+2
* strfmon: Fix typo in constantJose Luis Duran2022-10-251-4/+4
* strfmon: Code cleanupJose Luis Duran2022-10-251-64/+68
* Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten2022-09-306-19/+47
* libc: drop "All rights reserved" from Foundation copyrightsEd Maste2022-08-0411-11/+11
* libc: ANSIfy div / ldiv function definitionsEd Maste2022-07-282-4/+2
* Remove "All Rights Reserved" from FreeBSD Foundation libc copyrightsEd Maste2022-07-212-2/+0
* libc: Add HISTORY sections to the manual pagesGordon Bergling2022-05-052-2/+13
* getenv(3): Fix two typos in source code commentsGordon Bergling2022-04-091-2/+2
* qsort.c: prevent undefined behaviorStefan Eßer2022-01-131-0/+2
* libc: add clearenv functionMariusz Zaborski2021-11-074-3/+49
* Fix null pointer subtraction in mergesort()Dimitry Andric2021-08-271-5/+1
* _Exit(3): document implementationKonstantin Belousov2021-08-081-6/+14
* libc qsort(3): Eliminate ambiguous sign comparisonConrad Meyer2021-07-292-1/+8