aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Make the "automounted" flag work for FUSE filesystems.Edward Tomasz Napierala2015-03-011-0/+7
* When gpart(8) is trying automatically determine the first availableAndrey V. Elsukov2015-02-261-1/+1
* Make sure that the flags for the XPT_DEV_ADVINFO CCB are initializedKenneth D. Merry2015-02-181-1/+1
* add support for specifying an initial buffer size when fetching aJohn-Mark Gurney2015-02-132-10/+28
* Retrieve counters from kernel if rule timstamping is requested.Alexander V. Chernikov2015-02-051-2/+4
* Revert the change of flowid output format. [1]Vsevolod Stakhov2015-02-022-30/+4
* Style(9) fixes.Vsevolod Stakhov2015-02-022-36/+47
* Reorganize the list of addresses associated with an interface and group themVsevolod Stakhov2015-02-022-5/+196
* Remove duplicate MK_ISCSI block and sort the conditional blocks so this errorEnji Cooper2015-02-021-9/+5
* Fix sysctl name.Edward Tomasz Napierala2015-01-271-2/+2
* Build sbin/iscontrol again if MK_ISCSI != noEnji Cooper2015-01-261-0/+4
* Add MK_HAST knob for building and installing hastd(8), et alEnji Cooper2015-01-261-2/+5
* natd(8) will work with an unconfigured interface and effectively not doJohn Baldwin2015-01-251-3/+3
* Add MK_CCD knob for building and installing ccd(4), ccdconfig, etcEnji Cooper2015-01-251-1/+4
* Add MK_ISCSI knob for building the iscsi initiator, iscsi daemon, kernelEnji Cooper2015-01-251-1/+4
* Fix building rcorder with -DDEBUG by using libutil.h instead of util.h fromEnji Cooper2015-01-252-8/+3
|\
| * - Revert r277670 (#include order is required for fparseln)Enji Cooper2015-01-252-4/+1
| * Sort #include orderEnji Cooper2015-01-251-1/+1
| * MFhead @ r277659Enji Cooper2015-01-241-2/+2
| |\ | |/ |/|
| * MFhead @ r277403Enji Cooper2015-01-1912-356/+526
| |\
| * \ MFhead @ r276594Enji Cooper2015-01-0213-27/+27
| |\ \
| * \ \ MFhead @ r275911 (also, sort out MK_* flags in BMAKE, etc on this branch)Enji Cooper2014-12-187-69/+115
| |\ \ \
| * \ \ \ MFhead @ r275688Enji Cooper2014-12-101-1/+2
| |\ \ \ \
| * \ \ \ \ MFhead @ r275589Enji Cooper2014-12-082-189/+1
| |\ \ \ \ \
| * \ \ \ \ \ MFhead @ r275496Enji Cooper2014-12-052-3/+6
| |\ \ \ \ \ \
| * | | | | | | Make ccd(4), et al conditional based on MK_CCDEnji Cooper2014-12-021-1/+4
| * | | | | | | Remove the unnecessary globEnji Cooper2014-11-301-1/+1
| * | | | | | | Fix CFLAGS+=-DDEBUG by using the right header for libutil (libutil.h, notEnji Cooper2014-11-302-8/+6
| * | | | | | | Build spppcontrol if MK_PPP != noEnji Cooper2014-11-301-1/+4
| * | | | | | | MFHead @ r275232Enji Cooper2014-11-2969-757/+357
| |\ \ \ \ \ \ \
| * | | | | | | | Conditionalize a number of components in the treeEnji Cooper2014-11-261-3/+9
* | | | | | | | | After r270929 RAW IP code assumes that all IP fields are in networkAndrey V. Elsukov2015-01-231-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Eliminate incorrect IPv6 mask guessing:Alexander V. Chernikov2015-01-161-9/+1
* | | | | | | | Add devd(8) notifications for creation and destruction of GEOM devices.Edward Tomasz Napierala2015-01-141-1/+28
* | | | | | | | Improve camcontrol(8) handling of drive defect data.Kenneth D. Merry2015-01-082-184/+453
* | | | | | | | Remove old ioctl use and support, once and for all.Warner Losh2015-01-064-150/+20
* | | | | | | | Integrate sbin/ifconfig/tests from NetBSD into atf/kyuaEnji Cooper2015-01-042-0/+17
* | | | | | | | mdoc: paragraph improvements.Joel Dahl2015-01-042-12/+3
* | | | | | | | Belatedly commit the patch for SA-14:21 to head. It was not committed toDag-Erling Smørgrav2015-01-031-0/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | mdoc: remove EOL whitespace.Joel Dahl2014-12-297-17/+17
* | | | | | | mdoc: improvements to SEE ALSO.Joel Dahl2014-12-277-10/+10
| |_|_|_|_|/ |/| | | | |
* | | | | | Adjust printf format specifiers for dev_t and ino_t in user space.Gleb Kurtsou2014-12-171-19/+27
* | | | | | Prefix all the vxlan ifconfig commands so they are uniqueBryan Venteicher2014-12-173-43/+43
* | | | | | Add ability to not specify a zone identifier twice, when both source andAndrey V. Elsukov2014-12-161-4/+13
* | | | | | sbin/shutdown: Support time units as in 'shutdown -r +5sec'Gleb Kurtsou2014-12-162-3/+32
| |_|_|_|/ |/| | | |
* | | | | Add fstyp(8). This utility, named after its SVR4 counterpart, detectsEdward Tomasz Napierala2014-12-101-1/+2
| |_|_|/ |/| | |
* | | | Move iscsi.conf.5 from sbin/iscontrol/ to usr.bin/iscsictl/, as theEdward Tomasz Napierala2014-12-052-189/+1
| |_|/ |/| |
* | | Fix inverted logic introduced in r272154.Xin LI2014-12-011-2/+5
* | | Disable the vxlan code until the people reponsible for it can come up withDag-Erling Smørgrav2014-12-011-1/+1
| |/ |/|
* | Convert sbin/mdconfig/tests from prove format tests to ATF format testsEnji Cooper2014-11-275-613/+284