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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use sized cast matching the sized pointer.
phk
2003-04-04
1
-1
/
+1
*
Libdisk does not need to include <sys/diskslice.h> any more.
phk
2003-04-04
9
-9
/
+0
*
The .Nm library
charnier
2003-03-24
1
-2
/
+3
*
Ignore GBDE devices.
phk
2003-03-17
1
-0
/
+2
*
Fix build error.
nyan
2003-02-06
1
-1
/
+0
*
- Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel()
jhb
2003-02-04
7
-21
/
+18
*
Remove mostly unused disk arguments from Fixup_*_Names() functions.
jhb
2003-02-04
1
-9
/
+9
*
Use the fstype obtained from the GEOM dumpconf output to set the fstype
jhb
2003-01-10
1
-1
/
+1
*
- Make New_Disk() non-static so it can be used in Create_Chunk_DWIM().
jhb
2003-01-10
3
-3
/
+21
*
Rename the dos_partition structure for pc98 to pc98_partition.
nyan
2003-01-04
1
-2
/
+2
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
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
*
Consistently mark std(in|out|err) with .Dv, because that's how they
ru
2002-12-04
1
-1
/
+2
*
Break up a bunch of crazy if statements to use a case statement instead
jhb
2002-12-02
1
-14
/
+16
*
- Ease sanity check to get cylinders.
nyan
2002-11-17
1
-6
/
+12
*
Fixed style(9)
nyan
2002-11-15
14
-410
/
+485
*
Handle EFI partitions the same as regular FAT partitions. The only
marcel
2002-11-13
2
-0
/
+4
*
- Document the chunk_name() function that replaces chunk_n[].
davidc
2002-11-11
1
-5
/
+10
*
Remove parameter names from function prototypes (at least one collided
davidc
2002-11-11
1
-36
/
+37
*
Remove debugging printfs.
phk
2002-11-11
1
-7
/
+0
*
MBR slices are named the same on ia64 as they are on i386.
marcel
2002-11-11
1
-4
/
+4
*
Write the boot block to the first 16 sectors of all partitions, instead of
jake
2002-11-10
1
-12
/
+13
*
Add efi to the list of types for which we need to return tha name.
marcel
2002-11-10
1
-1
/
+4
*
Add an efi chunk type. We need to be able to create an EFI partition
marcel
2002-11-10
1
-0
/
+1
*
General cleanup:
marcel
2002-11-10
1
-96
/
+68
*
- Recognize FAT partition on MBR and PC98 disks.
nyan
2002-11-08
1
-20
/
+47
*
MFi386: revision 1.4.
nyan
2002-11-08
1
-1
/
+0
*
Don't set a variable to a bogus value right before setting it to the
jhb
2002-11-08
2
-2
/
+0
*
Don't set a value to a variable that we don't use.
jhb
2002-11-08
1
-1
/
+0
*
- Merge Write_FreeBSD() into Write_Disk().
jhb
2002-11-08
1
-40
/
+32
*
Fixed pc98 support.
nyan
2002-11-07
2
-6
/
+5
*
Get this closer to working. The Write_Disk() function's for loop needed
jhb
2002-11-07
1
-20
/
+13
*
Remove unused MBR gunk leftover from i386.
jhb
2002-11-03
1
-11
/
+1
*
Fix to compile for pc98.
nyan
2002-11-03
1
-0
/
+8
*
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
*
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
2
-3
/
+2
*
Fill in partition 2 with with "whole disk" parameters.
phk
2002-11-01
1
-0
/
+8
*
Style(9) improvements.
phk
2002-10-31
1
-6
/
+6
*
Set the sector size for the disk.
phk
2002-10-31
1
-0
/
+2
*
Restore to pc98 support.
nyan
2002-10-31
3
-50
/
+108
*
Use ${MACHINE} variable instead of using '.if .endif' each machines.
nyan
2002-10-31
1
-18
/
+1
*
Add '#include <err.h>' for warn().
nyan
2002-10-31
1
-0
/
+1
*
Actually save the bootblock in the disk structure. Write the bootblock
jake
2002-10-31
2
-2
/
+9
*
Untested alpha disk writer.
phk
2002-10-30
1
-1
/
+1
*
Write out 15 sectors of boot code.
phk
2002-10-30
1
-0
/
+4
*
Getting closer to getting things right:
phk
2002-10-29
2
-4
/
+3
*
Don't call warn(3).
phk
2002-10-29
1
-5
/
+1
*
Since make release is toast anyway, add wood to the pyre:
phk
2002-10-29
5
-744
/
+314
[next]