summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Update these docs in preparation for 2.1.7jkh1997-02-081-3/+3
|
* It's easier to go forwards than backwards with this, and the RELENG_2_1_0jkh1997-02-077-7/+7
| | | | | sysinstall was already broken (I think there's a PR for this somewhere). This will require some additional changes elsewhere, like bringing in pw.
* Reference addendum.html/ADDENDUM.TXT for posting security information afterjkh1997-02-071-0/+13
| | | | release.
* 1. Sync ABOUT.TXT changes.jkh1997-02-054-42/+180
| | | | | 2. Go back to using a filesystem on the boot floppy; the rawboot boot blocks were just too non-functional for other things.
* 2.2 -> 3.0jkh1997-02-031-1/+1
|
* Institute a fairly major format overhaul.jkh1997-02-013-329/+64
|
* Sync with RELENG_2_2 changes.jkh1997-01-301-11/+28
|
* Allow user to delete as well as install packages from the packagejkh1997-01-294-20/+11
| | | | | | installer menu. Fix status line code so informationals show up properly again.
* Cosmetic tweaks.jkh1997-01-294-8/+8
| | | | Also redirect stderr to Debug when running multiuser.
* Fix broken layout help (this is what broke the TCP help screen).jkh1997-01-293-28/+35
| | | | | Allow DITEM_NO_ECHO to be encoded in layout field types and make user.c use it for the password item.
* Make media re-init a user choice.jkh1997-01-291-6/+11
|
* Do media initialization at correct time for upgrade too.jkh1997-01-291-15/+18
| | | | Update /stand.
* Update Russian FTP sites according to Mikhail A. Sokolov's currentjkh1997-01-291-1/+3
| | | | configuration.
* Death to another bad idea: Don't auto-mount CDROM on startup.jkh1997-01-291-7/+0
|
* DTRT with a release string of "none" and use the correct (updated)jkh1997-01-272-3/+3
| | | | | mountpoint name for fixit. Submitted-By: joerg
* Add new Portugal mirror.jkh1997-01-271-2/+4
|
* Allow both types of XFree86 setup script to be run at user choice.jkh1997-01-243-2/+33
|
* I need to learn to read man pages more closely. readlink() does NOT nulljkh1997-01-241-8/+4
| | | | | | append the return string (bleah!) so you need to do it yourself. This explains why Bus and PS/2 meece weren't displayed in the Mouse selection menu.
* OK, I've got two ideas to file in the "really seemed like a good ideajkh1997-01-2413-156/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | at the time, but on further reflection..." bucket with these changes. 1. Checking the media before frobbing the disks was a fine idea, and I wish it could have worked, but that leads to a rather difficult situation when you need to mount the media someplace and you're about to: a) Chroot away from your present root. b) Newfs the root to be. You're basically screwed since there's no place to stick the mount point where it will be found following the newfs/chroot (and eliminating the chroot in favor of just using the "root bias" feature would work great for the distributions but not the pkg_add calls done by the package installer). 2. Automatic timeout handling. I don't know why, but alarm() frequently returns no residual even when the alarm didn't go off, which defies the man page but hey, since when was that so unusual? Take out timeouts but retain the code which temporarily replaces the SIGINT handler in favor of a more media-specific handler. This way, at least, if it's hanging you can at least whap it. I think the timeout code would have been losing over *really slow* links anyway, so it's probably best that it go. This should fix NFS, tape & CDROM installs again (serves me right for getting complacent and using just the FTP installs in my testing).
* This is a patch that makes some of the "partitions" --> "slice" to bejkh1997-01-246-42/+87
| | | | | | | more consistant in our use of the terms for differentiation between PC partitions and traditional BSD partitions. Submitted-By: obrien@cs.ucdavis.edu (David O'Brien)
* Update russian mirrors.jkh1997-01-241-2/+4
|
* Change from using chunk_n to slice_type_name().obrien1997-01-241-1/+2
| | | | Reviewed by: jkh
* Adaptec AHA-1535 works fine with FBSD. It is basicly an ROM-less, PIOobrien1997-01-232-1/+2
| | | | Plug-n-Pray verison of the the AHA-1540.
* *groan*. I broke tape extraction with the same optimization.jkh1997-01-221-28/+32
| | | | Fix that too.
* Argh! Moving the media initialization to before the disk scribblingjkh1997-01-227-126/+83
| | | | | | | | section was a good thing, since it made it possible to detect media problems *before* the installation started, but it also caused various things to be mounted BEFORE the chroot() call, which definitely messes things up. Fix this by detecting the pre-chroot() case and mounting into a subdir.
* A couple of cosmetic tweaks to tape install method and fstab file format.jkh1997-01-202-5/+7
| | | | Submitted-By: Flemming Jacobsen <fj@schizo.dk.tfs.com>
* Rearrange the timeout code and also (whoops) provide for timeouts duringjkh1997-01-202-33/+60
| | | | file opens, not just during file reads.
* Add extra variables for the configuration of all packages, not justjkh1997-01-206-8/+28
| | | | | | the lynx browser. Submitted-By: David O'Brien <obrien@cs.ucdavis.edu>
* Correct a real brain-o in my check for when a "fixup" should be run.jkh1997-01-192-5/+5
| | | | Don't recreate parent menus just for submenus - it's irritating.
* Use alarm's return status to more properly denote timeout rather than keepingjkh1997-01-194-24/+25
| | | | an icky global around.
* Fix a variety of problems with my timeout handling, make it morejkh1997-01-187-26/+54
| | | | | configurable (you can now set the timeout interval), fix a crash-bug when no network device was attached.
* Implement compiled-in config file handling a little better - nowjkh1997-01-182-2/+2
| | | | | that there's no filesystem on the boot.flp image we need to prompt for the configuration floppy.
* Be more aggressive about timeouts.jkh1997-01-172-3/+5
|
* Add timeout support to sysinstall's general media handling,jkh1997-01-175-12/+92
| | | | allow SIGINT to stand for "time out now!" in certain cases.
* Add device entries and documentation for Intel EtherExpress Pro/10 driver.jkh1997-01-173-4/+12
|
* Whoops! Fix an infinite loop I lovingly introduced into this codejkh1997-01-171-2/+5
| | | | with a previous commit.
* Pass LOAD_CONFIG_FILE variable through, if set (makes Paul Traina's lifejkh1997-01-172-3/+4
| | | | | easier). Only run install.cfg if running as init. It's something of a security hole otherwise. :)
* Now that I know which parts of the installation really need it (sincejkh1997-01-1714-66/+78
| | | | | there's no menu display bug to work around now), be far more selective in my use of DITEM_RECREATE (which is slow and involves much screen I/O).
* Sweep through the tree fixing mmap() usage:alex1997-01-161-1/+1
| | | | | | | | | | | | - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde
* Fix mishandling of extraction return status in commit.jkh1997-01-161-0/+2
|
* Cope with Open_Disk() failure much more gracefully.jkh1997-01-161-8/+10
|
* Damn! Forgot to update lynx also.jkh1997-01-161-1/+1
|
* Minor cleanup, adjust for latest version of apache web server.jkh1997-01-163-4/+3
|
* Clean up a long-standing bug in the scripting code. You could set variables,jkh1997-01-163-27/+44
| | | | | but you couldn't call functions! Now you can do both. Guard against whitespace pollution in variable names.
* Use a better dialog for flagging field validation errors.jkh1997-01-161-1/+1
| | | | Pointed-Out-By: msmith
* Keep our serial ports distinct so that first device is not found forjkh1997-01-155-7/+30
| | | | | | all (closes PR#2296). Print better FTP failure diagnostics Do better media failure checking in install.
* Put upgraded files in their own directory - using the suffix was a bad idea.jkh1997-01-151-8/+10
|
* Register SLIP/PPP devices properly again.jkh1997-01-152-96/+29
| | | | | Make the /etc resurrection more sensible for upgrade. No longer quite so annoying.
* Add some missing parameters to msgConfirm() which produced the effectsjkh1997-01-151-2/+2
| | | | noted in PR#2454
* Don't call systemShutdown() from signal handler so that the media devicejkh1997-01-151-2/+2
| | | | | is closed. The FTP library doesn't expect to be called recursively from an interrupt. :)
OpenPOWER on IntegriCloud