| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix one misspelling and two punctuation nits. | bmah | 2002-11-07 | 1 | -3/+3 |
* | Kill EOL whitespaces, style(9) fix. | maxim | 2002-11-06 | 1 | -13/+12 |
* | Fix UID/GID options parsing. | maxim | 2002-11-06 | 1 | -2/+2 |
* | Take sizeof() the right string for fspath's iovec. The old string was the | jhb | 2002-11-05 | 1 | -1/+1 |
* | Use more non-b0rked error reporting. Print the disk we are trying to open | jmallett | 2002-11-05 | 1 | -3/+6 |
* | Hook the new nextboot(8) manpage up to the build. | gordon | 2002-11-04 | 1 | -1/+1 |
* | Add a nextboot manual page. | gordon | 2002-11-04 | 1 | -0/+116 |
* | Run a revision on the GBDE encryption facility. | phk | 2002-11-04 | 3 | -48/+106 |
* | Bring newfs_msdos into the GEOM world. Totally rewrite and simplify | scottl | 2002-11-03 | 1 | -83/+49 |
* | o Remove the fallback implementations of uuid_create(), | marcel | 2002-11-02 | 6 | -68/+5 |
* | o Replace 'struct uuid' with 'uuid_t', | marcel | 2002-11-01 | 1 | -19/+20 |
* | Give a meaningfull diagnostic when we cannot determine the filesystem type. | phk | 2002-10-31 | 1 | -1/+3 |
* | Initialize the new salt field in the lock sector. | phk | 2002-10-30 | 1 | -2/+3 |
* | Misc fixes from Chris Pepper, plus additional explainations on | luigi | 2002-10-28 | 1 | -186/+183 |
* | Remove a line that reflected behavior that does not actually exist. | chris | 2002-10-28 | 1 | -1/+0 |
* | Merged various changes from src/sbin/fdisk/fdisk.c revisions up to 1.66. | nyan | 2002-10-27 | 1 | -758/+426 |
* | Fix the regexp evilness so that fdisk can (again?) find the device | phk | 2002-10-27 | 1 | -1/+1 |
* | Don't attempt to find the geometry with disklabel based ioctl, it just | phk | 2002-10-27 | 1 | -15/+0 |
* | o Add functionality to add a GPT partition, | marcel | 2002-10-27 | 9 | -104/+389 |
* | Document the `maclabel' command. | chris | 2002-10-25 | 1 | -0/+7 |
* | Add the functionality to create an (empty) GPT from scratch. The | marcel | 2002-10-25 | 4 | -2/+199 |
* | Fix ipfw2 panics on 64-bit platforms. | mux | 2002-10-24 | 1 | -5/+5 |
* | Report the MONITOR bit. | phk | 2002-10-24 | 1 | -1/+1 |
* | Rename ifconfig's "mac" argument to "maclabel" to prevent confusion | rwatson | 2002-10-23 | 3 | -9/+9 |
* | Hook raidctl up to the build. | scottl | 2002-10-23 | 1 | -0/+1 |
* | Teach ifconfig(8) how to print and set the MAC labels on network | rwatson | 2002-10-23 | 4 | -0/+116 |
* | Don't complain if we have an inconsistent map that may be the | marcel | 2002-10-23 | 1 | -8/+13 |
* | Forgot to include <errno.h> when using 'errno' here. | jmallett | 2002-10-22 | 1 | -0/+1 |
* | When errno is not set, do not use warn(3). | jmallett | 2002-10-22 | 1 | -1/+2 |
* | Use the libufs_printerror() function, which hopefully will deconfuse users | jmallett | 2002-10-22 | 1 | -1/+2 |
* | Fix LSRR option length check: it has to be less or equal remained header's | maxim | 2002-10-21 | 1 | -1/+2 |
* | I overlooked an absolute path. | phk | 2002-10-21 | 1 | -1/+1 |
* | Add devd to the build. | imp | 2002-10-20 | 1 | -0/+1 |
* | devd. A daemon that hooks into the kernel's /dev/devctl to produce | imp | 2002-10-20 | 9 | -0/+852 |
* | o Use .Cm for 'attach', 'detach', 'init', 'setkey', and 'destroy' commands | chris | 2002-10-20 | 1 | -15/+28 |
* | s/dettach/detach/g etc. | phk | 2002-10-20 | 2 | -12/+12 |
* | Use .PATH instead of VPATH. | phk | 2002-10-20 | 2 | -2/+3 |
* | Complete the Geom Based Disk Encryption: Add the OAM utility. | phk | 2002-10-20 | 6 | -0/+1011 |
* | After much delay and anticipation, welcome RAIDFrame into the FreeBSD | scottl | 2002-10-20 | 4 | -0/+3032 |
* | Clear the pending counts in the superblock after a successful run | mckusick | 2002-10-19 | 1 | -1/+4 |
* | Bound the size of the superblock to SBLOCKSIZE. | mckusick | 2002-10-18 | 1 | -0/+2 |
* | Typo in verb: zeros -> zeroes. | keramida | 2002-10-18 | 1 | -1/+1 |
* | Do not emit values as var=value while everything else looks like | marcel | 2002-10-17 | 1 | -56/+81 |
* | s/clear/cleared/ for consistency (sigh) | rwatson | 2002-10-16 | 1 | -2/+2 |
* | Spell 'set' as 'cleared' where appropriate. | rwatson | 2002-10-15 | 1 | -2/+2 |
* | Teach tunefs to print the ACL and multilabel flag information when | rwatson | 2002-10-15 | 1 | -0/+4 |
* | Correct some of the style problems in this file: | rwatson | 2002-10-15 | 2 | -10/+10 |
* | Introduce -a [enable|disable] and -l [enable|disable] flags to the tunefs | rwatson | 2002-10-14 | 2 | -7/+73 |
* | Teach mount(8) about MNT_ACLS for the purposes of mount options and | rwatson | 2002-10-14 | 2 | -1/+5 |
* | Increase the max dummynet hash size from 1024 to 65536. Default is still | seanc | 2002-10-12 | 1 | -1/+1 |