summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_diskslice.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a memory leak for slices with an (unsupported) bad sector table.bde2000-01-281-1/+2
* Cleanup some more remaining bdev fluff.phk2000-01-161-70/+18
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-081-77/+4
* Add missing 't' in printf message.phk1999-09-251-1/+1
* Add a DSO_BAD144 flag which indicates that the driver actually understandphk1999-09-201-1/+9
* Const poisoning from d_name.bde1999-09-131-6/+5
* Changes to centralise the default blocksize behaviour.julian1999-09-091-2/+0
* Fix a warning for the !DEVFS case.peter1999-09-031-2/+4
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-031-0/+1
* Use "multiple 4 char outdent until no wrap" rather than ANSI stringphk1999-09-011-7/+7
* Include "dscheck" and device name in all messages from dscheck().phk1999-08-311-7/+13
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-1/+0
* initialize si_bsize_phys from what the drive told us.phk1999-08-291-1/+1
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-35/+27
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-1/+5
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-48/+18
* dsopen: Print a message if the unit has an invalid sector size.grog1999-06-211-4/+6
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+2
* Hack the diskslice stuff so that it allows the alpha sysinstall todfr1999-05-091-2/+8
* Fix a goof in the #ifdef DEVFS case which was found by inspection,phk1999-05-071-2/+2
* Rename one of the two devfs_link's to devfs_makelink.eivind1998-12-101-3/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+4
* Overload the correct errno for attempts to set an in-core label withbde1998-10-171-2/+2
* remove bdevsw arg from dsopen();phk1998-08-231-9/+4
* Protect all modifications to v_numoutput with splbio().dfr1998-08-131-3/+7
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEbde1998-07-301-14/+24
* Centralized and optimized handling of large sectors. Centralizedbde1998-07-291-31/+74
* Use the slice-relative blkno in all parts of the label writebde1998-07-291-3/+3
* Set bp->b_resid for failed transfers in dscheck(). This is thebde1998-07-281-1/+2
* Initialize more defaults for the in-core label for the whole disk.bde1998-07-201-24/+46
* Cleaned up rev.1.39 - the shadowing variable should have just gone away.bde1998-07-201-6/+4
* Moved allocation of the slices struct to the right place. Initializebde1998-07-201-1/+36
* Backed out rev.1.43 (removed nonsense SLICE ifdef). SLICE isbde1998-07-201-4/+1
* Fixed printf format errors.bde1998-07-111-4/+5
* There is no such thing any more as "struct bdevsw".julian1998-07-041-2/+2
* Don't attempt to copy the whole slices "struct" for DIOCGSLICEINFO.bde1998-06-061-2/+3
* Discussed with: bdeobrien1998-04-241-1/+1
* Create virgin disklabels with 8 (MAXPARTITIONS) partitions rather thanobrien1998-04-241-4/+2
* Add changes and code to implement a functional DEVFS.julian1998-04-191-1/+4
* Fixed an aliasing bug. It was too easy to defeat the check for movingbde1998-02-151-3/+13
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that arebde1997-12-061-2/+2
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-5/+5
* Reject attempts to set an in-core label which says that the "disk"bde1997-09-161-4/+10
* Removed unused #includes.bde1997-09-021-2/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-0/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
OpenPOWER on IntegriCloud