| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-09-04 | gettimeofday, settimeofday(2): limit timezone support |  cheloha | 1 | -31/+31 |
| 2019-08-21 | sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4) |  cheloha | 1 | -1/+18 |
| 2019-08-21 | Remove support for semantically opace interface identifiers (RFC 7217) |  florian | 1 | -3/+3 |
| 2019-08-11 | Document ip.arpq and remove ip, ip6 and mpls ifq. |  denis | 1 | -45/+27 |
| 2019-08-11 | No specific called "exec(3)", so move primary manpage to a name which |  deraadt | 3 | -10/+10 |
| 2019-07-29 | correct mispellings of EACCES; from Kris Katterjohn |  deraadt | 2 | -6/+6 |
| 2019-07-25 | Basic macro cleanup, mostly .Nm -> .Fn because .Nm is not a thing |  schwarze | 1 | -11/+13 |
| 2019-07-25 | basic macro cleanup |  schwarze | 1 | -41/+41 |
| 2019-07-25 | Show unveil(2) violators in lastcomm(1) output and daily mail. |  bluhm | 1 | -2/+8 |
| 2019-07-22 | implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocol |  robert | 1 | -3/+15 |
| 2019-07-18 | obvious bugfix: if the queue is removed while message transmission is |  schwarze | 2 | -4/+4 |
| 2019-07-18 | add STANDARDS, improve HISTORY, and basic macro cleanup: |  schwarze | 3 | -54/+75 |
| 2019-07-18 | State that mtype < 1 causes EINVAL as required by POSIX |  schwarze | 1 | -12/+22 |
| 2019-07-08 | Get rid of an old convention of wrapping preprocessor constants in curly |  anton | 3 | -10/+10 |
| 2019-07-01 | kevent(2): remove 24hr timeout limit |  cheloha | 1 | -7/+2 |
| 2019-06-25 | Use the same text for EOPNOTSUPP as we do in fcntl(2) and lockf(3). |  millert | 1 | -3/+5 |
| 2019-06-24 | add missing RETURN VALUES section; |  schwarze | 1 | -2/+4 |
| 2019-06-20 | sockatmark(3), recv(2), getsockopt(2), and connect(2) return specifically |  deraadt | 1 | -4/+4 |
| 2019-05-31 | Note closefrom(2)'s origins in Solaris 9. |  cheloha | 1 | -3/+3 |
| 2019-05-28 | Enable the use of the kernel __realpath() system call in the libc wrapper. |  beck | 1 | -2/+2 |
| 2019-05-26 | Tweak "RETURN VALUES" sections to mention setting errno, as so many |  krw | 2 | -9/+18 |
| 2019-05-09 | Document KERN_PFSTATUS |  claudio | 1 | -2/+7 |
| 2019-05-07 | add an extra m where needed. spotted by Kent Watsen |  tedu | 1 | -4/+4 |
| 2019-05-05 | sync the description of bufcachepercent; ok deraadt |  jmc | 1 | -2/+2 |
| 2019-05-05 | kern.bufcachepercent is actually for dma-reachable memory. |  deraadt | 1 | -4/+3 |
| 2019-05-03 | basic macro cleanup; from Fabio Scotoni <fabio at esse dot ch> |  schwarze | 1 | -68/+79 |
| 2019-04-21 | adjust another bufcachepercent default |  anton | 1 | -3/+3 |
| 2019-04-18 | describe EIO failure state. noted by Maximilian Lorlacks |  tedu | 1 | -2/+12 |
| 2019-04-02 | Restrict which filesystems are available for swap. This rules out |  visa | 1 | -2/+6 |
| 2019-03-26 | adjtime(2): set EINVAL if delta overflows 64 bits of microseconds. |  cheloha | 1 | -3/+13 |
| 2019-03-25 | fix copy pasto: flag -> atflags; ok deraadt@ jca@ millert@ |  anton | 1 | -4/+4 |
| 2019-03-24 | BUGS goes last; |  jmc | 1 | -7/+6 |
| 2019-03-24 | Document the fact that readlink(2) can bypass restrictions as needed |  beck | 1 | -2/+10 |
| 2019-03-21 | Reference permissions in the canonical plural. |  rob | 1 | -3/+3 |
| 2019-03-17 | Document MAP_CONCEAL. Prompted by jmc@. ok otto@ schwarze@. |  cheloha | 1 | -3/+6 |
| 2019-03-03 | talk about IPv4 and IPv6 in a more symmetrical way |  schwarze | 1 | -4/+4 |
| 2019-02-13 | Allow SO_PEERCRED to be called on sockets created with socketpair. |  martijn | 1 | -4/+5 |
| 2019-02-07 | Add lock stack trace saving for witness(4). |  visa | 1 | -3/+10 |
| 2019-02-07 | Add manpage for timer* macros, actually document timespec* macros. |  cheloha | 1 | -91/+3 |
| 2019-01-29 | Add a dedicated sysctl(2) node for witness(4). |  visa | 1 | -4/+15 |
| 2019-01-22 | Point people to ipcomp(4) instead of ipsecctl(8) for |  ajacoutot | 1 | -3/+3 |
| 2019-01-21 | Document 'video' promise. |  landry | 1 | -2/+27 |
| 2019-01-20 | correct the RETURN VALUES of the macros, document the HISTORY of |  schwarze | 1 | -9/+37 |
| 2019-01-18 | sys/time.h: new macros: timerisvalid() and timespecisvalid(). |  cheloha | 1 | -2/+10 |
| 2019-01-18 | minor tweaks: |  schwarze | 1 | -9/+17 |
| 2019-01-18 | Adjust EINVAL wording: tv_nsec cannot be 1 billion, either. |  cheloha | 1 | -3/+4 |
| 2019-01-18 | futex(2): validate relative timeout before sleeping. |  cheloha | 1 | -2/+7 |
| 2019-01-18 | adjtime(2), settimeofday(2), clock_settime(2): validate input |  cheloha | 2 | -6/+15 |
| 2019-01-11 | mincore() is a relic from the past, exposing physical machine information |  deraadt | 10 | -93/+19 |
| 2019-01-11 | getsockopt(2) recv(2) rmdir(2) and send(2) were present and implemented |  jsg | 4 | -12/+12 |