Age | Commit message (Expand) | Author |
2017-12-18 | let's not try to document the number of items in a list... | Jason McIntyre |
2017-12-18 | Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2) | cheloha |
2017-12-12 | Consistently use .Va for "errno"; | Ingo Schwarze |
2017-12-12 | space required between macro arg and punctuation; | Jason McIntyre |
2017-12-12 | pledge()'s 2nd argument becomes char *execpromises, which becomes the | Theo de Raadt |
2017-11-29 | clang doesn't propagate attributes like "asm labels" and "visibility(hidden)" | Philip Guenther |
2017-11-28 | Delete fktrace(2). The consequences of it were not thought through | Philip Guenther |
2017-10-28 | consistently use .Vt for variable types and use ".Fa path" where appropriate; | Ingo Schwarze |
2017-10-22 | Removed duplicated line. | Tobias Stoeckmann |
2017-10-08 | Document fktrace(2) more completely, including separation of errors. | Philip Guenther |
2017-10-07 | Add fktrace to the NAME section | Philip Guenther |
2017-10-05 | Document that connect(2) and sendto(2) may return with errno | Alexander Bluhm |
2017-09-27 | Document how ioctl(2) LIOCSFD on /dev/klog registers a socket pair | Alexander Bluhm |
2017-09-25 | sendsyslog should take a const char * everywhere. | Marc Espie |
2017-09-21 | tweak previous: remove trailing blank and improve a wording; | Ingo Schwarze |
2017-09-20 | Properly document the typical write(2) loop, | Ingo Schwarze |
2017-09-05 | Add additional errno values required by POSIX. | Jonathan Gray |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-08-13 | add fktrace to libc | Ted Unangst |
2017-08-12 | Instead of hardcoding a partial dependency list for the syscall stub objects, | Philip Guenther |
2017-07-20 | Accessing a mmap(2)ed file behind its end should result in a SIGBUS | Alexander Bluhm |
2017-07-18 | Both syslog(3) and syslogd(8) truncate the message at 8192 bytes. | Alexander Bluhm |
2017-07-10 | replace Fifos with FIFOs. | David Gwynne |
2017-07-05 | fix cross references to self; found with mandoc -Tlint | Ingo Schwarze |
2017-06-11 | request -> promises; from scott cheloha | Jason McIntyre |
2017-06-07 | Add an acct(5) flag for pledge violations. Then lastcomm(1) shows | Alexander Bluhm |
2017-05-31 | Add support for EV_RECEIPT and EV_DISPATCH flags | Mike Belopuhov |
2017-05-31 | install futex(2), ok mpi | Stuart Henderson |
2017-05-30 | getrlimit is now allowed by "stdio" | Theo de Raadt |
2017-05-29 | sort SEE ALSO; | Jason McIntyre |
2017-05-29 | It is distasteful to have manual pages which don't refer to real | Theo de Raadt |
2017-05-06 | Move info about group handling via a negative pid into the list | Todd C. Miller |
2017-05-05 | Document what happens when sending a signal to the calling process. | Todd C. Miller |
2017-05-05 | Mention that the signal mask does not affect what signals are | Todd C. Miller |
2017-05-01 | Document that wait3/waitpid can receive SIGCHILD when wpid does | Todd C. Miller |
2017-04-30 | Add futex(2) shim, bump minor. | Martin Pieuchot |
2017-04-28 | Reference the "Futexes Are Tricky" paper. | Martin Pieuchot |
2017-04-28 | errant space; | Jason McIntyre |
2017-04-28 | Document futex(2) with a lot of inputs from schwarze@ | Martin Pieuchot |
2017-04-15 | Document RB_TIMEBAD; delete RB_* that are obsolete/unimplemented | Philip Guenther |
2017-04-13 | Xr sigprocmask(2) not the obsolete sigsetmask(3) | Todd C. Miller |
2017-04-10 | Fix tabs in example code. | Jeremie Courreges-Anglas |
2017-04-05 | Not all devices support mmap, document EINVAL in this case too. | Todd C. Miller |
2017-04-04 | tweak previous; | Jason McIntyre |
2017-04-03 | Add caveat telling it's better to always read a data byte when passing | Otto Moerbeek |
2017-03-29 | The hppa version of as(1) requires whitespace before a .file directive, | Theo de Raadt |
2017-03-28 | Document the mcast pledge(2) as an addition to inet. | Alexander Bluhm |
2017-03-26 | Use .file to convince 'as' to generate proper FILE symbols in the syscall | Philip Guenther |
2017-03-23 | mkdir(2) and mkdirat(2) can also fail with EACCESS if write permission | Todd C. Miller |
2017-03-11 | shuffle back: wxabort is described in sysctl(3); | Jason McIntyre |