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
/
disk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Plug memory leak.
yongari
2004-12-22
1
-1
/
+4
*
Add 0xbf (191) as new Solaris partition identifier.
phk
2004-11-10
1
-0
/
+1
*
Remove spurious semicolons. Outside of functions they are actually errors but
stefanf
2004-05-16
1
-1
/
+1
*
PowerPC support.
grehan
2004-04-21
1
-0
/
+1
*
Make libdisk WARNS=4 clean.
kuriyama
2004-03-30
1
-2
/
+2
*
o Move Int_Open_Disk() from disk.c to open_disk.c for use by all
marcel
2003-11-02
1
-291
/
+13
*
Ignore ccd(4)'s. This is not the best solution, but it at least removes
obrien
2003-08-28
1
-0
/
+2
*
Sanity check the list obtained from the kern.disks sysctl so that Disk_Names()
scottl
2003-06-07
1
-1
/
+4
*
Teach libdisk that AMD64 works just like i386
peter
2003-04-30
1
-3
/
+5
*
Only define platform once -- in a C file.
obrien
2003-04-30
1
-0
/
+20
*
Libdisk does not need to include <sys/diskslice.h> any more.
phk
2003-04-04
1
-1
/
+0
*
Ignore GBDE devices.
phk
2003-03-17
1
-0
/
+2
*
Use the fstype obtained from the GEOM dumpconf output to set the fstype
jhb
2003-01-10
1
-1
/
+1
*
Return an error if the size of the sector is zero. This is for removable
nyan
2002-12-26
1
-0
/
+6
*
- Ease sanity check to get cylinders.
nyan
2002-11-17
1
-6
/
+12
*
Fixed style(9)
nyan
2002-11-15
1
-31
/
+71
*
Handle EFI partitions the same as regular FAT partitions. The only
marcel
2002-11-13
1
-0
/
+3
*
Remove debugging printfs.
phk
2002-11-11
1
-7
/
+0
*
Add efi to the list of types for which we need to return tha name.
marcel
2002-11-10
1
-1
/
+4
*
- Recognize FAT partition on MBR and PC98 disks.
nyan
2002-11-08
1
-20
/
+47
*
Don't set a value to a variable that we don't use.
jhb
2002-11-08
1
-1
/
+0
*
Fixed pc98 support.
nyan
2002-11-07
1
-3
/
+3
*
Initialize d->bios_cyl. We know the media size in sectors, the number
marcel
2002-11-03
1
-4
/
+10
*
Add support for GPT:
marcel
2002-11-02
1
-5
/
+45
*
Don't claim all MBR's have subtype 165 on i386.
phk
2002-11-02
1
-2
/
+2
*
Set the sector size for the disk.
phk
2002-10-31
1
-0
/
+2
*
Restore to pc98 support.
nyan
2002-10-31
1
-43
/
+82
*
Actually save the bootblock in the disk structure. Write the bootblock
jake
2002-10-31
1
-0
/
+7
*
Getting closer to getting things right:
phk
2002-10-29
1
-1
/
+1
*
Since make release is toast anyway, add wood to the pyre:
phk
2002-10-29
1
-701
/
+181
*
Add back ia64 support that was removed in the last few revisions.
peter
2002-10-27
1
-0
/
+14
*
#ifdef out assignToPartition on non x86 arches to unbreak the world
gallatin
2002-10-24
1
-0
/
+2
*
More lobotomy:
phk
2002-10-23
1
-80
/
+0
*
Rely on sysctl kern.disks to be there, and get rid of one of the far too
phk
2002-10-23
1
-69
/
+36
*
Untangle #ifdefs in the write-end of things by giving each arch its
phk
2002-10-23
1
-1
/
+1
*
- The GEOM system does not work on pc98.
nyan
2002-10-23
1
-0
/
+4
*
Add the new extra argument also in the alpha case.
phk
2002-10-23
1
-1
/
+1
*
Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functions
phk
2002-10-22
1
-6
/
+2
*
Swing the weed-whacker around libdisk:
phk
2002-10-22
1
-55
/
+3
*
Sigh, d_ntracks, not d_nheads.
phk
2002-10-21
1
-1
/
+1
*
fwheads and fwsectors got swapped underway.
phk
2002-10-21
1
-2
/
+2
*
Another baby step toward getting sysinstall working:
sam
2002-10-20
1
-77
/
+128
*
o since you can't use DIOCGDINFO and DIOCGSLICEINFO on drive nodes with geom,
sam
2002-10-19
1
-62
/
+456
*
o ioctl DIOCGDINFO error wasn't checked
sam
2002-10-17
1
-7
/
+29
*
correct arg order to strlcpy/strlcat under #ifdef alpha
sam
2002-10-17
1
-2
/
+2
*
Use buffer-safe string functions for paranoia.
kris
2002-10-12
1
-11
/
+12
*
Zero memory after malloc. This stops sysinstall from dumping core
kris
2002-10-12
1
-0
/
+1
*
Fix to support pc98.
nyan
2002-10-08
1
-0
/
+4
*
Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:
phk
2002-10-01
1
-0
/
+1
*
Modernize my email address.
phk
2002-03-25
1
-1
/
+1
[next]