summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/tst01.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't call printf without a format string.kris2000-07-111-1/+1
|
* _PATH_DEV'ify libdiskjhb2000-06-281-1/+2
|
* /dev/rXXX -> /dev/XXXmsmith2000-05-311-1/+1
| | | | | This should fix sysinstall and other tools that don't expect the 'r' devices to exist anymore (and thus don't create them).
* Changes for PC-98.kato2000-03-291-0/+13
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* More support for Alpha installs.jkh1999-01-291-1/+3
| | | | Submitted by: dfr
* 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-21/+5
|
* Cast lseek arguments appropriately.jkh1996-07-091-3/+3
| | | | Submitted-By: "Frank ten Wolde" <franky@pinewood.nl>
* Make libdisk C++ aware:joerg1996-03-241-2/+1
| | | | | | | - 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.
* Update the -current sources from the 2.1 branch.peter1995-12-071-2/+7
| | | | Approved (in spirit) by: jkh
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-1/+9
|
* Remove trailing whitespace.rgrimes1995-05-301-14/+14
|
* Added MakeDevDisk(struct disk*, char *path);phk1995-05-121-1/+5
| | | | fixed bug in extended slice naming.
* Get the CHUNK_COMPAT_BSD flag right.phk1995-05-111-3/+3
|
* Create_Chunk_DWIM() is here, though it doesn't quite do what the name implies.phk1995-05-101-1/+11
|
* Make the partitions names even more sensiblephk1995-05-041-2/+2
| | | | CheckRules sets the CHUNK_ALIGN & CHUNK_PAST_1024 flags.
* Export the chunk names properly.jkh1995-05-031-3/+1
|
* start CHS is 0xff,0xff,0xff if past 1024.phk1995-05-011-1/+53
| | | | | | 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.
* get bootblocks right.phk1995-04-301-2/+62
| | | | | | | 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.
* Now we do writes too.phk1995-04-301-3/+23
|
* Names are assigned when chunks are created.phk1995-04-291-2/+20
| | | | Rules for only one fat & one extended in MBR.
* Even More stuff. Disk_Names() is here amongst other things.phk1995-04-291-14/+11
|
* Next Iteration, getting better.phk1995-04-291-12/+116
| | | | | | | | 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-34/+5
|
* This is a revision 0.00 of the backend stuff for the fdisk/disklabel stuffphk1995-04-281-0/+66
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