summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
...
* Revise this for the brave new world of "crypto"jkh2000-02-297-103/+103
| | | | | Submitted by: markm Approved by: me!
* Add OpenSSH blurb and some other minor changes.kris2000-02-282-4/+30
|
* The best way to remove IPv6 things is to remove lines with the patterngreen2000-02-275-30/+10
| | | | | | 'IPv6', and it's not necessary to do it explicitly per entry. Approved by: jkh
* Elide INET6 related options for boot floppies.jkh2000-02-265-0/+30
|
* Be neater with the screen contents.jkh2000-02-261-6/+7
|
* Fix benign but stupid variable typo.jkh2000-02-261-1/+1
|
* Make all menu items more consistent and deal with a few remainingjkh2000-02-261-80/+58
| | | | | | bogus accelerators. Based largely on feedback from: Basit Syed <syed@pinenut.nosc.mil>
* Toggle variables between YES and NO values, don't just set them to YESjkh2000-02-261-5/+4
| | | | or unset them. That makes it impossible to turn something off.
* Clean up some of the abstraction in this code.jkh2000-02-261-2/+2
|
* Corrections for DS20, Miata. Multiple cleanupswilko2000-02-251-34/+48
|
* Add knobs for sendmail and sshdjkh2000-02-251-11/+15
|
* Make sysinstall use the new debug.boothowto OID. It will now gojkh2000-02-252-13/+36
| | | | | | | | straight into debug mode if you boot -v. Also conditionalize some annoying debugging output now that we have this ability. Partially submitted by: msmith Approved by: jkh [to make certain wise-acres happy ;)]
* Announce support for the hardware debug registers.bsd2000-02-251-0/+3
| | | | Approved by: jkh
* Add some info on DP264. People familiar with this beast: please reviewwilko2000-02-241-5/+36
| | | | for correctness
* Record and pack together all ipfw changes.luigi2000-02-241-4/+7
| | | | Approved-by: jordan
* Do USA_RESIDENT properly.jkh2000-02-241-1/+1
|
* Document WDMA2 limit on CMD646 per Soerens ata driver updatewilko2000-02-231-1/+2
|
* correct typoswilko2000-02-231-8/+8
| | | | Submitted by: naddy@mips.rhein-neckar.de
* Make the doc menu work again by checking the right variables.jkh2000-02-201-15/+15
|
* Now I remember why I didn't write out the gateway in the DHCP case;jkh2000-02-201-1/+1
| | | | it was a feature.
* Fix the fvwm desktop option (for all 3 of us who use it).jkh2000-02-201-1/+1
|
* Fix version # for ipfilter.jkh2000-02-201-1/+1
| | | | | PR: 16818 Submitted by: martti.kuparinen@nomadiclab.com
* If user says they're in the USA, record that fact in /etc/make.confjkh2000-02-195-0/+44
|
* no need to fix moused setting here; fix in defaultsjkh2000-02-191-1/+0
|
* Whoops, forgot to delete the ! operator in the reversed conditionaljkh2000-02-191-1/+1
| | | | for anonftp. Fix.
* Invert the meaning of two questions in the Standard installation so justjkh2000-02-181-3/+4
| | | | | whapping "Yes" by default does not turn you into an anonymous FTP-supporting gateway machine. Those aren't the right "defaults."
* Complete the make-over to transform Novice to Standard install.jkh2000-02-182-2/+2
|
* Don't call it a Novice install, call it Standard.jkh2000-02-185-10/+11
| | | | Also say thousands of packages, not hundreds.
* add missing newline to previous cosmetic fixes.jkh2000-02-181-1/+1
|
* Typo fix: s/replace/replaced/jkh2000-02-182-2/+2
| | | | Submitted by: Adam <bsdx@looksharp.net>
* If no distribution file is found, abort the installation. Previousdcs2000-02-171-2/+4
| | | | | | | behavior silently ignored the problem. This affects installations from a filesystem, and possible other types of media. Approved by: jkh
* If the installation media disappears in the process of installingdcs2000-02-171-2/+4
| | | | | | | | | a distribution, recognize it and treat as fatal media error. This happens in the case of a timeout on FTP installations where the user chooses not to select another FTP site, and resulted in segmentation fault. Approved by: jkh
* Note SA_SIGINFO, FPE trapcodes and sh fixes.cracauer2000-02-171-2/+18
| | | | | | Fix whitespace, use two blank lines before new chapters. Approved by: jkh
* Various cosmetic fixes, stop saying "DES" when we really mean "crypto",jkh2000-02-173-25/+30
| | | | go for more sensible defaults in a couple of menus.
* s/wd/ad/ - new ATA codejkh2000-02-171-8/+8
|
* Add short entries about the state of threads support.jasone2000-02-162-2/+8
| | | | | | i386/RELNOTES.TXT: Remove an alpha-specific comment with regard to gdb. Approved by: jkh
* The AlphaServer 1000A is now known to work. Remove mentions of itgallatin2000-02-152-2/+2
| | | | | | being untested. Approved by: jkh
* Include /usr/libexec in the list of upgrade targets by chflags'ing it first.jkh2000-02-151-1/+1
|
* Change the text in the mouse protocol menu to indicate that protocolsyokota2000-02-151-6/+10
| | | | | | | for serial mice won't work with the PS/2 and bus mice. No functional change. Approved by: jkh
* Update and provide full Qlogic controller support info.mjacob2000-02-141-3/+12
| | | | approved: jkh
* Add a blurb about SRA-enhanced telnet.nsayer2000-02-141-0/+10
| | | | Not-Approved-by: jkh (he said documentation didn't need it)
* Add references to new device support in the ahc, adv, and adw drivers.gibbs2000-02-141-2/+2
|
* Increase the size of the various index variables; there wasjkh2000-02-131-6/+6
| | | | | some overflow occurring. Submitted by: steve
* Add info on OSF/1 emulation, IDE support on Alpha. Removed some referenceswilko2000-02-131-18/+15
| | | | to EISA cards as there is no EISA bus support on Alpha.
* Update IDE support for Miata, corrected Multia info, added info on 3000 memorywilko2000-02-131-9/+51
|
* Check the right variable to see if router is enabled.jkh2000-02-121-1/+1
|
* Allow X_AS_PKG option to be more selectable.jkh2000-02-111-1/+1
|
* Include CDs in the list of things to remove before rebooting.jkh2000-02-111-1/+1
|
* Update the current state of affairs with the AMI and Mylex drivers;msmith2000-02-102-3/+19
| | | | | | they're usable but booting is not supported at this time. Approved-by: jkh
* MFC: new categoriesjkh2000-02-101-8/+7
|
OpenPOWER on IntegriCloud