summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
2018-06-21s/simultanious/simultaneous/Jason McIntyre
2018-06-21Document hw.smt.Mark Kettenis
2018-06-19use a full stop, as per the other items; from nan xiaoJason McIntyre
2018-06-16Add add PIE support for m88k (requires gcc4 toolchain)Philip Guenther
2018-06-04Use process-private futexes. This avoids the overhead of calling into uvmMark Kettenis
2018-06-03for the witness(4) text, we already Xr the page in the first sentence, so addingJason McIntyre
2018-05-28Drop include of <arm64/swi.h> and remove it.Mark Kettenis
2018-05-28Returns EBUSY if dup2(2) is called for a LARVAL file.Martin Pieuchot
2018-05-28Clear the sign bit in the QNAN constants used by strtof, strtod and strtold,Jonathan Matthew
2018-05-26document the new kern.audio node; OK ratchov@Ingo Schwarze
2018-05-19Switch sparc64 to futex(2) based mutexes and condvars.Martin Pieuchot
2018-05-17Drop memory barrier in _atomic_lock() implementation since the callers nowMark Kettenis
2018-05-16Document kern.witnesswatch in sysctl(2).Visa Hankala
2018-05-13Enable futex(2)-based mutex on arm64.Visa Hankala
2018-05-13Add memory barriers to libc's _spinlock() to make the mechanismVisa Hankala
2018-05-10Fix typo in RFC number.Theo Buehler
2018-04-30Add a missing header when compiling with -DDEBUGdenis
2018-04-28reference hosts(5) instead of networks(5)Ingo Schwarze
2018-04-28Remove references to the obsolete getnetent(3) and networks(5).Ingo Schwarze
2018-04-28Stop talking about /etc/networks, which is no longer used,Ingo Schwarze
2018-04-28Say that sethostent(3), gethostent(3), and endhostent(3) do nothing.Ingo Schwarze
2018-04-28To allow us to get rid of /etc/networks, make getnetby*(3)Ingo Schwarze
2018-04-28Minor cleanup, no functional change:Ingo Schwarze
2018-04-28To allow us to get rid of /etc/networks, make setnetent(3),Ingo Schwarze
2018-04-27Fix typo in binary-float example in commentPhilip Guenther
2018-04-27<sys/mount.h> and <sys/swap.h> no longer require <sys/param.h>Philip Guenther
2018-04-24Make futex(2) also return ECANCELED in case SA_RESTART was set.Paul Irofti
2018-04-24Validate timespec and return ECANCELED when interrupted with SA_RESTART.Paul Irofti
2018-04-22use NULL for pointerTheo de Raadt
2018-04-22mmap() no longer needs to be used. Without providing too many details,Theo de Raadt
2018-04-08Actually describe the parameters rather than calling facts BUGSIngo Schwarze
2018-04-07sys/uio.h is not used anymoreOtto Moerbeek
2018-04-04mention which locale categories this is related to, and add SEE ALSOIngo Schwarze
2018-04-04add SEE ALSOIngo Schwarze
2018-04-04Split the useless localeconv(3) function out of the importantIngo Schwarze
2018-03-31Mark pthread_equal() as unused inside libcPhilip Guenther
2018-03-30fix MALLOC_STATS; spotted by and ok semarie@Otto Moerbeek
2018-03-29Resolve some code duplication.Ingo Schwarze
2018-03-29Fix three bugs in setlocale(3):Ingo Schwarze