summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2015-08-30Clean up getaddrinfo(3) calls to make them look like the canonicalFlorian Obser
2015-08-30Remove RH0 support, it was deprecated in RFC 5095 some time ago andFlorian Obser
2015-08-27Nuke some trailing whitespace that keeps coming back.Kenneth R Westerback
2015-08-26use 0xffff not 0xfffff for a 16 bit port constantJonathan Gray
2015-08-25Switch from utimes() to utimensat() to $estore full nanosecond granularityPhilip Guenther
2015-08-22spacingTheo de Raadt
2015-08-21Switch iked to C99-style fixed-width integer types.Reyk Floeter
2015-08-20Two reallocarray() conversions that were missed earlier.Todd C. Miller
2015-08-20Do not cast a size_t to (unsigned long) to pass it as an argument to malloc.Theo de Raadt
2015-08-20<stdlib.h> is included, so do not need to cast result fromTheo de Raadt
2015-08-19Add missing OpenBSD CVS tag - no binary changeReyk Floeter
2015-08-19Missing prototypes. Noted by deraadt@Kenneth R Westerback
2015-08-19spacing (no binary change, verified with checksums)Reyk Floeter
2015-08-15Less damned spurious whitespace.Kenneth R Westerback
2015-08-14switch from system(3) to vfork(2)+execl(2) for invoking mount_nfs(8) when fstabSebastien Marie
2015-08-05repair buffer size checks around chacha block, spotted by Dimitris PapastamosTheo de Raadt
2015-07-31Document acceptable values for "carpdemote", from Julien Dhaille.Martin Pieuchot
2015-07-27document "F" in interactive mode, like for fsck.8;Jason McIntyre
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-07-26remove unused variableCharles Longeau
2015-07-25Teach ifconfig(8) man page about the mpw(4) commands.Rafael Zalamena
2015-07-22process_mpw_commands should not go to install-media ifconfigTheo de Raadt
2015-07-21Teach ifconfig(8) about mpw(4) commands.Rafael Zalamena
2015-07-18remove the restriction to disallow the use of a passphrase file duringAlexander Hall
2015-07-18Make all commands accepting the "-priority" switch recognize aliasesMartin Pieuchot
2015-07-18Indent the output of bridge rules in ifconfig.rzalamena
2015-07-18On systems with a full routing table (550k+), we often want to be able toPeter Hessler
2015-07-17Assign correct destination port value for the destination netmask.Mike Belopuhov
2015-07-14Use volatile sig_atomic_t for requested_transition since it isTodd C. Miller
2015-07-14clarification from trondd;Jason McIntyre
2015-07-09Nuke unused variable.Kenneth R Westerback
2015-07-08Do not attempt to read a disk sector worth of data from the fileKenneth R Westerback
2015-07-07repair policy-ikesa-linking by replacing the broken RB_TREE w/TAILQMarkus Friedl
2015-07-03Terminate 'config' keyword array with a NULL element.Mike Belopuhov
2015-06-15document pfctl -ss -R <rule>, ok mikeb@Stuart Henderson
2015-06-12Allow rule ID filter to be specified for show states outputMike Belopuhov
2015-06-11Use "compliant" header guards by avoiding the reserved '_' namespace.Reyk Floeter
2015-06-05Fix coupling and decoupling operations.vgross
2015-06-03Do not assume that asprintf() clears the pointer on failure, whichTodd C. Miller
2015-05-30fix usage();Jason McIntyre
2015-05-29do not need non-NULL-check before free(p), other minor refactoringTheo de Raadt
2015-05-29remove duplicate assignments; from Benjamin BaierTheo de Raadt
2015-05-29Initial addition of ``Patrol Read'' support in bio(4), biocto(8), andMasao Uebayashi
2015-05-26build wsconsctl and wsconscfg on armv7Jonathan Gray
2015-05-25bump up the default Diffie-Hellman group to modp3072; ok mikeb@ djm@Christian Weisgerber
2015-05-23Canonicalize all devices to DUIDs in order to make -w and -W output consistent.Philip Guenther
2015-05-19improve spacing in disklabel template.Igor Sobrado
2015-05-18Tweak parsing so that hostnames starting with 0-9 are accepted.Kenneth R Westerback
2015-05-18Stop rejecting leases with a subnet that overlaps a subnet alreadyKenneth R Westerback
2015-05-17nope, ioctl has not been used for a whileTheo de Raadt