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