summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Merge all my sysinstall changes over to the 2.1 branch.jkh1997-03-113-24/+12
| | | | I just have this feeling... :)
* YAMF22jkh1997-03-111-2/+1
|
* Use correct email address for registration.jkh1997-03-111-2/+2
|
* Add support for ports collection distribution.jkh1997-03-112-4/+36
|
* Sync with 2.2.jkh1997-03-104-15/+43
|
* Update russian mirrors.jkh1997-03-101-2/+2
|
* Add registration help screen.jkh1997-03-091-0/+82
|
* Add a registration screen so we can finally start counting our little userjkh1997-03-0912-17/+390
| | | | puppies.
* Added comments regarding 3Com PCMCIA cards:nate1997-03-081-5/+48
| | | | | | | - Multi-function ethernet/modem cards are not supported - 3c589D is not supported - Add advice on how to setup the driver to work with 3c589 cards. - State how to select the network connector.
* YAMF22jkh1997-03-082-2/+8
|
* YAMF22jkh1997-03-087-29/+100
|
* Add a missing docfile (whoops! Overlooked).jkh1997-03-081-0/+19
|
* YAMF22jkh1997-03-083-6/+7
|
* YAMF22jkh1997-03-0710-163/+273
|
* Reincarnate one occurance of RELEASEDIR, since the build depends onjoerg1997-03-061-1/+3
| | | | | | | | it inside some Makefiles. (Duh-oh, i've once included these references there myself! :) Noticed by akira@silvia.myaw.ei.meisei-u.ac.jp (Akira WATANABE), and by my yesterday's build.
* Add the ex(4) driver to hardware.hlp.joerg1997-03-022-26/+9
| | | | | | | | | | | Wipe out most of the obsoleted (2.2-related) changelist from the relnotes, and add those stuff that came to mind being really new in 3.0. Folks, if you add some major feature in -current, please consider recording it here. Our users love to know what they're getting by reading it in a single file. In particular, the Lite2 mergers might consider adding information here.
* . Remove the ${RELEASEDIR} variable, it turned out to be a constantjoerg1997-03-022-44/+16
| | | | | | | | | | anyway. . Add /usr/share/misc/scsi_modes to the fixit floppy, and set the appropriate env variable. . Cleanup the (commented out) tags in the entry section a little, to be more up-to-date.
* Do a `make >> ${CHROOTDIR}/mk' for etc when bootstrapping, too.joerg1997-02-231-1/+2
| | | | | Othrwise, our chroot tree ends up with the /etc from the bootstrapping environment, as opposed to the target environment.
* Revert $FreeBSD$ to $Id$peter1997-02-2268-68/+68
|
* Change handling of bad signals; there are reasons why this is actuallyjkh1997-02-201-5/+1
| | | | not such a great idea.
* fix an `off by one' accounting error.erich1997-02-201-1/+1
| | | | | This fixes the sysinstall core-dump! Submitted by: HOSOBUCHI Noriyuki <hoso@buchi.tama.or.jp>
* ARGH!! Fix obligatory 12th hour fumble. :-(jkh1997-02-191-1/+1
|
* Argh! Last-minute typo fix (having this be broken in -current sucks).jkh1997-02-181-1/+1
|
* Add Label & Partition to configuration menu so you don't have tojkh1997-02-181-0/+4
| | | | go to one of the installs for that (now that it works multi-user).
* Don't use /mnt in multi-user mode if we're installing a new filesystem.jkh1997-02-181-2/+2
|
* Don't initialize homedir value. When called this early, pw(8) has nojkh1997-02-181-1/+0
| | | | reasonable data for it.
* Don't just unset FTP_PATH unilaterally, it might have been a timeoutjkh1997-02-181-5/+3
| | | | in which case we should simply log in again.
* Properly check status of menu return.jkh1997-02-171-1/+6
|
* Compensate for an underpopulated MFS.jkh1997-02-171-0/+1
|
* Finally DTRT with tcpOpenDialog(); it should have never diddledjkh1997-02-174-34/+35
| | | | mediaDevice directly.
* Always load DIST_COMPAT21 when loading X. This used to be the defaultjkh1997-02-171-3/+3
| | | | | then it got taken out when the COMPAT21 distribution got dangerous. Now that it's safe (we hope), it comes back.
* Don't nuke localtime and timezone files so aggressively now.jkh1997-02-162-3/+3
| | | | | This is tzsetup's job (and only if you don't cancel out, which is why having sysinstall remove them was so bogus).
* 1. Always write out /etc/hosts.jkh1997-02-162-8/+1
| | | | | | 2. Back out my change to ask about UTC/Localtime here. This *really* needs to be done in tzsetup instead since putting it here only handles about 1/4 of the places where it needs to be.
* Replace bogus strncmp() with strcmp().jkh1997-02-161-1/+4
|
* Document setup.exe.jkh1997-02-161-5/+13
|
* Make configSysconfig() less chatty.jkh1997-02-152-5/+7
| | | | | | | Now that this is becoming (dare I even say it?) more useful for post-configuration, no longer leave sysinstall.debug files around by default. Only do this if environment variable SYSINSTALL_DEBUG is set.
* Read /etc/resolv.conf information as well as /etc/sysconfig info, makingjkh1997-02-154-7/+40
| | | | this a little more robust.
* Correct bogus msg dialog.jkh1997-02-152-3/+4
| | | | Update to Lynx 2.7 (need to build 2.1/2.2 versions of this package).
* Only add interface lines if they're not there already.jkh1997-02-151-6/+12
|
* Add a safety belt to configSysconfig() that should have been in therejkh1997-02-151-1/+3
| | | | from the beginning.
* Don't bogotify pkg_add's stderr.jkh1997-02-141-2/+2
|
* Revert some of the previous change - on second thought...jkh1997-02-141-6/+18
|
* Add better quote elimination (and fix a bug).jkh1997-02-141-7/+8
|
* o Try to be more aggressive about reading in old configuration datajkh1997-02-146-73/+134
| | | | | | | | | | | | | | | | | so that we're more useful in multi-user mode. This is still not 100%, but it pulls in a lot more than it used to. Some of the "composite" variables in /etc/sysconfig are going to take more work. o Always write /etc/resolv.conf and /etc/hosts if it makes sense to do so. o Reset media properly when reselecting. Longstanding bogon. o Pull SIGPIPE handling out of package.c; I'm actually hoping to handle this differently shortly. o Fix bug where cancel in TCP setup dialog still checked data fields. I think this closes a PR, but I will have to go look.
* It's not an error to call configResolv() early.jkh1997-02-141-3/+1
|
* Don't unilaterally decide to skip network configuration if running multi-user;jkh1997-02-111-3/+2
| | | | ask politely.
* -#include <ufs/ufs/ufsmount.h>jkh1997-02-111-1/+0
| | | | | This was a temporary measure I took to deal with John's 4.4L2 changes which should not have crept in.
* Save /etc/sysconfig data at the very very end, so that it can bejkh1997-02-103-10/+7
| | | | | | used post-install time as a configuration tool as well. Update comments about a kernel recompile being necessary for PS/2 mice.
* Don't stomp wall_cmos_clock file.jkh1997-02-101-2/+2
|
* Allow the user to choose UTC or local time.jkh1997-02-101-4/+9
|
OpenPOWER on IntegriCloud