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
/
libdisk.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add MIPS support to libdisk
gonzo
2008-05-04
1
-1
/
+2
*
Enclose entire header in #ifndef _LIBDISK_H_
mtm
2007-11-20
1
-0
/
+5
*
Add a dummy arm Write_Disk() function, and compile libdisk on arm.
cognet
2006-01-25
1
-1
/
+2
*
PowerPC support.
grehan
2004-04-21
1
-1
/
+3
*
Make libdisk WARNS=4 clean.
kuriyama
2004-03-30
1
-0
/
+1
*
Change libdisk and sysinstall to use d_addr_t rather than u_long for disk
jhb
2004-03-16
1
-17
/
+17
*
o Move Int_Open_Disk() from disk.c to open_disk.c for use by all
marcel
2003-11-02
1
-6
/
+17
*
Disable #define DEBUG in libdisk by default: since libdisk is primarily
rwatson
2003-09-27
1
-1
/
+1
*
Teach libdisk that AMD64 works just like i386
peter
2003-04-30
1
-2
/
+3
*
Only define platform once -- in a C file.
obrien
2003-04-30
1
-20
/
+3
*
- Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel()
jhb
2003-02-04
1
-2
/
+2
*
- Make New_Disk() non-static so it can be used in Create_Chunk_DWIM().
jhb
2003-01-10
1
-1
/
+1
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
Fixed style(9)
nyan
2002-11-15
1
-48
/
+29
*
Remove parameter names from function prototypes (at least one collided
davidc
2002-11-11
1
-36
/
+37
*
Add an efi chunk type. We need to be able to create an EFI partition
marcel
2002-11-10
1
-0
/
+1
*
Since make release is toast anyway, add wood to the pyre:
phk
2002-10-29
1
-2
/
+48
*
Add back ia64 support that was removed in the last few revisions.
peter
2002-10-27
1
-0
/
+4
*
More lobotomy:
phk
2002-10-23
1
-3
/
+0
*
Untangle #ifdefs in the write-end of things by giving each arch its
phk
2002-10-23
1
-2
/
+3
*
Remove the last traces of bogus MAKEDEV functionality.
phk
2002-10-22
1
-7
/
+0
*
Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functions
phk
2002-10-22
1
-12
/
+1
*
Swing the weed-whacker around libdisk:
phk
2002-10-22
1
-27
/
+11
*
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
-0
/
+9
*
Add auto-fill-on-delete. When deleting an 'A'uto created partition
dillon
2001-12-09
1
-15
/
+25
*
+ add u_long sector_size to struct disk (documented in libdisk.3)
jkh
2001-05-13
1
-15
/
+11
*
Correct a comment.
obrien
2001-04-01
1
-1
/
+1
*
Libraries should _never_ call exit() themselves (or its alternate spelling
obrien
2001-03-18
1
-0
/
+8
*
Turn dkcksum() into an __inline function.
phk
2000-09-16
1
-1
/
+0
*
- Added support for installing boot0 and boot0.5 for PC-98.
nyan
2000-08-12
1
-0
/
+13
*
- Allow support for MBR boot loaders that are longer than one sector. As
jhb
2000-07-12
1
-6
/
+2
*
Changes for PC-98.
kato
2000-03-29
1
-0
/
+12
*
Remove BAD144 support
phk
1999-11-27
1
-2
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Eliminate all dependence on boot1 and boot2. This is passed in by
jkh
1998-12-31
1
-2
/
+1
*
Teach libdisk about alpha boot blocks.
dfr
1998-10-06
1
-1
/
+3
*
Fixed #includes in the synopsis and in an example. <sys/socket.h>
bde
1998-01-20
1
-2
/
+2
*
Fixed this header to compile with gcc -pedantic -Werror (removed comma
bde
1997-03-19
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Adds slice_type_name() which extends chunk_n[] for subtype's too.
obrien
1997-01-23
1
-0
/
+5
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Improve the Dangerously Dedidcated mode a bit. Not much, but a bit better.
phk
1996-11-27
1
-15
/
+7
*
Fix mis-declared static arrays that made sysinstall SEGV in
jkh
1996-04-29
1
-2
/
+2
*
Make libdisk C++ aware:
joerg
1996-03-24
1
-108
/
+113
*
Update the -current sources from the 2.1 branch.
peter
1995-12-07
1
-4
/
+13
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-1
/
+13
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-18
/
+18
*
Remove Ontrack special from All_FreeBSD().
phk
1995-05-25
1
-1
/
+2
*
Added MakeDevDisk(struct disk*, char *path);
phk
1995-05-12
1
-1
/
+5
[next]