Age | Commit message (Expand) | Author |
2014-11-30 | do not use .St -p1003.1d-99 which is used in exactly two pages; | Ingo Schwarze |
2014-11-30 | mandoc -Tlint fixes from <kaspars at bankovskis dot net> | Ingo Schwarze |
2014-11-30 | Even though not callable, "Ed" is a macro name, so for clarity, | Ingo Schwarze |
2014-11-23 | Merge from FreeBSD: | Philip Guenther |
2014-11-20 | Merge from FreeBSD: | Philip Guenther |
2014-11-19 | delete the KERN_VNODE sysctl. it fails to provide any isolation from the | Ted Unangst |
2014-11-17 | Add stravis(), an allocating version of strvis(). OK doug@ | Todd C. Miller |
2014-11-17 | When listing the async-signal-safe functions, don't split out "ANSI C" | Philip Guenther |
2014-11-15 | Delete some unnecessary #includes | Philip Guenther |
2014-11-15 | Don't need <sys/types.h> before <sys/ipc.h> anymore | Philip Guenther |
2014-11-14 | _NSIG is the number of valid signals including signal 0, so it's not a valid | Jonathan Matthew |
2014-11-09 | Correct constness of str*unvis()'s second (source) argument | Philip Guenther |
2014-10-11 | obvious reallocarray() use | Theo de Raadt |
2014-10-08 | obvious realloc -> reallocarray conversion | Theo de Raadt |
2014-10-08 | obvious reallocarray() | Theo de Raadt |
2014-10-08 | reallocarray() to detect potential int overflow; ok doug | Theo de Raadt |
2014-10-08 | reallocarray() for mult int overflow detect; ok doug | Theo de Raadt |
2014-10-03 | Strip trailing new-lines from syslog messages. This avoids empty | Alexander Bluhm |
2014-09-15 | We missed a hyphen in 'async-signal-safe' | Philip Guenther |
2014-09-15 | When fopen()ing internal to libc (the API doesn't support the use | Philip Guenther |
2014-09-10 | sockatmark(3) has been implemented; add it to the async-signal-safe lists | Philip Guenther |
2014-09-02 | Fix previous commit: fd wasn't set in the FAE_DUP2 case | Philip Guenther |
2014-08-31 | They're thread IDs, not PIDs. The wording is a bit clunky, but closer | Philip Guenther |
2014-08-31 | Add additional userland interfaces for setting close-on-exec on fds | Philip Guenther |
2014-08-31 | Add additional kernel interfaces for setting close-on-exec on fds | Philip Guenther |
2014-08-27 | Nuke net.inet6.icmp6.rediraccept and allow redirects on interfaces | Florian Obser |
2014-08-25 | Delete secret or secret-derived data with explicit_bzero. | Doug Hogan |
2014-08-20 | Remove userland bits related to the crypto(4) interface; ok deraadt | Mike Belopuhov |
2014-08-18 | Add mention of execvpe() setting errno on failure. | Philip Guenther |
2014-08-16 | Cover execvpe() in the description of what the envp arg means. | Philip Guenther |
2014-07-21 | Add pthread_sigmask() and raise() to the list of async signal safe | Matthew Dempsky |
2014-07-21 | Fix typo: s/lstate/lstat/ | Matthew Dempsky |
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther |
2014-07-19 | Document that abort() is async signal safe now that it doesn't flush | Matthew Dempsky |
2014-07-18 | Oops, getentropy() is an "extension interface", not a "base interface" | Matthew Dempsky |
2014-07-14 | Convert syslog_r(3) to using sendsyslog(2). This ensures that syslog_r(3) | Theo de Raadt |
2014-07-13 | Document KERN_PROC_NOBROADKILL | Claudio Jeker |
2014-07-12 | more accept_rtadv removal; | Jason McIntyre |
2014-07-12 | no more net.inet6.ip6.accept_rtadv | Henning Brauer |
2014-07-12 | Correct the sentence in the BUGS section. Colon chars are usable as a | YASUOKA Masahiko |
2014-07-11 | clean up after previous: zap rfc 4620 from sysctl(3) too. | Sebastian Benoit |
2014-07-10 | __tfork_thread is in libc, so move the manpage over too | Philip Guenther |
2014-07-10 | Don't document the guts of struct syslog_data. This man page only needs | Theo de Raadt |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-08 | Document that shm_open() et al have been available since OpenBSD 5.4 | Matthew Dempsky |
2014-06-13 | delete a lie; replace with a truth | Theo de Raadt |
2014-05-25 | use calloc, from Benjamin Baier | Ted Unangst |
2014-05-23 | Document that v?dprintf() is just as safe as v?snprintf(). OK espie@ | Todd C. Miller |
2014-05-07 | Kill the {nd6_,}useloopback buttons, using the loopback interface for | Martin Pieuchot |
2014-05-04 | tweak previous; | Jason McIntyre |