aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk
Commit message (Expand)AuthorAgeFilesLines
* Getting closer to getting things right:Poul-Henning Kamp2002-10-292-4/+3
* Don't call warn(3).Poul-Henning Kamp2002-10-291-5/+1
* Since make release is toast anyway, add wood to the pyre:Poul-Henning Kamp2002-10-295-742/+312
* Fix various minor issues.Poul-Henning Kamp2002-10-291-3/+5
* the 'd' partition hasn't been magic for years, so allocate it in naturalPoul-Henning Kamp2002-10-291-1/+1
* Add the write_spar64_disk.c to make life easier for testers.Poul-Henning Kamp2002-10-291-0/+94
* Add back ia64 support that was removed in the last few revisions.Peter Wemm2002-10-274-1/+31
* #ifdef out assignToPartition on non x86 arches to unbreak the worldAndrew Gallatin2002-10-241-0/+2
* More lobotomy:Poul-Henning Kamp2002-10-238-111/+6
* Remove another 10 mindless #ifdefs.Poul-Henning Kamp2002-10-231-59/+45
* Rely on sysctl kern.disks to be there, and get rid of one of the far tooPoul-Henning Kamp2002-10-231-69/+36
* Remove unnecessary ioctls tickling kernel side to realize that we fiddledPoul-Henning Kamp2002-10-237-55/+3
* Untangle #ifdefs in the write-end of things by giving each arch itsPoul-Henning Kamp2002-10-2311-322/+968
* Separate the struct disklabel filling stuff from the rest of Write_FreeBSD().Poul-Henning Kamp2002-10-231-42/+41
* - The GEOM system does not work on pc98.Yoshihiro Takahashi2002-10-231-0/+4
* Add the new extra argument also in the alpha case.Poul-Henning Kamp2002-10-231-1/+1
* No longer needed.Poul-Henning Kamp2002-10-221-18/+0
* Remove the last traces of bogus MAKEDEV functionality.Poul-Henning Kamp2002-10-222-24/+0
* Live with it: I had hoped to find a neat way to deal with all the magicPoul-Henning Kamp2002-10-221-2/+9
* Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functionsPoul-Henning Kamp2002-10-225-56/+3
* Swing the weed-whacker around libdisk:Poul-Henning Kamp2002-10-2210-447/+73
* Lobotomize MakeDev(), we don't need it with devfs.Poul-Henning Kamp2002-10-211-0/+2
* Sigh, d_ntracks, not d_nheads.Poul-Henning Kamp2002-10-211-1/+1
* fwheads and fwsectors got swapped underway.Poul-Henning Kamp2002-10-211-2/+2
* Another baby step toward getting sysinstall working:Sam Leffler2002-10-201-76/+127
* 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