aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* In preparation for using clang's -Wcast-qual:Jamie Gritton2014-11-253-67/+65
* Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-25163-434/+178
* Fix the fixBaptiste Daroussin2014-11-251-0/+1
* Fix build.Xin LI2014-11-251-5/+1
* Convert makefs to LIBADDBaptiste Daroussin2014-11-241-7/+1
* Convert to LIBADD.Brad Davis2014-11-241-2/+1
* Remove the pidfile clause from the ctl.conf example. Why do everyoneEdward Tomasz Napierala2014-11-241-3/+1
* Fix the negation (!) operator so that it binds only to the word thatIan Lepore2014-11-231-12/+12
* Consider the negation operator (!) to be a word even if it is not followedIan Lepore2014-11-231-0/+5
* Fix the following -Werror warnings from clang 3.5.0, while buildingDimitry Andric2014-11-221-2/+2
* Fix the following -Werror warnings from clang 3.5.0, while buildingDimitry Andric2014-11-221-2/+8
* Implement "automount -c".Edward Tomasz Napierala2014-11-222-4/+67
* For both iSCSI initiator and target increase socket buffer sizes beforeAlexander Motin2014-11-224-2/+22
* In conf_apply() remove iSCSI ports from kernel before removing LUNs.Alexander Motin2014-11-211-10/+10
* Fix error handling.Edward Tomasz Napierala2014-11-211-1/+1
* Document use of wildcards (*) and ampersands (&) in autofs map files.Edward Tomasz Napierala2014-11-211-3/+20
* Add missing error checking for kernel_port_{add,remove}(). Both can failEdward Tomasz Napierala2014-11-211-3/+22
* Replace the pw(1) calls with a variable, to make it easier to to change acros...Brad Davis2014-11-194-32/+35
* Make the auto_master(5) man page clearer on how auto_masterEdward Tomasz Napierala2014-11-191-5/+23
* Fix improper .Fx macro usage.Edward Tomasz Napierala2014-11-191-1/+2
* Re-work non-persistent filesystem detection as it was not possible toMark Felder2014-11-181-8/+7
* Clean up some languageBrad Davis2014-11-172-18/+18
* Add logic for detecting non-persistent filesystems being utilized byMark Felder2014-11-171-0/+9
* The "intr" option is NFS-specific; fix examples in auto_master(5).Edward Tomasz Napierala2014-11-171-3/+3
* Default to use 10 seconds as nap interval instead of 1.Xin LI2014-11-162-3/+3
* wpa_cli does not use libedit anymore since version 1.0Baptiste Daroussin2014-11-151-3/+3
* Add a test for locking and unlocking user accountsBrad Davis2014-11-152-1/+23
* Fix wrong message when using pw -V with a non existent directoryBaptiste Daroussin2014-11-123-1/+27
* Decode more fields when dumping USB descriptors.Hans Petter Selasky2014-11-121-4/+79
* Fix a few cases of use of uninitialized variables. Found with -Wall.Luiz Otavio O Souza2014-11-121-2/+8
* Fix whitespace.Devin Teske2014-11-111-4/+4
* Default `bsdconfig timezone' and `tzsetup' to `-s' in a VM.Devin Teske2014-11-112-1/+13
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-0913-3689/+7
* To allow a request to be submitted from within the callback routine ofTycho Nightingale2014-11-091-2/+2
* Make both iSCSI initiator and target support base64 encoded CHAP data.Alexander Motin2014-11-092-2/+100
* Add HISTORY section to ctld(8).Edward Tomasz Napierala2014-11-091-1/+6
* Fix several nits in redirection handling - don't use wrong CSG,Edward Tomasz Napierala2014-11-091-27/+14
* Add support for sending redirections to iSCSI target.Edward Tomasz Napierala2014-11-096-6/+195
* Improve wording in ctl.conf(5).Edward Tomasz Napierala2014-11-081-4/+5
* ctld(8) doesn't require -lcam or -lssl; remove those from DPADD and LDADD.Edward Tomasz Napierala2014-11-081-2/+2
* Remove unused assignments, noticed by Clang analyzer.Alexander Motin2014-11-071-7/+7
* Backout 274170 it breaks for mipsBaptiste Daroussin2014-11-061-2/+2
* fifolog_writer does not depend on libutilBaptiste Daroussin2014-11-061-2/+2
* fifolog_reader does not depend on libutilBaptiste Daroussin2014-11-061-2/+2
* iscsid does not need to link to libsslBaptiste Daroussin2014-11-061-2/+2
* sntp does not depend on libmBaptiste Daroussin2014-11-061-2/+2
* rpcbind does not need to be linked to libutilBaptiste Daroussin2014-11-061-2/+2
* Add to CTL support for logical block provisioning threshold notifications.Alexander Motin2014-11-061-1/+9
* Add EXAMPLES-section entry for new key+=append syntax of sysrc(8).Devin Teske2014-11-051-1/+7
* Improve the ability to cancel an in-flight request by using anTycho Nightingale2014-11-041-24/+146