aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk
Commit message (Expand)AuthorAgeFilesLines
* Sanity check the list obtained from the kern.disks sysctl so that Disk_Names()Scott Long2003-06-071-1/+4
* Teach libdisk that AMD64 works just like i386Peter Wemm2003-04-305-8/+14
* Only define platform once -- in a C file.David E. O'Brien2003-04-302-20/+23
* Fix a compiler warning.Poul-Henning Kamp2003-04-231-0/+2
* Fix compilation errors.Poul-Henning Kamp2003-04-221-2/+1
* Update libdisk to use the explicing encoding function for sunlabel dataPoul-Henning Kamp2003-04-212-11/+13
* Use sized cast matching the sized pointer.Poul-Henning Kamp2003-04-041-1/+1
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-049-9/+0
* The .Nm libraryPhilippe Charnier2003-03-241-2/+3
* Ignore GBDE devices.Poul-Henning Kamp2003-03-171-0/+2
* Fix build error.Yoshihiro Takahashi2003-02-061-1/+0
* - Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel()John Baldwin2003-02-047-21/+18
* Remove mostly unused disk arguments from Fixup_*_Names() functions.John Baldwin2003-02-041-9/+9
* Use the fstype obtained from the GEOM dumpconf output to set the fstypeJohn Baldwin2003-01-101-1/+1
* - Make New_Disk() non-static so it can be used in Create_Chunk_DWIM().John Baldwin2003-01-103-3/+21
* Rename the dos_partition structure for pc98 to pc98_partition.Yoshihiro Takahashi2003-01-041-2/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Return an error if the size of the sector is zero. This is for removableYoshihiro Takahashi2002-12-261-0/+6
* Consistently mark std(in|out|err) with .Dv, because that's how theyRuslan Ermilov2002-12-041-1/+2
* Break up a bunch of crazy if statements to use a case statement insteadJohn Baldwin2002-12-021-14/+16
* - Ease sanity check to get cylinders.Yoshihiro Takahashi2002-11-171-6/+12
* Fixed style(9)Yoshihiro Takahashi2002-11-1514-410/+485
* Handle EFI partitions the same as regular FAT partitions. The onlyMarcel Moolenaar2002-11-132-0/+4
* - Document the chunk_name() function that replaces chunk_n[].Chad David2002-11-111-5/+10
* Remove parameter names from function prototypes (at least one collidedChad David2002-11-111-36/+37
* Remove debugging printfs.Poul-Henning Kamp2002-11-111-7/+0
* MBR slices are named the same on ia64 as they are on i386.Marcel Moolenaar2002-11-111-4/+4
* Write the boot block to the first 16 sectors of all partitions, instead ofJake Burkholder2002-11-101-12/+13
* Add efi to the list of types for which we need to return tha name.Marcel Moolenaar2002-11-101-1/+4
* Add an efi chunk type. We need to be able to create an EFI partitionMarcel Moolenaar2002-11-101-0/+1
* General cleanup:Marcel Moolenaar2002-11-101-96/+68
* - Recognize FAT partition on MBR and PC98 disks.Yoshihiro Takahashi2002-11-081-20/+47
* MFi386: revision 1.4.Yoshihiro Takahashi2002-11-081-1/+0
* Don't set a variable to a bogus value right before setting it to theJohn Baldwin2002-11-082-2/+0
* Don't set a value to a variable that we don't use.John Baldwin2002-11-081-1/+0
* - Merge Write_FreeBSD() into Write_Disk().John Baldwin2002-11-081-40/+32
* Fixed pc98 support.Yoshihiro Takahashi2002-11-072-6/+5
* Get this closer to working. The Write_Disk() function's for loop neededJohn Baldwin2002-11-071-20/+13
* Remove unused MBR gunk leftover from i386.John Baldwin2002-11-031-11/+1
* Fix to compile for pc98.Yoshihiro Takahashi2002-11-031-0/+8
* Initialize d->bios_cyl. We know the media size in sectors, the numberMarcel Moolenaar2002-11-031-4/+10
* Add support for GPT:Marcel Moolenaar2002-11-021-5/+45
* Add support for ia64. This is almost identical to i386, except thatMarcel Moolenaar2002-11-021-0/+20
* Don't claim all MBR's have subtype 165 on i386.Poul-Henning Kamp2002-11-022-3/+2
* Fill in partition 2 with with "whole disk" parameters.Poul-Henning Kamp2002-11-011-0/+8
* Style(9) improvements.Poul-Henning Kamp2002-10-311-6/+6
* Set the sector size for the disk.Poul-Henning Kamp2002-10-311-0/+2
* Restore to pc98 support.Yoshihiro Takahashi2002-10-313-50/+108
* Use ${MACHINE} variable instead of using '.if .endif' each machines.Yoshihiro Takahashi2002-10-311-18/+1
* Add '#include <err.h>' for warn().Yoshihiro Takahashi2002-10-311-0/+1