summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
AgeCommit message (Expand)AuthorFilesLines
2019-01-09make spelling in previous consistent within the page;jmc1-3/+3
2019-01-08Document SO_ZEROIZE socket option.bluhm1-2/+9
2019-01-06Fix most of the .Li abuse:schwarze1-47/+49
2019-01-06note that tracefile must be null when clearing points.tedu1-7/+4
2018-12-31nanosleep: loop tsleep(9) to ensure coverage of the full timeout range.cheloha1-4/+5
2018-12-26document kern.pool_debug; ok tedu@anton1-2/+20
2018-11-29remove double .Pp. oops - sorry for not spotting!jmc1-2/+1
2018-11-29Improve introduction so there is more clarity about the patterns ofderaadt1-17/+17
2018-11-21fold the contents of malloc.conf.5 into malloc.3 and sysctl.2,jmc1-5/+7
2018-11-19delete the dns jackport experiment. it has no future.tedu1-6/+2
2018-11-17Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha1-2/+11
2018-11-10Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore.bluhm1-5/+7
2018-11-10Conform to POSIX-2001 in which the behavior of passing a negative length usinganton1-3/+18
2018-11-08zap last remains of malloc.conf; prompted by and ok jmc@otto1-5/+2
2018-11-06typo on fs.posix.setuid; from Piotr Durlejotto1-2/+2
2018-11-06vm.malloc_conf, userland sysctl parts; ok millert@ deraadt@otto1-2/+7
2018-11-04add missing NET_RT_TABLEdenis1-2/+3
2018-10-28Correctly deal with upper level unveil's by keeping track of the coveringbeck1-13/+2
2018-09-30add spin lock in KERN_CPTIME cpu statessolene1-3/+3
2018-09-30Make the HISTORY sections of the "intro" manuals less confusing andschwarze1-3/+3
2018-09-26typo; ok jmc@miko1-2/+2
2018-09-26align RETURN VALUES section with pledge manual; ok deraadt@miko1-4/+3
2018-08-18Don't mention using poll(2) as a timeout.cheloha1-8/+2
2018-07-30Some cleanups and clarification, especially regarding locking (observed by rob)deraadt1-31/+33
2018-07-30tweak previous;jmc1-10/+11
2018-07-30document the current limitation (we don't yet find an above coveringbeck1-2/+12
2018-07-28re-ordering for sensibility, by semarie; ok jmcderaadt1-13/+13
2018-07-27Full stop.rob1-3/+3
2018-07-18tidy up the flags section a little: supply a little more indent, and reducejmc1-12/+16
2018-07-16fix thinkoespie1-3/+3
2018-07-13Correct some typos and also ran it through mandoc -Tlintmestre1-12/+12
2018-07-13Unveiling unveil(2).beck3-5/+167
2018-07-12Add hw.ncpuonline to count the number of online CPUs.cheloha1-3/+6
2018-06-25During open(2), release the fdp lock before calling vn_open(9).visa1-2/+4
2018-06-21sort SEE ALSO;jmc1-4/+4
2018-06-21s/simultanious/simultaneous/jmc1-2/+2
2018-06-21Document hw.smt.kettenis1-2/+7
2018-06-19use a full stop, as per the other items; from nan xiaojmc1-3/+3
2018-06-03for the witness(4) text, we already Xr the page in the first sentence, so addingjmc1-6/+2
2018-05-28Returns EBUSY if dup2(2) is called for a LARVAL file.mpi1-2/+6
2018-05-26document the new kern.audio node; OK ratchov@schwarze1-2/+26
2018-05-16Document kern.witnesswatch in sysctl(2).visa1-2/+29
2018-04-27<sys/mount.h> and <sys/swap.h> no longer require <sys/param.h>guenther5-15/+15
2018-04-24Make futex(2) also return ECANCELED in case SA_RESTART was set.pirofti1-2/+7
2018-04-24Validate timespec and return ECANCELED when interrupted with SA_RESTART.pirofti1-3/+11
2018-04-22use NULL for pointerderaadt1-2/+2
2018-04-22mmap() no longer needs to be used. Without providing too many details,deraadt1-12/+14
2018-04-08Actually describe the parameters rather than calling facts BUGSschwarze1-19/+21
2018-03-21on failure, mmap() returns MAP_FAILEDgsoares1-3/+3
2018-03-16anton points out that my previous commit completely messed with thejmc1-293/+293