summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2015-04-11Re-enable the RAID 5 discipline for softraid(4).Joel Sing
2015-04-04banished the atticTheo de Raadt
2015-04-02Don't printf("offset: ...) before every call to MBR_print(). Do itKenneth R Westerback
2015-03-30Even better -- readsector() and writesector() become DISK_readsector() andKenneth R Westerback
2015-03-30Nuke declaration of unused and non-existant function MBR_print_disk().Kenneth R Westerback
2015-03-29Rename MBR_readsector() and MBR_writesector() to just readsector()Kenneth R Westerback
2015-03-29A couple of letoh64() to make GPTSIGNATURE test work better onKenneth R Westerback
2015-03-28Add a simple crc32() implmentation to avoid pulling in libz, whichKenneth R Westerback
2015-03-27Wrap some annoying long lines.Kenneth R Westerback
2015-03-27Use DOSACTIVE define instead of magic number 0x80.Kenneth R Westerback
2015-03-26Adapt ask_string() from disklabel's getstring(). It will be usedKenneth R Westerback
2015-03-26initial support for RFC 7427 signatures, so we are no longerMarkus Friedl
2015-03-26Allow input/printing/conversion of terabyte sizes. Which GPT partitonsKenneth R Westerback
2015-03-26Expand internal representation of partition starting LBA and sizeKenneth R Westerback
2015-03-26Remove bits of unfinished IPsec proxy support. DNS' KX records, anyone?Mike Belopuhov
2015-03-24unwire lmc(4) and san(4).David Gwynne
2015-03-23port src/sbin/ping/ping.c r1.118 to ping6:David Gwynne
2015-03-23port src/sbin/ping/ping.c r1.116 to ping6:David Gwynne
2015-03-23obfuscate the monotonic clock values we put on the wire by offsettingDavid Gwynne
2015-03-20Fix cut & pasto in warning message; from Andre SmaginTodd C. Miller
2015-03-19When zapping the GPT at the end of the disk, don't use disk.sizeKenneth R Westerback
2015-03-19Nuke now unused variable.Kenneth R Westerback
2015-03-18Instead of embedding interface names in a sockaddr use their indexesMartin Pieuchot
2015-03-18Make init(8) static PIE.Pascal Stumpf
2015-03-18Stop passing around little used 'struct mbr tt' parameter. JustKenneth R Westerback
2015-03-18Sort getopt() string.Masao Uebayashi
2015-03-17Stop passing around little used and superfluous 'offset' parameter.Kenneth R Westerback
2015-03-17for small mem machines, make sure max does not get smaller thanOtto Moerbeek
2015-03-16Stop passing around a pointer to the stack variable 'disk' in main().Kenneth R Westerback
2015-03-16Document that -i/-u are mutually exclusive and clean up the relatedKenneth R Westerback
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2015-03-14Whitespace & KNF tweaks. Change functions whose return values areKenneth R Westerback
2015-03-14Zap unused variable.Kenneth R Westerback
2015-03-14Switch all the license blocks to the standard OpenBSD/ISC license.Kenneth R Westerback
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2015-03-13request from Thomas Schmidt to mention dmesg retention over rebootTheo de Raadt
2015-03-12automatic parent interface selection does not work anymore (see rev.Sebastian Benoit
2015-03-12Only read time information from the received packet if it is bigFlorian Obser
2015-03-12replace bcopy with memcpyDavid Gwynne
2015-03-12bump the size of the time types on the wire to 64bit, and use nsecDavid Gwynne
2015-03-11port src/sbin/ping/ping.c r1.115.David Gwynne
2015-03-11use clock_gettime(CLOCK_MONOTONIC) to get timestamps to measure theDavid Gwynne
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-26%% not % in error message; ok millert@ henning@Stuart Henderson
2015-02-15Use "In" to mark up include files, instead of wrongly wrapping with Aq.Anthony J. Bentley
2015-02-15convert bcmp to memcmpTed Unangst
2015-02-15These functions turned up in my grep for bcmp. There are already perfectlyTed Unangst
2015-02-14Rather than using 0xff as a placeholder for "don't check prio", use 0xff toStuart Henderson
2015-02-13Direct people to netstat for the new multicast routing sysctls.Philip Guenther
2015-02-10since we inherit prio (as in, the queuing priority) from outside sources,Henning Brauer