aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk
Commit message (Expand)AuthorAgeFilesLines
...
* Another baby step toward getting sysinstall working:Sam Leffler2002-10-201-77/+128
* o since you can't use DIOCGDINFO and DIOCGSLICEINFO on drive nodes with geom,Sam Leffler2002-10-191-62/+456
* not sure if this correct, but it compiles againSam Leffler2002-10-181-3/+3
* o ioctl DIOCGDINFO error wasn't checkedSam Leffler2002-10-171-7/+29
* correct arg order to strlcpy/strlcat under #ifdef alphaSam Leffler2002-10-171-2/+2
* Fix to check disk geometry.Yoshihiro Takahashi2002-10-141-1/+18
* Use buffer-safe string functions for paranoia.Kris Kennaway2002-10-121-11/+12
* Zero memory after malloc. This stops sysinstall from dumping coreKris Kennaway2002-10-121-0/+1
* Fix to support pc98.Yoshihiro Takahashi2002-10-083-0/+12
* White-space change only. Move closer to style(9).Poul-Henning Kamp2002-10-041-323/+322
* #include the right thing for PC98Poul-Henning Kamp2002-10-021-0/+4
* Split MBR and PC98 on-disk sliceformats out from disklabel.h, step 1:Poul-Henning Kamp2002-10-014-0/+4
* Use correct printf format specifier to print unsigned longs.Garrett Wollman2002-05-301-1/+1
* NOSHARED is meaningless in the bsd.lib.mk context.Ruslan Ermilov2002-05-131-1/+0
* Retire the bogus uses of the disklabel field d_sbsize and begin toPoul-Henning Kamp2002-05-121-1/+1
* Modernize my email address.Poul-Henning Kamp2002-03-2510-10/+10
* Modify Delete_Chunk() into Delete_Chunk2() which can take a flagsMatthew Dillon2002-01-072-1/+20
* Sort the disknames when we get them from the kernel.Poul-Henning Kamp2001-12-231-10/+23
* Add auto-fill-on-delete. When deleting an 'A'uto created partitionMatthew Dillon2001-12-092-17/+38
* One more fix for sysinstall/libdisk to create a device fileMakoto Matsushita2001-11-111-6/+10
* Add EFI GPT (238, 0xEE) and EFI System Parition (239, 0xEF)Peter Wemm2001-10-151-0/+2
* Check to see if the devfs MIB exists and return 1 if it exists ratherJordan K. Hubbard2001-10-101-0/+9
* Fixed bitrot in synopsis. The change of the return type ofBruce Evans2001-10-031-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
* Add __FBSDID()s to libdiskMatthew Dillon2001-09-309-27/+27
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-0/+2
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+3
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* + add u_long sector_size to struct disk (documented in libdisk.3)Jordan K. Hubbard2001-05-138-80/+101
* Add spaces around operators.David E. O'Brien2001-04-018-244/+248
* Correct a comment.David E. O'Brien2001-04-011-1/+1
* Try to untangle some of the #ifdef spaghetti.David E. O'Brien2001-04-012-12/+12
* Add back <err.h> for warn().David E. O'Brien2001-04-011-0/+1
* Quiet warnings on the Alpha.David E. O'Brien2001-04-012-3/+11
* Add back <err.h> for warn().David E. O'Brien2001-04-011-0/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Libraries should _never_ call exit() themselves (or its alternate spellingDavid E. O'Brien2001-03-189-33/+33
* Fixed bitrot in prototype(s) in synopsis.Bruce Evans2001-02-051-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-1/+1
* Do install-time configuration of the i386 boot0 boot manager. AtRobert Nordier2000-12-121-1/+23
* logRuslan Ermilov2000-11-221-3/+5
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+3
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-2/+1
* MFS: add ATA raid support for sysinstallJordan K. Hubbard2000-11-062-2/+4
* Use kern.disks sysctl on PC-98.Yoshihiro Takahashi2000-10-211-4/+0
* Turn dkcksum() into an __inline function.Poul-Henning Kamp2000-09-162-3/+1
* Teach libdisk about 'aac'Mike Smith2000-09-132-2/+4
* - Added support for installing boot0 and boot0.5 for PC-98.Yoshihiro Takahashi2000-08-123-2/+75