| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid using void pointers in additive expressions. | stefanf | 2004-08-14 | 2 | -3/+3 |
* | Don't declare everything we find on a loopback interface for passive: | phk | 2004-08-14 | 1 | -3/+9 |
* | Removed commented out bitrot. | ru | 2004-08-13 | 2 | -2/+0 |
* | Remove trailing whitespace and change "prisoniD" to "prisonID". | csjp | 2004-08-13 | 1 | -2/+2 |
* | Add the ability to associate ipfw rules with a specific prison ID. | csjp | 2004-08-12 | 2 | -0/+26 |
* | The geom(8) utility needs dynamic linker functionality to work, so it can't | pjd | 2004-08-12 | 1 | -0/+2 |
* | Add support for the examination and modification of the devices. | harti | 2004-08-12 | 9 | -8/+817 |
* | Forgot to commit those: introduce hardcoded provider functionality, | pjd | 2004-08-10 | 1 | -14/+31 |
* | New ipfw option "antispoof": | andre | 2004-08-09 | 2 | -3/+49 |
* | The multiplier prefix is actually a multiplier suffix. | des | 2004-08-09 | 1 | -1/+1 |
* | - Introduce option for hardcoding providers' names into metadata. | pjd | 2004-08-09 | 4 | -41/+79 |
* | change the name of the md module, to g_md, introduce a define with the | jmg | 2004-08-09 | 1 | -1/+1 |
* | Fix long standing mediaopt setting bugs seen on sparc64. Though | yongari | 2004-08-09 | 1 | -6/+12 |
* | Use fallthrough to simplify the multiplier logic; optimistically add | des | 2004-08-08 | 1 | -9/+14 |
* | Fix some whitespace issues, and move a curly brace out of an #ifdef to | des | 2004-08-08 | 1 | -13/+14 |
* | 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 |