summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_diskslice.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Centralized and optimized handling of large sectors. Centralizedbde1998-07-291-31/+74
* Use the slice-relative blkno in all parts of the label writebde1998-07-291-3/+3
* Set bp->b_resid for failed transfers in dscheck(). This is thebde1998-07-281-1/+2
* Initialize more defaults for the in-core label for the whole disk.bde1998-07-201-24/+46
* Cleaned up rev.1.39 - the shadowing variable should have just gone away.bde1998-07-201-6/+4
* Moved allocation of the slices struct to the right place. Initializebde1998-07-201-1/+36
* Backed out rev.1.43 (removed nonsense SLICE ifdef). SLICE isbde1998-07-201-4/+1
* Fixed printf format errors.bde1998-07-111-4/+5
* There is no such thing any more as "struct bdevsw".julian1998-07-041-2/+2
* 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
OpenPOWER on IntegriCloud