summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2015-02-02replace the wireless scan example with one showing how to select monitorJason McIntyre
2015-02-01free(NULL) works, so stop checking for non-zero length allocationKenneth R Westerback
2015-01-31free(NULL) works, so stop checking for non-zero length allocationKenneth R Westerback
2015-01-31Don't leak the "access protected, zero sized object" returned byKenneth R Westerback
2015-01-31Set is_static to 0 before trying to free a lease. Otherwise itKenneth R Westerback
2015-01-31Always free(buf) if errmsg is set while trying to flush routes.Kenneth R Westerback
2015-01-30Don't leak incompletely cloned static lease. Should never happenKenneth R Westerback
2015-01-30Tweak error message to say 'realloc' since that's what's failing,Kenneth R Westerback
2015-01-21Include <netinet/in.h> before <net/pfvar.h>. In a future change whenTheo de Raadt
2015-01-21Build the argument list for halt/reboot without excessive use ofChristian Weisgerber
2015-01-21Use plain "-p" to specify "halt and power down", for consistencyChristian Weisgerber
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orTheo de Raadt