summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Fix a small bogon with a boolean yes/no question check.jkh2000-09-251-2/+2
|
* Add Lithuania.jkh2000-09-241-0/+2
| | | | Submitted by: Domas Mituzas <midom@dammit.lt>
* One small tweak on the security profile code; don't be verbose ifjkh2000-09-242-26/+29
| | | | | setting up default values for an express/custom install. It would be confusing to see the informational popup completely out of context.
* The 'pci' device is not needed for SMALL floppy, but the 'pcic' device isnyan2000-09-235-5/+5
| | | | needed.
* Added the pcn device into the list for SMALL kernel.kato2000-09-235-0/+5
|
* add ``xe'' driversanpei2000-09-221-0/+1
| | | | Approved by: jkh
* One whack at the idea of having "security profiles" which select thejkh2000-09-226-179/+231
| | | | | | | | appropriate(?) defaults for "low", "medium" and "high" security environments. Medium is basically what we currently have with a little seat-belt tightening where it made sense. Low is the same as medium but without the tightening. High is positively fascist with nothing turned on by default and an automatic call to 911 if it can find a modem.
* Remove the bogus check against "none" for release names (whichjkh2000-09-223-9/+11
| | | | | | | | | | really doesn't make any sense, what was I smoking) and allow the more canonical usage of "any" for either side of the comparison for release name or architecture (meaning you can also set CD_VERSION=any in a cdrom.inf file to cause sysinstall to always match it and likewise with the architecture, if specified). Sensibly suggested by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
* "zope language" --> "zope platform".sobomax2000-09-221-1/+1
| | | | Requested by: asami
* Add french and zope.asami2000-09-221-0/+2
|
* Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.wpaul2000-09-201-0/+1
| | | | | | | | | | | | | | Previously, these cards were supported by the lnc driver (and they still are, but the pcn driver will claim them first), which is fine except the lnc driver runs them in 16-bit LANCE compatibility mode. The pcn driver runs these chips in 32-bit mode and uses the RX alignment feature to achieve zero-copy receive. (Which puts it in the same class as the xl, fxp and tl chipsets.) This driver is also MI, so it will work on the x86 and alpha platforms. (The lnc driver is still needed to support non-PCI cards. At some point, I'll need to newbusify it so that it too will me MI.) The Am79c978 HomePNA adapter is also supported.
* Simplify the ftp directory search code a little and eliminate a warning.jkh2000-09-191-6/+4
|
* Enable crypto by default with "canned" distributions (it can stilljkh2000-09-162-4/+6
| | | | be deselected or simply not chosen in a custom install).
* Remove unneded -lmytinfoache2000-09-161-2/+2
|
* Add release note for netgraph enhancements/improvements.bmah2000-09-152-0/+8
| | | | Submitted by: archie
* Correct variable check for VAR_TRY_DHCP.jkh2000-09-151-1/+1
|
* New release note: aac driver.bmah2000-09-132-0/+26
|
* Teach sysinstall about 'aac'.msmith2000-09-131-0/+1
|
* New release notes: OpenSSH->2.2.0, binutils->2.10.0, libreadline->4.1,bmah2000-09-112-0/+36
| | | | ifconfig(8) lladdr, bktr(4)->2.1.5.
* Note MFC: killall(1) as a C program, boot98cfg(8) for i386.bmah2000-09-112-7/+11
|
* New release notes: ipfilter->3.4.9, new kernel location, FFS snapshots.bmah2000-09-102-1/+22
| | | | Add note to Alpha relnotes (accidentally omitted) on softupdates licensing.
* Overhaul of AS2[01]0[A] description.wilko2000-09-091-17/+68
|
* Note 3C556/3C556B support in the xl(4) driver and subsequentbmah2000-09-082-2/+6
| | | | MFC.
* New relnotes: SMPng, clarification to nsswitch.conf(5)bmah2000-09-082-2/+12
| | | | | that hosts.conf(5) is gone, perl 5.6.0. First two items inspired by recent commits to UPDATING.
* Crypto-related release notes: sshd now has X11Forwarding on by default,bmah2000-09-072-0/+22
| | | | | RSAREF no longer needed in the USA, sshd now enabled by default on new installs.
* Note that the asr(4) and mly(4) drivers are in -CURRENT.bmah2000-09-072-4/+40
| | | | Reviewed by: msmith, "Salyzyn, Mark" <mark_salyzyn@adaptec.com>
* - Revert gratuitous reinstall -> install change in previous commit.jhb2000-09-071-2/+2
| | | | - Don't try to build modules when compiling a kernel during release.
* MFS: sync with -stable by removing the now-vestigal X_AS_PKG stuff.jkh2000-09-074-42/+0
|
* The kernel is now known as `kernel.ko' and it and its matching modulesobrien2000-09-071-4/+4
| | | | | live in ``/boot/kernel/''. So tweak the release build to match previous assumptions and expectations.
* Fix whitespace bogon.bmah2000-09-062-2/+2
|
* Note that the regular expression syntax supported by killall(1) changedbmah2000-09-062-0/+4
| | | | | | when it became a C program. Submitted by: sheldonh
* Note the addition of nsswitch support, recently merged from NetBSD.bmah2000-09-062-0/+10
|
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-062-12/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | configure FreeBSD so that various databases such as passwd and group can be looked up using flat files, NIS, or Hesiod. = Hesiod has been added to libc (see hesiod(3)). = A library routine for parsing nsswitch.conf and invoking callback functions as specified has been added to libc (see nsdispatch(3)). = The following C library functions have been modified to use nsdispatch: . getgrent, getgrnam, getgrgid . getpwent, getpwnam, getpwuid . getusershell . getaddrinfo . gethostbyname, gethostbyname2, gethostbyaddr . getnetbyname, getnetbyaddr . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr = host.conf has been removed from src/etc. rc.network has been modified to warn that host.conf is no longer used at boot time. In addition, if there is a host.conf but no nsswitch.conf, the latter is created at boot time from the former. Obtained from: NetBSD
* Release notes reflect addition of Alteon AceNIC 1000baseT and Netgearbmah2000-09-063-1/+8
| | | | | | GA620T 1000baseT support to the ti(4) driver and subsequent MFC. In hardware list, re-sort list of NICs supported by ti(4) driver.
* Add ftp.no.freebsd.org.sheldonh2000-09-061-0/+2
| | | | | PR: 21068 Submitted by: Martin Eggen <martin@copyleft.no>
* Note the MFC of ATA100 support into the ata(4) driver and update thebmah2000-09-053-2/+6
| | | | list of ATA controllers currently supported.
* correct silly typo..wilko2000-09-051-1/+1
| | | | Submitted by: "Koster, K.J." <K.J.Koster@kpn.com>
* Throw out a considerable number of cards that have never been testedwilko2000-09-041-38/+4
| | | | | | on Alpha, primarily in the storage adapter area. Things like Soundblaster-attached CDs, WD7000 etc for example. Try to get RELNOTES for alpha to reflect reality a bit more.
* enable sshd by default. This only effects *new* installs, sojkh2000-09-041-0/+1
| | | | upgraders will not receive any unpleasant surprises.
* Tincup & Rawhide need their VGA cards in a slot connected to PCI0 for thewilko2000-09-031-1/+3
| | | | BIOS emulation to work.
* Fix wordingwilko2000-09-021-1/+1
| | | | Submitted by: obrien
* - Add AS1200/Tincup descriptionwilko2000-09-021-31/+87
| | | | | | | - Add a bunch of new machine codenames - Cleanup Miata a bit - Update AS[56]00 description - fix typos
* Document AS1200 ("Tincup") as tested successfully.wilko2000-09-021-0/+3
|
* Note in release notes that: which(1) and killall(1) are now Cbmah2000-09-012-0/+10
| | | | programs, finger(1) now supports finger aliases.
* Reflect the MFC of: Posix.1b shared memory objects, OpenSSL 0.9.5a,bmah2000-09-012-6/+6
| | | | routed 2.22.
* set pccard insertion beep type in install floppy.sanpei2000-08-291-0/+9
| | | | | | | | | When we use PC-Card as install media, it is a patch to tell with beep about whether we were able to recognize it well. Reviewed by: jkh, imp Tested by: Kenji Yamada <kyamada@ISI.EDU>
* Revert back to the previous i-node values for the fixit floppy.jhb2000-08-281-2/+2
|
* This allows you to script sysinstall to say "NO" to DHCP and IPv6.murray2000-08-281-2/+4
| | | | | | | | | Previously, you could only script these features if you said YES. Oops. Accidentally commited to releng_4 first. PR: 20334 Approved by: jkh
* The fixit floppy needs a few more inodes.jhay2000-08-281-2/+2
|
* Remove a stray backspace character.jwd2000-08-271-1/+1
| | | | Reviewed by: Eivind Eklund <eivind@FreeBSD.org>
OpenPOWER on IntegriCloud