| Commit message (Expand) | Author | Age | Files | Lines |
| * | Misc fixes from Chris Pepper, plus additional explainations on | Luigi Rizzo | 2002-10-28 | 1 | -186/+183 |
| * | Remove a line that reflected behavior that does not actually exist. | Chris Costello | 2002-10-28 | 1 | -1/+0 |
| * | Merged various changes from src/sbin/fdisk/fdisk.c revisions up to 1.66. | Yoshihiro Takahashi | 2002-10-27 | 1 | -752/+420 |
| * | Fix the regexp evilness so that fdisk can (again?) find the device | Poul-Henning Kamp | 2002-10-27 | 1 | -1/+1 |
| * | Don't attempt to find the geometry with disklabel based ioctl, it just | Poul-Henning Kamp | 2002-10-27 | 1 | -15/+0 |
| * | o Add functionality to add a GPT partition, | Marcel Moolenaar | 2002-10-27 | 9 | -104/+389 |
| * | Document the `maclabel' command. | Chris Costello | 2002-10-25 | 1 | -0/+7 |
| * | Add the functionality to create an (empty) GPT from scratch. The | Marcel Moolenaar | 2002-10-25 | 4 | -2/+199 |
| * | Fix ipfw2 panics on 64-bit platforms. | Maxime Henrion | 2002-10-24 | 1 | -5/+5 |
| * | Report the MONITOR bit. | Poul-Henning Kamp | 2002-10-24 | 1 | -1/+1 |
| * | Rename ifconfig's "mac" argument to "maclabel" to prevent confusion | Robert Watson | 2002-10-23 | 3 | -9/+9 |
| * | Hook raidctl up to the build. | Scott Long | 2002-10-23 | 1 | -0/+1 |
| * | Teach ifconfig(8) how to print and set the MAC labels on network | Robert Watson | 2002-10-23 | 4 | -0/+116 |
| * | Don't complain if we have an inconsistent map that may be the | Marcel Moolenaar | 2002-10-23 | 1 | -8/+13 |
| * | Forgot to include <errno.h> when using 'errno' here. | Juli Mallett | 2002-10-22 | 1 | -0/+1 |
| * | When errno is not set, do not use warn(3). | Juli Mallett | 2002-10-22 | 1 | -1/+2 |
| * | Use the libufs_printerror() function, which hopefully will deconfuse users | Juli Mallett | 2002-10-22 | 1 | -1/+2 |
| * | Fix LSRR option length check: it has to be less or equal remained header's | Maxim Konovalov | 2002-10-21 | 1 | -1/+2 |
| * | I overlooked an absolute path. | Poul-Henning Kamp | 2002-10-21 | 1 | -1/+1 |
| * | Add devd to the build. | Warner Losh | 2002-10-20 | 1 | -0/+1 |
| * | devd. A daemon that hooks into the kernel's /dev/devctl to produce | Warner Losh | 2002-10-20 | 9 | -0/+852 |
| * | o Use .Cm for 'attach', 'detach', 'init', 'setkey', and 'destroy' commands | Chris Costello | 2002-10-20 | 1 | -15/+28 |
| * | s/dettach/detach/g etc. | Poul-Henning Kamp | 2002-10-20 | 2 | -12/+12 |
| * | Use .PATH instead of VPATH. | Poul-Henning Kamp | 2002-10-20 | 2 | -2/+3 |
| * | Complete the Geom Based Disk Encryption: Add the OAM utility. | Poul-Henning Kamp | 2002-10-20 | 6 | -0/+1011 |
| * | After much delay and anticipation, welcome RAIDFrame into the FreeBSD | Scott Long | 2002-10-20 | 4 | -0/+3032 |
| * | Clear the pending counts in the superblock after a successful run | Kirk McKusick | 2002-10-19 | 1 | -1/+4 |
| * | Bound the size of the superblock to SBLOCKSIZE. | Kirk McKusick | 2002-10-18 | 1 | -0/+2 |
| * | Typo in verb: zeros -> zeroes. | Giorgos Keramidas | 2002-10-18 | 1 | -1/+1 |
| * | Do not emit values as var=value while everything else looks like | Marcel Moolenaar | 2002-10-17 | 1 | -56/+81 |
| * | s/clear/cleared/ for consistency (sigh) | Robert Watson | 2002-10-16 | 1 | -2/+2 |
| * | Spell 'set' as 'cleared' where appropriate. | Robert Watson | 2002-10-15 | 1 | -2/+2 |
| * | Teach tunefs to print the ACL and multilabel flag information when | Robert Watson | 2002-10-15 | 1 | -0/+4 |
| * | Correct some of the style problems in this file: | Robert Watson | 2002-10-15 | 2 | -10/+10 |
| * | Introduce -a [enable|disable] and -l [enable|disable] flags to the tunefs | Robert Watson | 2002-10-14 | 2 | -7/+73 |
| * | Teach mount(8) about MNT_ACLS for the purposes of mount options and | Robert Watson | 2002-10-14 | 2 | -1/+5 |
| * | Increase the max dummynet hash size from 1024 to 65536. Default is still | Sean Chittenden | 2002-10-12 | 1 | -1/+1 |
| * | Document that write(2) et al can return EROFS for attempts to write the | Jens Schweikhardt | 2002-10-10 | 2 | -2/+8 |
| * | Make sure strsep() gets a nul-terminated string. | Giorgos Keramidas | 2002-10-10 | 1 | -1/+2 |
| * | When verifying a superblock, the lower bound on block size is MINBSIZE | Kirk McKusick | 2002-10-10 | 1 | -1/+1 |
| * | de-__P() | Alfred Perlstein | 2002-10-10 | 3 | -73/+73 |
| * | Update documentation for kldload(8)'s ability to load multiple modules. | Juli Mallett | 2002-10-09 | 2 | -4/+6 |
| * | Fix to support pc98. | Yoshihiro Takahashi | 2002-10-08 | 2 | -0/+8 |
| * | Make it possible to kldload(8) many modules. | Juli Mallett | 2002-10-08 | 1 | -9/+17 |
| * | Treat the pathptrn field as a real pattern with the aid of fnmatch(). | Dima Dorfman | 2002-10-08 | 1 | -3/+0 |
| * | Document behaviour change in reboot(8) introduced in reboot.c rev. 1.17: | Thomas Quinot | 2002-10-07 | 1 | -7/+8 |
| * | Don't use DPCYL and DPSECT macros. These are not needed. | Yoshihiro Takahashi | 2002-10-07 | 1 | -8/+8 |
| * | Set only the RB_POWEROFF flag (not the RB_HALT flag) when | Thomas Quinot | 2002-10-06 | 1 | -1/+1 |
| * | Don't be noisy if DIOCWLABEL fails, it's probably because we're writing | Poul-Henning Kamp | 2002-10-05 | 2 | -4/+2 |
| * | Include <sys/diskpc98.h> | Yoshihiro Takahashi | 2002-10-04 | 1 | -0/+1 |