| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a spare byte in struct if_data to store the structure size without | brooks | 2004-09-01 | 1 | -1/+4 |
* | Move back to WARNS=2 | scottl | 2004-09-01 | 1 | -1/+1 |
* | Create DIP_SET() and IBLK_SET() macros to fix lvalue warnings. | scottl | 2004-09-01 | 5 | -40/+59 |
* | Enter the autofs. | alfred | 2004-08-31 | 3 | -0/+182 |
* | Correct a style bug: remove a gratuitous space between ( and ". | trhodes | 2004-08-31 | 1 | -1/+1 |
* | Add a suffix descriptor for the acpi thermal values as a hint for the userland | peter | 2004-08-30 | 1 | -2/+12 |
* | When configuring RAID3 with verification option, force synchronization | pjd | 2004-08-30 | 1 | -0/+7 |
* | o Restore a historical ipfw1 logamount behaviour: rules with 'log' | maxim | 2004-08-29 | 1 | -0/+7 |
* | Warn the user if we are not going to use the whole provider's space. | pjd | 2004-08-28 | 1 | -1/+21 |
* | Warn the user if we are not going to use whole provider space. | pjd | 2004-08-28 | 1 | -5/+9 |
* | - If error string begins with "warning: ", don't exit, treat it as a warning | pjd | 2004-08-28 | 1 | -4/+6 |
* | Fix 'show' command for pipes and queues. | pjd | 2004-08-23 | 1 | -1/+7 |
* | Add missing GEOM classes, which are aware of geom(8). | pjd | 2004-08-23 | 1 | -0/+6 |
* | Fix sysctl name. | pjd | 2004-08-22 | 1 | -1/+1 |
* | Implementation of 'verify reading' algorithm, which uses parity data for | pjd | 2004-08-22 | 2 | -6/+39 |
* | Implement new reading algorithm, which will use parity component for reading | pjd | 2004-08-21 | 2 | -9/+30 |
* | Generalize the UFS bad magic value used to determine when a filesystem | jhb | 2004-08-19 | 2 | -6/+11 |
* | - Add a manual page for graid3(8) utility. | pjd | 2004-08-18 | 3 | -1/+213 |
* | Add a line to BUGS section about the need of implementation description. | pjd | 2004-08-18 | 1 | -0/+2 |
* | Add some missing empty lines. | pjd | 2004-08-18 | 1 | -0/+2 |
* | Fix typo. | pjd | 2004-08-18 | 1 | -1/+1 |
* | Actually one can specify more than one device to stop. | pjd | 2004-08-18 | 2 | -2/+2 |
* | Ok, let's try again: | pjd | 2004-08-18 | 1 | -0/+290 |
* | - Add a manual page for gmirror(8) utility. | pjd | 2004-08-18 | 2 | -1/+1 |
* | Use a local "compress" symbol corresponding to a variable in BSS, | ru | 2004-08-16 | 1 | -2/+2 |
* | Connect RAID3 GEOM class to the build. | pjd | 2004-08-16 | 1 | -0/+1 |
* | Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3 | pjd | 2004-08-16 | 2 | -0/+351 |
* | 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 |