summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2015-01-20Rewrite to void using union sockaddr_unionTheo de Raadt
2015-01-19DEFAULT_PRIORITY and DEFAULT_QLIMIT no longer usedTheo de Raadt
2015-01-19remove #ifndef #define blocks trying to handle lack of BUFSIZTheo de Raadt
2015-01-19Remove unnecessary <netinet/ip_ipsp.h> includesMike Belopuhov
2015-01-18do not require <a.out.h>Theo de Raadt
2015-01-16Constify the driver name to disk type table, and remove rz and ccd from thatMiod Vallat
2015-01-16Arguments are just ".Ar", not ".Brq Ar" or even ".Ns { Ns Ar ... Ns }".Ingo Schwarze
2015-01-16Tweak previous: Do not put punctuation on its own line, put it at the endIngo Schwarze
2015-01-16Clean up macros in isakmpd(8).Anthony J. Bentley
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-15tell the truth about DES.Igor Sobrado
2015-01-15I bet the reference to <sys/ttycom.h> near the ldisc list in tty(4)Theo de Raadt
2015-01-14pathconf(1) never happened.Theo de Raadt
2015-01-13Add dmesg -s support, to view the output of rc(8) system startup messages.Marco Pfatschbacher
2015-01-13-/* Backwards compatibility. */Theo de Raadt
2015-01-12Don't forget about protocol specification when configuring flows.Mike Belopuhov
2015-01-10tell the truth about DES.Igor Sobrado
2015-01-09Change rssi passed to ifconfig(8) to a signed value to fix printing signalStuart Henderson
2015-01-06Remove the NOINET6 interface flag, a left-over from the times when IPv6Stefan Sperling