| Commit message (Expand) | Author | Age | Files | Lines |
* | Spring cleaning around strategy and disklabels/slices: | phk | 1999-08-14 | 1 | -48/+18 |
* | dsopen: Print a message if the unit has an invalid sector size. | grog | 1999-06-21 | 1 | -4/+6 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -2/+2 |
* | Hack the diskslice stuff so that it allows the alpha sysinstall to | dfr | 1999-05-09 | 1 | -2/+8 |
* | Fix a goof in the #ifdef DEVFS case which was found by inspection, | phk | 1999-05-07 | 1 | -2/+2 |
* | Rename one of the two devfs_link's to devfs_makelink. | eivind | 1998-12-10 | 1 | -3/+3 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -3/+4 |
* | Overload the correct errno for attempts to set an in-core label with | bde | 1998-10-17 | 1 | -2/+2 |
* | remove bdevsw arg from dsopen(); | phk | 1998-08-23 | 1 | -9/+4 |
* | Protect all modifications to v_numoutput with splbio(). | dfr | 1998-08-13 | 1 | -3/+7 |
* | Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICE | bde | 1998-07-30 | 1 | -14/+24 |
* | Centralized and optimized handling of large sectors. Centralized | bde | 1998-07-29 | 1 | -31/+74 |
* | Use the slice-relative blkno in all parts of the label write | bde | 1998-07-29 | 1 | -3/+3 |
* | Set bp->b_resid for failed transfers in dscheck(). This is the | bde | 1998-07-28 | 1 | -1/+2 |
* | Initialize more defaults for the in-core label for the whole disk. | bde | 1998-07-20 | 1 | -24/+46 |
* | Cleaned up rev.1.39 - the shadowing variable should have just gone away. | bde | 1998-07-20 | 1 | -6/+4 |
* | Moved allocation of the slices struct to the right place. Initialize | bde | 1998-07-20 | 1 | -1/+36 |
* | Backed out rev.1.43 (removed nonsense SLICE ifdef). SLICE is | bde | 1998-07-20 | 1 | -4/+1 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -4/+5 |
* | There is no such thing any more as "struct bdevsw". | julian | 1998-07-04 | 1 | -2/+2 |
* | Don't attempt to copy the whole slices "struct" for DIOCGSLICEINFO. | bde | 1998-06-06 | 1 | -2/+3 |
* | Discussed with: bde | obrien | 1998-04-24 | 1 | -1/+1 |
* | Create virgin disklabels with 8 (MAXPARTITIONS) partitions rather than | obrien | 1998-04-24 | 1 | -4/+2 |
* | Add changes and code to implement a functional DEVFS. | julian | 1998-04-19 | 1 | -1/+4 |
* | Fixed an aliasing bug. It was too easy to defeat the check for moving | bde | 1998-02-15 | 1 | -3/+13 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that are | bde | 1997-12-06 | 1 | -2/+2 |
* | Rename some local variables to avoid shadowing other local variables. | phk | 1997-11-07 | 1 | -5/+5 |
* | Reject attempts to set an in-core label which says that the "disk" | bde | 1997-09-16 | 1 | -4/+10 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -2/+1 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -0/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Removed all references to b_cylinder (aka b_cylin). It was evil and | bde | 1996-12-01 | 1 | -8/+1 |
* | This update adds the support for != 512 byte sector SCSI devices to | sos | 1996-12-01 | 1 | -1/+3 |
* | Search for labels on all slices whenever any minor for a drive is opened. | bde | 1996-10-29 | 1 | -44/+55 |
* | Don't include <sys/conf.h> for the kernel in disk-related headers. | bde | 1996-09-20 | 1 | -1/+2 |
* | dscheck() was returning without setting bp->b_error when given a negative | peter | 1996-08-02 | 1 | -1/+2 |
* | Moved initialization of defaults for the label for the whole disk from | bde | 1996-06-17 | 1 | -1/+21 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -2/+1 |
* | Fixed removal of devfs entries for the real slice corresponding to the | bde | 1996-04-19 | 1 | -10/+55 |
* | Cleaned up naming and formatting in recent changes. | bde | 1996-04-07 | 1 | -18/+15 |
* | Fixed a bug in DEVFS code that was producing "name slot allocation failed" | scrappy | 1996-04-05 | 1 | -15/+12 |
* | changed from using dev_link() to devfs_link() | scrappy | 1996-04-02 | 1 | -3/+3 |
* | Convert from using dev_link() to dev_linkf() | scrappy | 1996-04-01 | 1 | -15/+21 |
* | Fixed group of disk devices (was wheel or games, now operator). | bde | 1996-03-27 | 1 | -14/+14 |
* | Fixed dangling pointer bugs in DIOCSDINFO. | bde | 1996-01-28 | 1 | -7/+7 |
* | [Oops, forgot to commit this together with things that depend on it.] | bde | 1996-01-27 | 1 | -11/+133 |
* | Remove local TRUE & FALSE definitions. | phk | 1996-01-16 | 1 | -5/+4 |