summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/chunk.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix erroneous format string.jdp1997-11-181-2/+2
|
* 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.
* Make libdisk C++ aware:joerg1996-03-241-8/+9
| | | | | | | - add __BEGIN_DECLS and __END_DECLS, - add a bunch of ``const'' qualifiers all over the place, - rename the `private' struct member into `private_data' to avoid the clash with the C++ keyword.
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-8/+22
|
* Remove trailing whitespace.rgrimes1995-05-301-14/+14
|
* Remove Ontrack special from All_FreeBSD().phk1995-05-251-1/+6
| | | | Add chunk->disk pointer.
* Get the CHUNK_COMPAT_BSD flag right.phk1995-05-111-1/+4
|
* Recognize slice type #6 as dosphk1995-05-081-3/+3
| | | | handle OnTrack Disk manager correctly.
* Whoops! An extra paren somehow got in there. Fixed.jkh1995-05-071-2/+2
|
* Always zero new chunks - keeps things like the private structures from havingjkh1995-05-071-2/+2
| | | | bogus data in them.
* General sanitation and cleanup. Killed the "reserved" type, it wasn't.phk1995-05-061-53/+59
|
* If in Create_Chunk we (type==freebsd && (flags&CHUNK_ALIGN)), then we willphk1995-05-051-5/+38
| | | | align this chunk properly. Have at it Jordan...
* Add the private void *pointer to the chunks, and the functions to manage it.phk1995-05-031-3/+6
| | | | Make the reassignment of partition names less bogus.
* foo -> unknown.jkh1995-05-011-5/+5
| | | | I have to be able to show this stuff to the user. :-)
* Now we do writes too.phk1995-04-301-2/+3
|
* Next Iteration, getting better.phk1995-04-291-3/+3
| | | | | | | | 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-10/+13
|
* This is a revision 0.00 of the backend stuff for the fdisk/disklabel stuffphk1995-04-281-0/+365
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