summaryrefslogtreecommitdiff
path: root/sys/kern/subr_diskslice.c
Commit message (Expand)AuthorAgeFilesLines
* Don't attempt to copy the whole slices "struct" for DIOCGSLICEINFO.Bruce Evans1998-06-061-2/+3
* Discussed with: bdeDavid E. O'Brien1998-04-241-1/+1
* Create virgin disklabels with 8 (MAXPARTITIONS) partitions rather thanDavid E. O'Brien1998-04-241-4/+2
* Add changes and code to implement a functional DEVFS.Julian Elischer1998-04-191-1/+4
* Fixed an aliasing bug. It was too easy to defeat the check for movingBruce Evans1998-02-151-3/+13
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+3
* Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that areBruce Evans1997-12-061-2/+2
* Rename some local variables to avoid shadowing other local variables.Poul-Henning Kamp1997-11-071-5/+5
* Reject attempts to set an in-core label which says that the "disk"Bruce Evans1997-09-161-4/+10
* Removed unused #includes.Bruce Evans1997-09-021-2/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-0/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Removed all references to b_cylinder (aka b_cylin). It was evil andBruce Evans1996-12-011-8/+1
* This update adds the support for != 512 byte sector SCSI devices toSøren Schmidt1996-12-011-1/+3
* Search for labels on all slices whenever any minor for a drive is opened.Bruce Evans1996-10-291-44/+55
* Don't include <sys/conf.h> for the kernel in disk-related headers.Bruce Evans1996-09-201-1/+2
* dscheck() was returning without setting bp->b_error when given a negativePeter Wemm1996-08-021-1/+2
* Moved initialization of defaults for the label for the whole disk fromBruce Evans1996-06-171-1/+21
* Clean up -Wunused warnings.Gary Palmer1996-06-121-2/+1
* Fixed removal of devfs entries for the real slice corresponding to theBruce Evans1996-04-191-10/+55
* Cleaned up naming and formatting in recent changes.Bruce Evans1996-04-071-18/+15
* Fixed a bug in DEVFS code that was producing "name slot allocation failed"Marc G. Fournier1996-04-051-15/+12
* changed from using dev_link() to devfs_link()Marc G. Fournier1996-04-021-3/+3
* Convert from using dev_link() to dev_linkf()Marc G. Fournier1996-04-011-15/+21
* Fixed group of disk devices (was wheel or games, now operator).Bruce Evans1996-03-271-14/+14
* Fixed dangling pointer bugs in DIOCSDINFO.Bruce Evans1996-01-281-7/+7
* [Oops, forgot to commit this together with things that depend on it.]Bruce Evans1996-01-271-11/+133
* Remove local TRUE & FALSE definitions.Poul-Henning Kamp1996-01-161-5/+4
* It's bad if the blockno is negative.Poul-Henning Kamp1996-01-071-1/+4
* Remove transitory labelling code. Labels are now handled by essentiallyBruce Evans1995-09-161-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* This should fix PR 438. Apparently I never tested disklabel on the blockDavid Greenman1995-05-241-1/+4
* Fix reopening of open subdevices for DIOCSYNCSLICEINFO:Bruce Evans1995-05-081-8/+45
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sBruce Evans1995-04-301-17/+70
* Add ioctls DIOCGSLICEINFO and DIOCSYNCSLICEINFO. The latter isn'tBruce Evans1995-04-241-1/+24
* Make bad144 debugging code conditional on ds_debug.Bruce Evans1995-04-241-2/+2
* Don't warn about missing labels for non-BSD slices.Bruce Evans1995-03-041-13/+38
* Fix initialization of the copy of the label passed to setdisklabel().Bruce Evans1995-02-221-115/+120
* Discard junk from partition tables when reading the tables for applicationsBruce Evans1995-02-211-43/+71
* Keep absolute offsets in on-disk labels for backwards compatibility. ThisBruce Evans1995-02-181-17/+106
* Add compatibility cruft.Bruce Evans1995-02-161-30/+104
* $Id: -> $Id$Poul-Henning Kamp1995-01-311-1/+1
* Separate go-away code from dsinit() to produce dsgone().Bruce Evans1994-12-161-16/+27
* subr_diskslice.c implements everything related to slices and labels exceptBruce Evans1994-12-121-0/+522