aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* umtx: allow to configure minimal timeout (in nanoseconds)Konstantin Belousov2023-04-181-0/+11
* procctl: add state flags to PROC_REAP_GETPIDS reportsVal Packett2023-04-161-2/+8
* pkru.3: fix markupKonstantin Belousov2023-04-141-2/+2
* Change kqueue1() to be compatible with NetBSDKonstantin Belousov2023-04-054-0/+62
* kqueue: add close() calls to man page exampleEd Maste2023-04-041-0/+4
* Rename kqueue1(2) to kqueuex(2) to avoid compat issues with NetBSDKonstantin Belousov2023-04-043-5/+5
* kqueue: tidy up indentation in man page exampleEd Maste2023-03-311-2/+1
* memmem: add a note about other systems which have memmemEd Maste2023-03-301-2/+3
* Fix typo in statfs man pageStefan Eßer2023-03-291-1/+1
* fs/msdosfs: add tracking of free root directory entriesStefan Eßer2023-03-291-1/+17
* libc: use separate collate objects for C, POSIX, and C.UTF-8Yuri Pankov2023-03-283-3/+126
* kqueue1(2): documentKonstantin Belousov2023-03-272-1/+20
* kqueue1(2): export the symbol from libcKonstantin Belousov2023-03-271-0/+1
* libc: Use secure_getenv(3) where appropriateMark Johnston2023-03-2716-43/+25
* secure_getenv: Improve documentation wordingWarner Losh2023-03-251-14/+16
* secure_getenv: Add () around return valuesWarner Losh2023-03-251-2/+2
* arpa: garbage collect ns_newmsg/ns_rdata declsVal Packett2023-03-221-10/+0
* kern_reboot(9): some updatesMitchell Horne2023-03-201-1/+2
* vfs: retire KERN_VNODEMateusz Guzik2023-03-171-10/+1
* libc/yp: sort out warningsMateusz Guzik2023-03-162-6/+2
* Add GNU glibc compatible secure_getenvlucy2023-03-144-3/+40
* Document gethostbyname_r's public exposure in 6.2.David E. O'Brien2023-03-131-0/+4
* lib/csu: do not compile the body of handle_static_init() for PIC build at allKonstantin Belousov2023-03-121-0/+2
* libc/csu: add powerpcspeKonstantin Belousov2023-03-121-0/+4
* libc/csu: rename ignore_init.c to libc_start1.cKonstantin Belousov2023-03-112-1/+1
* libc: move declaration of 'char **environ' to common private headerKonstantin Belousov2023-03-118-13/+3
* x86: microoptimize static PIE startupKonstantin Belousov2023-03-114-10/+22
* csu: move common code to libcKonstantin Belousov2023-03-1116-0/+496
* netbsd-tests: Serialize message queue testsMark Johnston2023-03-101-0/+7
* cap_*(2): Document ENOSYS behavior.Xin LI2023-03-104-21/+25
* libc: Remove prototype and documentation for tzsetwall().Dag-Erling Smørgrav2023-03-073-24/+5
* open.2: describe O_RESOLVE_BENEATH errors correctlyVal Packett2023-03-021-16/+23
* xlocale: garbage collect references to strtoq_l/strtouq_lVal Packett2023-03-022-4/+0
* man 3 daemon: remove double negationIhor Antonov2023-02-271-6/+6
* inet6_opt_init.3: Some enhancementsGordon Bergling2023-02-251-13/+15
* libc: handle zero alignment in memalign()Paul Floyd2023-02-241-1/+8
* iconvlist(3): fix count argument typeKyle Evans2023-02-231-2/+2
* profil(2): profil(II) was in the v3 sourcesWarner Losh2023-02-151-2/+2
* cpuset: Add compat shim to the sched_affinity functionsDmitry Chagin2023-02-153-2/+33
* sys/param.h: Add _WANT_P_OSRELKonstantin Belousov2023-02-154-8/+4
* libc: Simplify soft-float on 32-bit armWarner Losh2023-02-145-8/+6
* prof: Remove sysctl docs for sysctls that are now gone.Warner Losh2023-02-131-36/+0
* libc: popen: slightly simplify cloexec logicKyle Evans2023-02-131-1/+1
* getopt_long(3): note an inconsistency with getopt(3) in BUGSKyle Evans2023-02-111-1/+17
* libc: ssp: remove some GCC 4.2 remnantsKyle Evans2023-02-101-9/+1
* tzcode: Resurrect tzsetwall(3) with a deprecation warning.Dag-Erling Smørgrav2023-02-091-5/+9
* libc: base64: trim some bogus trailing whitespaceKyle Evans2023-02-081-4/+4