summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* make spelling in previous consistent within the page;jmc2019-01-091-3/+3
* Document SO_ZEROIZE socket option.bluhm2019-01-081-2/+9
* Fix most of the .Li abuse:schwarze2019-01-061-47/+49
* note that tracefile must be null when clearing points.tedu2019-01-061-7/+4
* nanosleep: loop tsleep(9) to ensure coverage of the full timeout range.cheloha2018-12-311-4/+5
* document kern.pool_debug; ok tedu@anton2018-12-261-2/+20
* remove double .Pp. oops - sorry for not spotting!jmc2018-11-291-2/+1
* Improve introduction so there is more clarity about the patterns ofderaadt2018-11-291-17/+17
* fold the contents of malloc.conf.5 into malloc.3 and sysctl.2,jmc2018-11-211-5/+7
* delete the dns jackport experiment. it has no future.tedu2018-11-191-6/+2
* Add new KERN_CPUSTATS sysctl(2) so we can identify offline CPUs.cheloha2018-11-171-2/+11
* Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore.bluhm2018-11-101-5/+7
* Conform to POSIX-2001 in which the behavior of passing a negative length usinganton2018-11-101-3/+18
* zap last remains of malloc.conf; prompted by and ok jmc@otto2018-11-081-5/+2
* typo on fs.posix.setuid; from Piotr Durlejotto2018-11-061-2/+2
* vm.malloc_conf, userland sysctl parts; ok millert@ deraadt@otto2018-11-061-2/+7
* add missing NET_RT_TABLEdenis2018-11-041-2/+3
* Correctly deal with upper level unveil's by keeping track of the coveringbeck2018-10-281-13/+2
* add spin lock in KERN_CPTIME cpu statessolene2018-09-301-3/+3
* Make the HISTORY sections of the "intro" manuals less confusing andschwarze2018-09-301-3/+3
* typo; ok jmc@miko2018-09-261-2/+2
* align RETURN VALUES section with pledge manual; ok deraadt@miko2018-09-261-4/+3
* Don't mention using poll(2) as a timeout.cheloha2018-08-181-8/+2
* Some cleanups and clarification, especially regarding locking (observed by rob)deraadt2018-07-301-31/+33
* tweak previous;jmc2018-07-301-10/+11
* document the current limitation (we don't yet find an above coveringbeck2018-07-301-2/+12
* re-ordering for sensibility, by semarie; ok jmcderaadt2018-07-281-13/+13
* Full stop.rob2018-07-271-3/+3
* tidy up the flags section a little: supply a little more indent, and reducejmc2018-07-181-12/+16
* fix thinkoespie2018-07-161-3/+3
* Correct some typos and also ran it through mandoc -Tlintmestre2018-07-131-12/+12
* Unveiling unveil(2).beck2018-07-133-5/+167
* Add hw.ncpuonline to count the number of online CPUs.cheloha2018-07-121-3/+6
* During open(2), release the fdp lock before calling vn_open(9).visa2018-06-251-2/+4
* sort SEE ALSO;jmc2018-06-211-4/+4
* s/simultanious/simultaneous/jmc2018-06-211-2/+2
* Document hw.smt.kettenis2018-06-211-2/+7
* use a full stop, as per the other items; from nan xiaojmc2018-06-191-3/+3
* for the witness(4) text, we already Xr the page in the first sentence, so addingjmc2018-06-031-6/+2
* Returns EBUSY if dup2(2) is called for a LARVAL file.mpi2018-05-281-2/+6
* document the new kern.audio node; OK ratchov@schwarze2018-05-261-2/+26
* Document kern.witnesswatch in sysctl(2).visa2018-05-161-2/+29
* <sys/mount.h> and <sys/swap.h> no longer require <sys/param.h>guenther2018-04-275-15/+15
* Make futex(2) also return ECANCELED in case SA_RESTART was set.pirofti2018-04-241-2/+7
* Validate timespec and return ECANCELED when interrupted with SA_RESTART.pirofti2018-04-241-3/+11
* use NULL for pointerderaadt2018-04-221-2/+2
* mmap() no longer needs to be used. Without providing too many details,deraadt2018-04-221-12/+14
* Actually describe the parameters rather than calling facts BUGSschwarze2018-04-081-19/+21
* on failure, mmap() returns MAP_FAILEDgsoares2018-03-211-3/+3
* anton points out that my previous commit completely messed with thejmc2018-03-161-293/+293