| Commit message (Expand) | Author | Age | Files | Lines |
* | Document fktrace(2) more completely, including separation of errors. |  guenther | 2017-10-08 | 1 | -19/+69 |
* | Add fktrace to the NAME section |  guenther | 2017-10-07 | 1 | -3/+4 |
* | Document that connect(2) and sendto(2) may return with errno |  bluhm | 2017-10-05 | 2 | -5/+7 |
* | Document how ioctl(2) LIOCSFD on /dev/klog registers a socket pair |  bluhm | 2017-09-27 | 1 | -2/+19 |
* | sendsyslog should take a const char * everywhere. |  espie | 2017-09-25 | 1 | -3/+3 |
* | tweak previous: remove trailing blank and improve a wording; |  schwarze | 2017-09-21 | 1 | -4/+4 |
* | Properly document the typical write(2) loop, |  schwarze | 2017-09-20 | 1 | -16/+18 |
* | Add additional errno values required by POSIX. |  jsg | 2017-09-05 | 1 | -2/+10 |
* | Move mutex, condvar, and thread-specific data routes, pthread_once, and |  guenther | 2017-09-05 | 1 | -1/+1 |
* | add fktrace to libc |  tedu | 2017-08-13 | 2 | -5/+14 |
* | Instead of hardcoding a partial dependency list for the syscall stub objects, |  guenther | 2017-08-12 | 1 | -28/+26 |
* | Accessing a mmap(2)ed file behind its end should result in a SIGBUS |  bluhm | 2017-07-20 | 1 | -3/+3 |
* | Both syslog(3) and syslogd(8) truncate the message at 8192 bytes. |  bluhm | 2017-07-18 | 1 | -2/+7 |
* | replace Fifos with FIFOs. |  dlg | 2017-07-10 | 1 | -3/+3 |
* | fix cross references to self; found with mandoc -Tlint |  schwarze | 2017-07-05 | 1 | -3/+3 |
* | request -> promises; from scott cheloha |  jmc | 2017-06-11 | 1 | -3/+3 |
* | Add an acct(5) flag for pledge violations. Then lastcomm(1) shows |  bluhm | 2017-06-07 | 1 | -2/+12 |
* | Add support for EV_RECEIPT and EV_DISPATCH flags |  mikeb | 2017-05-31 | 1 | -2/+17 |
* | install futex(2), ok mpi |  sthen | 2017-05-31 | 1 | -2/+2 |
* | getrlimit is now allowed by "stdio" |  deraadt | 2017-05-30 | 1 | -2/+3 |
* | sort SEE ALSO; |  jmc | 2017-05-29 | 1 | -2/+2 |
* | It is distasteful to have manual pages which don't refer to real |  deraadt | 2017-05-29 | 4 | -12/+18 |
* | Move info about group handling via a negative pid into the list |  millert | 2017-05-06 | 1 | -9/+9 |
* | Document what happens when sending a signal to the calling process. |  millert | 2017-05-05 | 1 | -3/+20 |
* | Mention that the signal mask does not affect what signals are |  millert | 2017-05-05 | 1 | -3/+18 |
* | Document that wait3/waitpid can receive SIGCHILD when wpid does |  millert | 2017-05-01 | 1 | -3/+26 |
* | Add futex(2) shim, bump minor. |  mpi | 2017-04-30 | 1 | -1/+2 |
* | Reference the "Futexes Are Tricky" paper. |  mpi | 2017-04-28 | 1 | -1/+7 |
* | errant space; |  jmc | 2017-04-28 | 1 | -2/+2 |
* | Document futex(2) with a lot of inputs from schwarze@ |  mpi | 2017-04-28 | 1 | -0/+134 |
* | Document RB_TIMEBAD; delete RB_* that are obsolete/unimplemented |  guenther | 2017-04-15 | 1 | -19/+5 |
* | Xr sigprocmask(2) not the obsolete sigsetmask(3) |  millert | 2017-04-13 | 1 | -3/+3 |
* | Fix tabs in example code. |  jca | 2017-04-10 | 1 | -3/+3 |
* | Not all devices support mmap, document EINVAL in this case too. |  millert | 2017-04-05 | 1 | -2/+6 |
* | tweak previous; |  jmc | 2017-04-04 | 1 | -4/+4 |
* | Add caveat telling it's better to always read a data byte when passing |  otto | 2017-04-03 | 1 | -2/+14 |
* | The hppa version of as(1) requires whitespace before a .file directive, |  deraadt | 2017-03-29 | 1 | -2/+2 |
* | Document the mcast pledge(2) as an addition to inet. |  bluhm | 2017-03-28 | 1 | -2/+8 |
* | Use .file to convince 'as' to generate proper FILE symbols in the syscall |  guenther | 2017-03-26 | 1 | -7/+8 |
* | mkdir(2) and mkdirat(2) can also fail with EACCESS if write permission |  millert | 2017-03-23 | 1 | -3/+5 |
* | shuffle back: wxabort is described in sysctl(3); |  jmc | 2017-03-11 | 2 | -4/+4 |
* | repair Xr, and point to sysctl(8) instead because sysctl(3) fails to |  deraadt | 2017-03-11 | 2 | -6/+8 |
* | document EPERM error when connect(2)ing. |  benno | 2017-03-02 | 1 | -2/+5 |
* | use Dv, for consistency; from bruno flueckiger |  jmc | 2017-02-27 | 1 | -3/+3 |
* | Missing opening brace. Spotted by Hiltjo Posthuma. |  tb | 2017-02-14 | 1 | -3/+3 |
* | return the sio_open notes to the audio section; from michael reed |  jmc | 2017-01-29 | 1 | -6/+6 |
* | whitespace between macro args and punctuation, and zap a ton |  jmc | 2017-01-23 | 1 | -42/+42 |
* | Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP only |  deraadt | 2017-01-23 | 1 | -24/+28 |
* | For consistency, allow symlinkat(2) in the same way as symlink(2); |  schwarze | 2016-10-27 | 1 | -4/+5 |
* | note that SO_REUSEADDR is restricted to callers with the same uid or root; |  jmc | 2016-10-19 | 1 | -4/+5 |