| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
'RELENG_2_2_5_RELEASE'.
This commit was manufactured to restore the state of the 2.2.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=21981
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=20433
|
| |
|
|
| |
Notes:
svn path=/stable/2.2/; revision=20006
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17930
|
| |
|
|
|
|
|
| |
Submitted-By: "Frank ten Wolde" <franky@pinewood.nl>
Notes:
svn path=/head/; revision=17032
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16613
|
| |
|
|
|
|
|
|
| |
``rm'' -> ``rm -f''
so mv/rm may not ask for confirmation if you are not root
Notes:
svn path=/head/; revision=15679
|
| |
|
|
|
|
|
|
|
| |
Set_Boot_Blocks(). Boy, this one had me tearing my hair out!
I hate how the loader distinguishes between `extern char *foo' and
`extern char foo[]' sometimes! :-)
Notes:
svn path=/head/; revision=15444
|
| |
|
|
|
|
|
| |
out in my curses interfaces and spamming my screen.
Notes:
svn path=/head/; revision=15441
|
| |
|
|
|
|
|
|
|
|
| |
- 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.
Notes:
svn path=/head/; revision=14792
|
| |
|
|
| |
Notes:
svn path=/head/; revision=14669
|
| |
|
|
|
|
|
|
|
| |
. install libdisk.h into /usr/include
. add a (preliminary) manpage, mostly featured after phk's comments
in libdisk.h
Notes:
svn path=/head/; revision=14665
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
discussion on -core about disk partitioning tools etc.
Add NOPIC=yes to Makefile to prevent any possibility of version mismatch
because of the potential grave consequences. (as suggested by phk)
Note that this is also on RELENG_2_1_0, since the sysinstall stuff is
hopefully going to remain in sync.
Notes:
svn path=/head/; revision=14657
|
| |
|
|
|
|
|
| |
Approved (in spirit) by: jkh
Notes:
svn path=/head/; revision=12661
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10286
|
| |
|
|
| |
Notes:
svn path=/head/; revision=9202
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8881
|
| |
|
|
|
|
|
| |
Add chunk->disk pointer.
Notes:
svn path=/head/; revision=8745
|
| |
|
|
|
|
|
| |
Submitted By: phk
Notes:
svn path=/head/; revision=8721
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8670
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8657
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8617
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8538
|
| |
|
|
|
|
|
|
|
| |
CHUNK_BAD144 slice.
Also mknod the 'c' partition for freebsd slices, so bad144(8) will have
something to work on.
Notes:
svn path=/head/; revision=8527
|
| |
|
|
|
|
|
| |
fixed bug in extended slice naming.
Notes:
svn path=/head/; revision=8477
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8436
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8404
|
| |
|
|
|
|
|
| |
handle OnTrack Disk manager correctly.
Notes:
svn path=/head/; revision=8346
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8343
|
| |
|
|
|
|
|
| |
out... here is the real thing.
Notes:
svn path=/head/; revision=8341
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8339
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8312
|
| |
|
|
|
|
|
| |
bogus data in them.
Notes:
svn path=/head/; revision=8311
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8303
|
| |
|
|
|
|
|
| |
align this chunk properly. Have at it Jordan...
Notes:
svn path=/head/; revision=8290
|
| |
|
|
|
|
|
| |
CheckRules sets the CHUNK_ALIGN & CHUNK_PAST_1024 flags.
Notes:
svn path=/head/; revision=8264
|
| |
|
|
|
|
|
| |
Make the reassignment of partition names less bogus.
Notes:
svn path=/head/; revision=8250
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8241
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove bogus targets.
Allocate partition letters as follows:
lowest offset "flags & CHUNK_IS_ROOT" gets 'a',
lowest offset "subtype==FS_SWAP" gets 'b'
the rest is allocated in offset order from this sequence "defghab".
This will generally make sense.
Added rules to complain if more than one CHUNK_IS_ROOT or more than one
FS_SWAP per FreeBSD chunk.
Set CHUNK_IS_ROOT on the 'a' partition in Open_Disk.
Run Fixup_Names in Open_Disk.
Notes:
svn path=/head/; revision=8233
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8228
|
| |
|
|
|
|
|
| |
printfs.
Notes:
svn path=/head/; revision=8227
|
| |
|
|
|
|
|
| |
I have to be able to show this stuff to the user. :-)
Notes:
svn path=/head/; revision=8207
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8197
|
| |
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=8196
|
| |
|
|
|
|
|
|
| |
Get the CHS's right.
Get the disklabels (more) right.
Notes:
svn path=/head/; revision=8192
|
| |
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=8183
|
| |
|
|
|
|
|
| |
Fix (hopefully) a bug Gary found.
Notes:
svn path=/head/; revision=8180
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8179
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8178
|