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
*
Don't barf when we encounter an UUID for GPT partitions. Instead, add
marcel
2004-10-31
1
-0
/
+1
*
PowerPC support.
grehan
2004-04-21
1
-1
/
+27
*
Change libdisk and sysinstall to use d_addr_t rather than u_long for disk
jhb
2004-03-16
1
-12
/
+14
*
o In Print_Chunk(), don't print the address of the chunk on ia64. It
marcel
2003-11-02
1
-4
/
+11
*
Teach libdisk that AMD64 works just like i386
peter
2003-04-30
1
-1
/
+3
*
- Make New_Disk() non-static so it can be used in Create_Chunk_DWIM().
jhb
2003-01-10
1
-1
/
+1
*
Break up a bunch of crazy if statements to use a case statement instead
jhb
2002-12-02
1
-14
/
+16
*
Fixed style(9)
nyan
2002-11-15
1
-60
/
+71
*
Handle EFI partitions the same as regular FAT partitions. The only
marcel
2002-11-13
1
-0
/
+1
*
Fixed pc98 support.
nyan
2002-11-07
1
-3
/
+2
*
Add support for ia64. This is almost identical to i386, except that
marcel
2002-11-02
1
-0
/
+20
*
Don't claim all MBR's have subtype 165 on i386.
phk
2002-11-02
1
-1
/
+0
*
Restore to pc98 support.
nyan
2002-10-31
1
-2
/
+14
*
Getting closer to getting things right:
phk
2002-10-29
1
-3
/
+2
*
Since make release is toast anyway, add wood to the pyre:
phk
2002-10-29
1
-32
/
+60
*
More lobotomy:
phk
2002-10-23
1
-1
/
+0
*
Remove another 10 mindless #ifdefs.
phk
2002-10-23
1
-59
/
+45
*
Remove unnecessary ioctls tickling kernel side to realize that we fiddled
phk
2002-10-23
1
-1
/
+1
*
Untangle #ifdefs in the write-end of things by giving each arch its
phk
2002-10-23
1
-2
/
+2
*
Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functions
phk
2002-10-22
1
-17
/
+0
*
Swing the weed-whacker around libdisk:
phk
2002-10-22
1
-5
/
+15
*
Modernize my email address.
phk
2002-03-25
1
-1
/
+1
*
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
[next]