summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2011-07-09Add a missing prototype, fix build with WARNINGS=yes.Nicholas Marriott
2011-07-09tweak previous;Jason McIntyre
2011-07-09rmove rotten netatalk bitsHenning Brauer
2011-07-08allow rules to specify "prio X" or "prio (X, Y)" to assign priority levelsHenning Brauer
2011-07-08Include PIPEX in kernel by default. And add new sysctl variableYASUOKA Masahiko
2011-07-08Correctly print skip steps in -vv modeRyan Thomas McBride
2011-07-08Rename 'rc_scripts' to 'pkg_scripts' to make it clear this variable is forAntoine Jacoutot
2011-07-08add basic config support for creating aoe disks. ok marcoTed Unangst
2011-07-07remove mvmeppc; it is really rough shape. ok drahn miodTheo de Raadt
2011-07-07We can mention ipcomp, since it worksTheo de Raadt
2011-07-07Don't print 'keep state' anymore unless it's needed for state options, it'sRyan Thomas McBride
2011-07-07Fold pf_test_fragment() into pf_test_rule(), reduce code and fixesRyan Thomas McBride
2011-07-06Add sysctl net.inet.tcp.always_keepalive, when this is set the systemStuart Henderson
2011-07-06For non-crypted flows (such as ipcomp and ipip), default theirTheo de Raadt
2011-07-05Add DIOCGPDINFO to rxioctl(), as a synonym for DIOCGDINFO, the lastKenneth R Westerback
2011-07-05fix memcpy sizeof. found by jsg. ok deraadt krw mikebTed Unangst
2011-07-05More non-512-byte sector groundwork. Don't let disklabel hint thatKenneth R Westerback
2011-07-05kill a useless Pp;Jason McIntyre
2011-07-05Flip one .Fl interface to .Fl iface since iface is used everywhere elseClaudio Jeker
2011-07-05Fix IKEV2_N_NO_ADDITIONAL_SAS notification by including the SPIMike Belopuhov
2011-07-04tsc tsc, no waikiki for me. copyright statement without year. 2003 it was.Henning Brauer
2011-07-04Force the sa_len to sizeof(struct sockaddr_dl) before callingClaudio Jeker
2011-07-04No point in documenting "Encryption only works with vnd".Matthew Dempsky
2011-07-04use stronum, removing an atoi from the tree. ok deraadt matthewTed Unangst
2011-07-04bye bye require-order.Henning Brauer
2011-07-04rip out more effectively dead code, ryan okHenning Brauer
2011-07-03g/c RIO traces (aka clean up after tedu :))Henning Brauer
2011-07-03*_CLEARDSCP could never possibly have been set, no point in being able toHenning Brauer
2011-07-03bring in least-states load balancing algorithmJoerg Zinke
2011-07-03iked requires the same dh diff as isakmpd:Mike Belopuhov
2011-07-02-interface is an alias of -iface so make sure route(8) accepts bothClaudio Jeker
2011-06-27remove some useless casts. ok krwTed Unangst
2011-06-27cleanup this file a little, review by krwTed Unangst
2011-06-27for mount_ntfs, fix an error in previous; for tr, fix an error of theJason McIntyre
2011-06-27no need for #if 1 on the readonly here, as noticed by deraadtTed Unangst
2011-06-27cleanup the ntfs man page, and enforce readonly operation.Ted Unangst
2011-06-27vlan parent devices do not have to be physical, and they can beCamiel Dobbelaar
2011-06-24wrap previous onto a second lineStuart Henderson
2011-06-24nat-to rules require a directionStuart Henderson
2011-06-24swapctl -s was showing 1k blocks, regardless of -k. so fix this by showingJasper Lievisse Adriaanse
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andChristian Weisgerber
2011-06-23switch to installing source manuals (base part)Ingo Schwarze
2011-06-23Use a common text explaining how the various configuration parsers usingStuart Henderson
2011-06-21Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudioMike Belopuhov
2011-06-20MBR_read() can be reading from a file as well as a raw partition.Kenneth R Westerback
2011-06-15When BN_bn2bin converts a bignum to the binary representationMike Belopuhov
2011-06-09there is no need to close files when the titanic is going down.Theo de Raadt
2011-06-06some improvements for the text on packet capture; from Lawrence TeoJason McIntyre
2011-06-05mention that rc(8) creates /var/run/dmesg.boot;Ingo Schwarze
2011-06-05fix format stringCharles Longeau