Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bootblock inside the program. cleanup printed output. do not assume 'd'
partition. Solves a whole bunch of other interaction problems with
disklabel. Has been tested a fair bit, but will endure more testing
(at the hands of the users! Hahahaha!)
|
|
remove garbage that made d/e/f/g/h partitions special (bet you didn't
know that this code was trying to treat e/f/g/h as special MBR partitions
did you!)
|
|
|
|
|
|
mike.long@analog.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove Pica stuff as well as VNODE_PAGER.
|
|
|
|
be cleaned up (optimized) but works. And if it's not broken, don't fix it :-)
|
|
From Mark Diekhans (markd@grizzly.com).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ensure the OpenBSD disklabel/bootblocks are written inside 165 partition
(RAW_PART must start at block 0 of unit) -- this makes the kernel algorithm
and userland algorithms the same. unify & pretty the usage message
|
|
|
|
|
|
us a "place holder" (and discard the fd) to protect from DOS attacks
and then just re-use that.
|
|
|
|
|
|
|
|
|
|
hackish but doesn't add any machdep stuff to MI code.
Also don't strip when installing ld.so.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
derived from pcvt_hdr.h file.
|