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
/
lib
/
libdisk
/
chunk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify Delete_Chunk() into Delete_Chunk2() which can take a flags
dillon
2002-01-07
1
-1
/
+11
*
Add auto-fill-on-delete. When deleting an 'A'uto created partition
dillon
2001-12-09
1
-2
/
+13
*
Add __FBSDID()s to libdisk
dillon
2001-09-30
1
-3
/
+3
*
+ add u_long sector_size to struct disk (documented in libdisk.3)
jkh
2001-05-13
1
-6
/
+6
*
Add spaces around operators.
obrien
2001-04-01
1
-49
/
+51
*
Add back <err.h> for warn().
obrien
2001-04-01
1
-0
/
+1
*
Libraries should _never_ call exit() themselves (or its alternate spelling
obrien
2001-03-18
1
-8
/
+7
*
- Allow support for MBR boot loaders that are longer than one sector. As
jhb
2000-07-12
1
-19
/
+0
*
Changes for PC-98.
kato
2000-03-29
1
-0
/
+71
*
Remove BAD144 support
phk
1999-11-27
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix erroneous format string.
jdp
1997-11-18
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Make libdisk C++ aware:
joerg
1996-03-24
1
-8
/
+9
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-8
/
+22
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-14
/
+14
*
Remove Ontrack special from All_FreeBSD().
phk
1995-05-25
1
-1
/
+6
*
Get the CHUNK_COMPAT_BSD flag right.
phk
1995-05-11
1
-1
/
+4
*
Recognize slice type #6 as dos
phk
1995-05-08
1
-3
/
+3
*
Whoops! An extra paren somehow got in there. Fixed.
jkh
1995-05-07
1
-2
/
+2
*
Always zero new chunks - keeps things like the private structures from having
jkh
1995-05-07
1
-2
/
+2
*
General sanitation and cleanup. Killed the "reserved" type, it wasn't.
phk
1995-05-06
1
-53
/
+59
*
If in Create_Chunk we (type==freebsd && (flags&CHUNK_ALIGN)), then we will
phk
1995-05-05
1
-5
/
+38
*
Add the private void *pointer to the chunks, and the functions to manage it.
phk
1995-05-03
1
-3
/
+6
*
foo -> unknown.
jkh
1995-05-01
1
-5
/
+5
*
Now we do writes too.
phk
1995-04-30
1
-2
/
+3
*
Next Iteration, getting better.
phk
1995-04-29
1
-3
/
+3
*
Sanitize and explain a little bit... Implement the first rules...
phk
1995-04-29
1
-10
/
+13
*
This is a revision 0.00 of the backend stuff for the fdisk/disklabel stuff
phk
1995-04-28
1
-0
/
+365