summaryrefslogtreecommitdiffstats
path: root/lib/libdisk
Commit message (Expand)AuthorAgeFilesLines
* PowerPC support.grehan2004-04-216-4/+125
* MFi386: WARNS=4 clean.nyan2004-03-301-7/+7
* Down to WARNS=2 for a while.kuriyama2004-03-301-1/+1
* Make libdisk WARNS=4 clean.kuriyama2004-03-306-26/+31
* Change libdisk and sysinstall to use d_addr_t rather than u_long for diskjhb2004-03-166-71/+74
* style.Makefile:johan2004-02-231-1/+1
* In Write_Disk(), fix the non-error case where we returned to themarcel2004-01-301-4/+0
* Fix an uninitialized variable bug that caused write_pmbr() to boguslymarcel2004-01-281-3/+4
* Fixed pc98 partition type.nyan2004-01-271-1/+1
* Declare crc32 static. There's a copy in libz that conflicts for themarcel2003-11-171-1/+1
* The partition naming on ia64 (e.g. da0p1) cannot be selected basedmarcel2003-11-121-0/+4
* o Save a copy of the GPT entries for which there's a chunk with anmarcel2003-11-041-10/+55
* Don't divide the start and end of the chunk by the sector size whenmarcel2003-11-031-2/+2
* Fix two bugs in the calculation of the last LBA of the GPT coveredmarcel2003-11-031-2/+2
* Rewrite Write_Disk() so that it creates a GPT. Note that the code ismarcel2003-11-031-15/+363
* Turn Write_Disk() into a stub for now. It needs to be rewritten tomarcel2003-11-021-149/+2
* o Move Int_Open_Disk() from disk.c to open_disk.c for use by allmarcel2003-11-026-304/+603
* Do not fill in d_ncylinders, d_ntracks and d_nsectors in the disklabelmarcel2003-11-021-0/+2
* Compile-out support for allfreebsd, dedicate, sanitize and bios onmarcel2003-11-021-0/+2
* Turn Track_Aligned(), Prev_Track_Aligned(), Next_Track_Aligned(),marcel2003-11-021-7/+22
* o In Print_Chunk(), don't print the address of the chunk on ia64. Itmarcel2003-11-021-4/+11
* Disable #define DEBUG in libdisk by default: since libdisk is primarilyrwatson2003-09-271-1/+1
* Ignore ccd(4)'s. This is not the best solution, but it at least removesobrien2003-08-281-0/+2
* Sanity check the list obtained from the kern.disks sysctl so that Disk_Names()scottl2003-06-071-1/+4
* Teach libdisk that AMD64 works just like i386peter2003-04-305-8/+14
* Only define platform once -- in a C file.obrien2003-04-302-20/+23
* Fix a compiler warning.phk2003-04-231-0/+2
* Fix compilation errors.phk2003-04-221-2/+1
* Update libdisk to use the explicing encoding function for sunlabel dataphk2003-04-212-11/+13
* Use sized cast matching the sized pointer.phk2003-04-041-1/+1
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-049-9/+0
* The .Nm librarycharnier2003-03-241-2/+3
* Ignore GBDE devices.phk2003-03-171-0/+2
* Fix build error.nyan2003-02-061-1/+0
* - Remove unused old disk pointers from Write_FreeBSD() and Fill_Disklabel()jhb2003-02-047-21/+18
* Remove mostly unused disk arguments from Fixup_*_Names() functions.jhb2003-02-041-9/+9
* Use the fstype obtained from the GEOM dumpconf output to set the fstypejhb2003-01-101-1/+1
* - Make New_Disk() non-static so it can be used in Create_Chunk_DWIM().jhb2003-01-103-3/+21
* Rename the dos_partition structure for pc98 to pc98_partition.nyan2003-01-041-2/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Return an error if the size of the sector is zero. This is for removablenyan2002-12-261-0/+6
* Consistently mark std(in|out|err) with .Dv, because that's how theyru2002-12-041-1/+2
* Break up a bunch of crazy if statements to use a case statement insteadjhb2002-12-021-14/+16
* - Ease sanity check to get cylinders.nyan2002-11-171-6/+12
* Fixed style(9)nyan2002-11-1514-410/+485
* Handle EFI partitions the same as regular FAT partitions. The onlymarcel2002-11-132-0/+4
* - Document the chunk_name() function that replaces chunk_n[].davidc2002-11-111-5/+10
* Remove parameter names from function prototypes (at least one collideddavidc2002-11-111-36/+37
* Remove debugging printfs.phk2002-11-111-7/+0
* MBR slices are named the same on ia64 as they are on i386.marcel2002-11-111-4/+4
OpenPOWER on IntegriCloud