| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ifconfig support for network interface renaming. In the process, | brooks | 2004-02-04 | 2 | -3/+49 |
* | Mechanical whitespace cleanup. Also, note that previous commit was | des | 2004-02-03 | 1 | -12/+12 |
* | Remove newline characters from error strings. | des | 2004-02-03 | 1 | -2/+2 |
* | Correct a typo and unbreak the build. | nectar | 2004-02-03 | 1 | -1/+1 |
* | Made use of MNT_USER flag and inform about user responsible for mount | pjd | 2004-02-02 | 1 | -1/+5 |
* | Spell "disklabel" correctly. | ceri | 2004-02-01 | 1 | -1/+1 |
* | Use memcpy plus a manual NUL termination when copying the interface name | brooks | 2004-01-31 | 1 | -3/+5 |
* | Install a 'disklable' alias. | obrien | 2004-01-31 | 1 | -0/+5 |
* | Sync with bsdlabel/Makefile. | obrien | 2004-01-29 | 1 | -5/+9 |
* | Add a very basic manpage. | obrien | 2004-01-29 | 2 | -1/+71 |
* | Style(9) option sorting | guido | 2004-01-29 | 2 | -2/+2 |
* | Fix manpage and usage() to reflect that -a can be used in combination | guido | 2004-01-29 | 2 | -1/+2 |
* | Removed duplicate $FreeBSD$ tag. | ru | 2004-01-29 | 1 | -1/+0 |
* | Unbreak -o fstab and -o current in combination with -a | guido | 2004-01-29 | 1 | -0/+2 |
* | This has been disconnected from the build since May 2003. GC it, as | obrien | 2004-01-28 | 5 | -3134/+0 |
* | Style nit in previous commit. | des | 2004-01-27 | 1 | -1/+1 |
* | Preserve acls option on mounts when taking a snapshot. | mckusick | 2004-01-27 | 1 | -1/+5 |
* | Use IFNAMSIZ instead of a magic value for the length of an interface | brooks | 2004-01-27 | 2 | -4/+5 |
* | Avoid dereferencing null pointers in fsck_ffs. (pfatal may return, | cperciva | 2004-01-26 | 2 | -2/+7 |
* | Add support for virtual interfaces. These have no phy chip and, hence, we | harti | 2004-01-26 | 2 | -17/+60 |
* | o Pass a correct argument to errx(3). | maxim | 2004-01-24 | 1 | -1/+1 |
* | Fix bogus "ffsinfo -c 0" example with "ffsinfo -g 0 -l 4". | blackend | 2004-01-23 | 1 | -1/+2 |
* | grammar | mtm | 2004-01-23 | 1 | -6/+6 |
* | Clarify behaviour of ffsinfo: It appends to outfile without | cperciva | 2004-01-23 | 1 | -1/+1 |
* | Userland signed char fixes for PPC build. Problems were using a char | grehan | 2004-01-22 | 6 | -11/+13 |
* | Cosmetics | sos | 2004-01-21 | 1 | -1/+1 |
* | Mark this manpage as i386-only. | ru | 2004-01-21 | 2 | -1/+2 |
* | Fixed spacing in previous revision. | ru | 2004-01-17 | 1 | -1/+1 |
* | - Build things in pure dictionary order (see sort(1)). | ru | 2004-01-16 | 1 | -23/+38 |
* | 802.11 mode bits are now masks; convert to suit | sam | 2004-01-15 | 1 | -1/+1 |
* | o -c (compact) flag is ipfw2 feature. | maxim | 2004-01-15 | 1 | -0/+2 |
* | o -f (force) in conjunction with -p (preprocessor) is ipfw2 feature. | maxim | 2004-01-15 | 1 | -0/+3 |
* | Add RSH to the list of enviroment variables. | alex | 2004-01-15 | 1 | -0/+3 |
* | -DSMALL will remove the need of dump.c (for rtsol) | ume | 2004-01-14 | 1 | -2/+2 |
* | Note that geometry can also be specified on vnode backed deviecs. | phk | 2004-01-12 | 1 | -1/+1 |
* | '-DPC98' is not needed. | nyan | 2004-01-11 | 1 | -4/+0 |
* | Add manual page links from fsck_ufs.8 and fsck_4.2bsd.8 to fsck_ffs.8, | simon | 2004-01-10 | 1 | -0/+1 |
* | Correct an instance of an erroneous "it's". | ceri | 2004-01-07 | 1 | -1/+1 |
* | Allow trailing slashes for MNT_UPDATE case (mount -u), too. | anholt | 2004-01-07 | 1 | -1/+1 |
* | Hook mount_nfs4 to the build. | alfred | 2004-01-06 | 1 | -0/+1 |
* | Define _PATH_MKSNAP_FFS and use it in dump(8) instead of assuming | iedowse | 2004-01-04 | 1 | -2/+2 |
* | Warn that big malloc disks are a panic(8) implementation. | phk | 2004-01-02 | 1 | -0/+5 |
* | Document that mknod(8) can be used to undelete entries under devfs. | alfred | 2003-12-29 | 1 | -0/+13 |
* | Oops, highly non-KNF indentation is normal for large expressions in | bde | 2003-12-28 | 1 | -6/+5 |
* | Expanded the comment about the -F flag. | bde | 2003-12-27 | 1 | -2/+8 |
* | Use __printflike() and __dead2 instead of hard-coded gccisms. | bde | 2003-12-27 | 1 | -6/+4 |
* | Garbage-collected hotroot, rawname() and unrawname() again. These | bde | 2003-12-27 | 2 | -41/+0 |
* | fsck_msdosfs/main.c: | bde | 2003-12-27 | 3 | -16/+4 |
* | Fixed style bugs in previous commit (unsorting of declarations and poor | bde | 2003-12-27 | 1 | -7/+8 |
* | Fixed quoting of `clean'. | bde | 2003-12-27 | 1 | -1/+3 |