summaryrefslogtreecommitdiffstats
path: root/lib/libdisk
Commit message (Expand)AuthorAgeFilesLines
...
* Get this closer to working. The Write_Disk() function's for loop neededjhb2002-11-071-20/+13
* Remove unused MBR gunk leftover from i386.jhb2002-11-031-11/+1
* Fix to compile for pc98.nyan2002-11-031-0/+8
* Initialize d->bios_cyl. We know the media size in sectors, the numbermarcel2002-11-031-4/+10
* Add support for GPT:marcel2002-11-021-5/+45
* Add support for ia64. This is almost identical to i386, except thatmarcel2002-11-021-0/+20
* Don't claim all MBR's have subtype 165 on i386.phk2002-11-022-3/+2
* Fill in partition 2 with with "whole disk" parameters.phk2002-11-011-0/+8
* Style(9) improvements.phk2002-10-311-6/+6
* Set the sector size for the disk.phk2002-10-311-0/+2
* Restore to pc98 support.nyan2002-10-313-50/+108
* Use ${MACHINE} variable instead of using '.if .endif' each machines.nyan2002-10-311-18/+1
* Add '#include <err.h>' for warn().nyan2002-10-311-0/+1
* Actually save the bootblock in the disk structure. Write the bootblockjake2002-10-312-2/+9
* Untested alpha disk writer.phk2002-10-301-1/+1
* Write out 15 sectors of boot code.phk2002-10-301-0/+4
* Getting closer to getting things right:phk2002-10-292-4/+3
* Don't call warn(3).phk2002-10-291-5/+1
* Since make release is toast anyway, add wood to the pyre:phk2002-10-295-744/+314
* Fix various minor issues.phk2002-10-291-3/+5
* the 'd' partition hasn't been magic for years, so allocate it in naturalphk2002-10-291-1/+1
* Add the write_spar64_disk.c to make life easier for testers.phk2002-10-291-0/+94
* Add back ia64 support that was removed in the last few revisions.peter2002-10-274-1/+31
* #ifdef out assignToPartition on non x86 arches to unbreak the worldgallatin2002-10-241-0/+2
* More lobotomy:phk2002-10-238-111/+6
* Remove another 10 mindless #ifdefs.phk2002-10-231-59/+45
* Rely on sysctl kern.disks to be there, and get rid of one of the far toophk2002-10-231-69/+36
* Remove unnecessary ioctls tickling kernel side to realize that we fiddledphk2002-10-237-55/+3
* Untangle #ifdefs in the write-end of things by giving each arch itsphk2002-10-2311-322/+968
* Separate the struct disklabel filling stuff from the rest of Write_FreeBSD().phk2002-10-231-42/+41
* - The GEOM system does not work on pc98.nyan2002-10-231-0/+4
* Add the new extra argument also in the alpha case.phk2002-10-231-1/+1
* No longer needed.phk2002-10-221-18/+0
* Remove the last traces of bogus MAKEDEV functionality.phk2002-10-222-24/+0
* Live with it: I had hoped to find a neat way to deal with all the magicphk2002-10-221-2/+9
* Avoid a lot of #ifdef PC98 code by giving a couple of the Chunk functionsphk2002-10-225-56/+3
* Swing the weed-whacker around libdisk:phk2002-10-2210-447/+73
* Lobotomize MakeDev(), we don't need it with devfs.phk2002-10-211-0/+2
* Sigh, d_ntracks, not d_nheads.phk2002-10-211-1/+1
* fwheads and fwsectors got swapped underway.phk2002-10-211-2/+2
* Another baby step toward getting sysinstall working:sam2002-10-201-77/+128
* o since you can't use DIOCGDINFO and DIOCGSLICEINFO on drive nodes with geom,sam2002-10-191-62/+456
* not sure if this correct, but it compiles againsam2002-10-181-3/+3
* o ioctl DIOCGDINFO error wasn't checkedsam2002-10-171-7/+29
* correct arg order to strlcpy/strlcat under #ifdef alphasam2002-10-171-2/+2
* Fix to check disk geometry.nyan2002-10-141-1/+18
* Use buffer-safe string functions for paranoia.kris2002-10-121-11/+12
* Zero memory after malloc. This stops sysinstall from dumping corekris2002-10-121-0/+1
* Fix to support pc98.nyan2002-10-083-0/+12
* White-space change only. Move closer to style(9).phk2002-10-041-323/+322
OpenPOWER on IntegriCloud