summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2015-02-10Groundwork for better route support over multiple interfaces byKenneth R Westerback
2015-02-10If 'write' is issued after a 'reinit' command, and the MBR to beKenneth R Westerback
2015-02-09provide a net.inet6.ip6.ifq sysctl so people can see and fiddleDavid Gwynne
2015-02-09Rename 'm_flag' to 'e_flag' since it's '-e' that sets it. RenameKenneth R Westerback
2015-02-08Use AI_ADDRCONFIG when resolv hosts on startup.Reyk Floeter
2015-02-08Get rid of a bunch of memset()'s where struct variables and arraysKenneth R Westerback
2015-02-07parse debug levels with strtonum, so that debug 1banana doesn't parse.Ted Unangst
2015-02-07Add support for interface-mtu (option 26).Kenneth R Westerback
2015-02-07When getopt processing flags, many should be flag=1 instead of flag++Theo de Raadt
2015-02-07GC unused parameters now that ifname and rdomain are not used inKenneth R Westerback
2015-02-06Better size_t overflow check for mount_mfs. OK miod@Todd C. Miller
2015-02-06convert atoi to strtonumTed Unangst
2015-02-06unneeded getopt.hTheo de Raadt
2015-02-06The write_file() privsep interface was too permissive andReyk Floeter
2015-02-06matthew@ points out that it's a bad idea to rely on the non-privileged,Kenneth R Westerback
2015-02-06Don't let errors leak the memory returned by getifaddrs().Kenneth R Westerback
2015-02-06Remove route/netstat -f encap in favor of ipsecctl -s flow.Reyk Floeter
2015-02-05Use sizeof(struct X) rather than sizeof(*p) in calloc() invocations.Kenneth R Westerback
2015-02-05implement "ifconfig <if> -inet", removing all inet addressesHenning Brauer