summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_diskslice.c
Commit message (Expand)AuthorAgeFilesLines
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-5/+5
* Fixed overflow in the bounds checking in dscheck(). It assumed thatbde2002-06-061-4/+4
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-121-5/+1
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.phk2002-04-081-0/+1
* Retire the bogus ioctl DIOCGPART in toto.phk2002-04-021-8/+0
* Implement the two "GEOM" ioctls DIOCGSECTORSIZE and DIOCGMEDIASIZE forphk2002-03-311-0/+13
* Remove __P.alfred2002-03-191-12/+12
* Delete "notyet" code before it becomes "ohh no" code.phk2002-03-091-8/+0
* Uninlined most of the bloated inline functions in <sys/disklabel.h>. Somebde2002-01-171-0/+18
* KSE Milestone 2julian2001-09-121-2/+2
* Create a general facility for making dev_t's depend on anotherphk2001-05-261-7/+8
* Don't rely on cdevsw_add() when we hack about with dev_t's.phk2001-05-241-0/+2
* Add a new ioctl for doing virgin disklabels.jkh2000-10-311-0/+34
* Write support for the cd(4) driver.ken2000-10-301-1/+21
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-2/+0
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-9/+1
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-108/+0
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Give struct bio it's own call back mechanism.phk2000-05-011-17/+9
* Remove unused variable.mjacob2000-04-261-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-39/+41
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-2/+2
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-7/+5
* 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
OpenPOWER on IntegriCloud