summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* DTRT if ESC is hit in a Yes/No dialog.jkh1996-10-098-19/+21
| | | | Noticed-by: jfieber
* Add note about SYN fix.jkh1996-10-071-1/+3
|
* Add -lcrypt for new ppp changes.jkh1996-10-075-10/+10
|
* correct spelling of 'X Window System' (tm)wosch1996-10-061-2/+2
|
* Sigh. There are still some weird boundry cases (argh!). Turnjkh1996-10-061-1/+1
| | | | off SAVE_USERCONFIG again until Eric comes back from his trip.
* *blush* - I forgot to change the check for fscanf()'s return valuejkh1996-10-061-35/+30
| | | | after altering the argument count.
* Detect the zero-chunks case properly, now that I've reversed the orderjkh1996-10-062-2/+9
| | | | | | of the distribution probes over ftp. Properly #ifdef the SAVE_USERCONFIG code.
* Correctly re-adjust current slice # when slices are deleted.jkh1996-10-062-84/+118
| | | | Beautify the code a little.
* Turn SAVE_USERCONFIG on again - I found the bug.jkh1996-10-061-1/+1
|
* Better PKG_TMPDIR handling.jkh1996-10-061-3/+2
|
* Found my mistake: I should have been copying from _nl in the on-diskjkh1996-10-061-11/+15
| | | | case, not nl (size we take its size - d'oh!).
* Be more paranoid about clearing the FTP path when we have the slightestjkh1996-10-061-3/+10
| | | | reason to doubt its authenticity.
* Make the save_userconfig() stuff conditional and turned off by defaultjkh1996-10-054-47/+48
| | | | | (for now - still a few more wrinkles here). Add more debugging code and some cosmetic tweaks.
* Erm. I'm sleepy. Handle the null-field case the way I actually meantjkh1996-10-051-12/+5
| | | | to the first time.
* OK, *now* the symbol file is being generated in the correct place.jkh1996-10-051-2/+8
|
* Wait for any stray processes we might be sent while running as init.jkh1996-10-051-1/+5
| | | | | I have cautious hopes that this will fix the package installer zombie accumulation problem.
* Correct check for ensuring that the network configuration isn't fiddled withjkh1996-10-051-9/+9
| | | | when running multi-user.
* 1. Change device probing so that high speed network devices are found beforejkh1996-10-053-58/+67
| | | | | | | | | | | SLIP/PPP devices, putting them before the others in the network device selection menu. 2. Change "Other" to "URL" so as not to conflict with the keyboard accellerator for the "OK" button in FTP site selection menu. 3. Detect the NULL last symbol in the name list and initialize the other members correctly.
* Multiple changes stacked as one commit since they all depend on one another.jkh1996-10-055-49/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First, change sysinstall and the Makefile rules to not build the kernel nlist directly into sysinstall now. Instead, spit it out as an ascii file in /stand and parse it from sysinstall later. This solves the chicken-n- egg problem of building sysinstall into the fsimage before BOOTMFS is built and can have its symbols extracted. Now we generate the symbol file in release.8. Second, add Poul-Henning's USERCONFIG_BOOT changes. These have two effects: 1. Userconfig is always entered, rather than only after a -c (don't scream yet, it's not as bad as it sounds). 2. Userconfig reads a message string which can optionally be written just past the boot blocks. This string "preloads" the userconfig input buffer and is parsed as user input. If the first command is not "USERCONFIG", userconfig will treat this as an implied "quit" (which is why you don't need to scream - you never even know you went through userconfig and back out again if you don't specifically ask for it), otherwise it will read and execute the following commands until a "quit" is seen or the end is reached, in which case the normal userconfig command prompt will then be presented. How to create your own startup sequences, using any boot.flp image from the next snap forward (not yet, but soon): % dd of=/dev/rfd0 seek=1 bs=512 count=1 conv=sync <<WAKKA_WAKKA_DOO USERCONFIG irq ed0 10 iomem ed0 0xcc000 disable ed1 quit WAKKA_WAKKA_DOO Third, add an intro screen to UserConfig so that users aren't just thrown into this strange screen if userconfig is auto-launched. The default boot.flp startup sequence is now, in fact, this: USERCONFIG intro visual (Since visual never returns, we don't need a following "quit"). Submitted-By: phk & jkh
* Correct a misuse of the GENERIC kernel where I should have referencedjkh1996-10-051-2/+2
| | | | the BOOTMFS kernel instead.
* Fix bogon with kernel name.jkh1996-10-051-2/+2
|
* Add stuff to CLEANFILES.jkh1996-10-051-1/+1
|
* Yet Another Bogon Fix.jkh1996-10-051-224/+211
|
* Simplify the compiled-in nlist case a bit by naming the structuresjkh1996-10-052-10/+9
| | | | the same.
* Various cosmetic tweaks.jkh1996-10-043-21/+28
|
* Whoops! Fix a stupid bogon.jkh1996-10-041-3/+10
|
* Syncronize my tree so Eric can access the latest code.jkh1996-10-0411-71/+145
|
* Temporarily disable userconfig saving until I figure out why uc_open()jkh1996-10-031-1/+3
| | | | | loops internally for BOOTMFS (not being able to run gdb on sysinstall when it's running as init is a real pain!).
* Check return values from uc_open() correctly. Note: This seems to workjkh1996-10-031-3/+3
| | | | | really well when running the GENERIC kernel but not with the BOOTMFS kernel. Further work is needed.
* Fix the "missing nameserver value" bug. Simplify some unnecessarilyjkh1996-10-032-16/+33
| | | | crufty code, here and there.
* First cut at a "copy userconfig changes from installation kernel to installedjkh1996-10-0312-60/+1653
| | | | | | kernel" mechanism. This is just the foundation - more work follows and will be committed over the next few hours. Submitted-by: "Eric L. Hernes" <erich@lodgenet.com> & jkh
* One small policy tweak to something I like better.jkh1996-10-023-6/+8
|
* More strategic screen clears().jkh1996-10-021-12/+26
|
* Fixes and a place-holder for future work.jkh1996-10-023-10/+22
|
* Sheesh - it's a lot easier to call mediaSetFTP() than to duplicate thejkh1996-10-021-4/+4
| | | | code (I'm hungry, I can't concentrate! :-).
* Catch a clear() I missed.jkh1996-10-021-5/+6
|
* Don't annoyingly reconfigure the network when you don't have to.jkh1996-10-022-13/+22
|
* More tweaks to FTP reselection code - allow "none" to stand forjkh1996-10-022-12/+10
| | | | "no specific release - use anything you can find"
* Try to get the info file before the whole file - it eliminatesjkh1996-10-021-27/+29
| | | | a gratuitous fetch attempt in most situations.
* Make FTP site reselection work the way it always should have.jkh1996-10-022-27/+26
|
* Doc updates for next SNAP.jkh1996-10-021-19/+29
|
* Update some docs.jkh1996-10-011-1/+10
|
* Round 2.5jkh1996-10-013-14/+30
|
* Installation cleanup, round II.jkh1996-10-019-96/+123
|
* Saner screen refresh changes, part I.jkh1996-10-014-25/+33
|
* Correct a minor misspelling.jkh1996-09-291-2/+2
| | | | Noticed-by: der
* Rate limit the "xxx bytes read from" message to a maximum of one perpst1996-09-261-4/+10
| | | | | chunk or one per second, whichever is less. Outputting this message once every couple of K was really crazy on a 9600bps serial console.
* If we're running through the FTP setup dialog the *first* time, skippst1996-09-261-5/+11
| | | | | the FTP path if we've already configured one (this allows preconfigured ftp servers).
* If we're unable to open /dev/ttyv0, assume that we're on a single tty systempst1996-09-262-5/+7
| | | | | | | | and use /dev/console. I really think the proper test is to determine which device has been configured to be the console (remember the RB_SERIAL flag?) and use it instead of always trying to open /dev/ttyv0 first.
* If /install.cfg exists on the local floppy (or if LOAD_CONFIG_FILE is definedpst1996-09-261-23/+46
| | | | | | | and the user inserts a floppy), read the config file to pre-define variables for a custom installation. [Note: I fixed one bug in LOAD_CONFIG_FILE code, but it's still not perfect.]
OpenPOWER on IntegriCloud