Skip site navigation (1)Skip section navigation (2)

CVS log for src/release/sysinstall/Attic/msg.c

[BACK] Up to [FreeBSD] / src / release / sysinstall

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.52.2.4: download - view: text, markup, annotated - select for diffs
Tue Sep 11 20:42:42 2001 UTC (10 years, 5 months ago) by jkh
Branches: RELENG_4
CVS tags: RELENG_4_9_BP, RELENG_4_9_0_RELEASE, RELENG_4_9, RELENG_4_8_BP, RELENG_4_8_0_RELEASE, RELENG_4_8, RELENG_4_7_BP, RELENG_4_7_0_RELEASE, RELENG_4_7, RELENG_4_6_BP, RELENG_4_6_2_RELEASE, RELENG_4_6_1_RELEASE, RELENG_4_6_0_RELEASE, RELENG_4_6, RELENG_4_5_BP, RELENG_4_5_0_RELEASE, RELENG_4_5, RELENG_4_4_BP, RELENG_4_4_0_RELEASE, RELENG_4_4, RELENG_4_11_BP, RELENG_4_11_0_RELEASE, RELENG_4_11, RELENG_4_10_BP, RELENG_4_10_0_RELEASE, RELENG_4_10
Diff to: previous 1.52.2.3: preferred, colored; branchpoint 1.52: preferred, colored; next MAIN 1.53: preferred, colored
Changes since revision 1.52.2.3: +5 -5 lines
MFC: right values for non-interactive install questions (whoops!)

Revision 1.52.2.3: download - view: text, markup, annotated - select for diffs
Fri Aug 31 19:43:56 2001 UTC (10 years, 5 months ago) by jkh
Branches: RELENG_4
Diff to: previous 1.52.2.2: preferred, colored; branchpoint 1.52: preferred, colored
Changes since revision 1.52.2.2: +5 -1 lines
MFC: Make sure non-interactive scripts don't ask questions.

Revision 1.52.2.2: download - view: text, markup, annotated - select for diffs
Thu Jul 19 01:33:02 2001 UTC (10 years, 6 months ago) by kris
Branches: RELENG_4
Diff to: previous 1.52.2.1: preferred, colored; branchpoint 1.52: preferred, colored
Changes since revision 1.52.2.1: +3 -3 lines
MFC: Mark relevant functions __printflike()/__printf0like() and silence
some of the non-constant format string warnings.

Revision 1.57
Wed Jan 17 07:14:43 2001 UTC (11 years ago) by jhb
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.56: +1 -1 lines
Sysinstall has been repocopied to src/usr.sbin/sysinstall and everything
now uses the sources found there.

