aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_diskslice.c
Commit message (Expand)AuthorAgeFilesLines
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* Create a general facility for making dev_t's depend on anotherPoul-Henning Kamp2001-05-261-7/+8
* Don't rely on cdevsw_add() when we hack about with dev_t's.Poul-Henning Kamp2001-05-241-0/+2
* Add a new ioctl for doing virgin disklabels.Jordan K. Hubbard2000-10-311-0/+34
* Write support for the cd(4) driver.Kenneth D. Merry2000-10-301-1/+21
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-2/+0
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-021-9/+1
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-201-108/+0
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-1/+1
* Give struct bio it's own call back mechanism.Poul-Henning Kamp2000-05-011-17/+9
* Remove unused variable.Matt Jacob2000-04-261-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-39/+41
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-2/+2
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-7/+5
* Fixed a memory leak for slices with an (unsupported) bad sector table.Bruce Evans2000-01-281-1/+2
* Cleanup some more remaining bdev fluff.Poul-Henning Kamp2000-01-161-70/+18
* Remove BAD144 support, it has already been disabled for some time.Poul-Henning Kamp1999-12-081-77/+4
* Add missing 't' in printf message.Poul-Henning Kamp1999-09-251-1/+1
* Add a DSO_BAD144 flag which indicates that the driver actually understandPoul-Henning Kamp1999-09-201-1/+9
* Const poisoning from d_name.Bruce Evans1999-09-131-6/+5
* Changes to centralise the default blocksize behaviour.Julian Elischer1999-09-091-2/+0
* Fix a warning for the !DEVFS case.Peter Wemm1999-09-031-2/+4
* Revert a bunch of contraversial changes by PHK. AfterJulian Elischer1999-09-031-0/+1
* Use "multiple 4 char outdent until no wrap" rather than ANSI stringPoul-Henning Kamp1999-09-011-7/+7
* Include "dscheck" and device name in all messages from dscheck().Poul-Henning Kamp1999-08-311-7/+13
* Make bdev userland access work like cdev userland access unlessPoul-Henning Kamp1999-08-301-1/+0
* initialize si_bsize_phys from what the drive told us.Poul-Henning Kamp1999-08-291-1/+1
* We don't need to pass the diskname argument all over the diskslice/labelPoul-Henning Kamp1999-08-281-35/+27
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-1/+5
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-48/+18
* dsopen: Print a message if the unit has an invalid sector size.Greg Lehey1999-06-211-4/+6
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-2/+2
* Hack the diskslice stuff so that it allows the alpha sysinstall toDoug Rabson1999-05-091-2/+8
* Fix a goof in the #ifdef DEVFS case which was found by inspection,Poul-Henning Kamp1999-05-071-2/+2
* Rename one of the two devfs_link's to devfs_makelink.Eivind Eklund1998-12-101-3/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-3/+4
* Overload the correct errno for attempts to set an in-core label withBruce Evans1998-10-171-2/+2
* remove bdevsw arg from dsopen();Poul-Henning Kamp1998-08-231-9/+4
* Protect all modifications to v_numoutput with splbio().Doug Rabson1998-08-131-3/+7
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEBruce Evans1998-07-301-14/+24
* Centralized and optimized handling of large sectors. CentralizedBruce Evans1998-07-291-31/+74
* Use the slice-relative blkno in all parts of the label writeBruce Evans1998-07-291-3/+3
* Set bp->b_resid for failed transfers in dscheck(). This is theBruce Evans1998-07-281-1/+2
* Initialize more defaults for the in-core label for the whole disk.Bruce Evans1998-07-201-24/+46
* Cleaned up rev.1.39 - the shadowing variable should have just gone away.Bruce Evans1998-07-201-6/+4
* Moved allocation of the slices struct to the right place. InitializeBruce Evans1998-07-201-1/+36
* Backed out rev.1.43 (removed nonsense SLICE ifdef). SLICE isBruce Evans1998-07-201-4/+1
* Fixed printf format errors.Bruce Evans1998-07-111-4/+5
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-2/+2