aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix to check disk geometry for pc98.Yoshihiro Takahashi2002-10-241-1/+18
* MFC: new bsd.lib.mk API.Ruslan Ermilov2002-07-191-1/+0
* MFC 1.29 and 1.30. Give Delete_Chunk2() the ability to recover space,Matthew Dillon2002-01-072-17/+57
* MFC: sort disk name in libdisk and use the proper interface to the kernel.Poul-Henning Kamp2001-12-302-11/+26
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-171-3/+3
* Temporarily disable the use of kern.disks - it returns the diskJordan K. Hubbard2001-09-182-2/+3
* Disabled kern.disk sysctl for PC98 because the wd driver does not useYoshihiro Takahashi2001-08-281-0/+2
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-171-1/+3
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-2/+2
* MFC: (part 2) - don't bomb out from this library on error, returnJordan K. Hubbard2001-05-138-80/+101
* *** empty log message ***Jordan K. Hubbard2001-05-1310-266/+300
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
* MFC: don't call err() on the Alpha.David E. O'Brien2001-03-189-32/+32
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-1/+1
* MFC: Fix up prototypes and includesKris Kennaway2001-03-051-1/+1
* MFC: (turn dkcksum() into an __inline function)David E. O'Brien2001-03-051-1/+0
* Yet another repair to "make world".Mark Murray2001-03-041-1/+1
* MFC: teach libdisk about 'aac'.Mike Smith2001-01-232-1/+3
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-1/+1
* MFC: Install-time configuration of i386 boot0.Robert Nordier2000-12-181-1/+23
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-6/+9
* Add ATA raid controller support for sysinstall.Jordan K. Hubbard2000-11-062-1/+3
* MFC: Added boot selector supports for PC-98.Yoshihiro Takahashi2000-09-143-2/+75
* MFC: Fixed warnings and typo. Recognize slice type 0x24 as FAT (only PC-98).Yoshihiro Takahashi2000-08-082-1/+6
* MFC: /dev/rXXX -> /dev/XXXPaul Saab2000-08-073-6/+6
* MFC: Don't call vfprintf-like functions without a format string.Kris Kennaway2000-07-201-1/+1
* MFC: Support MBR boot loaders more than 1 sector long.John Baldwin2000-07-176-62/+16
* MFC: _PATH_DEV'ify libdisk and fix a misspelling in an error message.John Baldwin2000-07-144-8/+12
* MFC: teach libdisk about 'twe' disksMike Smith2000-05-252-1/+3
* MFC: rev 1.13, reassemble a sentence.Joerg Wunsch2000-04-251-1/+1
* MFC: introduce .Lb macro to libraries manpages, some mdoc cleanupAlexey Zelkin2000-04-221-1/+3
* MFC: Supported PC-98.Yoshihiro Takahashi2000-04-019-0/+322
* Fix fd leak in libdisk's Disk_Names()Warner Losh2000-03-101-0/+4
* Fix pointer addition bug (3 -> 4).Jonathan Lemon2000-03-091-1/+1
* Correct device naming for IDA disk nodes (idad)Jonathan Lemon2000-03-082-2/+2
* Hide more debugging behind isDebug(); what's currentlyJordan K. Hubbard2000-02-181-2/+4
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-5/+1
* Just on the off-chance that somebody might use libdisk in a totallyPoul-Henning Kamp1999-12-221-5/+11
* Catch up to the fact that block devices are toast.Jordan K. Hubbard1999-12-152-13/+38
* Remove 'sd' support. SCSI disks are known as 'da' these days.Mike Smith1999-11-272-3/+1
* Remove BAD144 supportPoul-Henning Kamp1999-11-275-42/+0
* Teach libdisk about the AMI and Mylex RAID drivers. You should be ableMike Smith1999-11-022-1/+5
* fix couple mdoc errorAlexey Zelkin1999-10-281-9/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2812-12/+12
* Merge from -stable; support for the 'ida' driver, move fla to major 102Mike Smith1999-07-052-4/+6
* Fix my own Pie Floater.Mike Smith1999-05-121-2/+2
* Back out the last change to disk.c - a kernel change removed the need.Doug Rabson1999-05-092-3/+6
* Make libdisk see the existing partitiions on the alpha.Doug Rabson1999-05-081-1/+2
* Clean up after another half-Danish.Mike Smith1999-05-042-3/+5
* More egcs warning fixes:Warner Losh1999-04-251-11/+1