summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-09-26spacingReyk Floeter
2016-09-26Fix compilation warning by using the correct cast/format.Rafael Zalamena
2016-09-26Teach switchd(8) how to create flows for new connections using OpenFlowRafael Zalamena
2016-09-26Set pkt_buf variable on incoming packet_in messages.Rafael Zalamena
2016-09-26Fix a memory leak and a loop in the ofp_read() that happens every time aRafael Zalamena
2016-09-26Enable more debug messages to help developing flow modification messages.Rafael Zalamena
2016-09-25Document the dependency on sysctl kern.allowkmemTheo de Raadt
2016-09-25Correct the flag listing for switchd(8) and add a files section for theJonathan Gray
2016-09-25Make a move towards ending 4 decades of kernel snooping.Theo de Raadt
2016-09-25Remove more duplicated includesFrederic Cambus
2016-09-25consistently use MAX_ prefixFlorian Obser
2016-09-25Interval calculations are perfectly fine with ints.Florian Obser
2016-09-24The file descriptor needs to be closed in both the TLS and non-TLS case,Joel Sing
2016-09-24Both tls_free() and tls_config_free() are safe to call with NULL.Joel Sing
2016-09-24Remove more backwards compat for unsupported OpenBSD releases.Joel Sing
2016-09-24sort FILES;Jason McIntyre
2016-09-24improve DESCRIPTION;Jason McIntyre
2016-09-23Revert a wording change. Requested by jmc@Alexander Bluhm
2016-09-23Add some more improvements from jmc@ to syslogd(8).Alexander Bluhm
2016-09-23Document certificate handling in syslogd(8) man page.Alexander Bluhm
2016-09-23It is ok to call free() on NULL pointers.Rafael Zalamena
2016-09-23With the new large socket buffer sizes, syslogd could use more mbufsAlexander Bluhm
2016-09-23use sizeof instead of constant 16 in function callsJonathan Gray
2016-09-23Improve syslogd(8) man page.Alexander Bluhm
2016-09-22Make sure we don't have conflicting UIDs/GIDs when adding user/group.Antoine Jacoutot
2016-09-22Change function arguments from "unsigned char keyname[16]" toJonathan Gray
2016-09-22correct invalid use of sizeofJonathan Gray
2016-09-22include time.h for time()Jonathan Gray
2016-09-21Use a properly aligned buffer (malloc'd, not on stack) to get routing messages.Jeremie Courreges-Anglas
2016-09-21Use the correct local variable to get address & prefixlen in routing messagesJeremie Courreges-Anglas
2016-09-21tweak previous;Jason McIntyre
2016-09-21Add an option to give syslogd a server CA that is used to validateAlexander Bluhm
2016-09-21Remove the use of cast. It is unnecessary and potentially problematic.YASUOKA Masahiko
2016-09-20reoorder includes,Sebastian Benoit
2016-09-20Unbreak logging for children process in switchd(8). log_init/verbose()Rafael Zalamena
2016-09-20some fixes from rob pierce; ok yasuokaJason McIntyre
2016-09-19Add pledge support to pstatTheo Buehler
2016-09-19Fix pstat -ft. In presence of the -f flag, a logic error in ttymode()Theo Buehler
2016-09-19the pf.conf sample should refer to group _tftp_proxy, not proxy;Jason McIntyre
2016-09-19Fix 'const char *' qualifier removal warning by casting it out withRafael Zalamena
2016-09-19Only allow standard dot notation for IPv4 addresses as target.Florian Obser
2016-09-18tweak previous;Jason McIntyre
2016-09-18add a config file parser to acme-client (unused at the moment, so thatSebastian Benoit
2016-09-18Kill p_env from proc.c. The p_env variable was not being used seriously andRafael Zalamena
2016-09-17move the .SUNW_ctf section name definition to exec_elf.h and document it in e...Jasper Lievisse Adriaanse
2016-09-16procmap fumbles with uvm_map_addr structures, which are now in RBTsDavid Gwynne
2016-09-15add some Xr for acme-client(1);Jason McIntyre
2016-09-15more fat trimming;Jason McIntyre
2016-09-15Go in the background later, using rdaemon().Jeremie Courreges-Anglas
2016-09-15Teach switchd(8) how to shutdown using close() instead of kill().Rafael Zalamena