summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Add support for >2TB disks in GEOM RAID for Intel metadata format.jimharris2012-01-091-1/+1
* Whitespace-only fix. Translators, please feel free to ignore.wblock2012-01-091-3/+4
* Clarity improvements.wblock2012-01-091-8/+8
* Spelling fixes for sbin/uqs2012-01-0724-37/+37
* Handle the internal scope address representation of the KAME IPv6ume2012-01-071-3/+6
* fork(2) returns -1 on failure, not some random negative number.pjd2012-01-062-2/+2
* Fix build.glebius2012-01-061-1/+0
* Constify argument.pjd2012-01-062-2/+2
* Fix mdoc date from previous commit.uqs2012-01-061-1/+1
* Document the detrimental effect of kern.cam.XX.retry_count for recoverdisk(1)uqs2012-01-051-2/+18
* Adjust the VLAN section of the ifconfig(8) man page to better reflectrwatson2012-01-041-4/+5
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-035-10/+10
* Use in-label sectorsize to determine position of the label whensobomax2011-12-311-2/+2
* Set svn:executable on dhclient-scriptdumbbell2011-12-301-0/+0
* Invalid Domain Search option isn't considered as a fatal errordumbbell2011-12-301-9/+17
* Add missing -l flag to usage().brueffer2011-12-261-1/+1
* - Add fallthrough commenteadler2011-12-241-0/+1
* Reduce NFPI by half to keep the default number of inodes the same withmckusick2011-12-211-1/+1
* Change the type of real_dev_bsize variable from long to u_int.kib2011-12-202-2/+2
* Many style fixes.pfg2011-12-202-77/+97
* Use NO_WCAST_ALIGN for usr.bin/hastctl and usr.bin/hastd; the alignmentdim2011-12-192-0/+2
* o Sort .Xrs.maxim2011-12-191-2/+2
* Use lex's standard way of not generating unused function.pjd2011-12-182-3/+3
* Don't use function name as format string.pjd2011-12-181-1/+1
* Revert r228603, and add the workaround to sbin/fsdb/Makefile instead.dim2011-12-182-3/+6
* Allow toggling of IFCAP_VLAN_HWCSUM for hardware that supports checksumbz2011-12-172-3/+5
* In sbin/devd/devd.h, 'event_proc' and 'eps' are declared as structs. Indim2011-12-171-2/+2
* In sbin/dhclient, since we know the size of the source strings anyway,dim2011-12-172-3/+3
* In sbin/dhclient, work around warnings about the size argument todim2011-12-172-6/+12
* Use both NO_WFORMAT and NO_WARRAY_BOUNDS for sbin/ipf, it would be toodim2011-12-171-0/+2
* In sbin/atm/atmconfig/diag.c, fix a few warnings about format stringsdim2011-12-171-4/+4
* Use NO_WCAST_ALIGN for sbin/gbde, this is more appropriate to fix thedim2011-12-171-5/+3
* Use NO_WARRAY_BOUNDS for sbin/routed/rtquery.dim2011-12-161-0/+1
* In sbin/fsdb/fsdbutil.c, work around a clang false positive with printfdim2011-12-161-2/+3
* In sbin/camcontrol/camcontrol.c, fix a few warnings about format stringsdim2011-12-161-7/+7
* Rename ifcarp.c to carp.cglebius2011-12-162-1/+1
* Since size of struct in_aliasreq has just been changed in r228571,glebius2011-12-161-0/+1
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-166-89/+164
* Xref re_format(7) in devd.conf(5), not in devd(8).glebius2011-12-162-5/+5
* Xref re_format(7).glebius2011-12-161-2/+3
* Remove redundant assignment.pjd2011-12-151-2/+0
* Simplify code by changing functions types from int to avoid, as the functionspjd2011-12-151-15/+6
* Remove redundant setting of the error variable.pjd2011-12-151-2/+0
* dhclient-script relied on incorrect behavior of SIOCAIFADDR ioctl,glebius2011-12-131-1/+1
* Staticify dumpfs.ed2011-12-131-20/+20
* Add more static keywords to rcorder(8).ed2011-12-111-48/+47
* Add missing static keyword.ed2011-12-111-1/+1
* Let reboot(8) use getprogname() to compare the program name.ed2011-12-111-3/+3
* Add missing static keywords to global variables in camcontrol.ed2011-12-112-13/+13
* Support domain-search in dhclient(8)dumbbell2011-12-047-3/+180
OpenPOWER on IntegriCloud