summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* Try to make screen update more efficient (less flickering) by morejkh1996-08-0315-59/+54
| | | | judicious use of dialog_clear_norefresh().
* Make the same fix to the disk partition editor screen.jkh1996-08-031-6/+4
|
* Fix an embarassing bogon in the key input code. I'll roll another snapjkh1996-08-031-6/+4
| | | | boot floppy for this one..
* Whoops! VTYs return zero values for TIOCGSIZE! Work around this.jkh1996-08-011-2/+2
|
* Don't query DNS if we haven't got it configured.jkh1996-08-011-12/+16
|
* Handle SIGPIPE in a couple of crucial places.jkh1996-08-012-8/+26
|
* Purely cosmetic tweaks.jkh1996-08-012-5/+5
|
* Clean up the results from getch().jkh1996-08-012-4/+4
|
* Close PR#1542. Don't just assume 24 lines, get the tty size.jkh1996-08-016-16/+28
| | | | | | | Some things may still display text on the 24th line, but that's because they've always been screens designed to fit into a minimal real-estate and have hardwired assumptions about the dimensions. They'll be a little harder to make dynamic.
* Add a required save/restorejkh1996-07-311-1/+3
|
* Try again.jkh1996-07-311-2/+2
|
* Don't munge keystrokes.jkh1996-07-314-20/+27
|
* Prevent Geometry warning messages when the disk is already "dedicated"jkh1996-07-311-11/+6
|
* More minor tweaks (that I'm trying to get into the SNAP).jkh1996-07-311-15/+15
|
* Detect which partitions have already been created with `auto' so as not to ↵jkh1996-07-315-98/+122
| | | | | | | | create them twice. Various cosmetic tweaks.
* Fix some bogus argument handling - whups! James was right..jkh1996-07-221-2/+3
|
* 1. Fix the CD installation bogon for Novice install I mentioned.jkh1996-07-165-69/+95
| | | | 2. Add some code for dealing with a ports collection on the second CD now.
* Damn - looks like upgrade got broken along the way and it's not somethingjkh1996-07-142-30/+47
| | | | | | | I usually test, so... :-( Guess we'll have to slide the tag forward on these two files - Peter, could you do the honors? I've been up for the last 30 hours or so and I just *know* that any attempt on my part to do this would probably end up deleting the entire repository somehow. :-)
* Make CD version clash non-fatal.jkh1996-07-131-5/+3
|
* Back out my change for Peter which did transfer timings based on currentjkh1996-07-131-7/+7
| | | | | chunk rather than distribution - it's just caused the numbers to fluctuate too wildly, sorry Peter! ;-(
* Fix a bogon in the Novice mode CD auto-selection.jkh1996-07-131-4/+6
|
* Fix EBUSY checking in devices.c - DTRT when it's detected on a CD.jkh1996-07-132-8/+7
|
* Remove some suspect sector size calculations which are also the sourcejkh1996-07-121-10/+1
| | | | | of some confusing messages from newfs (just judging by the number of people who point them out, anyway).
* Fix something I broke with CDROM installation (well, I knew my firstjkh1996-07-124-20/+25
| | | | test CD would turn at least one bug up :-).
* Make the menu height calculation actually work.jkh1996-07-113-9/+9
| | | | Make a menu more self-explanatory at user request.
* Better error checking in helpfile expander.jkh1996-07-104-11/+7
| | | | Tart up some of the output a little.
* Document new GENERICjkh1996-07-101-2/+2
|
* Try to prevent the status line from jumping around quite so much.jkh1996-07-091-2/+2
|
* Take compat dists out of the canned set - they seem to do more harmjkh1996-07-092-3/+3
| | | | than good, actually, and those who actually need them can select them.
* Update docs to match.jkh1996-07-091-0/+14
|
* A number of improvements in the way statistics are printed, add a "chroot"jkh1996-07-096-28/+49
| | | | | | | option for installing distributions and/or packages to somewhere other than /, say for a case where you're installing to an external disk on some other machine's behalf. More miscellaneous fixes to various problems I stumbled across while adding this stuff.
* Don't freak out at the lack of root/swap/usr if we're running multiuserjkh1996-07-091-60/+79
| | | | and simply adding another disk.
* Eradicate more lurking bogons.jkh1996-07-092-6/+5
|
* Update the documentation here and there.jkh1996-07-083-23/+5
|
* Same tweak.jkh1996-07-081-1/+2
|
* Fix even more lurking bogons - why do I never find these until the lastjkh1996-07-088-58/+44
| | | | possible minute? :-)
* Whoops! Now that I'm decompressing docs into /tmp, it's important tojkh1996-07-0814-47/+48
| | | | | make sure that /tmp is there first! :-) While I'm at it, clean up the somewhat inexplicably bogus Mkdir() function.
* Support compressed doc files again.jkh1996-07-059-68/+88
| | | | | | | | Add a few strategic screen clears. Do a lot less wasted screen I/O in restoring screen contents that don't need restoring. Use tar instead of cp to back up /etc in installUpdate. Don't panic when upgrade shell exits.
* Update docs (more specifically to -current).jkh1996-07-051-6/+5
|
* Fix some minor reported bogons from the BETAjkh1996-07-044-34/+37
|
* Untabify.jkh1996-07-021-85/+85
|
* Document shortcuts.jkh1996-07-025-11/+124
| | | | Fix a bug which prevented variables from working properly
* Add an extra /etc/hosts entry per advice of Joerg.jkh1996-07-021-1/+2
|
* Make it plainer how to exit.jkh1996-07-0212-52/+57
|
* Update the Lynx version number.jkh1996-06-291-2/+2
|
* Put my changes back - Thanks, Peter! Boy, an errant Tag sure can messjkh1996-06-294-7/+26
| | | | you up! :-)
* Sync with 2.1-stable (I commited my changes there first by mistake due tojkh1996-06-294-28/+9
| | | | an errant CVS tag file).
* Copy the documentation files up into the release area - I've been doingjkh1996-06-295-11/+33
| | | | this by hand all along. Silly.
* Add 3rd South Africa mirror.jkh1996-06-271-1/+3
|
* Allow argv[0] to be a command also.jkh1996-06-263-11/+25
|
OpenPOWER on IntegriCloud