| Commit message (Expand) | Author | Age | Files | Lines |
* | Since DEVFS is mandatory, remove all instances to make_dev*. Keep the | le | 2004-02-16 | 1 | -18/+0 |
* | Remove unused variable and related bogus checks. | le | 2004-02-14 | 1 | -10/+3 |
* | Don't attempt to make devices if we're using devfs. This | rwatson | 2003-11-17 | 1 | -5/+10 |
* | Remove label command. It has been deprecated since December 1998, and | grog | 2003-06-12 | 1 | -37/+1 |
* | vinum_read: Don't lock configuration from userland. If vinum(8) | grog | 2003-05-08 | 1 | -7/+1 |
* | Centralize _PATH_* definitions. | obrien | 2003-05-05 | 1 | -1/+1 |
* | vinum_start: Call vinum_read with correct number of parameters. | grog | 2003-05-05 | 1 | -1/+1 |
* | vinum_readpol: Get this right. | grog | 2003-05-05 | 1 | -19/+20 |
* | Rewrite of startup code: | grog | 2003-05-04 | 1 | -56/+13 |
* | Move most #includes to vext.h. | grog | 2003-05-01 | 1 | -57/+38 |
* | Update to use current version of devstat API. | phk | 2003-03-15 | 1 | -2/+2 |
* | Add #include <sys/resource.h> | phk | 2003-02-16 | 1 | -0/+1 |
* | While being here, remove a couple of unused "default:" labels in switch | joerg | 2003-01-16 | 1 | -4/+0 |
* | vinum_start: examine storage array devices, not just disks. | grog | 2002-04-26 | 1 | -3/+4 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -11/+11 |
* | Correct typo. | grog | 2001-06-11 | 1 | -2/+2 |
* | vinum_debug: Check for kernel module debug support, print error | grog | 2001-05-23 | 1 | -10/+11 |
* | Tidy up header files. Don't include stuff we don't need. | grog | 2001-05-22 | 1 | -108/+107 |
* | Use _PATH_DEV. | obrien | 2001-02-28 | 1 | -2/+3 |
* | Fix vinum for both devfs and non-devfs systems. | alfred | 2001-02-20 | 1 | -19/+19 |
* | Correct some comments. | grog | 2000-12-20 | 1 | -3/+6 |
* | Clean up now that setproctitle() is in libc. | grog | 2000-09-03 | 1 | -1/+0 |
* | vinum_start: Set the revive blocksize correctly. | grog | 2000-06-07 | 1 | -1/+3 |
* | attach command: allow attaching striped or parity plexes if the -f | grog | 2000-06-02 | 1 | -1/+2 |
* | start plex/subdisk: | grog | 2000-05-11 | 1 | -57/+31 |
* | Implement vinum_rebuildparity, which had got forgotten. In the | grog | 2000-03-01 | 1 | -35/+58 |
* | New function checkupdates: check whether configuration updates are | grog | 2000-02-29 | 1 | -5/+357 |
* | Don't use /dev/vinum/rsd/XXX for init as it doesn't exist any more. | peter | 2000-02-06 | 1 | -1/+1 |
* | Explicitly type large scalar parameters to avoid compilation warnings | grog | 2000-01-05 | 1 | -10/+132 |
* | Change the name of the v flag variable from 'verbose' to 'vflag', | grog | 1999-10-13 | 1 | -43/+110 |
* | vinum_init: Fix message typo. | grog | 1999-09-28 | 1 | -1/+50 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Tidy up some indentation and comments. | grog | 1999-08-24 | 1 | -15/+109 |
* | initsd: On completion, put the subdisk in 'initialized' status, not | grog | 1999-08-15 | 1 | -34/+34 |
* | vinum_init: add code to initialize subdisks as well as plexes. Also | grog | 1999-08-14 | 1 | -129/+159 |
* | vinum_init: | grog | 1999-08-07 | 1 | -29/+83 |
* | Remove the volume, plex, sd and drive commands which allowed the user | grog | 1999-07-02 | 1 | -66/+493 |
* | Allow a 'start <drive>' command. | grog | 1999-06-22 | 1 | -1/+4 |
* | vinum_create: | grog | 1999-05-02 | 1 | -57/+97 |
* | vinum_init: count dead children correctly when waiting for completion. | grog | 1999-04-17 | 1 | -2/+5 |
* | Add -w option to init command: wait for init to complete before | grog | 1999-04-10 | 1 | -63/+71 |
* | vinum_resetstats: Reset stats for drives correctly when recursing. | grog | 1999-03-31 | 1 | -2/+4 |
* | vinum_start: Allow user to specify a plex. In this case, revive all | grog | 1999-03-28 | 1 | -2/+28 |
* | 'start' command: check that the objects in question aren't already up, | grog | 1999-03-24 | 1 | -17/+49 |
* | Correct ioctl calls VINUM_STARTCONFIG. The last commit broke the | grog | 1999-03-23 | 1 | -3/+3 |
* | vinum_create: pass 'force' flag to ioctl VINUM_STARTCONFIG. | grog | 1999-03-23 | 1 | -1/+1 |
* | create command: get the message right if an error occurs with a | grog | 1999-03-14 | 1 | -3/+5 |
* | create command: if an error occurs, print the offending line even if | grog | 1999-03-13 | 1 | -0/+2 |
* | resetconfig: don't log the "obliterated" message, the kernel does that | grog | 1999-03-02 | 1 | -11/+47 |
* | Extend 'start' command: if used without any parameters, vinum scans | grog | 1999-02-11 | 1 | -3/+41 |