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