summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_diskslice.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed all references to b_cylinder (aka b_cylin). It was evil andbde1996-12-011-8/+1
* This update adds the support for != 512 byte sector SCSI devices tosos1996-12-011-1/+3
* Search for labels on all slices whenever any minor for a drive is opened.bde1996-10-291-44/+55
* Don't include <sys/conf.h> for the kernel in disk-related headers.bde1996-09-201-1/+2
* dscheck() was returning without setting bp->b_error when given a negativepeter1996-08-021-1/+2
* Moved initialization of defaults for the label for the whole disk frombde1996-06-171-1/+21
* Clean up -Wunused warnings.gpalmer1996-06-121-2/+1
* Fixed removal of devfs entries for the real slice corresponding to thebde1996-04-191-10/+55
* Cleaned up naming and formatting in recent changes.bde1996-04-071-18/+15
* Fixed a bug in DEVFS code that was producing "name slot allocation failed"scrappy1996-04-051-15/+12
* changed from using dev_link() to devfs_link()scrappy1996-04-021-3/+3
* Convert from using dev_link() to dev_linkf()scrappy1996-04-011-15/+21
* Fixed group of disk devices (was wheel or games, now operator).bde1996-03-271-14/+14
* Fixed dangling pointer bugs in DIOCSDINFO.bde1996-01-281-7/+7
* [Oops, forgot to commit this together with things that depend on it.]bde1996-01-271-11/+133
* Remove local TRUE & FALSE definitions.phk1996-01-161-5/+4
* It's bad if the blockno is negative.phk1996-01-071-1/+4
* Remove transitory labelling code. Labels are now handled by essentiallybde1995-09-161-3/+3
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* This should fix PR 438. Apparently I never tested disklabel on the blockdg1995-05-241-1/+4
* Fix reopening of open subdevices for DIOCSYNCSLICEINFO:bde1995-05-081-8/+45
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sbde1995-04-301-17/+70
* Add ioctls DIOCGSLICEINFO and DIOCSYNCSLICEINFO. The latter isn'tbde1995-04-241-1/+24
* Make bad144 debugging code conditional on ds_debug.bde1995-04-241-2/+2
* Don't warn about missing labels for non-BSD slices.bde1995-03-041-13/+38
* Fix initialization of the copy of the label passed to setdisklabel().bde1995-02-221-115/+120
* Discard junk from partition tables when reading the tables for applicationsbde1995-02-211-43/+71
* Keep absolute offsets in on-disk labels for backwards compatibility. Thisbde1995-02-181-17/+106
* Add compatibility cruft.bde1995-02-161-30/+104
* $Id: -> $Id$phk1995-01-311-1/+1
* Separate go-away code from dsinit() to produce dsgone().bde1994-12-161-16/+27
* subr_diskslice.c implements everything related to slices and labels exceptbde1994-12-121-0/+522
OpenPOWER on IntegriCloud