summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2022-08-05Among published AT&T UNIX releases, a shutdown(8) command was containedIngo Schwarze
2022-08-03dmesg(8): don't accept positional argumentsScott Soule Cheloha
2022-07-31The geometry information in stuct disklabel is not used forKenneth R Westerback
2022-07-30we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-RenoJonathan Gray
2022-07-29Mention id(1) -R, reference rtable(4) in route(8)Klemens Nanni
2022-07-27Remove redundant bzero, the pfctl struct memset later on.Moritz Buhl
2022-07-26Allow editing of an MBR of all zeros.Kenneth R Westerback
2022-07-25Only MBR and GPT structures can be edited by fdisk.Kenneth R Westerback
2022-07-23Delete autoconf or temporary address if flag is removed.Florian Obser
2022-07-23Let the kernel delete the (default) route when we deconfigure theFlorian Obser
2022-07-23Send an IFP to distinguish (default) routes over different interfacesFlorian Obser
2022-07-23Delete addresses when interface is no longer autoconf.Florian Obser
2022-07-22add missing full stop;Jason McIntyre
2022-07-22Include an OpenIKED Vendor ID payload in the initial handshake. This willTobias Heider
2022-07-22Fix potential leak of reply in error case.Tobias Heider
2022-07-22fix use after free in debug pathJonathan Gray
2022-07-21Set the default pool size for the new anchors pool otherwise it's set to 0.Moritz Buhl
2022-07-20Add a pool for the allocation of the pf_anchor struct.Moritz Buhl
2022-07-18Check if there is a locally cached nameserver to send before respondingTobias Heider
2022-07-18Synch 'help' command descriptions with man page descriptions.Kenneth R Westerback
2022-07-18'quit' and 'exit' descriptions were reversed.Kenneth R Westerback
2022-07-17Modernize and cleanse fdisk.8, making it more concise andKenneth R Westerback
2022-07-14When the autoconf flag flaps around we might end up with multiple bpfFlorian Obser
2022-07-12Rewrite state machine in the style of dhcpleased(8).Florian Obser
2022-07-10Add some anti-feline input protection by refusing to processKenneth R Westerback
2022-07-10Use nice #define's for input buf size and output help buf size.Kenneth R Westerback
2022-07-08Support sending certificate chains with intermediate CAs in multiple CERTTobias Heider
2022-07-08remove unused variablesJonathan Gray
2022-07-04Ignore any CERT payload after the first instead of failing the exchangeTobias Heider
2022-07-04Fix error in the comparison of the Child SA nonces to decide whichTobias Heider
2022-07-02dhclient(8) has been undergoing replacement with "ifconfig xxx inet auto"Theo de Raadt
2022-06-28Move debug-only variable 'i' to be with the other debug-onlyKenneth R Westerback
2022-06-28unbreak build; found the hard way by stspFlorian Obser
2022-06-28gc timeout_count, it's unused and I don't remember what I wanted toFlorian Obser
2022-06-27tweak the tso text a little;Jason McIntyre
2022-06-27Introduce Large Receive Offloading of TCP segment offloading for ix(4). It isJan Klemkow
2022-06-26remove outdated commentFlorian Obser
2022-06-25Use in_addr for AF_INET.mbuhl
2022-06-25Increase the auto partitioner's maximum /usr size to 30G.mbuhl
2022-06-19There is no reason to print the RTF_DONE bit in the routing table output.Claudio Jeker
2022-06-18sync to libunbound 1.16.0; heavy lifting by sthenFlorian Obser
2022-06-18We were a bit too enthusiastic when we copied libunbound and some otherFlorian Obser
2022-06-14The curly braces are tokens in the described language,Ingo Schwarze
2022-06-02Don't treat the first arg as a 4.3BSD option string if it contains a '/'.Todd C. Miller
2022-05-28Since 'sa' can be freed inside the loop, RB_FOREACH_SAFE is required.Gerhard Roth
2022-05-23Neither macppc nor the retired loongson have any remaining usefulKenneth R Westerback
2022-05-21Repair a leak of a FILE. The FILE contains a fd via fdopen(), theTheo de Raadt
2022-05-17Move towards OpenIKED 7.1Tobias Heider
2022-05-16Remove incorrect line about 'dhcp' in hostname.if triggering the use ofAaron Bieber
2022-05-14Document usage of tunneladdrDenis Fondras