| Commit message (Expand) | Author | Age | Files | Lines |
* | Due to popular demand, hook up geom_vinum to the build. | le | 2004-08-07 | 1 | -0/+1 |
* | Document the remove command. | marcel | 2004-08-07 | 1 | -1/+37 |
* | Implement a remove command. The remove command iterates the GPT | marcel | 2004-08-07 | 5 | -3/+217 |
* | Use __FBSDID. | marcel | 2004-08-07 | 7 | -14/+21 |
* | o Save the partition number (=index) in the internal map. The index | marcel | 2004-08-07 | 6 | -34/+75 |
* | Add and document kern.geom.stripe.fast_failed sysctl, which shows how | pjd | 2004-08-06 | 1 | -0/+7 |
* | Now that we have gcc 3.4, we can flip ia64 to using a dynamically linked | gordon | 2004-08-06 | 1 | -1/+1 |
* | Allow 'create <filename>'. | le | 2004-08-04 | 1 | -26/+35 |
* | Add Linux swap partition and MS reserved partition descriptions. | marcel | 2004-08-02 | 1 | -19/+27 |
* | What's in a name: s/disklabel/bsdlabel/ | marcel | 2004-08-02 | 1 | -1/+1 |
* | Don't use version number in library name. The library version is checked | pjd | 2004-08-02 | 4 | -6/+3 |
* | - Signal handlers must have an int argument. | stefanf | 2004-08-02 | 2 | -16/+14 |
* | After changing LIBDIR to SHLIBDIR, because of dependencies problems, | pjd | 2004-08-01 | 4 | -6/+8 |
* | Use SHLIBDIR instead of LIBDIR. This should fix buildworld breakage. | pjd | 2004-07-31 | 1 | -2/+1 |
* | Add '-p' option for 'insert' command which allows to specify priority | pjd | 2004-07-31 | 1 | -1/+3 |
* | Connect GEOM_MIRROR class to the build. | pjd | 2004-07-30 | 1 | -0/+1 |
* | Add GEOM_MIRROR class which provide RAID1 functionality and has many useful | pjd | 2004-07-30 | 2 | -0/+419 |
* | - Add '-S' option, which allow to specify sector size for transparent | pjd | 2004-07-30 | 2 | -1/+6 |
* | Fix typo. | pjd | 2004-07-30 | 1 | -1/+1 |
* | Make lookup_host function invocation parameter match its prototype. | kan | 2004-07-29 | 1 | -1/+2 |
* | Catch up with recent gcc changes and introduce a DIP_SET macro | le | 2004-07-29 | 2 | -3/+9 |
* | No need to include if_var.h. | harti | 2004-07-28 | 1 | -1/+0 |
* | Get rid of several unneeded includes (if.h, if_var.h, if_mib.h). | harti | 2004-07-28 | 1 | -3/+0 |
* | Downgrade WARNS level until GCC 3.4.2 warning are fixed. | kan | 2004-07-28 | 2 | -1/+2 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 2 | -4/+11 |
* | Downgrade WARNS level until GCC 3.4.2 warning have been fixed. | kan | 2004-07-28 | 1 | -1/+1 |
* | Bump the date, .Dd, since the document content has been changed | yar | 2004-07-27 | 1 | -1/+1 |
* | Improve geom(8)'s 'list' command to show geoms and their providers and | pjd | 2004-07-26 | 4 | -50/+75 |
* | Change naming scheme from /dev/<name>.stripe to /dev/stripe/<name>. | pjd | 2004-07-26 | 1 | -2/+2 |
* | Change naming scheme from /dev/<name>.concat to /dev/concat/<name>. | pjd | 2004-07-26 | 1 | -2/+2 |
* | Assign the result of getopt() to an int rather than to a char (which is | stefanf | 2004-07-26 | 1 | -1/+1 |
* | Add two knobs to ifconfig(8), `vlanmtu' and `vlanhwtag', | yar | 2004-07-26 | 2 | -0/+17 |
* | re-enabled Rev 1.15 (lost during KAME merge at Rev 1.25, due to a KAME bug...) | suz | 2004-07-26 | 1 | -1/+1 |
* | Give better diagnostic for problems with backing files. | phk | 2004-07-25 | 1 | -0/+4 |
* | Fix potential buffer overflow. | le | 2004-07-24 | 1 | -2/+2 |
* | Add references to pf(4) and pfctl(8) at the description of | keramida | 2004-07-22 | 1 | -2/+7 |
* | Extend versrcreach by checking against the rt_flags for RTF_REJECT and | andre | 2004-07-21 | 1 | -2/+2 |
* | The media info is printed with the -hardware option so there is no | harti | 2004-07-21 | 1 | -1/+1 |
* | 'atmconfig natm show' shows all currently configured PVCs for IP over ATM, | harti | 2004-07-21 | 1 | -1/+1 |
* | Add special lines for 'help commands'. | harti | 2004-07-21 | 1 | -4/+7 |
* | Allow more than one help file. There is a restriction that | harti | 2004-07-21 | 1 | -74/+289 |
* | Allow the help file path and name to be overwritten by cc -D... | harti | 2004-07-21 | 2 | -1/+9 |
* | The natm sub-command was missing in the TOC of the helpfile. | harti | 2004-07-20 | 1 | -0/+1 |
* | MFp4: Add two options for gnop(8)'s 'create' command: | pjd | 2004-07-19 | 2 | -1/+11 |
* | Clarify boot.8 (i386 version) a bit, so that people know | silby | 2004-07-18 | 1 | -2/+10 |
* | `off' is a keyword, not a parameter name. | maxim | 2004-07-18 | 1 | -1/+1 |
* | MFp4: Add 'dump' command to gconcat(8), glabel(8) and gstripe(8) which allow | pjd | 2004-07-18 | 6 | -3/+181 |
* | Mention the vfs.usermount sysctl. | brueffer | 2004-07-18 | 1 | -0/+4 |
* | Add a reference to glabel(8). | pjd | 2004-07-14 | 1 | -0/+1 |
* | Give kldunload a -f(orce) argument. | phk | 2004-07-13 | 2 | -2/+13 |