aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_diskslice.c
Commit message (Expand)AuthorAgeFilesLines
* NO_GEOM cleanup: retire to attic.Poul-Henning Kamp2003-01-301-940/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* #ifdef NO_GEOM these files entirely. When NO_GEOM is removed as anPoul-Henning Kamp2003-01-191-0/+2
* Remove the unused DSO_* options.Poul-Henning Kamp2003-01-171-31/+6
* Move dkmodpart() from subr_diskslice.c to subr_disklabel.c.Poul-Henning Kamp2003-01-171-6/+0
* Indent properly.Poul-Henning Kamp2002-12-171-1/+2
* Use strlcpy() instead of strncpy() to copy NUL terminated stringsRobert Drehmel2002-10-171-2/+2
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:Poul-Henning Kamp2002-10-011-0/+5
* Remove unused variable.Poul-Henning Kamp2002-09-201-1/+0
* Retire now unused DIOCGDVIRGIN kludge.Poul-Henning Kamp2002-09-201-33/+0
* Fix DIOCGMEDIASIZE and DIOCGSECTORSIZE ioctls to work for allAlexander Kabaev2002-07-231-13/+13
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-5/+5
* Fixed overflow in the bounds checking in dscheck(). It assumed thatBruce Evans2002-06-061-4/+4
* Retire the bogus uses of the disklabel field d_sbsize and begin toPoul-Henning Kamp2002-05-121-5/+1
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp2002-04-081-0/+1
* Retire the bogus ioctl DIOCGPART in toto.Poul-Henning Kamp2002-04-021-8/+0
* Implement the two "GEOM" ioctls DIOCGSECTORSIZE and DIOCGMEDIASIZE forPoul-Henning Kamp2002-03-311-0/+13
* Remove __P.Alfred Perlstein2002-03-191-12/+12
* Delete "notyet" code before it becomes "ohh no" code.Poul-Henning Kamp2002-03-091-8/+0
* Uninlined most of the bloated inline functions in <sys/disklabel.h>. SomeBruce Evans2002-01-171-0/+18
* 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