aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk
Commit message (Expand)AuthorAgeFilesLines
* unbreak build for sparc64 etc.Kip Macy2006-10-091-1/+1
* buildworld fixes for sun4vKip Macy2006-10-091-1/+7
* Remove alpha-specific stuff.Ruslan Ermilov2006-08-231-88/+0
* Fix a bug in the size of the PMBR partition. Since the partition startsMarcel Moolenaar2006-08-091-0/+2
* o Add IDs for Plan9, QNX4.X, Mac OS-X, Linux exteneded partitions.Maxim Konovalov2006-04-251-0/+7
* Instead of printing several pieces with .Sy just enclose the 'Note' blockHartmut Brandt2006-01-301-4/+6
* The .Nm macro prints Open_Disk() instead of libdisk, so use an expliciteHartmut Brandt2006-01-271-2/+2
* Revert 1.45 now that snmp_hostres uses libgeom.Hartmut Brandt2006-01-272-0/+8
* Add a dummy arm Write_Disk() function, and compile libdisk on arm.Olivier Houchard2006-01-253-1/+51
* Build shared library on behalf of bsnmpd.Ruslan Ermilov2006-01-121-1/+0
* Fix prototypes.Ruslan Ermilov2005-11-241-8/+8
* Merge two slice_type_name() functions.Yoshihiro Takahashi2005-04-131-23/+4
* Add over 32GB disk support on pc98 (userland part).Yoshihiro Takahashi2005-03-301-1/+24
* Initialise `sn' before using its value.Stefan Farfeleder2005-03-081-2/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Remove an unnecessary defination of New_Chunk, which has beenXin LI2005-01-051-2/+0
* Various markup and spelling fixes.Tom Rhodes2004-12-291-3/+3
* Plug memory leak.Pyun YongHyeon2004-12-221-1/+4
* NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-211-2/+2
* Add 0xbf (191) as new Solaris partition identifier.Poul-Henning Kamp2004-11-101-0/+1
* Don't barf when we encounter an UUID for GPT partitions. Instead, addMarcel Moolenaar2004-10-312-2/+3
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-2/+2
* We have now so many GEOM classes that it is better to just skip unknownPawel Jakub Dawidek2004-09-131-12/+2
* Ignore geom_stripe providers.Lukas Ertl2004-09-131-0/+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