aboutsummaryrefslogtreecommitdiff
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Added the pcn device into the list for SMALL kernel.KATO Takenori2000-09-235-0/+5
| | | | Notes: svn path=/head/; revision=66291
* add ``xe'' driverMIHIRA Sanpei Yoshiro2000-09-221-0/+1
| | | | | | | Approved by: jkh Notes: svn path=/head/; revision=66278
* One whack at the idea of having "security profiles" which select theJordan K. Hubbard2000-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. Notes: svn path=/head/; revision=66263
* Remove the bogus check against "none" for release names (whichJordan K. Hubbard2000-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> Notes: svn path=/head/; revision=66225
* "zope language" --> "zope platform".Maxim Sobolev2000-09-221-1/+1
| | | | | | | Requested by: asami Notes: svn path=/head/; revision=66217
* Add french and zope.Satoshi Asami2000-09-221-0/+2
| | | | Notes: svn path=/head/; revision=66215
* Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.Bill Paul2000-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. Notes: svn path=/head/; revision=66131
* Simplify the ftp directory search code a little and eliminate a warning.Jordan K. Hubbard2000-09-191-6/+4
| | | | Notes: svn path=/head/; revision=66059
* Enable crypto by default with "canned" distributions (it can stillJordan K. Hubbard2000-09-162-4/+6
| | | | | | | be deselected or simply not chosen in a custom install). Notes: svn path=/head/; revision=65950
* Remove unneded -lmytinfoAndrey A. Chernov2000-09-161-2/+2
| | | | Notes: svn path=/head/; revision=65913
* Add release note for netgraph enhancements/improvements.Bruce A. Mah2000-09-152-0/+8
| | | | | | | Submitted by: archie Notes: svn path=/head/; revision=65901
* Correct variable check for VAR_TRY_DHCP.Jordan K. Hubbard2000-09-151-1/+1
| | | | Notes: svn path=/head/; revision=65886
* New release note: aac driver.Bruce A. Mah2000-09-132-0/+26
| | | | Notes: svn path=/head/; revision=65816
* Teach sysinstall about 'aac'.Mike Smith2000-09-131-0/+1
| | | | Notes: svn path=/head/; revision=65802
* New release notes: OpenSSH->2.2.0, binutils->2.10.0, libreadline->4.1,Bruce A. Mah2000-09-112-0/+36
| | | | | | | ifconfig(8) lladdr, bktr(4)->2.1.5. Notes: svn path=/head/; revision=65748
* Note MFC: killall(1) as a C program, boot98cfg(8) for i386.Bruce A. Mah2000-09-112-7/+11
| | | | Notes: svn path=/head/; revision=65745
* New release notes: ipfilter->3.4.9, new kernel location, FFS snapshots.Bruce A. Mah2000-09-102-1/+22
| | | | | | | Add note to Alpha relnotes (accidentally omitted) on softupdates licensing. Notes: svn path=/head/; revision=65666
* Overhaul of AS2[01]0[A] description.Wilko Bulte2000-09-091-17/+68
| | | | Notes: svn path=/head/; revision=65631
* Note 3C556/3C556B support in the xl(4) driver and subsequentBruce A. Mah2000-09-082-2/+6
| | | | | | | MFC. Notes: svn path=/head/; revision=65625
* New relnotes: SMPng, clarification to nsswitch.conf(5)Bruce A. Mah2000-09-082-2/+12
| | | | | | | | that hosts.conf(5) is gone, perl 5.6.0. First two items inspired by recent commits to UPDATING. Notes: svn path=/head/; revision=65600
* Crypto-related release notes: sshd now has X11Forwarding on by default,Bruce A. Mah2000-09-072-0/+22
| | | | | | | | RSAREF no longer needed in the USA, sshd now enabled by default on new installs. Notes: svn path=/head/; revision=65591
* Note that the asr(4) and mly(4) drivers are in -CURRENT.Bruce A. Mah2000-09-072-4/+40
| | | | | | | Reviewed by: msmith, "Salyzyn, Mark" <mark_salyzyn@adaptec.com> Notes: svn path=/head/; revision=65583
* - Revert gratuitous reinstall -> install change in previous commit.John Baldwin2000-09-071-2/+2
| | | | | | | - Don't try to build modules when compiling a kernel during release. Notes: svn path=/head/; revision=65579
* MFS: sync with -stable by removing the now-vestigal X_AS_PKG stuff.Jordan K. Hubbard2000-09-074-42/+0
| | | | Notes: svn path=/head/; revision=65574
* The kernel is now known as `kernel.ko' and it and its matching modulesDavid E. O'Brien2000-09-071-4/+4
| | | | | | | | live in ``/boot/kernel/''. So tweak the release build to match previous assumptions and expectations. Notes: svn path=/head/; revision=65562
* Fix whitespace bogon.Bruce A. Mah2000-09-062-2/+2
| | | | Notes: svn path=/head/; revision=65546
* Note that the regular expression syntax supported by killall(1) changedBruce A. Mah2000-09-062-0/+4
| | | | | | | | | when it became a C program. Submitted by: sheldonh Notes: svn path=/head/; revision=65545
* Note the addition of nsswitch support, recently merged from NetBSD.Bruce A. Mah2000-09-062-0/+10
| | | | Notes: svn path=/head/; revision=65541
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-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 Notes: svn path=/head/; revision=65532
* Release notes reflect addition of Alteon AceNIC 1000baseT and NetgearBruce A. Mah2000-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. Notes: svn path=/head/; revision=65522
* Add ftp.no.freebsd.org.Sheldon Hearn2000-09-061-0/+2
| | | | | | | | PR: 21068 Submitted by: Martin Eggen <martin@copyleft.no> Notes: svn path=/head/; revision=65517
* Note the MFC of ATA100 support into the ata(4) driver and update theBruce A. Mah2000-09-053-2/+6
| | | | | | | list of ATA controllers currently supported. Notes: svn path=/head/; revision=65493
* correct silly typo..Wilko Bulte2000-09-051-1/+1
| | | | | | | Submitted by: "Koster, K.J." <K.J.Koster@kpn.com> Notes: svn path=/head/; revision=65481
* Throw out a considerable number of cards that have never been testedWilko Bulte2000-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. Notes: svn path=/head/; revision=65450
* enable sshd by default. This only effects *new* installs, soJordan K. Hubbard2000-09-041-0/+1
| | | | | | | upgraders will not receive any unpleasant surprises. Notes: svn path=/head/; revision=65442
* Tincup & Rawhide need their VGA cards in a slot connected to PCI0 for theWilko Bulte2000-09-031-1/+3
| | | | | | | BIOS emulation to work. Notes: svn path=/head/; revision=65416
* Fix wordingWilko Bulte2000-09-021-1/+1
| | | | | | | Submitted by: obrien Notes: svn path=/head/; revision=65375
* - Add AS1200/Tincup descriptionWilko Bulte2000-09-021-30/+86
| | | | | | | | | | - Add a bunch of new machine codenames - Cleanup Miata a bit - Update AS[56]00 description - fix typos Notes: svn path=/head/; revision=65366
* Document AS1200 ("Tincup") as tested successfully.Wilko Bulte2000-09-021-0/+3
| | | | Notes: svn path=/head/; revision=65363
* Note in release notes that: which(1) and killall(1) are now CBruce A. Mah2000-09-012-0/+10
| | | | | | | programs, finger(1) now supports finger aliases. Notes: svn path=/head/; revision=65336
* Reflect the MFC of: Posix.1b shared memory objects, OpenSSL 0.9.5a,Bruce A. Mah2000-09-012-6/+6
| | | | | | | routed 2.22. Notes: svn path=/head/; revision=65333
* set pccard insertion beep type in install floppy.MIHIRA Sanpei Yoshiro2000-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> Notes: svn path=/head/; revision=65182
* Revert back to the previous i-node values for the fixit floppy.John Baldwin2000-08-281-2/+2
| | | | Notes: svn path=/head/; revision=65180
* This allows you to script sysinstall to say "NO" to DHCP and IPv6.Murray Stokely2000-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 Notes: svn path=/head/; revision=65167
* The fixit floppy needs a few more inodes.John Hay2000-08-281-2/+2
| | | | Notes: svn path=/head/; revision=65161
* Remove a stray backspace character.John W. De Boskey2000-08-271-1/+1
| | | | | | | Reviewed by: Eivind Eklund <eivind@FreeBSD.org> Notes: svn path=/head/; revision=65135
* sendmail 8.11.0 has been merged into RELENG_4Gregory Neil Shapiro2000-08-272-2/+2
| | | | Notes: svn path=/head/; revision=65134
* Various cleanups all around. Document serial/graphics consoleWilko Bulte2000-08-231-51/+68
| | | | | | | selection for AS1000[A]/800 Notes: svn path=/head/; revision=65030
* Make the following additional entries to RELNOTES.TXT files:Bruce A. Mah2000-08-232-0/+55
| | | | | | | | | | | | | | | | | | | alpha: tap driver, accept_filters, ata support for ATA100, routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1), periodic(8) controlled by periodic.conf, logger(1) support for remote syslogs. i386: tap driver, accept_filters, ata support for ATA100, routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1), periodic(8) controlled by periodic.conf, boot98cfg(8), logger(1) support for remote syslogs. PR: 20628 Submitted by: bmah@cisco.com (Bruce A. Mah) Reviewed by: nik Notes: svn path=/head/; revision=65027
* Mention the LinkSys LNE100TX v4.0/4.1 and a bunch of other cards.Bill Paul2000-08-231-4/+13
| | | | | | | Fix a typo. Notes: svn path=/head/; revision=64973