summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Fix ${LOCAL_PATCHES} (chdir was ignored).kuriyama2003-11-141-2/+1
|
* Trim the dc(4) entries.simon2003-11-132-266/+6
| | | | Reviewed by: bmah
* Move cd9660 module from 3rd floppy to 2nd to unbreak release.kuriyama2003-11-121-1/+1
|
* Help bmah out and add the ips(4) entity.trhodes2003-11-112-2/+2
|
* MFCs noted: sendmail-8.12.10, tzdata2003d.bmah2003-11-102-4/+4
|
* Reorganize and trim devices from the aic(4), aha(4), ahb(4), andbmah2003-11-092-306/+18
| | | | | | | | | | | | ahc(4) sections. Trim devices from sis(4), de(4), and ex(4). Don't bother saying what standards are supported by the ATM stack; this list is kind of misplaced here (and may not even be accurate anymore). Delete mention of pca; this driver has been removed.
* Trim device entries for sym(4)/ncr(4).simon2003-11-092-72/+4
|
* Trim device entries for an(4), ray(4), and awi(4).bmah2003-11-082-96/+2
|
* Trim the following device sections and refer to device lists inbmah2003-11-082-382/+6
| | | | | | | | | | manpages: ahd(4), mly(4), vpo(4), rl(4), bktr(4), uscanner(4). Tweak mlx(4) entry slightly. Also trim USB hubs, ukbd(4) and ums(4). We can't seriously expect a device list for these classes of devices that is inclusive enough to be useful to anybody.
* New notes for pc98: Pentium Pro and Pentium II workarounds, i386 interruptnyan2003-11-082-2/+10
| | | | handling.
* Use ufm(4) entity.bmah2003-11-072-48/+4
| | | | | | | Use mpt(4) entity, trim devices since the new manpage lists them. While here, trim devices from the pst(4) and trm(4) listings since they are close by and their manual pages seem to list everything we do.
* Add a driver manpage reference.bmah2003-11-072-2/+4
| | | | Discussed with: trhodes, rsm, imp
* New release notes: i386 interrupt/SMP handling, RFC 3484 sourcebmah2003-11-072-20/+48
| | | | | | | | | | | | address selection, UDF_ICONV, lost+found 0700 MFCs noted: amr(4) crashdump support, libalias and Cisco Skiny Station. Updated release notes: GCC 3.3.3 20031106, lukemftp 20031111. Deleted release note: PCI interrupt routing on i386 UP (presumed to be subsumed or replaced by above i386 interrupt/SMP changes).
* Remove obsolete disklabel and newfs options.simokawa2003-11-071-8/+10
|
* Remove "device acpi" from BOOTMFS kernel for boot floppy to unbreak thekuriyama2003-11-061-0/+1
| | | | release build.
* Excise the xe supported devices from the hardware list and, instead,bmah2003-11-052-60/+2
| | | | make a link to the new xe(4) manpage.
* Use ubsa(4) manpage entity where appropriate.bmah2003-11-042-8/+8
|
* Catch up with the English version:rushani2003-11-031-327/+31
| | | | 1.184 -> 1.188 hardware/common/dev.sgml
* Trim more devices from the hardware list: ida(4), ciss(4), iir(4),bmah2003-11-022-108/+0
| | | | ie(4).
* More trimmage of the hardware notes: sf(4), tx(4), wb(4), nge(4),bmah2003-11-012-276/+0
| | | | | | | ste(4), sk(4), le(4), lge(4), txp(4), bge(4). These are all Ethernet drivers whose manual pages already list specific supported devices.
* More trimming of specific device instances from the hardware notes tobmah2003-11-012-144/+0
| | | | | reduce duplication of information from the manual pages: xl(4), cs(4), ath(4), sbni(4), lmc(4).
* Trim the hifn(4) device instances from the hardware list.bmah2003-11-012-36/+8
| | | | Add an entry for safe(4) crypto accelerators.
* A grab bag of new (but overdue) release note items: dcons(4) andbmah2003-10-312-6/+68
| | | | | | | | friends, Pentium 4 and related workarounds, some MPSAFE network drivers, IPv6 supports RFC 3542 (Advanced Sockets API), ifconfig(8) staticarp, libkse default threading library for ia64. Updates: New DRM import.
* Combining "all" and "install" in one invocation is a very bad idea asru2003-10-311-1/+2
| | | | | | | | conditional evaluation is done only once in this case, and this may not account for the fact that some conditionals would be evaluated differently if "all" has already been run, like is the case with the loader.help existance check in sys/boot/alpha/common/Makefile.common, beforeinstall target. This should fix Alpha snapshot builds.
* Merge the following from the English version:hrs2003-10-212-8/+57
| | | | | 1.183 -> 1.184 hardware/common/dev.sgml 1.640 -> 1.644 relnotes/common/new.sgml
* Fix typo: s/dev_db/dev_mkdb/bmah2003-10-202-2/+2
| | | | Pointed out by: Michel Lavondes <fox@vader.aacc.cc.md.us>
* The re(4) driver works on CURRENT/alpha.bmah2003-10-192-2/+2
| | | | Reported by: naddy@mips.inka.de (Christian Weisgerber) on alpha@
* Modified release notes: Fixed minor grammatical bugs in atkbd(4) bugbmah2003-10-192-6/+8
| | | | and safe(4).
* Modified release note:hrs2003-10-192-4/+6
| | | | | | | Fix a typo in IP_ONESBCAST item. MFC noted: ipfw(4) limit rule processing fix.
* New release note:hrs2003-10-182-0/+6
| | | | Fix ipfw(4) limit rule processing.
* Modified release note:hrs2003-10-172-10/+12
| | | | | | - Use multicast(4) and pim(4) hyperlink. - Fix a wrong description in rfcomm_sppd(1) and rfcomm_pppd(8) item.
* New release note:hrs2003-10-162-2/+86
| | | | | | | | | Bluetooth protocol stack update. Based on report by: emax Modified release note: s|challenge/|challenge/response| in SA-03:15 item.
* Catch up with the English version and refine translation.hrs2003-10-151-68/+76
| | | | 1.638 -> 1.640 relnotes/common/new.sgml
* Refine translation.rushani2003-10-151-11/+13
| | | | | | Submitted by: Hiroo Ono <hiroo@oikumene.gcd.org>, Hiroyuki CHIBA <clin@imasy.org> References: [doc-jp-work 724, 726]
* Modified release note:rushani2003-10-152-2/+2
| | | | Note MFC of sk(4) support for SK-9521 V2.0 and 3COM 3C940.
* New release note:hrs2003-10-152-0/+14
| | | | | - xe(4) driver update - tzdata2003d update
* Catch up with the English version:rushani2003-10-141-31/+363
| | | | 1.592 -> 1.638 relnotes/common/new.sgml
* Close open parenthesis.rushani2003-10-142-2/+2
|
* Use Japanese localized version of trademarks.ent.hrs2003-10-126-0/+12
|
* Fix a typo.rushani2003-10-121-1/+1
|
* Refine translation.hrs2003-10-121-24/+25
|
* Merge the following from the English version:rushani2003-10-122-744/+200
| | | | | 1.44 -> 1.55 errata/article.sgml 1.163 -> 1.183 hardware/common/dev.sgml
* Merge the following from the English version:rushani2003-10-116-6/+18
| | | | | | | | | 1.3 -> 1.4 relnotes/alpha/article.sgml 1.1 -> 1.2 relnotes/amd64/article.sgml 1.4 -> 1.5 relnotes/i386/article.sgml 1.1 -> 1.2 relnotes/ia64/article.sgml 1.1 -> 1.2 relnotes/pc98/article.sgml 1.3 -> 1.4 relnotes/sparc64/article.sgml
* Use Japanese localized version of trademarks.ent.hrs2003-10-111-0/+3
|
* New release note:hrs2003-10-112-0/+4
| | | | amr(4) crashdump support.
* New release note:hrs2003-10-102-0/+18
| | | | | - sk(4) now supports SK-9521 and 3C940. - libalias now supports Cisco Skinny Station protocol.
* Merge the following from the English version:hrs2003-10-101-6/+17
| | | | | | 1.15 -> 1.16 early-adopter/article.sgml Submitted by: Hiroo Ono <hiroo@oikumene.gcd.org>
* Merge the following from the English version:hrs2003-10-101-3/+4
| | | | | | 1.11 -> 1.12 hardware/i386/proc-i386.sgml Submitted by: Hiroo Ono <hiroo@oikumene.gcd.org>
* New release note:hrs2003-10-102-0/+6
| | | | Heimdal 0.6.
* New release note:hrs2003-10-092-0/+16
| | | | | - hifn(4) 7955/7956 support. - $ntpd_flags in /etc/defaults/rc.conf changed.
OpenPOWER on IntegriCloud