summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-28delete duplicate .Xr below SEE ALSOIngo Schwarze
2019-05-16More consistently put remarks about the less useful LC_* categoties,Ingo Schwarze
2019-05-13The fd used by nlist() isn't application visible, so mark it close-on-execPhilip Guenther
2019-03-23Remove useless secure_path(3) calls.Todd C. Miller
2019-03-08remove a sentence that was once helpful when dirname.3 and basename.3Sebastian Benoit
2019-02-04Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX.Todd C. Miller
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2019-01-13Restore .Xr to pthread_sigmaskJeremie Courreges-Anglas
2019-01-12Move sigwait(3) from libpthread to libcJeremie Courreges-Anglas
2018-12-28getgruid_r -> getgrgid_rTheo Buehler
2018-11-05Mention aligned_alloc(), prompted by Brad; ok jmc@Otto Moerbeek
2018-10-31typo; fix from hiltjo posthumaTheo de Raadt
2018-10-30use Mdocdate;Jason McIntyre
2018-10-30Add C11's timespec_get(3); minor bump for libc.Philip Guenther
2018-10-09Fix a "copy-and-paste" error that Coverity picked up in the augment codeDavid Gwynne
2018-09-22Correct the uid_from_user() and gid_from_group() comments.Todd C. Miller
2018-09-13missing comma in previous;Jason McIntyre
2018-09-13Add uid_from_user() and gid_from_group(), derived from pax's cache.c.Todd C. Miller
2018-08-21Use an mmap()'d buffer instead of a static buffer for the contentsTodd C. Miller
2018-07-12Add hw.ncpuonline to count the number of online CPUs.cheloha
2018-04-27<sys/mount.h> and <sys/swap.h> no longer require <sys/param.h>Philip Guenther
2018-03-16improve markup quality in the cases found by the new "--" style messageIngo Schwarze
2018-03-02Return monotonically increasing values.cheloha
2018-01-12Adjust references for sysctl(3) to sysctl(2)Theo de Raadt
2018-01-12sysctl(3) can now be renamed to sysctl(2)Theo de Raadt
2017-11-07Fix spelling: bet -> net from Scott Bennett, thanksTheo Buehler
2017-10-28No need to include <sys/param.h> before <sys/sysctl.h>.Martin Pieuchot
2017-10-27Use <elf.h> instead of <elf_abi.h>Martin Pieuchot
2017-10-17add missing HISTORY; based on CVS logs and release announcementsIngo Schwarze
2017-10-16draft-ietf-tcpm-initcwnd was published as rfc 6928Mike Belopuhov
2017-10-04iscntrl(0) is != 0 at least since Version 7 AT&T UNIX, and POSIXIngo Schwarze
2017-09-18Document readdir_r() return value and update style of the exampleTodd C. Miller
2017-09-17__progname has type char *, we cannot change its type without causingOtto Moerbeek
2017-09-12Update the documentation regarding /dev/mem and /dev/kmem;Ingo Schwarze
2017-09-10shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to bePhilip Guenther
2017-09-10Fix spelling of 4.3BSD-Net/2.Ingo Schwarze
2017-09-10sysctl strings include the termingating NUL character in both in and out lengthsTom Cosgrove
2017-09-05Remove unused 32bit version of elf_hash().Martin Pieuchot
2017-09-05New POSIX xlocale implementation written from scratch.Ingo Schwarze
2017-09-05Add additional errno values required by POSIX.Jonathan Gray
2017-08-29It is confusing to talk about priorities being ordered from highTodd C. Miller
2017-08-29isunordered() returns true if at least one of the arguments is NaNTodd C. Miller
2017-08-12Minimize #includes, particularly to avoid thread_private.hPhilip Guenther
2017-08-08Stop running nd6_expire every second.Florian Obser
2017-08-08Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict andAlexander Bluhm
2017-08-07Since sendsyslog(2) handles the LOG_CONS parameter, the variableAlexander Bluhm
2017-08-01add missing and correct misspelled names, most in NAME sections;Ingo Schwarze
2017-07-20Rename TBUF_LEN and FMT_LEN to _SIZE as they contain a NUL byte.Alexander Bluhm
2017-07-13Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel noFlorian Obser