Age | Commit message (Expand) | Author |
2015-10-20 | Use client pointer not file descriptor in logging. | Nicholas Marriott |
2015-10-20 | add a new getsockopt option IP_IPDEFTTL to retrieve the default ttl. | Sebastian Benoit |
2015-10-20 | Fix write to other user's tty. The device has to be opened with | Alexander Bluhm |
2015-10-20 | believe this will work with "stdio rpath wpath cpath inet" now that | Theo de Raadt |
2015-10-20 | Document SOCK_DNS flag | Theo de Raadt |
2015-10-20 | At guenther's suggestion replace dnssocket() with a SOCK_DNS flag on | Theo de Raadt |
2015-10-20 | Add SIOCGIFGMEMB to "route" (returns a list of all interfaces who are | Reyk Floeter |
2015-10-20 | Fix 802.1p VLAN priority code points for VLAN_HWTAGGING. | Christopher Zimmermann |
2015-10-20 | ... but keep the previous logic for sparc, which is the other user of this | Miod Vallat |
2015-10-20 | Missing commit of vax switch to MI installboot(8), forgotten when it went in. | Miod Vallat |
2015-10-20 | Lob a style(9) grenade in here. | Joel Sing |
2015-10-20 | add "proc" to pledge for script(1) | Sebastien Marie |
2015-10-20 | The table could change when retrying so don't save it at start of | Nicholas Marriott |
2015-10-20 | After pledge "dns" has been refactored and setsockopt(SO_RCVBUF) | Alexander Bluhm |
2015-10-20 | Add an explicit check for a malformed AS segment with (segment length 0), | Stuart Henderson |
2015-10-20 | fix a use after free found by clang using an approach suggested by renato | Jonathan Gray |
2015-10-20 | On xmalloc failure, stop trying to determine the total amount of allocated | Pascal Stumpf |
2015-10-20 | update regress for pledge after whitelisted-path view inclusion | Sebastien Marie |
2015-10-20 | Fix ocsp by adding a missing TAILQ_INIT(). | Reyk Floeter |
2015-10-20 | clear whitelisted-paths view in pledge. | Sebastien Marie |
2015-10-20 | allow SO_ERROR all the time | Theo de Raadt |
2015-10-20 | sync | Theo de Raadt |
2015-10-20 | Replace a function-local allocation with stack memory. | mmcc |
2015-10-20 | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze |
2015-10-20 | Always allow the setsockopt & getsockopt system calls... however, in the | Theo de Raadt |
2015-10-19 | Remove old tame() stub | Theo de Raadt |
2015-10-19 | Add pledge(2) for radiusctl(8) and radiusd(8). | YASUOKA Masahiko |
2015-10-19 | break long lines in examples; ok jmc@ | Christian Weisgerber |
2015-10-19 | Test syslogd logging to a tty which belongs to a user. This is | Alexander Bluhm |
2015-10-19 | style cleanup, no functional change | Ingo Schwarze |
2015-10-19 | Enable some code that does power management magic. | Mark Kettenis |
2015-10-19 | Simplify, no functional change: | Ingo Schwarze |
2015-10-19 | Properly restore the prefetchable memory window upon resume. | Mark Kettenis |
2015-10-19 | Add parenthesis gcc wants and remove defined but unused label gcc | Kenneth R Westerback |
2015-10-19 | Delete the empty example file "ftpchroot"; no example is needed. | Ingo Schwarze |
2015-10-19 | LABELSECTOR is a DEV_BSIZE quantity. So multiply by DEV_BSIZE and not | Kenneth R Westerback |
2015-10-19 | Nuke unused variable. | Kenneth R Westerback |
2015-10-19 | including <ohash.h> requires including <stdint.h> beforehand; | Ingo Schwarze |
2015-10-19 | pledge "stdio exec proc" early on, setpriority, then pledge "stdio exec" | Theo de Raadt |
2015-10-19 | free rbio before wbio | Bob Beck |
2015-10-19 | missing deref on char check. from David Binderman | Ted Unangst |
2015-10-19 | Remove the define NOT, replace it with '!'. No binary change. | mmcc |
2015-10-19 | A little style(9) for sh.h includes | mmcc |
2014-08-20 | Run syslogd regressions tests. As only one syslogd can run per | Alexander Bluhm |
2015-10-19 | Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the | Bob Beck |
2015-10-19 | Change regress to not believe legacy times are valid | Bob Beck |
2015-10-19 | Allow setpriority in "proc" as well, since a few shells have "nice" | Theo de Raadt |
2015-10-19 | Move stddef.h include from sh.h to the file that uses it. | mmcc |
2015-10-19 | Move string.h include from sh.h to the files that use it. | mmcc |
2015-10-19 | fix memory leaks in error paths | Jonathan Gray |