summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo: The awi driver doesn't support PRISM cards, it supports thebmah2001-05-183-3/+3
| | | | | AMD79C930 and Harris (Intersil). What crack was I smoking when I wrote this?
* New release notes: digi driver, FICL 2.05, xargs(1) -J, apmd(8) nowbmah2001-05-185-5/+118
| | | | | | | support battery state monitoring, ncurses 5.2-20010512. Woefully overdue release notes: ddb(4) show pcpu, telnet(1) autologin and encryption defaults and -y option.
* Fix typo: s/maestro3_load/snd_maestro3_load/ (pointed out bybmah2001-05-178-5/+29
| | | | | | | | Tadayuki OKADA <tadayuki@mediaone.net>. New release notes: USER_LDT on by default (this entry is way overdue). Add Abocom URE 450 to supported USB Ethernet devices.
* In some cases, there are some <sect1></sect1> elements that will havebmah2001-05-149-0/+38
| | | | | | | | | | version control information that is different from the rest of their containing document (or at least other sections). For release notes only, allow output of <sect1info><pubdate></pubdate></sect1info> text, and add it to three sections of RELNOTESng where it's kind of important ("What's New" in the release notes, "Supported Device" in the arch-independent hardware list, and the processors section of the alpha hardware list).
* Add RIO500/urio(4) to supported devices list.bmah2001-05-143-0/+9
|
* New release notes: devfs(5) on by default, new PAM modules, fdread(1).bmah2001-05-145-15/+65
| | | | MFCs noted: fxp(4) requires miibus.
* Add some clarification to the release note entry introducing thebmah2001-05-143-3/+3
| | | | sis(4) driver.
* General corrections and fixings of the hardware list:bmah2001-05-143-255/+579
| | | | | | | | | | | | | | | | | | | | 1. Everywhere I could figure out what driver supported a device or class of device, there is now a cross-reference via a &man entity. For cases where a driver has no manpage (and hence no &man entity), we now at least give the name of the driver. For the most part, this was done by examining driver manpages. 2. A number of devices which are i386-only are now marked as such, determined by noting manpages or kernel source files in architecture-specific directories. 3. Added hardware supported by the vpo(4), wl(4), awi(4), and bktr(4) drivers, based on a read of the manpages. The manpages and source files in question were taken from 4-STABLE, (which is what was running on my off-net laptop at the time) but at this level of detail, I don't expect there to be any appreciable differences between 4-STABLE and 5-CURRENT.
* Minor SGML-ification...convert ASCII characters to <quote></quote> andbmah2001-05-142-42/+44
| | | | <emphasis></emphasis>. No content changes.
* New release notes: ELF rtld(1) performance improvements, catch upbmah2001-05-128-5/+99
| | | | | | | RELNOTESng with RELNOTES.TXT for nge(4) entries (committed originally by wpaul). MFCs noted: ifconfig(8) slash/CIDR support
* Fix a spelling error.dd2001-05-122-2/+2
|
* Add support for gigabit ethernet cards based on the NatSemi DP83820wpaul2001-05-113-1/+35
| | | | | | | | | | | | | | | | | | | and DP83821 gigabit ethernet MAC chips and the NatSemi DP83861 10/100/1000 copper PHY. There are a whole bunch of very low cost cards available with this chipset selling for $150USD or less. This includes the SMC9462TX, D-Link DGE-500T, Asante GigaNIX 1000TA and 1000TPC, and a couple cards from Addtron. This chip supports TCP/IP checksum offload, VLAN tagging/insertion. 2048-bit multicast filter, jumbograms and has 8K TX and 32K RX FIFOs. I have not done serious performance testing with this driver. I know it works, and I want it under CVS control so I can keep tabs on it. Note that there's no serious mutex stuff in here yet either: I need to talk more with jhb to figure out the right way to do this. That said, I don't think there will be any problems. This driver should also work on the alpha. It's not turned on in GENERIC.
* AS800 uses EDO DIMMs, not SDRAMwilko2001-05-111-2/+2
| | | | Submitted by: Brodie Hynes <brodie@alum.mit.edu>
* AS800 uses EDO DIMMs, not SDRAM DIMMs.wilko2001-05-112-4/+6
| | | | Submitted by: Brodie Hynes <brodie@alum.mit.edu>
* Sync picobsd script with the one in -stable, and alsoluigi2001-05-111-2/+4
| | | | | | patch boot2 so it goes to load /kernel right away Perl code from Josef Karthauser
* New release notes: statfs(2) and df(1) track blocks committed to beingbmah2001-05-109-13/+137
| | | | | | | | | | | | freed by softupdates, ifconfig(8) accepts CIDR notation, rc(8) clean-out of /var/run and /var/spool/lock, c89(1) is now a binary, pax(1) enhancements and cpio(1)/tar(1) compatability, Ukranian language console support. Other: Update/make (more) consistent the list of WaveLAN devices supported. MFCs noted: ln(1) -h/-n, find(1) timestamp flags.
* This file is not needed, use the default oneluigi2001-05-101-58/+0
|
* Clarify that the Adaptec 2400A is an ATA controller.scottl2001-05-091-1/+2
|
* Add the Adaptec 2400A as an ATA RAID controller. Remove reference to thescottl2001-05-093-3/+12
| | | | non-existant Adaptec 1400 controller.
* remove a reference to a nonexisting script, "clean", whenluigi2001-05-081-2/+1
| | | | | | building all images. Also, build "bridge" image as well. Reported-by: Bruce Montague
* MFS: use absolute, not relative path for tinywareluigi2001-05-081-1/+1
|
* Cleanups, more consistent use of <screen> etc.wilko2001-05-082-778/+886
|
* SGMLify now completed. Comments are invited. I hope not to have introducedwilko2001-05-062-850/+1288
| | | | too much typos / errors during the conversion.
* Use &merged; entity where appropriate.dd2001-05-053-3/+3
|
* Correct some spelling errors, a typo, and remove trailing whitespace.dd2001-05-053-33/+21
|
* New release notes: OpenSSH VersionAddendum, OpenSSH 2.9, new find(1)bmah2001-05-045-0/+106
| | | | predicates, PAM 0.75, nl(1).
* Add infrastructure that allows to build docs and RELNOTESng withoutjoerg2001-05-042-4/+81
| | | | | | | | | | | | | | | | the need to also create the entire ports tree during a `make release'. The main motivation behind this is that handling the ports tree still takes a huge amount of time due to the large number of directories involved, even on modern disks. The solution is to establish a list of dependent ports that are minimally required. This list needs to be manually maintained in case the doc ports toolchain changes, and has thus been broken out into a separate file Makefile.inc.docports. (release/Makefile has gotten overly lengthy already anyway.) Discussed with: bmah, nik Reviewed by: bmah
* More RELNOTESng infrastructure fixup: The directory layout ofbmah2001-05-036-3/+199
| | | | | | stylesheets (particularly with respect to translations) is now similar to that of the doc/ tree. Added a customization for HTML page footers (this is the only reader-visible change).
* Third take, still not finished SGMLifying. SGML is more wordywilko2001-05-032-330/+538
| | | | than I anticipated :(
* RELNOTESng infrastructure fixes:bmah2001-05-0220-105/+23
| | | | | | | | | | 1. There is now only one RELNOTESng stylesheet; the architecture-specific stylesheets (to handle different values of the arch= attribute) are gone. 2. Several Makefile variable definitions were factored into doc.relnotes.mk. Submitted by: dd
* Cross reference recent TCP ISN fix to security advisory SA-01:39.bmah2001-05-025-5/+7
|
* Second stage SGMLifying. More to follow.wilko2001-05-022-668/+704
|
* First half of SGMLifying. More to follow.wilko2001-05-012-784/+1342
|
* pseudo-device -> device in kernel config.schweikh2001-05-011-1/+1
| | | | Approved by: joerg, dd
* FreeBSD 3.0 is no longer in the future tense. Merge in some newbmah2001-04-301-5/+4
| | | | | | | words from RELNOTESng to fix this. PR: docs/26794 Submitted by: B.Candler@pobox.com
* Fix typo: Descriptions of SK-9842 and SK-9843 (GigE NICs supported bybmah2001-04-306-12/+16
| | | | | | | | | | sk(4)) were reversed. While I'm here, update list of cards supported by sk(4) to be consistent with the manpage. PR: docs/21700 Submitted by: neuf@lrs.e-technik.uni-erlangen.de
* MFS: Add sawfish and windowmaker (1.1.2.2 -> 1.1.2.3)olgeni2001-04-301-0/+2
| | | | They are required by sysinstall's XFree86 desktop configuration menu.
* Fix typo in comment: dependancies -> dependenciesolgeni2001-04-301-1/+1
|
* Build system:dd2001-04-2926-65/+120
| | | | | | | | | | | o Define a RELN_ROOT variable which points to the root of the relnotes tree (i.e., src/release/doc). o By default, define DOC_PREFIX in terms of RELN_ROOT; this gives a bigger chance of finding the doc/ tree without help in the form of setting DOC_PREFIX on the command line. o Respect DOCDIR; `make install` works now. Approved by: bmah
* Add a note on setting DOC_PREFIX when building release notes.bmah2001-04-291-0/+8
|
* SMP updates / sync to HARDWARE.TXT version. SGMLify comes next.wilko2001-04-292-52/+8
|
* Remove most of the CPU: sections, and reflect SMP capability ofwilko2001-04-291-24/+0
| | | | FreeBSD/alpha.
* New release note: SMPng on alpha.bmah2001-04-275-26/+40
| | | | MFC noted: wx(4) hardware support.
* First commit of RELNOTESng, the rewrite of the *.TXT documentationbmah2001-04-27101-1/+22926
| | | | | | | | files. src/release/doc/README has additional information. Reviewed by: -current, -doc
* Some ports have been renamed after this script has been created.olgeni2001-04-271-2/+2
| | | | | | | A couple of renames are needed (disc 1): print/xpdf -> graphics/xpdf mail/pine -> mail/pine4
* New release notes: Advance Logic ALS4000 driver, S3 Sonicvibes driver,bmah2001-04-263-10/+20
| | | | ln -h/-n.
* New release notes: smbfs, fsck(8) backgrounding, fmtcheck(3),bmah2001-04-262-12/+50
| | | | | | file 3.35 MFCs noted: groff 1.17, ping -m
* - Add some environment variables that need to be present when using packagessteve2001-04-251-8/+13
| | | | | | | | | | | | from the build cluster. These are required to get the dependencies the same as the parallel builds. - Add an optional second argument that allows you to specific an alternate ports directory. - Remove the temporary file after we are done with it. - Remove ksh93 because it won't make it on the discs until the license issues are resolved. Approved by: jkh
* New release notes: TCP_COMPAT_42 option gone, labpc(4) gone, client-sidebmah2001-04-242-0/+26
| | | | NFS locks, devinfo(8), options REGRESSION.
* MF4S: Syncronise with Luigi's work in -stable.joe2001-04-2422-252/+93
|
OpenPOWER on IntegriCloud