aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* - Fix documentation to note that /etc/hast.conf is the default configurationPawel Jakub Dawidek2012-01-241-4/+6
* Free memory that won't be used in child.Pawel Jakub Dawidek2012-01-221-3/+7
* Fix minor memory leak.Pawel Jakub Dawidek2012-01-211-0/+1
* Replace the beerware license on mdconfig(8) with standard 2-clause BSD.Edward Tomasz Napierala2012-01-211-8/+25
* Remove another unused token.Pawel Jakub Dawidek2012-01-201-1/+1
* Remove unused token 'port'.Pawel Jakub Dawidek2012-01-202-2/+1
* Don't print the nmount(2) provided error message if it is empty.Jaakko Heinonen2012-01-201-1/+4
* Change mount_fs() to not exit on error. The "failok" mount optionJaakko Heinonen2012-01-201-6/+5
* - Clean up checkpath().Jaakko Heinonen2012-01-201-8/+5
* Allow growfs to be built with GCC 4.7 and -Werror.Ed Schouten2012-01-171-1/+3
* Change checkpath() to not exit on error. This is a prerequisite forJaakko Heinonen2012-01-1614-19/+41
* Style cleanups.Pawel Jakub Dawidek2012-01-131-6/+11
* Provide a better explanation for the sizing of the boot partition, andDag-Erling Smørgrav2012-01-131-10/+14
* Fix a style bugKevin Lo2012-01-131-1/+1
* - Fix a bug where pidfile was removed in SIGHUP when it hasn't changed inPawel Jakub Dawidek2012-01-101-4/+8
* For functions that return -1 on failure check exactly for -1 and not forPawel Jakub Dawidek2012-01-1017-144/+144
* Don't touch pidfiles when running in foreground. Before that change wePawel Jakub Dawidek2012-01-101-11/+19
* Fix warning when compiling with gcc46:Eitan Adler2012-01-102-6/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-5/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-3/+0
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+0
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+1
* Add support for >2TB disks in GEOM RAID for Intel metadata format.Jim Harris2012-01-091-1/+1
* Whitespace-only fix. Translators, please feel free to ignore.Warren Block2012-01-091-3/+4
* Clarity improvements.Warren Block2012-01-091-8/+8
* Spelling fixes for sbin/Ulrich Spörlein2012-01-0724-37/+37
* Handle the internal scope address representation of the KAME IPv6Hajimu UMEMOTO2012-01-071-3/+6
* fork(2) returns -1 on failure, not some random negative number.Pawel Jakub Dawidek2012-01-062-2/+2
* Fix build.Gleb Smirnoff2012-01-061-1/+0
* Constify argument.Pawel Jakub Dawidek2012-01-062-2/+2
* Fix mdoc date from previous commit.Ulrich Spörlein2012-01-061-1/+1
* Document the detrimental effect of kern.cam.XX.retry_count for recoverdisk(1)Ulrich Spörlein2012-01-051-2/+18
* Adjust the VLAN section of the ifconfig(8) man page to better reflectRobert Watson2012-01-041-4/+5
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-035-10/+10
* Use in-label sectorsize to determine position of the label whenMaxim Sobolev2011-12-311-2/+2
* Set svn:executable on dhclient-scriptJean-Sébastien Pédron2011-12-301-0/+0
* Invalid Domain Search option isn't considered as a fatal errorJean-Sébastien Pédron2011-12-301-9/+17
* Add missing -l flag to usage().Christian Brueffer2011-12-261-1/+1
* - Add fallthrough commentEitan Adler2011-12-241-0/+1
* Reduce NFPI by half to keep the default number of inodes the same withKirk McKusick2011-12-211-1/+1
* Change the type of real_dev_bsize variable from long to u_int.Konstantin Belousov2011-12-202-2/+2
* Many style fixes.Pedro F. Giffuni2011-12-202-77/+97
* Use NO_WCAST_ALIGN for usr.bin/hastctl and usr.bin/hastd; the alignmentDimitry Andric2011-12-192-0/+2
* o Sort .Xrs.Maxim Konovalov2011-12-191-2/+2
* Use lex's standard way of not generating unused function.Pawel Jakub Dawidek2011-12-182-3/+3
* Don't use function name as format string.Pawel Jakub Dawidek2011-12-181-1/+1