summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/write_disk.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Improve the Dangerously Dedidcated mode a bit. Not much, but a bit better.phk1996-11-271-7/+1
|
* Move some warn()'s into DEBUG space since I don't need them comingjkh1996-04-291-1/+7
| | | | out in my curses interfaces and spamming my screen.
* Update the -current sources from the 2.1 branch.peter1995-12-071-3/+3
| | | | Approved (in spirit) by: jkh
* Brought in changes from rev 1.14.2.1 into main branch.dg1995-08-261-1/+10
|
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-1/+7
|
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
|
* Align slices to cylinder boundries.jkh1995-05-241-5/+4
| | | | Submitted By: phk
* Fix a typo, now there should always be an active slice.phk1995-05-211-2/+2
|
* Remove two printfs before Jordan has a fit over them.phk1995-05-181-4/+1
|
* Recognize slice type #6 as dosphk1995-05-081-3/+14
| | | | handle OnTrack Disk manager correctly.
* General sanitation and cleanup. Killed the "reserved" type, it wasn't.phk1995-05-061-3/+1
|
* Make the partitions names even more sensiblephk1995-05-041-1/+9
| | | | CheckRules sets the CHUNK_ALIGN & CHUNK_PAST_1024 flags.
* start CHS is 0xff,0xff,0xff if past 1024.phk1995-05-011-17/+12
| | | | | | end CHS is 1023,bios_hd,bios_sect if past 1024. This way we can find bios the geometry again. Added a primitive "scan" to tst01.
* Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning).phk1995-04-301-28/+32
| | | | | Get the CHS's right. Get the disklabels (more) right.
* get bootblocks right.phk1995-04-301-2/+6
| | | | | | | Add mbr and bteasy17 to tst01 read partitions from kernel instead of disk. Still problems with writing labels, discussing with Bruce. Extended slices doesn't get written yet.
* Use 0xff for CHS when past 1024 cyls.phk1995-04-301-22/+34
| | | | Fix (hopefully) a bug Gary found.
* Now we do writes too.phk1995-04-301-1/+157
|
* Names are assigned when chunks are created.phk1995-04-291-0/+34
Rules for only one fat & one extended in MBR.
OpenPOWER on IntegriCloud