Age | Commit message (Expand) | Author |
2018-04-27 | <sys/mount.h> and <sys/swap.h> no longer require <sys/param.h> | Philip Guenther |
2018-04-24 | Make futex(2) also return ECANCELED in case SA_RESTART was set. | Paul Irofti |
2018-04-24 | Validate timespec and return ECANCELED when interrupted with SA_RESTART. | Paul Irofti |
2018-04-22 | use NULL for pointer | Theo de Raadt |
2018-04-22 | mmap() no longer needs to be used. Without providing too many details, | Theo de Raadt |
2018-04-08 | Actually describe the parameters rather than calling facts BUGS | Ingo Schwarze |
2018-03-21 | on failure, mmap() returns MAP_FAILED | Gleydson Soares |
2018-03-16 | anton points out that my previous commit completely messed with the | Jason McIntyre |
2018-03-05 | typo in kern.maxlocksperuid | Otto Moerbeek |
2018-03-04 | various tweaks, in part to try and clean up the amount of vertical | Jason McIntyre |
2018-02-27 | improve lining up of tabs inside .Fd macros for terminal output; | Ingo Schwarze |
2018-02-11 | macro fix; | Jason McIntyre |
2018-02-11 | Document how MAP_STACK will be used. All stacks must be mmap'd with | Theo de Raadt |
2018-02-10 | zap trailing whitespace; | Jason McIntyre |
2018-02-10 | add support for binary sysctl payloads by handling them as hex | Florian Obser |
2018-01-13 | tweak previous; | Jason McIntyre |
2018-01-13 | introduce a filter called EVFILT_DEVICE that can be used to notify | Robert Nagy |
2018-01-12 | Adjust references for sysctl(3) to sysctl(2) | Theo de Raadt |
2018-01-12 | sysctl(3) can now be renamed to sysctl(2) | Theo de Raadt |
2018-01-08 | TIOCUCNTL is now allowed by promise "tty". | Martin Pieuchot |
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 |