summaryrefslogtreecommitdiff
path: root/lib/libdisk
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-0720-20/+20
* MFC: For variables that are only checked with defined(), don't provideDavid E. O'Brien2005-02-131-2/+2
* MFC:Tom Rhodes2005-01-181-3/+3
* MFC 1.124Pyun YongHyeon2004-12-301-1/+4
* MFC rev. 1.52 (chunk.c) & 1.9 (open_disk.c)Marcel Moolenaar2004-11-072-2/+3
* MFC: We have now so many GEOM classes that it is better to just skip unknownPawel Jakub Dawidek2004-09-281-10/+2
* Don't use type unknown for partitions that we don't care about becauseMarcel Moolenaar2004-08-051-2/+2
* Typo in comment.Lukas Ertl2004-08-021-1/+1
* Ignore geom_vinum providers.Lukas Ertl2004-08-021-0/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-5/+10
* Handle read_block() failures by ignoring the disk rather thanBrian Somers2004-06-044-10/+34
* Remove spurious semicolons. Outside of functions they are actually errors butStefan Farfeleder2004-05-161-1/+1
* PowerPC support.Peter Grehan2004-04-216-4/+125
* MFi386: WARNS=4 clean.Yoshihiro Takahashi2004-03-301-7/+7
* Down to WARNS=2 for a while.Jun Kuriyama2004-03-301-1/+1
* Make libdisk WARNS=4 clean.Jun Kuriyama2004-03-306-26/+31
* Change libdisk and sysinstall to use d_addr_t rather than u_long for diskJohn Baldwin2004-03-166-71/+74
* style.Makefile:Johan Karlsson2004-02-231-1/+1
* In Write_Disk(), fix the non-error case where we returned to theMarcel Moolenaar2004-01-301-4/+0
* Fix an uninitialized variable bug that caused write_pmbr() to boguslyMarcel Moolenaar2004-01-281-3/+4
* Fixed pc98 partition type.Yoshihiro Takahashi2004-01-271-1/+1
* Declare crc32 static. There's a copy in libz that conflicts for theMarcel Moolenaar2003-11-171-1/+1
* The partition naming on ia64 (e.g. da0p1) cannot be selected basedMarcel Moolenaar2003-11-121-0/+4
* o Save a copy of the GPT entries for which there's a chunk with anMarcel Moolenaar2003-11-041-10/+55
* Don't divide the start and end of the chunk by the sector size whenMarcel Moolenaar2003-11-031-2/+2
* Fix two bugs in the calculation of the last LBA of the GPT coveredMarcel Moolenaar2003-11-031-2/+2
* Rewrite Write_Disk() so that it creates a GPT. Note that the code isMarcel Moolenaar2003-11-031-15/+363
* Turn Write_Disk() into a stub for now. It needs to be rewritten toMarcel Moolenaar2003-11-021-149/+2
* o Move Int_Open_Disk() from disk.c to open_disk.c for use by allMarcel Moolenaar2003-11-026-304/+603
* Do not fill in d_ncylinders, d_ntracks and d_nsectors in the disklabelMarcel Moolenaar2003-11-021-0/+2
* Compile-out support for allfreebsd, dedicate, sanitize and bios onMarcel Moolenaar2003-11-021-0/+2
* Turn Track_Aligned(), Prev_Track_Aligned(), Next_Track_Aligned(),Marcel Moolenaar2003-11-021-7/+22
* o In Print_Chunk(), don't print the address of the chunk on ia64. ItMarcel Moolenaar2003-11-021-4/+11
* Disable #define DEBUG in libdisk by default: since libdisk is primarilyRobert Watson2003-09-271-1/+1
* Ignore ccd(4)'s. This is not the best solution, but it at least removesDavid E. O'Brien2003-08-281-0/+2
* 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