summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/change.c
Commit message (Collapse)AuthorAgeFilesLines
* Add spaces around operators.obrien2001-04-011-14/+16
| | | | | It's OK, the Project and afford them now -- they aren't as expensive as they used to be.
* Libraries should _never_ call exit() themselves (or its alternate spellingobrien2001-03-181-1/+0
| | | | | | | | | | | `err()'). libdisk does! and additionally libdisk gets confused on Alpha disks with foreign disklabels, throws up its hands and exits. This is the cause of the "going no where without my init" install bug on the Alpha. So now on the Alpha, rather than call err(), we print the error string and continue processing. Submitted by: jkh
* - Allow support for MBR boot loaders that are longer than one sector. Asjhb2000-07-121-3/+0
| | | | | | with fdisk, ensure that they are a multiple of the sector size in length. - Axe all the 1024 cylinder checks as they are no longer relevant with the fixed bootstrap.
* Changes for PC-98.kato2000-03-291-0/+12
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* 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-20/+40
|
* Update the -current sources from the 2.1 branch.peter1995-12-071-3/+4
| | | | Approved (in spirit) by: jkh
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-1/+3
|
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Remove Ontrack special from All_FreeBSD().phk1995-05-251-6/+1
| | | | Add chunk->disk pointer.
* Align slices to cylinder boundries.jkh1995-05-241-1/+6
| | | | Submitted By: phk
* Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning).phk1995-04-301-2/+2
| | | | | Get the CHS's right. Get the disklabels (more) right.
* Next Iteration, getting better.phk1995-04-291-1/+16
| | | | | | | | Made an All_FreeBSD() function. Added a cmd-line interface (lowest rank) to the tst01 program. The tst01 program is harmless (worst it can do is coredump), but it is instructive to run, you can see what the slice-code things of your disk...
* Sanitize and explain a little bit... Implement the first rules...phk1995-04-291-1/+0
|
* This is a revision 0.00 of the backend stuff for the fdisk/disklabel stuffphk1995-04-281-0/+45
in the new sysinstall. If you want to give a helping hand, then send email to phk@FreeBSD.ORG. DO NOT COMMIT TO THIS DIRECTORY!
OpenPOWER on IntegriCloud