| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted by: Alan Judge <Alan.Judge@eircom.net>
|
|
|
|
| |
but simply return the default answer instead.
|
|
|
|
|
|
| |
the non-constant format string warnings.
MFC after: 1 week
|
|
|
|
|
|
| |
no as a default. Sysinstall should be both less dangerous and less
annoying as a result of this change, though that's just my opinion
(since they're the defaults which annoy ME the least :).
|
|
|
|
|
|
|
|
|
| |
Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>.
This is also the appropriate fix for exo-tree sources.
Put warnings in <machine/console.h> to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the <machine/console.h> files will be removed.
|
| |
|
|
|
|
| |
now, and replace the releng3 3.0 snap entry with releng4.
|
|
|
|
|
| |
longer to give the user something to look at while things are happening.
Change it to do so and insert the appropriate screen saves elsewhere.
|
|
|
|
|
|
|
|
|
|
|
|
| |
as redoing all the menus to have proper, or at least non-hallucinogenic,
keyboard accelerators.
This requires my recent update to libdialog to work properly and will
probably also exhibit some other "interesting" behavior while the last
few missing screen clears are found (which is why I'm not going to MFC
immediately). At least now, however, sysinstall does not gratuitously
redraw random screens at the drop of a hat and drive serial console
installers out of their minds.
|
| |
|
| |
|
| |
|
|
|
|
| |
Print info boxes without titles.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
bogus or overly complex and really needed to be done more consistently
and sanely throughout - no question about it. Done.
Suggested-By: Paul Traina <pst@Shockwave.COM>
|
| |
|
|
|
|
| |
judicious use of dialog_clear_norefresh().
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
create them
twice.
Various cosmetic tweaks.
|
|
|
|
| |
Tart up some of the output a little.
|
|
|
|
|
|
| |
apparently look bad on some LCD screens. While I'm in there, tweak and adjust
a number of other minor interface details which have been bothering me for
awhile.
|
|
|
|
|
| |
selection since an attribute which looks good on a color console doesn't
necessarily look good in an xterm.
|
|
|
|
|
| |
transfer speed in KB/sec while fetching stuff; this gives you a better
idea if your link has crashed or is behaving oddly.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in one place, leaking memory in another).
Add a facility to invoke subsystems directly by naming them on
sysinstall's command-line when running post-install. A replacement
for pkg_manage might, for example, be `/stand/sysinstall configPackages'
Fix bogon where upgrade shell was entered with tty modes spammed.
Fix bug with release name checking in ftp_strat. Turned a bunch of
bogus exit()s into proper calls to systemShutdown().
|
|
|
|
|
|
| |
of days!
More display fixes to sysinstall and assorted tweaking.
|
|
|
|
|
| |
2. Change more of the menu code over to new system.
3. Streamline label editor.
|
|
|
|
| |
Approved (in spirit) by: jkh
|
| |
|
| |
|
|
|
|
|
|
| |
installation methods and provide a fairly robust set of menu options.
This should also fix a few more bugs on Poul-Henning's latest gripe
list.
|
|
|
|
|
|
| |
control and signals and such. Thanks, Gary!
Clean up some miscellaneous bogons for Poul.
|
|
|
|
|
|
| |
number of inodes.
Fix various bugs reported by Poul. Implement VTY switching.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
use them yet, but it's close (we're working on the last wrinkles
in the CD install for now).
2. Complete the CDROM installation strategy code.
3. Simplify the distribtuion loading code.
4. General error message cleanup.
5. Write the /etc/fstab file now and split those routines into config.c
6. Clean up the menus a little more.
|
|
|
|
|
|
| |
Clean up a few last display bugs.
Add sanity checking that makes sure user creates root and swap partitions.
Add swap partitions with swapon().
|
|
|
|
| |
Sanitize a couple of messages.
|
|
|
|
|
| |
I introduced with msgNotify() again. Sigh. I'll get it looking
correct someday!
|
|
|
|
|
|
| |
Don't notify in vsystem() - it obscures the original message.
Put some debugging code into cpio_extract() so that I can see
why it doesn't work now. :(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Erase the annoying "Command output is on debugging screen" message
when it's time to switch back.
|
|
|
|
|
| |
Make notify NOT wipe the dialog off right after putting
it up. Whoops. Kinda defeated the purpose! :-)
|
| |
|
|
|
|
|
| |
2. On Justin's advice, remind the user when they should switch back
from the debugging screen, if they're looking over there.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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!).
|
|
|
|
|
| |
some of the badly displayed menus, use the proper notification box for
messages, make proceed work.
|