summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak the fixit floppy.jkh1999-02-154-32/+34
| | | | Clean up some of the media handling to use common routines.
* Copy the 'reboot' script only for "dial" floppy.abial1999-02-151-3/+3
|
* Put a convenient marker in rc.conf to show updates.jkh1999-02-142-4/+9
| | | | Better screen saver descriptions.
* Fix incorrect initial state for two variables.jkh1999-02-142-4/+4
|
* MF3: SYSVMSG addition, fluff with release notes.jkh1999-02-147-2/+7
|
* Include all the recent screen savers.jkh1999-02-141-2/+10
|
* Update to match ports reality.jkh1999-02-141-5/+5
|
* 4.0-current!jkh1999-02-141-3/+3
|
* Ignore errors from chflags. This makes it possible to make installworlddes1999-02-141-2/+2
| | | | with DESTDIR set to an NFS-mounted file system.
* rc.conf vars no longer "dirty" by default.jkh1999-02-141-2/+2
|
* Preserve existing rc.conf contents.jkh1999-02-141-4/+8
|
* Update to current state of /etcjkh1999-02-131-17/+12
|
* Merge from RELENG_3.abial1999-02-1225-85/+143
|
* Add spanish mirrors to FTP menu.jkh1999-02-111-1/+5
|
* List diamond fireport cards under Symbios section.jkh1999-02-114-0/+4
| | | | Submitted by: Stephen McKay <syssgm@detir.qld.gov.au>
* Install the correct rc.conf file.jkh1999-02-101-2/+2
|
* Use ppbus instead of the lpt driver.des1999-02-103-6/+18
|
* The loader doesn't use '@' to suppress command lines anymore.msmith1999-02-101-6/+6
|
* Write changes out to /etc/rc.conf again; rc.conf.site is dead!jkh1999-02-094-13/+15
|
* If user selects X, also auto-select compat22 (for now).jkh1999-02-071-1/+3
|
* SMAILCF distro no longer exists.jkh1999-02-073-10/+6
|
* Reshuffle a number of menus to be more navigable. Delete extrajkh1999-02-061-21/+20
| | | | Root Password entry (PR#9291 - Jack O'Neill).
* Ack! Correct a typo which crept into here and reshuffle the index backjkh1999-02-062-4/+4
| | | | into alphabetical order.
* BASE=4.0jkh1999-02-061-3/+3
|
* Add one more "escape" for marking internal variables.jkh1999-02-052-8/+8
|
* Totally change the way variables are accounted for in sysinstall.jkh1999-02-0519-240/+186
| | | | | | | | Now we know which variables are internal and which need to be backed to /etc/rc.conf.site. rc.conf is not touched now. Also kget kernel change information back properly and set up a loader.rc file to use it.
* Bump MFS up to 2.88MB. Now there's room for quite a bit more stuffjkh1999-02-051-5/+3
| | | | (like a dhcp client?).
* Update snapshot build machine names.jkh1999-02-051-4/+4
|
* Indicate that we're using XFree86 3.3.3.1jkh1999-02-052-53/+53
|
* Add a lot of additional keymaps to the appropriate menu.jkh1999-02-042-4/+15
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Add compat22 distribution in anticipation of its appearance.jkh1999-02-043-8/+11
|
* Several recent additions. Folks, please update this file if you add somejoerg1999-02-032-0/+14
| | | | | | | | new feature to the system! . SVR4 emulation . NTFS . upgrade of f77 via f2c
* List palm pilot category.jkh1999-02-021-2/+3
|
* Show dependencies in package menu.jkh1999-02-024-19/+104
| | | | | PR: 7454 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* Whoops, don't break the alpha release build in copying the bootjkh1999-02-011-2/+2
| | | | images - be smarter about it.
* Man, was I ever smoking crack when I wrote this. Don't free()jkh1999-02-011-8/+6
| | | | values I'm going to use again. :-}
* Adjust notes to describe new boot floppy scheme.jkh1999-01-311-40/+42
|
* Don't strip out stuff from boot.flp now that it's twice the size.jkh1999-01-315-255/+45
|
* Well, we've blown out boot.flp again. Time to go to 2.88MB formatjkh1999-01-311-9/+11
| | | | | | | | for those folks with large floppy drives, LS-120s or CDROMs. Everyone else will now have to use kern.flp & mfsroot.flp to install from. We've held this off as long as possible and there's just no more fat to trim. :( I'll look at increasing the mfsroot size too later, depending on how well it compresses.
* Be more selective about installing things from /boot; no tellingjkh1999-01-311-4/+2
| | | | what might wind up there in the future to overflow us again.
* 1. Install /boot/loader correctly on boot.flpjkh1999-01-302-4/+6
| | | | 2. Back up old rc.conf.site if it exists.
* Add two additional cards to the supported adapters list: the Racore 8165wpaul1999-01-294-0/+8
| | | | | | | | | and Racore 8148 adapters are now supported by the ThunderLAN driver. The 8165 is just a plain vanilla 10/100 card; the 8148 is a 'multi- personality' adapter which can support 10baseT, 100baseTX and 100baseFX if you include the proper modules. Also update the tl man page to mention the Racore cards.
* More support for Alpha installs.jkh1999-01-293-8/+44
| | | | Submitted by: dfr
* Nuke pnp0 from boot.flpjkh1999-01-285-0/+5
|
* Write changes out to /etc/rc.conf.site now rather than mucking withjkh1999-01-273-51/+68
| | | | | rc.conf. There were many different ways I could have done this, some of them "cleaner", but this represented the lowest impact.
* OK, now the boot floppies work again. Also collapse some commonjkh1999-01-261-22/+5
| | | | build cases.
* 1. Adjust fs sizes to get floppies back under control.jkh1999-01-266-21/+66
| | | | | 2. Viciously slash all CD support out of boot.flp. It's basically just a net boot floppy now.
* NO_LKM is deprecatedjkh1999-01-265-5/+0
|
* s/wcd/acd/jkh1999-01-264-4/+4
| | | | Noted by: des
* Play with MFS size a little.jkh1999-01-251-2/+3
|
OpenPOWER on IntegriCloud