summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/label.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't clear the screen for every redraw in the disklabel andjkh1995-05-201-2/+2
| | | | | | partition editors (ugh). Fix an utterly bogus message (no arguments :) in dist.c. This should all make Poul a little happier and slide in before the next CTM update window.
* 1. Fix a pathological bug I introduced in msgInfo(). Right idea, wrongjkh1995-05-201-2/+1
| | | | | | | | | | | | | | | | | | implementation. 2. Totally rework device registration. It's about half the size and more powerful now. 3. Add DOS discovery. 4. Start filling in some of the strategy routines. 5. Another clean-up pass over the menus. 6. Make wizard code use Disk typedef. If I can get the first strategy routine finished tonite, we should have a working install (from ftp, at least) this weekend.
* Big Sigh. Both A_BOLD and A_UNDERLINE do not appear to work withjkh1995-05-191-24/+14
| | | | | | | syscons (and/or cons25) at all. This code looked just fine running on an xterm, but on a console the attributes are all wrong. I now have to sacrifice some screen real-estate to pring cheesy `-' characters to accomplish the same thing.
* Switch to bold on the header line - the A_UNDERLINE handling appears to bejkh1995-05-191-5/+7
| | | | | | broken in syscons, or at least in the cons25 termcap entry! :-( A_BOLD won't show up on monochrome adapters (I don't think) but they'd be screwed anyway since I don't have an attribute to use for them now at all.
* Use raw devices for newfs.jkh1995-05-181-3/+5
| | | | Write and wizard mode only on enabled disks.
* Use CHUNK_BSD_COMPAT as God and Poul intended it be used.jkh1995-05-181-9/+6
|
* 1. Primitive bad144 support (I believe an additional command is needed, butjkh1995-05-181-32/+32
| | | | | | | | won't know until Poul wakes up again). 2. Make vsystem() put its output on the debugging fd. 3. DTRT with root filesystem placement - now I see how this has to work (thanks, Poul). 4. Many miscellaneous spelling errors fixed and general cleanup.
* 1. Set a path to /stand by default.jkh1995-05-171-3/+3
| | | | 2. Don't clear() when I can dialog_clear().
* Remove the seat-belts from the root partition creation code; for somejkh1995-05-171-1/+3
| | | | | reason I'm *always* getting CHUNK_PAST_1024 set now, even when it's definitely not! :-( Poul, can you perhaps take a look? Thanks!
* Commit my latest so that Gary can sync up - this version should alsojkh1995-05-171-2/+7
| | | | | be the grounds for our first round of testing in the release I'm rolling. It doesn't load the distributions yet, but it should do everything else.
* This will now compile and even scribble helpfully on your disks.jkh1995-05-161-17/+25
| | | | | | | | | It remains to be seen how successfully. The distribution loading code is still not here yet, but the partition/newfs/mount/cpio-extract cycle is as complete as it's ever going to get, modulo possible bug fixes. The TCP/IP setup screen is also sort of here, albeit in a highly-changing state due to the fact that per-interface information isn't being kept right now but is being added (thanks, Gary!).
* This does _not yet compile_; I'm simply bringing in my changes fromjkh1995-05-161-0/+602
this weekend in order to more easily sync with my CVS tree at home. Another commit relative to these changes will follow shortly.
OpenPOWER on IntegriCloud