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
/
create_chunk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove an unnecessary defination of New_Chunk, which has been
delphij
2005-01-05
1
-2
/
+0
*
PowerPC support.
grehan
2004-04-21
1
-1
/
+24
*
Change libdisk and sysinstall to use d_addr_t rather than u_long for disk
jhb
2004-03-16
1
-5
/
+5
*
The partition naming on ia64 (e.g. da0p1) cannot be selected based
marcel
2003-11-12
1
-0
/
+4
*
o Move Int_Open_Disk() from disk.c to open_disk.c for use by all
marcel
2003-11-02
1
-5
/
+13
*
Teach libdisk that AMD64 works just like i386
peter
2003-04-30
1
-2
/
+2
*
Libdisk does not need to include <sys/diskslice.h> any more.
phk
2003-04-04
1
-1
/
+0
*
Remove mostly unused disk arguments from Fixup_*_Names() functions.
jhb
2003-02-04
1
-9
/
+9
*
- Make New_Disk() non-static so it can be used in Create_Chunk_DWIM().
jhb
2003-01-10
1
-1
/
+19
*
Fixed style(9)
nyan
2002-11-15
1
-35
/
+51
*
MBR slices are named the same on ia64 as they are on i386.
marcel
2002-11-11
1
-4
/
+4
*
the 'd' partition hasn't been magic for years, so allocate it in natural
phk
2002-10-29
1
-1
/
+1
*
More lobotomy:
phk
2002-10-23
1
-7
/
+2
*
Remove the last traces of bogus MAKEDEV functionality.
phk
2002-10-22
1
-17
/
+0
*
Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functions
phk
2002-10-22
1
-12
/
+0
*
Swing the weed-whacker around libdisk:
phk
2002-10-22
1
-205
/
+5
*
Lobotomize MakeDev(), we don't need it with devfs.
phk
2002-10-21
1
-0
/
+2
*
Fix to support pc98.
nyan
2002-10-08
1
-0
/
+4
*
White-space change only. Move closer to style(9).
phk
2002-10-04
1
-323
/
+322
*
Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:
phk
2002-10-01
1
-0
/
+1
*
Use correct printf format specifier to print unsigned longs.
wollman
2002-05-30
1
-1
/
+1
*
Modernize my email address.
phk
2002-03-25
1
-1
/
+1
*
One more fix for sysinstall/libdisk to create a device file
matusita
2001-11-11
1
-6
/
+10
*
Check to see if the devfs MIB exists and return 1 if it exists rather
jkh
2001-10-10
1
-0
/
+9
*
Add __FBSDID()s to libdisk
dillon
2001-09-30
1
-3
/
+3
*
Mark some functions as __printflike() and/or taking const char * arguments
kris
2001-08-20
1
-0
/
+2
*
+ add u_long sector_size to struct disk (documented in libdisk.3)
jkh
2001-05-13
1
-10
/
+14
*
Add spaces around operators.
obrien
2001-04-01
1
-35
/
+35
*
Try to untangle some of the #ifdef spaghetti.
obrien
2001-04-01
1
-3
/
+3
*
Quiet warnings on the Alpha.
obrien
2001-04-01
1
-2
/
+7
*
Libraries should _never_ call exit() themselves (or its alternate spelling
obrien
2001-03-18
1
-5
/
+4
*
MFS: add ATA raid support for sysinstall
jkh
2000-11-06
1
-0
/
+2
*
Teach libdisk about 'aac'
msmith
2000-09-13
1
-0
/
+2
*
_PATH_DEV'ify libdisk
jhb
2000-06-28
1
-1
/
+2
*
Re-support "wd" if PC98 is defined. Because PC-98 still uses the wd driver.
nyan
2000-06-05
1
-1
/
+5
*
De-support 'wd'; with it making a dual appearance with 'ad', things
msmith
2000-05-30
1
-3
/
+1
*
fix stray 'i' from editor.
alfred
2000-05-25
1
-1
/
+1
*
Teach libdisk about 'twe' disks.
msmith
2000-05-25
1
-0
/
+2
*
Changes for PC-98.
kato
2000-03-29
1
-0
/
+22
*
Fix pointer addition bug (3 -> 4).
jlemon
2000-03-09
1
-1
/
+1
*
Correct device naming for IDA disk nodes (idad)
jlemon
2000-03-08
1
-1
/
+1
*
Hide more debugging behind isDebug(); what's currently
jkh
2000-02-18
1
-2
/
+4
*
Just on the off-chance that somebody might use libdisk in a totally
phk
1999-12-22
1
-5
/
+11
*
Catch up to the fact that block devices are toast.
jkh
1999-12-15
1
-12
/
+38
*
Remove 'sd' support. SCSI disks are known as 'da' these days.
msmith
1999-11-27
1
-2
/
+0
*
Remove BAD144 support
phk
1999-11-27
1
-7
/
+0
*
Teach libdisk about the AMI and Mylex RAID drivers. You should be able
msmith
1999-11-02
1
-0
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Merge from -stable; support for the 'ida' driver, move fla to major 102
msmith
1999-07-05
1
-2
/
+4
*
Fix my own Pie Floater.
msmith
1999-05-12
1
-2
/
+2
[next]