| Commit message (Expand) | Author | Age | Files | Lines |
* | comply with POSIX and make execve() return EACCES for directories |  naddy | 2019-12-01 | 1 | -4/+2 |
* | tweak previous: add missing name after .Fn, delete stray .Pp, |  schwarze | 2019-11-27 | 1 | -4/+2 |
* | Document msyscall(2): ld.so can use this (once only) to tell the kernel |  deraadt | 2019-11-27 | 2 | -2/+76 |
* | MPLSCTL_MAXINKLOOP (net.mpls.maxloop_inkernel) was removed. Adjust manpage. |  claudio | 2019-11-05 | 1 | -8/+3 |
* | mobileip(4) is going to the attic |  dlg | 2019-10-29 | 1 | -7/+2 |
* | 1) don't repeat the 256 / EIO commentary |  deraadt | 2019-09-28 | 1 | -7/+6 |
* | sbrk(2) already existed in Version 4 AT&T UNIX; |  schwarze | 2019-09-08 | 1 | -5/+7 |
* | more Version 1 AT&T UNIX history: |  schwarze | 2019-09-07 | 1 | -5/+11 |
* | More Version 1 AT&T UNIX history. |  schwarze | 2019-09-06 | 1 | -14/+12 |
* | Correct the description of EINTR and EINVAL. This looks like a mis-merge |  asou | 2019-09-06 | 1 | -6/+8 |
* | gettimeofday, settimeofday(2): limit timezone support |  cheloha | 2019-09-04 | 1 | -31/+31 |
* | sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4) |  cheloha | 2019-08-21 | 1 | -1/+18 |
* | Remove support for semantically opace interface identifiers (RFC 7217) |  florian | 2019-08-21 | 1 | -3/+3 |
* | Document ip.arpq and remove ip, ip6 and mpls ifq. |  denis | 2019-08-11 | 1 | -45/+27 |
* | No specific called "exec(3)", so move primary manpage to a name which |  deraadt | 2019-08-11 | 3 | -10/+10 |
* | correct mispellings of EACCES; from Kris Katterjohn |  deraadt | 2019-07-29 | 2 | -6/+6 |
* | Basic macro cleanup, mostly .Nm -> .Fn because .Nm is not a thing |  schwarze | 2019-07-25 | 1 | -11/+13 |
* | basic macro cleanup |  schwarze | 2019-07-25 | 1 | -41/+41 |
* | Show unveil(2) violators in lastcomm(1) output and daily mail. |  bluhm | 2019-07-25 | 1 | -2/+8 |
* | implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocol |  robert | 2019-07-22 | 1 | -3/+15 |
* | obvious bugfix: if the queue is removed while message transmission is |  schwarze | 2019-07-18 | 2 | -4/+4 |
* | add STANDARDS, improve HISTORY, and basic macro cleanup: |  schwarze | 2019-07-18 | 3 | -54/+75 |
* | State that mtype < 1 causes EINVAL as required by POSIX |  schwarze | 2019-07-18 | 1 | -12/+22 |
* | Get rid of an old convention of wrapping preprocessor constants in curly |  anton | 2019-07-08 | 3 | -10/+10 |
* | kevent(2): remove 24hr timeout limit |  cheloha | 2019-07-01 | 1 | -7/+2 |
* | Use the same text for EOPNOTSUPP as we do in fcntl(2) and lockf(3). |  millert | 2019-06-25 | 1 | -3/+5 |
* | add missing RETURN VALUES section; |  schwarze | 2019-06-24 | 1 | -2/+4 |
* | sockatmark(3), recv(2), getsockopt(2), and connect(2) return specifically |  deraadt | 2019-06-20 | 1 | -4/+4 |
* | Note closefrom(2)'s origins in Solaris 9. |  cheloha | 2019-05-31 | 1 | -3/+3 |
* | Enable the use of the kernel __realpath() system call in the libc wrapper. |  beck | 2019-05-28 | 1 | -2/+2 |
* | Tweak "RETURN VALUES" sections to mention setting errno, as so many |  krw | 2019-05-26 | 2 | -9/+18 |
* | Document KERN_PFSTATUS |  claudio | 2019-05-09 | 1 | -2/+7 |
* | add an extra m where needed. spotted by Kent Watsen |  tedu | 2019-05-07 | 1 | -4/+4 |
* | sync the description of bufcachepercent; ok deraadt |  jmc | 2019-05-05 | 1 | -2/+2 |
* | kern.bufcachepercent is actually for dma-reachable memory. |  deraadt | 2019-05-05 | 1 | -4/+3 |
* | basic macro cleanup; from Fabio Scotoni <fabio at esse dot ch> |  schwarze | 2019-05-03 | 1 | -68/+79 |
* | adjust another bufcachepercent default |  anton | 2019-04-21 | 1 | -3/+3 |
* | describe EIO failure state. noted by Maximilian Lorlacks |  tedu | 2019-04-18 | 1 | -2/+12 |
* | Restrict which filesystems are available for swap. This rules out |  visa | 2019-04-02 | 1 | -2/+6 |
* | adjtime(2): set EINVAL if delta overflows 64 bits of microseconds. |  cheloha | 2019-03-26 | 1 | -3/+13 |
* | fix copy pasto: flag -> atflags; ok deraadt@ jca@ millert@ |  anton | 2019-03-25 | 1 | -4/+4 |
* | BUGS goes last; |  jmc | 2019-03-24 | 1 | -7/+6 |
* | Document the fact that readlink(2) can bypass restrictions as needed |  beck | 2019-03-24 | 1 | -2/+10 |
* | Reference permissions in the canonical plural. |  rob | 2019-03-21 | 1 | -3/+3 |
* | Document MAP_CONCEAL. Prompted by jmc@. ok otto@ schwarze@. |  cheloha | 2019-03-17 | 1 | -3/+6 |
* | talk about IPv4 and IPv6 in a more symmetrical way |  schwarze | 2019-03-03 | 1 | -4/+4 |
* | Allow SO_PEERCRED to be called on sockets created with socketpair. |  martijn | 2019-02-13 | 1 | -4/+5 |
* | Add lock stack trace saving for witness(4). |  visa | 2019-02-07 | 1 | -3/+10 |
* | Add manpage for timer* macros, actually document timespec* macros. |  cheloha | 2019-02-07 | 1 | -91/+3 |
* | Add a dedicated sysctl(2) node for witness(4). |  visa | 2019-01-29 | 1 | -4/+15 |