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_disk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dont call device close and ioctl functions if device has disappeared.
sos
2001-03-13
1
-2
/
+5
*
Don't clone impossible unit numbers for disks.
phk
2000-12-15
1
-0
/
+2
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
1
-12
/
+1
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
1
-2
/
+75
*
End two weeks of on and off debugging. Fix the crash on the Nth
imp
2000-07-05
1
-24
/
+27
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-1
/
+1
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-1
/
+1
*
Add 'kern.disks', a sysctl which returns the list of disks from
nbm
2000-06-22
1
-0
/
+29
*
Add disk_enumerate() for finding names of disks. Vinum and libh will
phk
2000-06-15
1
-1
/
+15
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
Clone the {b|bio}_offset field, and make sure it is always initialized
phk
2000-04-25
1
-0
/
+2
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-11
/
+11
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-1
/
+1
*
Fixed a null pointer panic for dumpon(8) on a nonexistent device whose
bde
2000-03-09
1
-0
/
+2
*
Update the ata driver to take more advantage of newbus, this
sos
2000-02-18
1
-1
/
+4
*
rename disk_delete() to disk_destroy().
phk
2000-01-28
1
-1
/
+1
*
Also handle zero return from dscheck().
phk
2000-01-10
1
-1
/
+1
*
Don't ignore return value from tsleep().
phk
1999-12-19
1
-1
/
+3
*
Conditionalise unwanted chattyness.
jkh
1999-11-19
1
-1
/
+2
*
Put a lock on the disk structure while we open to avoid races.
phk
1999-11-06
1
-3
/
+15
*
Trim unused options (or #ifdef for undoc options).
peter
1999-10-11
1
-1
/
+0
*
be more consistent about passing the whole/raw dev_t to the driver
phk
1999-10-04
1
-4
/
+2
*
In some drivers we use two devices to be able to boot.
sos
1999-10-02
1
-1
/
+2
*
Fix a problem relating to si_iosize_max which broke scsi devices.
phk
1999-10-02
1
-5
/
+7
*
Make all slices/partitions correctly inherit si_* fields.
phk
1999-09-30
1
-6
/
+13
*
Fix disk_close once more, and better this time.
phk
1999-09-30
1
-2
/
+2
*
Test the slices for openness before we close them; doing it the other way
msmith
1999-09-30
1
-1
/
+1
*
Register the right cdevsw on the master device.
phk
1999-09-13
1
-1
/
+1
*
Bite the bullet and allocate the devsw entry at compile time.
phk
1999-09-12
1
-20
/
+14
*
Use a different tactic when creating the devsw so that disk_create()
phk
1999-09-12
1
-44
/
+24
*
Changes to centralise the default blocksize behaviour.
julian
1999-09-09
1
-0
/
+12
*
Improve the micro "disk" layer after gaining more experience with it.
phk
1999-09-01
1
-16
/
+70
*
Add micro "disk" layer which should enable us to pull all the slice/label
phk
1999-08-29
1
-0
/
+183