summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* provide a net.inet6.ip6.ifq sysctl so people can see and fiddledlg2015-02-091-1/+15
* Rename 'm_flag' to 'e_flag' since it's '-e' that sets it. Renamekrw2015-02-094-12/+12
* Use AI_ADDRCONFIG when resolv hosts on startup.reyk2015-02-081-1/+2
* Get rid of a bunch of memset()'s where struct variables and arrayskrw2015-02-081-16/+3
* parse debug levels with strtonum, so that debug 1banana doesn't parse.tedu2015-02-071-3/+10
* Add support for interface-mtu (option 26).krw2015-02-074-4/+71
* When getopt processing flags, many should be flag=1 instead of flag++deraadt2015-02-079-39/+39
* GC unused parameters now that ifname and rdomain are not used inkrw2015-02-073-49/+44
* Better size_t overflow check for mount_mfs. OK miod@millert2015-02-061-3/+4
* convert atoi to strtonumtedu2015-02-061-5/+7
* unneeded getopt.hderaadt2015-02-067-14/+7
* The write_file() privsep interface was too permissive andreyk2015-02-063-86/+90
* matthew@ points out that it's a bad idea to rely on the non-privileged,krw2015-02-063-43/+16
* Don't let errors leak the memory returned by getifaddrs().krw2015-02-061-4/+8
* Remove route/netstat -f encap in favor of ipsecctl -s flow.reyk2015-02-065-247/+6
* Use sizeof(struct X) rather than sizeof(*p) in calloc() invocations.krw2015-02-051-4/+4
* implement "ifconfig <if> -inet", removing all inet addresseshenning2015-02-052-3/+9
* replace the wireless scan example with one showing how to select monitorjmc2015-02-021-4/+4
* free(NULL) works, so stop checking for non-zero length allocationkrw2015-02-012-16/+10
* free(NULL) works, so stop checking for non-zero length allocationkrw2015-01-311-17/+10
* Don't leak the "access protected, zero sized object" returned bykrw2015-01-311-1/+3
* Set is_static to 0 before trying to free a lease. Otherwise itkrw2015-01-311-2/+4
* Always free(buf) if errmsg is set while trying to flush routes.krw2015-01-311-3/+2
* Don't leak incompletely cloned static lease. Should never happenkrw2015-01-301-2/+4
* Tweak error message to say 'realloc' since that's what's failing,krw2015-01-301-2/+2
* Include <netinet/in.h> before <net/pfvar.h>. In a future change whenderaadt2015-01-214-8/+10
* Build the argument list for halt/reboot without excessive use ofnaddy2015-01-211-15/+24
* Use plain "-p" to specify "halt and power down", for consistencynaddy2015-01-212-10/+18
* Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orderaadt2015-01-2032-64/+55
* Rewrite to void using union sockaddr_unionderaadt2015-01-201-12/+17
* DEFAULT_PRIORITY and DEFAULT_QLIMIT no longer usedderaadt2015-01-191-9/+1
* remove #ifndef #define blocks trying to handle lack of BUFSIZderaadt2015-01-192-10/+2
* Remove unnecessary <netinet/ip_ipsp.h> includesmikeb2015-01-194-8/+4
* do not require <a.out.h>deraadt2015-01-181-2/+1
* Constify the driver name to disk type table, and remove rz and ccd from thatmiod2015-01-161-9/+8
* Arguments are just ".Ar", not ".Brq Ar" or even ".Ns { Ns Ar ... Ns }".schwarze2015-01-161-39/+20
* Tweak previous: Do not put punctuation on its own line, put it at the endschwarze2015-01-161-14/+9
* Clean up macros in isakmpd(8).bentley2015-01-161-51/+51
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-16134-433/+486
* tell the truth about DES.sobrado2015-01-151-4/+4
* I bet the reference to <sys/ttycom.h> near the ldisc list in tty(4)deraadt2015-01-151-2/+2
* pathconf(1) never happened.deraadt2015-01-141-207/+0
* Add dmesg -s support, to view the output of rc(8) system startup messages.mpf2015-01-132-7/+18
* -/* Backwards compatibility. */deraadt2015-01-131-6/+1
* Don't forget about protocol specification when configuring flows.mikeb2015-01-121-1/+3
* tell the truth about DES.sobrado2015-01-101-4/+4
* Change rssi passed to ifconfig(8) to a signed value to fix printing signalsthen2015-01-091-3/+3
* Remove the NOINET6 interface flag, a left-over from the times when IPv6stsp2015-01-061-13/+23
* Sort wireless nodes by signal strength, from Simon Nicolussi.mpi2015-01-041-1/+14
* Add support for creating a protective MBR for GPT.jsing2015-01-033-8/+49