| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rename ifcarp.c to carp.c | glebius | 2011-12-16 | 2 | -1/+1 |
* | Since size of struct in_aliasreq has just been changed in r228571, | glebius | 2011-12-16 | 1 | -0/+1 |
* | A major overhaul of the CARP implementation. The ip_carp.c was started | glebius | 2011-12-16 | 6 | -89/+164 |
* | Xref re_format(7) in devd.conf(5), not in devd(8). | glebius | 2011-12-16 | 2 | -5/+5 |
* | Xref re_format(7). | glebius | 2011-12-16 | 1 | -2/+3 |
* | Remove redundant assignment. | pjd | 2011-12-15 | 1 | -2/+0 |
* | Simplify code by changing functions types from int to avoid, as the functions | pjd | 2011-12-15 | 1 | -15/+6 |
* | Remove redundant setting of the error variable. | pjd | 2011-12-15 | 1 | -2/+0 |
* | dhclient-script relied on incorrect behavior of SIOCAIFADDR ioctl, | glebius | 2011-12-13 | 1 | -1/+1 |
* | Staticify dumpfs. | ed | 2011-12-13 | 1 | -20/+20 |
* | Add more static keywords to rcorder(8). | ed | 2011-12-11 | 1 | -48/+47 |
* | Add missing static keyword. | ed | 2011-12-11 | 1 | -1/+1 |
* | Let reboot(8) use getprogname() to compare the program name. | ed | 2011-12-11 | 1 | -3/+3 |
* | Add missing static keywords to global variables in camcontrol. | ed | 2011-12-11 | 2 | -13/+13 |
* | Support domain-search in dhclient(8) | dumbbell | 2011-12-04 | 7 | -3/+180 |
* | Restore comment with credit to Marc Frajola. | emaste | 2011-12-02 | 1 | -0/+9 |
* | If the -d flag is specified, ignore any new values specified and only | jhb | 2011-12-01 | 1 | -1/+1 |
* | Fix build. | delphij | 2011-11-25 | 1 | -1/+1 |
* | Add firmware update support for SCSI devices. | emaste | 2011-11-25 | 6 | -29/+488 |
* | Fix parsing of redirect_addr argument. | glebius | 2011-11-23 | 1 | -1/+2 |
* | Correct and expand BSD partitioning scheme description. | wblock | 2011-11-21 | 1 | -7/+9 |
* | Fix date. | wblock | 2011-11-21 | 1 | -1/+1 |
* | Add a section that explicitly describes partitioning schemes. Modify | wblock | 2011-11-21 | 1 | -126/+154 |
* | For unknown reason, since rev 1.1 of ifconfig.c, sin_family isn't | glebius | 2011-11-19 | 1 | -2/+1 |
* | Finish making 'wcommitsize' an NFS client mount option. | jhb | 2011-11-14 | 2 | -0/+11 |
* | - new sentence should start on new line. | eadler | 2011-11-13 | 1 | -2/+2 |
* | - fix duplicate "a a" in some comments | eadler | 2011-11-13 | 2 | -2/+2 |
* | - add "check" option to MD5 and friends to compare files against known hash. | eadler | 2011-11-13 | 2 | -8/+40 |
* | Bump date. | adrian | 2011-11-12 | 1 | -1/+1 |
* | Add documentation for the new quiet time IE options. | adrian | 2011-11-12 | 1 | -0/+32 |