summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2015-09-16Some cleanup from dhill AT mindcry.org, thanks!Florian Obser
2015-09-15update spacing in usage(); reminded by jmc@Ingo Schwarze
2015-09-15fix markup of the -t argumentIngo Schwarze
2015-09-12obvious macros fixes:Ingo Schwarze
2015-09-12typo that breaks the buildChristian Weisgerber
2015-09-12Avoid out of boundary access on invalid or short packet reads.Tobias Stoeckmann
2015-09-11Remove RTF_XRESOLVE support.Martin Pieuchot
2015-09-11In `ifconfig media` output, stop advertising media with fixed dataStefan Sperling
2015-09-11Fix ifconfig for ifmedia64.Stefan Sperling
2015-09-10use .In rather than .Fd #includeIngo Schwarze
2015-09-10avoid divide by zero; from Michael McConvilleTheo de Raadt
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-09-09In the flag command description, mention that a bootable partitionTheo de Raadt
2015-09-09remove 3 paragraphs of useless information at the start, and replaceTheo de Raadt
2015-09-09Cleanup the iov handling in ping6. Use the global iov instead of a localClaudio Jeker
2015-09-09No need to check !xxboot inside a 'if (!xxboot) ...' block.Kenneth R Westerback
2015-09-08Correct strsep() usage to free() correct string. Spotted by andKenneth R Westerback
2015-09-08Avoid a SIGSEGV with FGJ malloc.conf flags when a template is used.Todd C. Miller
2015-09-06correct a mistake in my previous commit;Jason McIntyre
2015-09-05snprintf+write --> dprintfPhilip Guenther
2015-09-05Some whitespace bulking out a diff unnecessarily.Kenneth R Westerback
2015-09-04shuffle -b into place; while there, do some general tidy upJason McIntyre
2015-09-04Add a -b option, to be used together with -i, that tells fdisk to add aMark Kettenis
2015-09-03Move tricky system calls up and sensitive data calculations down soFlorian Obser
2015-09-03interface should only be specified for root queues; found by jsgMike Belopuhov
2015-09-01Display the correct source address when using a non-default routingFlorian Obser
2015-09-01- route-to, dup-to, reply-to should not override the block actionAlexandr Nedvedicky
2015-08-31Support deviant but historically blessed practice of acceptingKenneth R Westerback
2015-08-31remove unused define; no binary changeFlorian Obser
2015-08-31Forgot to commit the man page bits when removing RH0 support.Florian Obser
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