| Commit message (Expand) | Author | Age | Files | Lines |
* | Style cleanups. | pjd | 2012-01-13 | 1 | -6/+11 |
* | Provide a better explanation for the sizing of the boot partition, and | des | 2012-01-13 | 1 | -10/+14 |
* | Fix a style bug | kevlo | 2012-01-13 | 1 | -1/+1 |
* | - Fix a bug where pidfile was removed in SIGHUP when it hasn't changed in | pjd | 2012-01-10 | 1 | -4/+8 |
* | For functions that return -1 on failure check exactly for -1 and not for | pjd | 2012-01-10 | 17 | -144/+144 |
* | Don't touch pidfiles when running in foreground. Before that change we | pjd | 2012-01-10 | 1 | -11/+19 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 2 | -6/+1 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -2/+1 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -2/+1 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -2/+1 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -5/+2 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -3/+0 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -2/+0 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -2/+1 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -2/+1 |
* | Add support for >2TB disks in GEOM RAID for Intel metadata format. | jimharris | 2012-01-09 | 1 | -1/+1 |
* | Whitespace-only fix. Translators, please feel free to ignore. | wblock | 2012-01-09 | 1 | -3/+4 |
* | Clarity improvements. | wblock | 2012-01-09 | 1 | -8/+8 |
* | Spelling fixes for sbin/ | uqs | 2012-01-07 | 24 | -37/+37 |
* | Handle the internal scope address representation of the KAME IPv6 | ume | 2012-01-07 | 1 | -3/+6 |
* | fork(2) returns -1 on failure, not some random negative number. | pjd | 2012-01-06 | 2 | -2/+2 |
* | Fix build. | glebius | 2012-01-06 | 1 | -1/+0 |
* | Constify argument. | pjd | 2012-01-06 | 2 | -2/+2 |
* | Fix mdoc date from previous commit. | uqs | 2012-01-06 | 1 | -1/+1 |
* | Document the detrimental effect of kern.cam.XX.retry_count for recoverdisk(1) | uqs | 2012-01-05 | 1 | -2/+18 |
* | Adjust the VLAN section of the ifconfig(8) man page to better reflect | rwatson | 2012-01-04 | 1 | -4/+5 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 5 | -10/+10 |
* | Use in-label sectorsize to determine position of the label when | sobomax | 2011-12-31 | 1 | -2/+2 |
* | Set svn:executable on dhclient-script | dumbbell | 2011-12-30 | 1 | -0/+0 |
* | Invalid Domain Search option isn't considered as a fatal error | dumbbell | 2011-12-30 | 1 | -9/+17 |
* | Add missing -l flag to usage(). | brueffer | 2011-12-26 | 1 | -1/+1 |
* | - Add fallthrough comment | eadler | 2011-12-24 | 1 | -0/+1 |
* | Reduce NFPI by half to keep the default number of inodes the same with | mckusick | 2011-12-21 | 1 | -1/+1 |
* | Change the type of real_dev_bsize variable from long to u_int. | kib | 2011-12-20 | 2 | -2/+2 |
* | Many style fixes. | pfg | 2011-12-20 | 2 | -77/+97 |
* | Use NO_WCAST_ALIGN for usr.bin/hastctl and usr.bin/hastd; the alignment | dim | 2011-12-19 | 2 | -0/+2 |
* | o Sort .Xrs. | maxim | 2011-12-19 | 1 | -2/+2 |
* | Use lex's standard way of not generating unused function. | pjd | 2011-12-18 | 2 | -3/+3 |
* | Don't use function name as format string. | pjd | 2011-12-18 | 1 | -1/+1 |
* | Revert r228603, and add the workaround to sbin/fsdb/Makefile instead. | dim | 2011-12-18 | 2 | -3/+6 |
* | Allow toggling of IFCAP_VLAN_HWCSUM for hardware that supports checksum | bz | 2011-12-17 | 2 | -3/+5 |
* | In sbin/devd/devd.h, 'event_proc' and 'eps' are declared as structs. In | dim | 2011-12-17 | 1 | -2/+2 |
* | In sbin/dhclient, since we know the size of the source strings anyway, | dim | 2011-12-17 | 2 | -3/+3 |
* | In sbin/dhclient, work around warnings about the size argument to | dim | 2011-12-17 | 2 | -6/+12 |
* | Use both NO_WFORMAT and NO_WARRAY_BOUNDS for sbin/ipf, it would be too | dim | 2011-12-17 | 1 | -0/+2 |
* | In sbin/atm/atmconfig/diag.c, fix a few warnings about format strings | dim | 2011-12-17 | 1 | -4/+4 |
* | Use NO_WCAST_ALIGN for sbin/gbde, this is more appropriate to fix the | dim | 2011-12-17 | 1 | -5/+3 |
* | Use NO_WARRAY_BOUNDS for sbin/routed/rtquery. | dim | 2011-12-16 | 1 | -0/+1 |
* | In sbin/fsdb/fsdbutil.c, work around a clang false positive with printf | dim | 2011-12-16 | 1 | -2/+3 |
* | In sbin/camcontrol/camcontrol.c, fix a few warnings about format strings | dim | 2011-12-16 | 1 | -7/+7 |