summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2018-11-09Remove ethers(5) YP support bits from libc as it makes it difficult toBryan Steele
2018-11-08zap last remains of malloc.conf; prompted by and ok jmc@Otto Moerbeek
2018-11-06typo on fs.posix.setuid; from Piotr DurlejOtto Moerbeek
2018-11-06rm FILES section; prompted by Janne JohanssonOtto Moerbeek
2018-11-06Use the new vm.malloc_conf sysctl; ok millert@ deraadt@Otto Moerbeek
2018-11-06vm.malloc_conf, userland sysctl parts; ok millert@ deraadt@Otto Moerbeek
2018-11-05Mention aligned_alloc(), prompted by Brad; ok jmc@Otto Moerbeek
2018-11-05aligned_alloc bumpOtto Moerbeek
2018-11-05Implement C11's aligned_alloc(3). ok guenther@Otto Moerbeek
2018-11-04add missing NET_RT_TABLEdenis
2018-11-03For correctness, do not read struct servent if getservbyname_r() failed.Eric Faurot
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-28Correctly deal with upper level unveil's by keeping track of the coveringBob Beck
2018-10-22More "explicitely" -> "explicitly" in various comments.Kenneth R Westerback
2018-10-21Switch alpha to futex(2) based condvars, mutexes and semaphores.Visa Hankala
2018-10-15Switch powerpc to futex(2) based condvars, mutexes and semaphores.Visa Hankala
2018-10-09Fix a "copy-and-paste" error that Coverity picked up in the augment codeDavid Gwynne
2018-10-02document that uuid_create generates v4 uuids; from william orrJason McIntyre
2018-10-01Add retguard to arm64 libc syscalls and setjmp / longjmp.mortimer
2018-10-01As per POSIX, when str{,r}chr is comparing it should convert c to a char.Martijn van Duren
2018-09-30add spin lock in KERN_CPTIME cpu statessolene
2018-09-30Make the HISTORY sections of the "intro" manuals less confusing andIngo Schwarze
2018-09-26typo; ok jmc@miko
2018-09-26align RETURN VALUES section with pledge manual; ok deraadt@miko
2018-09-24enable futex(2) based mutexes on armv7 and use futex based semaphores inJonathan Gray
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-08-18Don't mention using poll(2) as a timeout.cheloha
2018-08-12Add retguard macros for arm64 asm and apply them in the straightforwardmortimer
2018-07-30Some cleanups and clarification, especially regarding locking (observed by rob)Theo de Raadt
2018-07-30tweak previous;Jason McIntyre
2018-07-30document the current limitation (we don't yet find an above coveringBob Beck
2018-07-28re-ordering for sensibility, by semarie; ok jmcTheo de Raadt
2018-07-27Full stop.rob
2018-07-18tidy up the flags section a little: supply a little more indent, and reduceJason McIntyre
2018-07-16fix thinkoMarc Espie
2018-07-13Correct some typos and also ran it through mandoc -TlintRicardo Mestre
2018-07-13Crank minor for unveilBob Beck
2018-07-13Unveiling unveil(2).Bob Beck
2018-07-12Add hw.ncpuonline to count the number of online CPUs.cheloha
2018-07-11Drop a const-bomb on regexec. It's probably not a good idea to remove aMartijn van Duren
2018-07-10In asm.h ensure NENTRY uses the old-school nop-sled align, but change standardTheo de Raadt
2018-07-03Add retguard macros for libc.mortimer
2018-06-25During open(2), release the fdp lock before calling vn_open(9).Visa Hankala
2018-06-22Save and restore the relevant FPU state on armv7.Mark Kettenis
2018-06-21sort SEE ALSO;Jason McIntyre