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
*
Use strlcpy() instead of strncpy() to copy NUL terminated strings
robert
2002-10-17
1
-2
/
+2
*
Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:
phk
2002-10-01
1
-0
/
+5
*
Remove unused variable.
phk
2002-09-20
1
-1
/
+0
*
Retire now unused DIOCGDVIRGIN kludge.
phk
2002-09-20
1
-33
/
+0
*
Fix DIOCGMEDIASIZE and DIOCGSECTORSIZE ioctls to work for all
kan
2002-07-23
1
-13
/
+13
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-5
/
+5
*
Fixed overflow in the bounds checking in dscheck(). It assumed that
bde
2002-06-06
1
-4
/
+4
*
Retire the bogus uses of the disklabel field d_sbsize and begin to
phk
2002-05-12
1
-5
/
+1
*
Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.
phk
2002-04-08
1
-0
/
+1
*
Retire the bogus ioctl DIOCGPART in toto.
phk
2002-04-02
1
-8
/
+0
*
Implement the two "GEOM" ioctls DIOCGSECTORSIZE and DIOCGMEDIASIZE for
phk
2002-03-31
1
-0
/
+13
*
Remove __P.
alfred
2002-03-19
1
-12
/
+12
*
Delete "notyet" code before it becomes "ohh no" code.
phk
2002-03-09
1
-8
/
+0
*
Uninlined most of the bloated inline functions in <sys/disklabel.h>. Some
bde
2002-01-17
1
-0
/
+18
*
KSE Milestone 2
julian
2001-09-12
1
-2
/
+2
*
Create a general facility for making dev_t's depend on another
phk
2001-05-26
1
-7
/
+8
*
Don't rely on cdevsw_add() when we hack about with dev_t's.
phk
2001-05-24
1
-0
/
+2
*
Add a new ioctl for doing virgin disklabels.
jkh
2000-10-31
1
-0
/
+34
*
Write support for the cd(4) driver.
ken
2000-10-30
1
-1
/
+21
*
Convert all users of fldoff() to offsetof(). fldoff() is bad
phk
2000-10-27
1
-2
/
+0
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
1
-9
/
+1
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
1
-108
/
+0
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
Give struct bio it's own call back mechanism.
phk
2000-05-01
1
-17
/
+9
*
Remove unused variable.
mjacob
2000-04-26
1
-1
/
+0
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-39
/
+41
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-2
/
+2
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-7
/
+5
*
Fixed a memory leak for slices with an (unsupported) bad sector table.
bde
2000-01-28
1
-1
/
+2
*
Cleanup some more remaining bdev fluff.
phk
2000-01-16
1
-70
/
+18
*
Remove BAD144 support, it has already been disabled for some time.
phk
1999-12-08
1
-77
/
+4
*
Add missing 't' in printf message.
phk
1999-09-25
1
-1
/
+1
*
Add a DSO_BAD144 flag which indicates that the driver actually understand
phk
1999-09-20
1
-1
/
+9
*
Const poisoning from d_name.
bde
1999-09-13
1
-6
/
+5
*
Changes to centralise the default blocksize behaviour.
julian
1999-09-09
1
-2
/
+0
*
Fix a warning for the !DEVFS case.
peter
1999-09-03
1
-2
/
+4
*
Revert a bunch of contraversial changes by PHK. After
julian
1999-09-03
1
-0
/
+1
*
Use "multiple 4 char outdent until no wrap" rather than ANSI string
phk
1999-09-01
1
-7
/
+7
*
Include "dscheck" and device name in all messages from dscheck().
phk
1999-08-31
1
-7
/
+13
*
Make bdev userland access work like cdev userland access unless
phk
1999-08-30
1
-1
/
+0
*
initialize si_bsize_phys from what the drive told us.
phk
1999-08-29
1
-1
/
+1
*
We don't need to pass the diskname argument all over the diskslice/label
phk
1999-08-28
1
-35
/
+27
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-1
/
+5
*
Spring cleaning around strategy and disklabels/slices:
phk
1999-08-14
1
-48
/
+18
*
dsopen: Print a message if the unit has an invalid sector size.
grog
1999-06-21
1
-4
/
+6
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
1
-2
/
+2
*
Hack the diskslice stuff so that it allows the alpha sysinstall to
dfr
1999-05-09
1
-2
/
+8
*
Fix a goof in the #ifdef DEVFS case which was found by inspection,
phk
1999-05-07
1
-2
/
+2
*
Rename one of the two devfs_link's to devfs_makelink.
eivind
1998-12-10
1
-3
/
+3
[next]