Revision 1.52.2.1: download - view: text, markup, annotated - select for diffs
Fri Dec 15 05:56:22 2000 UTC (11 years, 1 month ago) by jkh
Branches: RELENG_4
CVS tags: RELENG_4_3_BP, RELENG_4_3_0_RELEASE, RELENG_4_3
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +25 -1 lines
MFC: use No/Yes dialogs where more appropriate.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Dec 14 02:49:02 2000 UTC (11 years, 2 months ago) by jkh
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +25 -1 lines
Adapt sysinstall to use the new msgNoYes() function which assumes
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 :).

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sun Oct 8 21:33:51 2000 UTC (11 years, 4 months ago) by phk
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
Initiate deorbit burn sequence for <machine/console.h>.

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.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Fri Jul 14 08:09:50 2000 UTC (11 years, 7 months ago) by jhb
Branches: MAIN
CVS tags: PRE_SMPNG
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -2 lines
Ugh.  Back out local changes that crept in with my last commit.  :(

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Jul 14 07:59:44 2000 UTC (11 years, 7 months ago) by jhb
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -1 lines
MFS: (yes, from -stable) Note that current.FreeBSD.org is a 5.0 snap server
     now, and replace the releng3 3.0 snap entry with releng4.

Revision 1.47.2.5: download - view: text, markup, annotated - select for diffs
Fri Dec 17 02:46:34 1999 UTC (12 years, 1 month ago) by jkh
Branches: RELENG_3
CVS tags: RELENG_3_5_0_RELEASE, RELENG_3_4_0_RELEASE
Diff to: previous 1.47.2.4: preferred, colored; branchpoint 1.47: preferred, colored; next MAIN 1.48: preferred, colored
Changes since revision 1.47.2.4: +2 -4 lines
MFC: DTRT with msgNotify();

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Dec 17 02:46:04 1999 UTC (12 years, 1 month ago) by jkh
Branches: MAIN
CVS tags: RELENG_4_BP, RELENG_4_2_0_RELEASE, RELENG_4_1_1_RELEASE, RELENG_4_1_0_RELEASE, RELENG_4_0_0_RELEASE
Branch point for: RELENG_4
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -4 lines
In retrospect, msgNotify() should leave its contents on the screen
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.

Revision 1.47.2.4: download - view: text, markup, annotated - select for diffs
Wed Dec 15 01:32:33 1999 UTC (12 years, 2 months ago) by jkh
Branches: RELENG_3
Diff to: previous 1.47.2.3: preferred, colored; branchpoint 1.47: preferred, colored
Changes since revision 1.47.2.3: +14 -4 lines
MFC: bring across all the new changes for screen updates.  I've installed
a few snapshots with them in now and, with very few exceptions, it's
all way better than what I had before.  Those few exceptions will have
an extra screen clear or two added to make things look better.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Dec 14 04:25:27 1999 UTC (12 years, 2 months ago) by jkh
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +14 -4 lines
Completely rip-out and redesign sysinstall's refresh model as well
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.

Revision 1.29.2.22: download - view: text, markup, annotated - select for diffs
Sun Sep 5 11:22:07 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_2_1_0
Diff to: previous 1.29.2.21: preferred, colored; branchpoint 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29.2.21: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.41.2.5: download - view: text, markup, annotated - select for diffs
Sun Sep 5 11:20:53 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_2_2
Diff to: previous 1.41.2.4: preferred, colored; branchpoint 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.2.4: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.47.2.3: download - view: text, markup, annotated - select for diffs
Sun Aug 29 15:54:09 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_3
CVS tags: RELENG_3_3_0_RELEASE
Diff to: previous 1.47.2.2: preferred, colored; branchpoint 1.47: preferred, colored
Changes since revision 1.47.2.2: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Aug 28 01:34:18 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.47.2.2: download - view: text, markup, annotated - select for diffs
Fri Jul 2 22:36:33 1999 UTC (12 years, 7 months ago) by jkh
Branches: RELENG_3
Diff to: previous 1.47.2.1: preferred, colored; branchpoint 1.47: preferred, colored
Changes since revision 1.47.2.1: +1 -15 lines
MFC: eliminate varargs abuse.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Jul 2 22:36:12 1999 UTC (12 years, 7 months ago) by jkh
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -15 lines
Eliminate some varargs abuse.

Revision 1.47.2.1: download - view: text, markup, annotated - select for diffs
Thu May 27 10:34:07 1999 UTC (12 years, 8 months ago) by jkh
Branches: RELENG_3
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +15 -1 lines
MFC: message cleanup.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu May 27 10:32:48 1999 UTC (12 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +15 -1 lines
Do a clean-up pass on error/warning messages.

Revision 1.41.2.4: download - view: text, markup, annotated - select for diffs
Sat Sep 20 02:49:14 1997 UTC (14 years, 4 months ago) by jkh
Branches: RELENG_2_2
CVS tags: RELENG_2_2_8_RELEASE, RELENG_2_2_7_RELEASE, RELENG_2_2_6_RELEASE, RELENG_2_2_5_RELEASE
Diff to: previous 1.41.2.3: preferred, colored; branchpoint 1.41: preferred, colored
Changes since revision 1.41.2.3: +3 -3 lines
MFC:  messages and label bogon.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sat Sep 20 02:48:48 1997 UTC (14 years, 4 months ago) by jkh
Branches: MAIN
CVS tags: RELENG_3_BP, RELENG_3_2_PAO_BP, RELENG_3_2_PAO, RELENG_3_2_0_RELEASE, RELENG_3_1_0_RELEASE, RELENG_3_0_0_RELEASE
Branch point for: RELENG_3
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -3 lines
Fix conditional bogon in Label Editor [from Ed Gold]
Print info boxes without titles.

Revision 1.41.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 9 16:28:25 1997 UTC (14 years, 5 months ago) by jkh
Branches: RELENG_2_2
Diff to: previous 1.41.2.2: preferred, colored; branchpoint 1.41: preferred, colored
Changes since revision 1.41.2.2: +3 -3 lines
MFC: XFree86 3.3.1 update and shorter message dialog title.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Sep 9 16:27:50 1997 UTC (14 years, 5 months ago) by jkh
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -3 lines
Eliminate an obviously redundant message title.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Apr 20 16:46:35 1997 UTC (14 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -4 lines
Sync with 2.2 and clean up some tortured english that was added.

Revision 1.29.2.21: download - view: text, markup, annotated - select for diffs
Sun Apr 20 16:42:14 1997 UTC (14 years, 9 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.29.2.20: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.20: +1 -4 lines
Merge changes from 2.2 (not really necessary, but it helps me keep
track of all this).

Revision 1.41.2.2: download - view: text, markup, annotated - select for diffs
Sun Apr 6 18:00:00 1997 UTC (14 years, 10 months ago) by jkh
Branches: RELENG_2_2
CVS tags: RELENG_2_2_2_RELEASE
Diff to: previous 1.41.2.1: preferred, colored; branchpoint 1.41: preferred, colored
Changes since revision 1.41.2.1: +1 -4 lines
Add options for compiling sysinstall for an AcceleratedX environment.
This just handles the server for now - the CDE extentions come in the
next pass.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Feb 22 14:12:10 1997 UTC (14 years, 11 months ago) by peter
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Revert $FreeBSD$ to $Id$

Revision 1.29.2.20: download - view: text, markup, annotated - select for diffs
Fri Feb 7 04:26:40 1997 UTC (15 years ago) by jkh
Branches: RELENG_2_1_0
CVS tags: RELENG_2_1_7_RELEASE
Diff to: previous 1.29.2.19: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.19: +2 -2 lines
It's easier to go forwards than backwards with this, and the RELENG_2_1_0
sysinstall was already broken (I think there's a PR for this somewhere).
This will require some additional changes elsewhere, like bringing in pw.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Jan 14 06:23:25 1997 UTC (15 years, 1 month ago) by jkh
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
Make the long-awaited change from $Id$ to $FreeBSD$

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.

Revision 1.41.2.1: download - view: text, markup, annotated - select for diffs
Mon Dec 9 09:29:05 1996 UTC (15 years, 2 months ago) by jkh
Branches: RELENG_2_2
CVS tags: RELENG_2_2_1_RELEASE, RELENG_2_2_0_RELEASE
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
Merge-o-matic.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Dec 9 08:22:16 1996 UTC (15 years, 2 months ago) by jkh
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
As Paul has just pointed out, much of my strncpy() usage was either
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>

Revision 1.29.2.19: download - view: text, markup, annotated - select for diffs
Thu Nov 7 09:17:46 1996 UTC (15 years, 3 months ago) by jkh
Branches: RELENG_2_1_0
CVS tags: RELENG_2_1_6_RELEASE, RELENG_2_1_6_1_RELEASE
Diff to: previous 1.29.2.18: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.18: +0 -0 lines
Merge from HEAD.

Revision 1.29.2.18: download - view: text, markup, annotated - select for diffs
Sun Nov 3 05:47:55 1996 UTC (15 years, 3 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.29.2.17: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.17: +0 -0 lines
2nd try - sync up and try to produce a working -stable release build.

Revision 1.29.2.17: download - view: text, markup, annotated - select for diffs
Tue Oct 15 17:04:31 1996 UTC (15 years, 3 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.29.2.16: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.16: +10 -24 lines
Mondo-merge of new 2.2 installation technology.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Oct 1 04:56:34 1996 UTC (15 years, 4 months ago) by jkh
Branches: MAIN
CVS tags: RELENG_2_2_BP
Branch point for: RELENG_2_2
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -10 lines
Saner screen refresh changes, part I.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Aug 3 10:11:21 1996 UTC (15 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -3 lines
Try to make screen update more efficient (less flickering) by more
judicious use of dialog_clear_norefresh().

Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Aug 1 10:58:52 1996 UTC (15 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +8 -11 lines
Close PR#1542.  Don't just assume 24 lines, get the tty size.
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.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Jul 31 06:20:58 1996 UTC (15 years, 6 months ago) by jkh
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -3 lines
Detect which partitions have already been created with `auto' so as not to create them
twice.

Various cosmetic tweaks.

Revision 1.29.2.16: download - view: text, markup, annotated - select for diffs
Wed Jul 10 11:48:06 1996 UTC (15 years, 7 months ago) by jkh
Branches: RELENG_2_1_0
CVS tags: RELENG_2_1_5_RELEASE
Diff to: previous 1.29.2.15: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.15: +1 -3 lines
Why, it's another merge!  How 'bout that, eh folks?

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Jul 10 11:38:28 1996 UTC (15 years, 7 months ago) by jkh
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -3 lines
Better error checking in helpfile expander.
Tart up some of the output a little.

Revision 1.29.2.15: download - view: text, markup, annotated - select for diffs
Fri Jun 14 18:35:11 1996 UTC (15 years, 8 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.29.2.14: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.14: +5 -5 lines
Merge with HEAD

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Jun 14 14:33:57 1996 UTC (15 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +5 -5 lines
Don't use some of the low-contrast text attributes I was using before - they
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.

Revision 1.29.2.14: download - view: text, markup, annotated - select for diffs
Sat Jun 8 12:06:42 1996 UTC (15 years, 8 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.29.2.13: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.13: +5 -5 lines
Merge from HEAD.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Jun 8 09:08:43 1996 UTC (15 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +5 -5 lines
Implement selective text attributes for the syscons vty / vt100 emulator
selection since an attribute which looks good on a color console doesn't
necessarily look good in an xterm.

Revision 1.29.2.13: download - view: text, markup, annotated - select for diffs
Fri May 24 06:08:58 1996 UTC (15 years, 8 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.29.2.12: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.12: +3 -8 lines
Sync from HEAD

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu May 23 16:34:28 1996 UTC (15 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -8 lines
Have both distribution and package extraction screens display the
transfer speed in KB/sec while fetching stuff; this gives you a better
idea if your link has crashed or is behaving oddly.

Revision 1.29.2.12: download - view: text, markup, annotated - select for diffs
Thu May 16 13:42:38 1996 UTC (15 years, 8 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.29.2.11: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.11: +0 -0 lines
Smash this into conformance again.  I'm just trying to test a 2.1-snap
build right now and need this to work.  Talking with Peter now about
a better solution to my merging problems.

Revision 1.29.2.11: download - view: text, markup, annotated - select for diffs
Thu May 16 12:17:06 1996 UTC (15 years, 8 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.29.2.10: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.10: +2 -2 lines
Merge from HEAD.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu May 16 11:47:40 1996 UTC (15 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Fix some long-standing malloc bugs in the package handling code (freeing garbage
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().

Revision 1.29.2.10: download - view: text, markup, annotated - select for diffs
Thu May 9 13:33:56 1996 UTC (15 years, 9 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.29.2.9: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.9: +0 -0 lines
1. Merge latest sysinstall changes.
2. Nuke libdisk from here in preparation for a move to /usr/src/lib, as in
   -current.
3. Remove explicit references to libdisk in Makefile (which will probably
   be merged outright from the HEAD later, but this will do for now).

Revision 1.29.2.9: download - view: text, markup, annotated - select for diffs
Sat May 4 11:18:04 1996 UTC (15 years, 9 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.29.2.8: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.8: +20 -44 lines
Update from HEAD

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Apr 28 00:37:36 1996 UTC (15 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +12 -23 lines
Bump snapshot release date - looks like I was off by a couple
of days!

More display fixes to sysinstall and assorted tweaking.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Apr 13 13:32:02 1996 UTC (15 years, 10 months ago) by jkh
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +9 -22 lines
1. Update all the copyrights to delete useless clauses 3 and 4.
2. Change more of the menu code over to new system.
3. Streamline label editor.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Dec 7 10:34:09 1995 UTC (16 years, 2 months ago) by peter
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +23 -8 lines
Update the -current sources from the 2.1 branch.

Approved (in spirit) by: jkh

Revision 1.29.2.8: download - view: text, markup, annotated - select for diffs
Sun Oct 22 21:38:17 1995 UTC (16 years, 3 months ago) by jkh
Branches: RELENG_2_1_0
CVS tags: RELENG_2_1_0_RELEASE
Diff to: previous 1.29.2.7: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.7: +0 -0 lines
Fixes and updates.

Revision 1.29.2.7: download - view: text, markup, annotated - select for diffs
Sun Oct 22 20:14:54 1995 UTC (16 years, 3 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.29.2.6: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.6: +16 -1 lines
1. Add Coranth Gryphon's Apache WWW server setup screen.
2. Fix an infinite recursion bug in FTP retry.  Tricky, this FTP install!
3. Add messaging routines for scripts.
4. Fix yet more bogons.  I think I'm fixing them faster than they're growing,
   but it's hard to say.  I'm really glad we're throwing this code away for
   2.2!

Revision 1.29.2.6: download - view: text, markup, annotated - select for diffs
Sun Oct 22 01:32:54 1995 UTC (16 years, 3 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.29.2.5: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.5: +2 -2 lines
Style police throughout.
Fix the ppp startup code.
Make the disklabel and fdisk screens "automatable"

Revision 1.29.2.5: download - view: text, markup, annotated - select for diffs
Sat Oct 21 14:06:53 1995 UTC (16 years, 3 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.29.2.4: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.4: +4 -2 lines
1. Of course, the day after you roll the snapshots is the day you realize
   that the FTP install doesn't deal with timeouts and hasn't since it was
   written.  Fixed.

2. Totally eliminate the OptionFlags.  I only had to work harder to
   sync them with configuration variables, so why not simply always use
   configuration variables?  This has actually greatly simplified areas
   of the code.

Revision 1.29.2.4: download - view: text, markup, annotated - select for diffs
Fri Oct 20 07:02:44 1995 UTC (16 years, 3 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.29.2.3: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.3: +2 -2 lines
Too many bugs fixed to mention.  This code just seems to BREED them.
Many interfaces were also simplified or generally cleaned up in an
attempt to curb this problem.

Revision 1.29.2.3: download - view: text, markup, annotated - select for diffs
Wed Oct 18 00:12:30 1995 UTC (16 years, 3 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.29.2.2: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.2: +5 -5 lines
Almost snapshot time..
Merge today's work.

Now support an attributes file loaded at startup (true front-loaded install).
Add fuller debugging support to all device I/O routines.
Lots-o-bug fixes.

Revision 1.29.2.2: download - view: text, markup, annotated - select for diffs
Sat Oct 7 11:55:32 1995 UTC (16 years, 4 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.29.2.1: preferred, colored; branchpoint 1.29: preferred, colored
Changes since revision 1.29.2.1: +2 -4 lines
Whole mass of changes from first code review.  Eliminate some
long-standing bogons, try to make things more fault tolerant
in general, bring in the first version of my new package installation
menu.

Revision 1.29.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 3 23:36:52 1995 UTC (16 years, 4 months ago) by jkh
Branches: RELENG_2_1_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
o Completely re-wrote options screen.  Previous one too confusing.
o Allow user to specify blocksize to cpio for tape extract.
o Allow user to chose cpio extraction verbosity level (-V or -v).
o Hopefully stomp the fstab sorting bug once and for all.
o Create termcap file for fixit operation.
o Create spwd.db file for fixit operation.
o Upgrade to XFree86 3.1.2 (and add a few new collections for same).

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Jun 11 19:30:06 1995 UTC (16 years, 8 months ago) by rgrimes
Branches: MAIN
CVS tags: RELENG_2_1_0_BP
Branch point for: RELENG_2_1_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -8 lines
Merge RELENG_2_0_5 into HEAD

Revision 1.28.2.2: download - view: text, markup, annotated - select for diffs
Fri Jun 2 15:31:31 1995 UTC (16 years, 8 months ago) by jkh
Branches: RELENG_2_0_5
CVS tags: RELENG_2_0_5_RELEASE
Diff to: previous 1.28.2.1: preferred, colored; branchpoint 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.2.1: +2 -5 lines
Bug fixes too numerous to mention.
Added "state" to menu items so that they can shadow
flags, variables, etc.  The interface still isn't 100%
perfect but there's now at least feedback on what options you've
set.

Revision 1.28.2.1: download - view: text, markup, annotated - select for diffs
Tue May 30 21:34:38 1995 UTC (16 years, 8 months ago) by jkh
Branches: RELENG_2_0_5
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +4 -4 lines
Change VT_RELDISP to the more correct VT_ACTIVATE.  Assuming that
I read Soren's message about VTY's being 1 rather than 0 based correctly,
this should fix the problem with the console not switching back properly.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue May 30 08:28:52 1995 UTC (16 years, 8 months ago) by rgrimes
Branches: MAIN
CVS tags: RELENG_2_0_5_BP
Branch point for: RELENG_2_0_5
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
Remove trailing whitespace.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon May 29 11:01:32 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
CVS tags: RELENG_2_0_5_ALPHA
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +19 -6 lines
Sync up my work for the night.  This should implement ALL possible
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.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon May 29 01:43:18 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +7 -4 lines
Make the emergency holographic shell (on VTY4) actually work with job
control and signals and such.  Thanks, Gary!

Clean up some miscellaneous bogons for Poul.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon May 29 00:50:04 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +6 -4 lines
Shrink the boot floppy by removing all extraneous stuff.  Also increase
number of inodes.

Fix various bugs reported by Poul.  Implement VTY switching.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed May 24 09:00:56 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
Sync to latest ftp-capable sysinstall.  We're getting there!

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue May 23 02:41:15 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +37 -5 lines
1. Bring in the first cut of Poul's ftp routines.  We still don't
   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.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon May 22 14:10:25 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +10 -7 lines
Implement most of the CD extract code.
Clean up a few last display bugs.
Add sanity checking that makes sure user creates root and swap partitions.
Add swap partitions with swapon().

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat May 20 19:12:12 1995 UTC (16 years, 8 months ago) by phk
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Change vsystem to know that the shell is crunched in.
Sanitize a couple of messages.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat May 20 14:05:31 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +7 -2 lines
Try again to get cpio_extract() to work.  Also fix the bogon
I introduced with msgNotify() again.  Sigh.  I'll get it looking
correct someday!

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat May 20 13:24:34 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
Clear the screen on msgNotifys.
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. :(

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat May 20 10:33:10 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +11 -5 lines
1. Fix a pathological bug I introduced in msgInfo().  Right idea, wrong
   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.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat May 20 08:31:42 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +13 -5 lines
Totally re-work cpio_extract.
Erase the annoying "Command output is on debugging screen" message
when it's time to switch back.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat May 20 07:50:20 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -6 lines
Correct a few wording bogons in the menus.
Make notify NOT wipe the dialog off right after putting
it up.  Whoops.  Kinda defeated the purpose! :-)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri May 19 21:30:34 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -3 lines
More assorted verbosity.  Also don't log informational messages.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri May 19 15:56:02 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +18 -4 lines
1. Copy the boot floppy into /stand before extracting the CPIO floppy.

2. On Justin's advice, remind the user when they should switch back
   from the debugging screen, if they're looking over there.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu May 18 14:11:16 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
Add some more debugging information and fix a few missing newlines.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu May 18 12:57:54 1995 UTC (16 years, 8 months ago) by jkh
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -1 lines
Also log all user interactions to debugging log.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue May 16 11:37:23 1995 UTC (16 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +17 -2 lines
This will now compile and even scribble helpfully on your disks.
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!).

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu May 11 06:10:56 1995 UTC (16 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
First round of changes after testing this on actual systems.  Clean up
some of the badly displayed menus, use the proper notification box for
messages, make proceed work.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 8 06:06:26 1995 UTC (16 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +18 -5 lines
Ok, we should now create all filesystems, mount them and extract the
cpio floppy at this point.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun May 7 05:58:57 1995 UTC (16 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +10 -10 lines
Make this compile again.  Poul and I need to sync up again.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun May 7 03:38:01 1995 UTC (16 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -5 lines
Correct a few ordering errors in how the partitions were being displayed.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri May 5 23:47:44 1995 UTC (16 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +22 -2 lines
All the editors are finished.  Now if I can just get a problem with libdisk
fixed, we should be able to fully set up the user's disk.  Still to come
with next commit:  filesystem setup, distribution extraction, final
configuration.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 4 23:36:21 1995 UTC (16 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Everything but the partition editor is done.  This commit is for MBR testing.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu May 4 19:48:16 1995 UTC (16 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -4 lines
This will now write MBR entries - should be enough for testing.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 4 03:51:21 1995 UTC (16 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +72 -15 lines
My latest round of changes - make the "slices" editor work.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon May 1 21:56:29 1995 UTC (16 years, 9 months ago) by jkh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +36 -1 lines
Commit my latest changes before having a nap.  Still not close to done,
nor is it in sync with my working sources, but it leaves me less CVS hassles
to bring in the new files at this time.  Still no documentation to translate
quite yet, but soon.  This stuff is actually very close now.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Apr 27 12:50:34 1995 UTC (16 years, 9 months ago) by jkh
CVS tags: sysinstall
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Here is my first "framework" commit of the new sysinstall.  There is a LOT
more to come in the next 24 hours, this is just the first stable result of
8 hours of hacking so far.  The specification format for menus is pretty
much hammered out and the beginnings (very humble) of the doc hierarchy
are present for an example.  It should be quite easy to add a lot more
menus quickly to this since I did go somewhat out of my way to make the
framework easy to work with.  This is NOT the glorious semi-graphical
sysinstall (or whatever its name will be) that the install-geeks are working
on, this is simply the "son of sysinstall" I've been promising to write in
the interim for 2.0.5 and 2.1R (super install doesn't come until 2.2R).

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Apr 27 12:50:34 1995 UTC (16 years, 9 months ago) by jkh
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options