index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_diskslice.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reject attempts to set an in-core label which says that the "disk"
bde
1997-09-16
1
-4
/
+10
*
Removed unused #includes.
bde
1997-09-02
1
-2
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-0
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Removed all references to b_cylinder (aka b_cylin). It was evil and
bde
1996-12-01
1
-8
/
+1
*
This update adds the support for != 512 byte sector SCSI devices to
sos
1996-12-01
1
-1
/
+3
*
Search for labels on all slices whenever any minor for a drive is opened.
bde
1996-10-29
1
-44
/
+55
*
Don't include <sys/conf.h> for the kernel in disk-related headers.
bde
1996-09-20
1
-1
/
+2
*
dscheck() was returning without setting bp->b_error when given a negative
peter
1996-08-02
1
-1
/
+2
*
Moved initialization of defaults for the label for the whole disk from
bde
1996-06-17
1
-1
/
+21
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-2
/
+1
*
Fixed removal of devfs entries for the real slice corresponding to the
bde
1996-04-19
1
-10
/
+55
*
Cleaned up naming and formatting in recent changes.
bde
1996-04-07
1
-18
/
+15
*
Fixed a bug in DEVFS code that was producing "name slot allocation failed"
scrappy
1996-04-05
1
-15
/
+12
*
changed from using dev_link() to devfs_link()
scrappy
1996-04-02
1
-3
/
+3
*
Convert from using dev_link() to dev_linkf()
scrappy
1996-04-01
1
-15
/
+21
*
Fixed group of disk devices (was wheel or games, now operator).
bde
1996-03-27
1
-14
/
+14
*
Fixed dangling pointer bugs in DIOCSDINFO.
bde
1996-01-28
1
-7
/
+7
*
[Oops, forgot to commit this together with things that depend on it.]
bde
1996-01-27
1
-11
/
+133
*
Remove local TRUE & FALSE definitions.
phk
1996-01-16
1
-5
/
+4
*
It's bad if the blockno is negative.
phk
1996-01-07
1
-1
/
+4
*
Remove transitory labelling code. Labels are now handled by essentially
bde
1995-09-16
1
-3
/
+3
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
This should fix PR 438. Apparently I never tested disklabel on the block
dg
1995-05-24
1
-1
/
+4
*
Fix reopening of open subdevices for DIOCSYNCSLICEINFO:
bde
1995-05-08
1
-8
/
+45
*
Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller's
bde
1995-04-30
1
-17
/
+70
*
Add ioctls DIOCGSLICEINFO and DIOCSYNCSLICEINFO. The latter isn't
bde
1995-04-24
1
-1
/
+24
*
Make bad144 debugging code conditional on ds_debug.
bde
1995-04-24
1
-2
/
+2
*
Don't warn about missing labels for non-BSD slices.
bde
1995-03-04
1
-13
/
+38
*
Fix initialization of the copy of the label passed to setdisklabel().
bde
1995-02-22
1
-115
/
+120
*
Discard junk from partition tables when reading the tables for applications
bde
1995-02-21
1
-43
/
+71
*
Keep absolute offsets in on-disk labels for backwards compatibility. This
bde
1995-02-18
1
-17
/
+106
*
Add compatibility cruft.
bde
1995-02-16
1
-30
/
+104
*
$Id: -> $Id$
phk
1995-01-31
1
-1
/
+1
*
Separate go-away code from dsinit() to produce dsgone().
bde
1994-12-16
1
-16
/
+27
*
subr_diskslice.c implements everything related to slices and labels except
bde
1994-12-12
1
-0
/
+522