summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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-06vm.malloc_conf, userland sysctl parts; ok millert@ deraadt@Otto Moerbeek
2018-11-04add missing NET_RT_TABLEdenis
2018-10-28Correctly deal with upper level unveil's by keeping track of the coveringBob Beck
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-08-18Don't mention using poll(2) as a timeout.cheloha
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-13Unveiling unveil(2).Bob Beck
2018-07-12Add hw.ncpuonline to count the number of online CPUs.cheloha
2018-06-25During open(2), release the fdp lock before calling vn_open(9).Visa Hankala
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-03for the witness(4) text, we already Xr the page in the first sentence, so addingJason McIntyre
2018-05-28Returns EBUSY if dup2(2) is called for a LARVAL file.Martin Pieuchot
2018-05-26document the new kern.audio node; OK ratchov@Ingo Schwarze
2018-05-16Document kern.witnesswatch in sysctl(2).Visa Hankala
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-03-21on failure, mmap() returns MAP_FAILEDGleydson Soares
2018-03-16anton points out that my previous commit completely messed with theJason McIntyre
2018-03-05typo in kern.maxlocksperuidOtto Moerbeek
2018-03-04various tweaks, in part to try and clean up the amount of verticalJason McIntyre
2018-02-27improve lining up of tabs inside .Fd macros for terminal output;Ingo Schwarze
2018-02-11macro fix;Jason McIntyre
2018-02-11Document how MAP_STACK will be used. All stacks must be mmap'd withTheo de Raadt
2018-02-10zap trailing whitespace;Jason McIntyre
2018-02-10add support for binary sysctl payloads by handling them as hexFlorian Obser
2018-01-13tweak previous;Jason McIntyre
2018-01-13introduce a filter called EVFILT_DEVICE that can be used to notifyRobert Nagy
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
2018-01-08TIOCUCNTL is now allowed by promise "tty".Martin Pieuchot
2017-12-18let's not try to document the number of items in a list...Jason McIntyre