Ruslan Ermilov
2b2baba122
GC some old cruft.
2004-01-28 10:58:37 +00:00
Ruslan Ermilov
3a125d8e18
Put slattach(8) onto the MFS root file system now that we always
...
use the GENERIC kernel for installs which has the sl(4) support.
2004-01-28 10:18:54 +00:00
Ruslan Ermilov
ac5d091724
Put slattach(8), camcontrol(8), usbd(8), and usbdevs(8) onto the
...
MFS root file system now that these architectures always use the
GENERIC kernel for installs.
2004-01-28 10:15:47 +00:00
Ruslan Ermilov
cae8c47975
Clean up after revision 1.55.
2004-01-28 09:38:40 +00:00
Ruslan Ermilov
5179f5c3b9
Revert revision 1.833 -- the reinstallkernel.debug target calls the
...
installkernel.debug target (in the kernel build directory) which is
only defined if the kernel was configured for debugging which it is
not the case for GENERIC kernels on release branches.
2004-01-28 09:19:16 +00:00
Ruslan Ermilov
1118e5b37a
Only i386 and Alpha have the compat4x distribution.
2004-01-28 09:12:00 +00:00
Bruce A. Mah
37c2cbe308
Modified release note: Rewrite CVS update note to reflect reality
...
Submitted by: nectar
2004-01-27 00:50:21 +00:00
John Baldwin
96300f5dc8
*BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK*
...
*BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK*
Death to the stripped down BOOTMFS kernel for boot floppies and all the
cruft that goes along with it.
2004-01-26 20:02:01 +00:00
John Baldwin
c0731f81d3
Overhaul our boot floppy generation system so that it scales better and
...
requires minimal care and feeding for future releases.
- Consolidate multitude of floppy related constants down to a normal
FLOPPY set for 1.44 floppies and on PC98 a SMALLFLOPPY set for 1.2
floppies. Also, cleanup the i386 arch section by not duplicating
constants that are the same on both machine types (i386 and pc98).
- Update the ZIPNSPLIT macro to generate a file chunks that will actually
fit onto 1.44 floppies formatted with UFS1. Unfortunately, split(1)
seems to be somewhat buggy, so the files generated are slightly larger
than the argument passed to split.
- Split the release.10 target into 3 targers: floppies.1, floppies.2 and
floppies.3 that are added to EXTRAS only if NOFLOPPIES is defined.
floppies.1 builds the install floppies, floppies.2 builds the fixit
floppy, and floppies.3 generates the md5 sums and READMEs for the
floppies/ directory.
- Drop the by now largely obsolete and less useful boot.flp picture. This
was more useful when the mfsroot lived inside the kernel rather than
being loaded from a separate file by the loader.
- Only build a single mfsroot containing no modules that is used for all
installation methods.
- Use split-file.sh to split up a gzipped GENERIC kernel into however many
floppies it takes for the boot kernel. Currently, a stock 5.2 GENERIC
kernel including WITNESS, INVARIANTS, DDB, and other assorted bloat fits
onto 2 additional floppies besides the boot floppy with some room to
spare.
- If SPLIT_MFSROOT is defined, the mfsroot.gz file is similar split into
however many floppies are needed. Currently it is not defined as the
mfsroot.gz fits onto the current boot.flp with room to spare.
- Add a 'makeFloppySet' target which builds a floppy set for a file that
was split using split-file.sh.
- Rename the doMFSKERN target to 'buildBootFloppy' as that more closely
matches what it does now. We no longer build a custom BOOTMFS kernel for
each boot floppy.
- We no longer build a 2.88 boot.flp image to use with emulated CD booting.
The non-emulated cdboot works for almost everyone who boots off of CD and
if it doesn't work on a particular machine, the user can always boot from
the 1.44 floppy images.
- We no longer build a driver floppy or stick kernel modules in the mfsroot
since we now use a stock kernel when booting from floppy.
2004-01-26 19:58:38 +00:00
John Baldwin
18e5e37daa
Add a script to split a single file up into chunks using split along with
...
a list file suitable for use with libstand's splitfs filesystem. The first
chunk of the file is 16k and has an extension of '.boot' and is meant to be
placed on the boot floppy. This is required because the current
implementations of gzipfs and bzipfs in libstand want to read in the header
of the file each time it is opened.
2004-01-26 19:45:09 +00:00
Bruce A. Mah
7ea97ca1c9
New release note: SMBFS request signing [1].
...
Modified release notes: Expand on ULE features [2], provide a further
clarification on CVS changes.
Submitted by: tjr [1], jeffr [2]
2004-01-26 16:41:46 +00:00
Christian Brueffer
63f52d6e73
Trim IDE/ATA device list in favor of the list in the ata.4 manpage
2004-01-25 21:57:57 +00:00
Bruce A. Mah
07c0990d3d
New release note: PFIL_HOOKS in GENERIC.
2004-01-25 21:54:24 +00:00
Bruce A. Mah
3c753b4c6d
New release notes: SCHED_ULE default, cdboot buggy BIOS workaround,
...
dc(4) sparc64/OFW fix, sk(4) multicast fix, IPsec bugfix, ata(4)
bugfixes, GEOM fix, NFSv4 panic fix, NSS large groups fix, CVS
security fix.
Most (but not all) of these are 5.2-RELEASE errata items.
2004-01-25 06:23:10 +00:00
Bruce A. Mah
783867678c
s/freebsd.org/FreeBSD.org/
2004-01-25 05:08:44 +00:00
Ruslan Ermilov
bbe8270c50
- Run makewhatis(1) in etc/Makefile at the end of "install".
...
- Removed redundant and undocumented NO_MAKEDB_RUN knob.
2004-01-22 08:18:37 +00:00
Bruce A. Mah
99dfd6213f
New errata: IPsec bugs. Source material for this errata note was...
...
Submitted by: Bjoern A. Zeeb < bzeeb at Zabbadoz dot NeT >
2004-01-21 17:03:13 +00:00
Ruslan Ermilov
4591175cd8
Use the reinstallkernel.debug target, now that we have it.
2004-01-21 08:24:44 +00:00
Makoto Matsushita
d9aeaacb6f
Fix "5.x release on 4.x box" support.
...
It is required to check /etc/rc.d/ldconfig before use, because
${CHROOT} sandbox is sometimes 4.x world. If /etc/rc.d/ldconfig
is not there, run ldconfig(8) directly.
Discussed with: imp, obrien, ru
2004-01-19 13:35:46 +00:00
Ruslan Ermilov
0957570bf2
We also want the *_p.a symlinks to be part of the proflibs distribution.
2004-01-18 09:06:40 +00:00
Ruslan Ermilov
90165ba56f
Once upon a time we had both "crypto" and "krb5" distributions,
...
and rebuilt some bits with crypto but without Kerberos support
(most notably SSH) during "make release", to put them into the
"crypto" distribution.
Now that we don't ship the separate "krb5" distribution anymore
(it's now part of the "crypto" distribuion), don't waste time
recompiling SSH bits without crypto and without Kerberos support
in an attempt to put them in the "base" distribution -- it just
doesn't work as SSH always uses crypto code.
We avoid this by not rebuilding KPROGS from kerberos5/Makefile in
release/Makefile and adding "libpam" to SPROGS in secure/Makefile
to ensure it's still rebuilt without crypto support for the "base"
distribution. (Disabling crypto (NOCRYPT) also disables building
of Kerberos-related PAM modules, and it's OK to depend on this.)
This should be a no-op change saving some "make release" time.
2004-01-17 19:22:36 +00:00
Ruslan Ermilov
a2cd4a0de6
MFRELENG_5_2: Default the snapshot versioning to 5.2.
...
PR: misc/61402
Submitted by: Chris Knight
2004-01-17 18:25:43 +00:00
Hiroki Sato
8aabfa80da
Improve translation.
2004-01-17 03:20:48 +00:00
Bruce A. Mah
3964121be1
Switch manpath for FreeBSD manpages to 5.2-current.
2004-01-16 15:39:56 +00:00
Yoshihiro Takahashi
ba547cb42d
Add missing '\' in previous change.
2004-01-15 10:17:43 +00:00
Hiroki Sato
0295178da3
Catch up with the English version:
...
1.57 -> 1.59 errata/article.sgml
2004-01-14 01:08:05 +00:00
David E. O'Brien
b34a415e58
* if-like-constructs now use <TAB>body consistently.
...
* Long statements with '\' continuation now use <4 spaces>continuation
consistently.
* wraps some long lines
* More consistent on how very simular repeated commands are wrapped.
2004-01-13 18:46:09 +00:00
Bruce A. Mah
63c0de18aa
New errata: KUser can corrupt passwd file.
...
Requested by: scottl, "Eugenia Loli-Queru" <eugenia at osnews dot com>
2004-01-13 17:15:58 +00:00
Bruce A. Mah
55c610dd8e
New errata: NSS problems and workaround [1], GCC typo in release
...
notes [2].
Submitted by: nectar [1], gerald [2]
2004-01-13 16:46:35 +00:00
Hiroki Sato
5014555856
Fix a typo.
...
Spotted by: rushani
2004-01-12 15:39:46 +00:00
Yoshihiro Takahashi
ab0a016c08
Use /etc/rc.d/ldconfig script rather than the ldconfig command directly.
...
Submitted by: matusita
2004-01-12 08:37:32 +00:00
Hiroki Sato
aff2c92b8b
Merge the following from the English version:
...
1.2 -> 1.3 hardware/amd64/proc-amd64.sgml
1.188 -> 1.210 hardware/common/dev.sgml
1.12 -> 1.13 hardware/i386/proc-i386.sgml
2004-01-12 06:21:23 +00:00
Hiroki Sato
546cb1871a
Merge the following from the English version:
...
1.54 -> 1.57 errata/article.sgml
2004-01-12 05:08:47 +00:00
David E. O'Brien
edc4ccf018
Opera is i386-only.
2004-01-12 04:43:41 +00:00
Hiroki Sato
8096052fae
Merge the following from the English version:
...
1.53 -> 1.54 errata/article.sgml
1.644 -> 1.663.2.5 relnotes/common/new.sgml
2004-01-12 03:54:23 +00:00
Yoshihiro Takahashi
e818ceb452
Run ldconfig in the chroot environment to find shared libraries in
...
/usr/local/lib.
2004-01-11 12:45:41 +00:00
Yoshihiro Takahashi
50adc4cac9
Fix MINIMALDOCPORTS lists.
2004-01-11 11:55:37 +00:00
Bruce A. Mah
717347949f
New errata: Mention APIC problems and workarounds, NFSv4 client bug,
...
new TCP MSS size/rate limiting feature.
Fix a typo. [1]
Submitted by: Aniruddha Bohra <bohra at cs dot rutgers dot edu> [1]
2004-01-10 19:17:21 +00:00
Bruce A. Mah
b4b7e9c75d
New release notes: Changed some TCP tunable defaults, MSS sanity
...
checks and overload protection, OpenSSH 3.7.1p2.
Use digi(4) entity.
Bump copyright date.
2004-01-10 18:10:20 +00:00
Bruce A. Mah
0e6a6f18a1
First 5.2-RELEASE errata, documenting some known issues in the
...
release: xdm(1) black-and-white-ness, ACPI problems, ATA device
problems, NFS floppy install requirements, pcm(4) vchan instabilities.
Submitted by: scottl, truckman
2004-01-09 20:10:20 +00:00
David E. O'Brien
7e92d04c01
'+' can also appear in a package file name.
...
Reported by: jhb
'^' could also appear in a package file name.
2004-01-02 22:58:29 +00:00
David E. O'Brien
20e37e5d83
Creates an INDEX file suitable for an ISO distribution image containing only
...
the specified packages.
2004-01-02 01:10:37 +00:00
Motoyuki Konno
af07821e5e
Merge the following changes from English version:
...
early-adopter/article.sgml 1.16 -> 1.17
2003-12-29 15:40:41 +00:00
Scott Long
6fedff6c32
Put the em and vx drivers back into the kernel so that the mfsroot stops
...
overflowing. We are one again on the brink of the floppies having major
overflow problems.
2003-12-22 15:19:45 +00:00
Bruce A. Mah
946bee360e
New release notes: boot0sio, ndis(4), resolver(5) supports timeout:
...
and attempts:, ipfw(8) -b, ACPI-CA 20031203.
2003-12-12 21:58:13 +00:00
Peter Wemm
9d8179ea3b
Add hints about nForce3 issues
2003-12-08 22:38:39 +00:00
Bruce A. Mah
661138a15c
Urk, add arch attributes to items from my previous commit.
2003-12-07 23:07:39 +00:00
Bruce A. Mah
ac198ea654
New release notes: Record the demise of the lmc, dgb, hea, meteor,
...
and loran drivers.
2003-12-07 22:58:35 +00:00
Bruce A. Mah
89dc79b3f3
The lmc, meteor, and loran drivers have been removed from the source
...
tree, so remove them from the hardware notes.
The dgb driver has been replaced by the digi driver.
The hea driver has been replaced by the en driver.
2003-12-07 22:48:03 +00:00
Bruce A. Mah
7bec11babd
Bump various entities for 5.2-CURRENT, trim release notes and errata.
2003-12-07 22:12:05 +00:00
Bruce A. Mah
6f27ad7184
Whee!
...
Modified release note: kdump(1) -E.
Approved by: re (implicitly)
2003-12-07 01:11:33 +00:00
Bruce A. Mah
0c28f119e0
Grrr...get the semantics of these entities right.
...
Approved by: re (implicitly)
2003-12-07 01:08:24 +00:00
Bruce A. Mah
c5cc93f9ca
Use sab(4) manpage entity.
...
Approved by: re (implicitly)
2003-12-07 00:54:22 +00:00
Bruce A. Mah
4d157649e0
More correctly handle cross-references to USB keyboards and mice.
...
Approved by: re (implicitly)
2003-12-07 00:37:35 +00:00
Bruce A. Mah
c840056332
More hardware notes device trimming: Remove devices supported by
...
ohci(4), uhci(4), ubsa(4), uftdi(4), uvscom(4), fwohci(4), and sbp(4)
in favor of the device lists in their respective manual pages.
Approved by: re (implicitly)
2003-12-07 00:06:50 +00:00
Bruce A. Mah
097b1993cc
New release notes: Logical CPUs for HTT now enabled using BIOS
...
settings, options IPFILTER requires options PFIL_HOOKS, last bits of
a.out compiler toolchain are gone, acpiconf(8) -i, asf(8), .snap
directory for snapshots, kdump(1) -p, last(1) -n, libwrap/tcpdchk(8)
support extended tcp_wrappers syntax, repquota(8) -n, savecore(8) -C,
uname(1) -i, hardware notes device trimmage, Turkish translation for
docs.
Modified release notes: Spell "Cronyx-Sigma" correctly in cx(4)
item, spell "FireWire" consistently, fix grammer in puc(4) item, move
uart(4) note from NIC to generic kernel section, spell "NetGraph"
consistently, fix typo in xe(4) note, dynamic linking note more
precise,
Deleted release notes: -pthread removed (this was reverted).
Other: Correct a reference to recent security advisories.
Approved by: re (implicitly)
2003-12-06 23:14:35 +00:00
Bruce A. Mah
302e8edbe8
Trim some unnecessary text from bt(4) and mly(4) listings, fix typo in
...
sk(4) listing, trim em(4) devices, trim dgb(4) devices, trim
stl(4)/stli(4) devices, trim uaudio(4) devices.
Approved by: re (implicitly)
2003-12-06 20:43:48 +00:00
Bruce A. Mah
9206de5218
HTT logical processors are now enabled (not disabled) by default, so
...
reflect this in the hardware notes.
Approved by: re (implicitly)
2003-12-06 20:39:58 +00:00
Scott Long
5c418e493b
Slim down the package list some more. The KDE and Gnome metaports might
...
need to be tweaked a bit, but this gives the disc1 ISO a fighting chance.
2003-12-06 04:15:13 +00:00
Bruce A. Mah
283a495015
New release note: ip_fastforward.
...
Approved by: re (implicitly)
2003-12-05 21:34:31 +00:00
Bruce A. Mah
b3420cad00
Move cx(4) entry from "Serial Devices" to "Miscellaneous Networks".
...
Approved by: re (implicitly)
Reviewed by: imp
2003-12-05 21:04:51 +00:00
Bruce A. Mah
dc276a13c5
New (well, belatedly added) errta: SA-03:19.
...
Approved by: re (implicitly)
2003-12-04 23:53:54 +00:00
Bruce A. Mah
f4a6a8e5f3
For some reason, we never mentioned the cx(4) driver here, even though
...
it even has a manual page. Correct this oversight.
Approved by: re (implicitly)
2003-12-04 19:22:06 +00:00
Bruce A. Mah
2b907f31da
New release notes: cx(4) update and sconfig(8), utopia(4) [1], wi(4)
...
works on Lucent cards, NFSv4 client support, GNOME/KDE "Lite Edition"
on disc 1.
Approved by: re (implicitly)
Submitted by: harti [1]
2003-12-04 19:20:28 +00:00
Joe Marcus Clarke
98ab23aaa4
Depend on kde-lite and gnome2-lite instead of kde3 and gnome2. This greatly
...
reduces the amount of space occupied by packages on release disc 1.
Approved by: re (scottl)
2003-12-02 20:47:31 +00:00
Bruce A. Mah
71e5b4d590
Trim wi(4) devices from the hardware notes. Also add a listing of the
...
various chipsets supported by this driver as there are only a few and
this seems to be useful information.
Approved by: re (implicitly)
2003-12-02 07:13:03 +00:00
Bruce A. Mah
7fdfe3a980
IFP4: Update the Early Adopters Guide to bring it up to the state
...
of the world roughly as of the upcoming 5.2 release.
Approved by: re (implicitly)
2003-12-02 05:54:35 +00:00
David E. O'Brien
eb9bb3ee55
Automatically generate the CHECKSUM.MD5 file for ISO's.
...
Approved by: scottl
2003-12-01 10:46:45 +00:00
Bruce A. Mah
b52fd40e38
New release notes: SA-03.19, tcp_hostcache, compat4x.i386 updates,
...
nologin(8) C implementation, no more sysinstall(8) security profiles
Modified release notes: Dynamic /bin and /sbin only apply to non-ia64,
BIND 8.3.7 (+ MFC), add old version information to sendmail update
note.
Approved by: re (implicitly)
2003-12-01 00:17:33 +00:00
Bruce A. Mah
bb04ed3c77
Trim ncv(4) and nsp(4) devices from the hardware notes and point to
...
on-line manpages via hyperlinks.
Approved by: re (implicitly)
2003-11-30 23:54:59 +00:00
Bruce A. Mah
8fbc41978d
Version number bump for 5.2-BETA release documentation.
...
Approved by: re (implicitly)
2003-11-30 19:11:59 +00:00
Kris Kennaway
27a52f71ba
Also export the ARCH variable so that cross-generation of cdrom package
...
lists works as expected.
Approved by: re
2003-11-30 01:35:19 +00:00
Scott Long
0ebcc1a982
vim-lite can hardly be considered 'lite'. Remove it.
2003-11-29 23:48:44 +00:00
Peter Wemm
a0598a8716
Mention that floppy based installs are not supported on amd64 systems
...
rather than leaving the section blank. This was left out of the last
commit by accident.
Approved by: bmah
2003-11-27 18:38:39 +00:00
Peter Wemm
89eeb5e516
Update for amd64 so that the devices list is a bit more complete and there
...
are not quite so many blank sections.
Approved by: bmah
2003-11-27 18:24:44 +00:00
Simon L. B. Nielsen
c4f6ec8989
Correct the name of the make(1) knob to disable dynamic root
...
(s/WITHOUT_DYNAMICROOT/NO_DYNAMICROOT/).
Approved by: re (scottl)
Noticed by: Matthias Schndehtte <Matthias.Schuendehuette@siemens.com>
2003-11-25 14:11:02 +00:00
Scott Long
cbaa2c700c
Move mly, plip, and slip back into the kernel so floppy 3 can fit again. I'm
...
not sure why it exploded in the last 10 days, though I suspect nfsclient.ko.
Approved by: re (rwatson)
2003-11-25 04:51:35 +00:00
Christian Brueffer
00ebd9c633
o Add missing articles
...
o Various grammar fixes
Approved by: re (murray)
2003-11-23 09:53:13 +00:00
Bruce A. Mah
3a956a7f32
New release note: acpi(4) idle state support.
...
Submitted by: njl
Approved by: re (implicitly)
2003-11-21 01:23:20 +00:00
Christian Brueffer
3257da0c40
o Use manpage entity for xe(4)
...
o Various grammar fixes
Approved by: re (bmah)
2003-11-20 19:39:53 +00:00
Bruce A. Mah
5ba49552e6
New release note: sparc64 syscons(4) support [1]
...
Modified release note: mount_udf(8) -C. [2]
Submitted by: kris [1], "R. Imura" <imura@ryu16.org> [2]
Approved by: re (implicitly)
2003-11-20 17:07:59 +00:00
Bruce A. Mah
da60ceef2e
Start turning on a few devices in the amd64 hardware notes, based on
...
things that I've observed to work.
Obtained from: sledge, various dmesg(1) output messages from peter
2003-11-17 05:45:21 +00:00
Bruce A. Mah
ab9c99bd65
Modified release note: dynamically linked /bin and /sbin is now the
...
default.
2003-11-16 20:34:46 +00:00
Bruce A. Mah
7be232f1ae
Use idt(4) manpage entity, trim devices.
2003-11-15 05:24:10 +00:00
Jun Kuriyama
bc5ffda652
Generate minimal /etc/group file for mfsroot tree.
...
This fixes newfs failures at installation.
Reviewed by: re (scottl)
2003-11-15 03:58:12 +00:00
Bruce A. Mah
ff4cdfdcdb
New release notes: statfs(2), KAME updates.
...
Updated release note: DRM kernel modules import.
2003-11-15 02:19:46 +00:00
Jun Kuriyama
8a34b67a07
Fix ${LOCAL_PATCHES} (chdir was ignored).
2003-11-14 08:21:21 +00:00
Simon L. B. Nielsen
0ad79d2c04
Trim the dc(4) entries.
...
Reviewed by: bmah
2003-11-13 22:39:49 +00:00
Jun Kuriyama
4ece570dc5
Move cd9660 module from 3rd floppy to 2nd to unbreak release.
2003-11-12 08:08:16 +00:00
Tom Rhodes
fa61a6ff52
Help bmah out and add the ips(4) entity.
2003-11-11 19:20:13 +00:00
Bruce A. Mah
06c12112c9
MFCs noted: sendmail-8.12.10, tzdata2003d.
2003-11-10 16:27:53 +00:00
Bruce A. Mah
2da3337a41
Reorganize and trim devices from the aic(4), aha(4), ahb(4), and
...
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.
2003-11-09 23:42:51 +00:00
Simon L. B. Nielsen
5cedd9318c
Trim device entries for sym(4)/ncr(4).
2003-11-09 23:08:05 +00:00
Bruce A. Mah
0a24252410
Trim device entries for an(4), ray(4), and awi(4).
2003-11-08 23:16:43 +00:00
Bruce A. Mah
4191aa3f97
Trim the following device sections and refer to device lists in
...
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.
2003-11-08 17:38:11 +00:00
Yoshihiro Takahashi
8bdb7bde53
New notes for pc98: Pentium Pro and Pentium II workarounds, i386 interrupt
...
handling.
2003-11-08 01:17:08 +00:00
Bruce A. Mah
29e2fc2f5f
Use ufm(4) entity.
...
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.
2003-11-07 23:03:02 +00:00
Bruce A. Mah
0373534163
Add a driver manpage reference.
...
Discussed with: trhodes, rsm, imp
2003-11-07 16:30:44 +00:00
Bruce A. Mah
803fe7b41d
New release notes: i386 interrupt/SMP handling, RFC 3484 source
...
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).
2003-11-07 16:28:02 +00:00
Hidetoshi Shimokawa
0f7d82315a
Remove obsolete disklabel and newfs options.
2003-11-07 12:49:55 +00:00
Jun Kuriyama
ea10a1a30a
Remove "device acpi" from BOOTMFS kernel for boot floppy to unbreak the
...
release build.
2003-11-06 07:58:37 +00:00
Bruce A. Mah
74c343c410
Excise the xe supported devices from the hardware list and, instead,
...
make a link to the new xe(4) manpage.
2003-11-05 16:21:52 +00:00
Bruce A. Mah
59ecf4c83c
Use ubsa(4) manpage entity where appropriate.
2003-11-04 20:48:28 +00:00
Hideyuki KURASHINA
ae388cb722
Catch up with the English version:
...
1.184 -> 1.188 hardware/common/dev.sgml
2003-11-03 12:48:41 +00:00
Bruce A. Mah
0a46471721
Trim more devices from the hardware list: ida(4), ciss(4), iir(4),
...
ie(4).
2003-11-02 07:41:03 +00:00
Bruce A. Mah
df3ccb96d8
More trimmage of the hardware notes: sf(4), tx(4), wb(4), nge(4),
...
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.
2003-11-01 06:08:52 +00:00
Bruce A. Mah
98638bad8f
More trimming of specific device instances from the hardware notes to
...
reduce duplication of information from the manual pages: xl(4), cs(4),
ath(4), sbni(4), lmc(4).
2003-11-01 04:41:32 +00:00
Bruce A. Mah
df3321b578
Trim the hifn(4) device instances from the hardware list.
...
Add an entry for safe(4) crypto accelerators.
2003-11-01 00:57:33 +00:00
Bruce A. Mah
2a8a98c058
A grab bag of new (but overdue) release note items: dcons(4) and
...
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.
2003-10-31 16:58:43 +00:00
Ruslan Ermilov
875ec8bdcf
Combining "all" and "install" in one invocation is a very bad idea as
...
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.
2003-10-31 13:15:07 +00:00
Hiroki Sato
bbda0368ba
Merge the following from the English version:
...
1.183 -> 1.184 hardware/common/dev.sgml
1.640 -> 1.644 relnotes/common/new.sgml
2003-10-21 19:29:10 +00:00
Bruce A. Mah
c3af6250d0
Fix typo: s/dev_db/dev_mkdb/
...
Pointed out by: Michel Lavondes <fox@vader.aacc.cc.md.us>
2003-10-20 15:17:44 +00:00
Bruce A. Mah
ac42a2c196
The re(4) driver works on CURRENT/alpha.
...
Reported by: naddy@mips.inka.de (Christian Weisgerber) on alpha@
2003-10-19 18:35:40 +00:00
Bruce A. Mah
ffe837c393
Modified release notes: Fixed minor grammatical bugs in atkbd(4) bug
...
and safe(4).
2003-10-19 18:32:48 +00:00
Hiroki Sato
5834974f39
Modified release note:
...
Fix a typo in IP_ONESBCAST item.
MFC noted:
ipfw(4) limit rule processing fix.
2003-10-19 12:58:57 +00:00
Hiroki Sato
e51287e850
New release note:
...
Fix ipfw(4) limit rule processing.
2003-10-18 18:18:17 +00:00
Hiroki Sato
929f8c9699
Modified release note:
...
- Use multicast(4) and pim(4) hyperlink.
- Fix a wrong description in rfcomm_sppd(1) and
rfcomm_pppd(8) item.
2003-10-17 16:47:42 +00:00
Hiroki Sato
034d260750
New release note:
...
Bluetooth protocol stack update.
Based on report by: emax
Modified release note:
s|challenge/|challenge/response| in SA-03:15 item.
2003-10-16 17:16:24 +00:00
Hiroki Sato
f99468cf6c
Catch up with the English version and refine translation.
...
1.638 -> 1.640 relnotes/common/new.sgml
2003-10-15 17:08:33 +00:00
Hideyuki KURASHINA
1cf3888ee0
Refine translation.
...
Submitted by: Hiroo Ono <hiroo@oikumene.gcd.org>,
Hiroyuki CHIBA <clin@imasy.org>
References: [doc-jp-work 724, 726]
2003-10-15 15:42:31 +00:00
Hideyuki KURASHINA
e442b5e224
Modified release note:
...
Note MFC of sk(4) support for SK-9521 V2.0 and 3COM 3C940.
2003-10-15 12:27:52 +00:00
Hiroki Sato
6fc4a17da3
New release note:
...
- xe(4) driver update
- tzdata2003d update
2003-10-15 10:04:07 +00:00
Hideyuki KURASHINA
8f04170699
Catch up with the English version:
...
1.592 -> 1.638 relnotes/common/new.sgml
2003-10-14 08:27:39 +00:00
Hideyuki KURASHINA
abb86bf8a1
Close open parenthesis.
2003-10-14 05:36:36 +00:00
Hiroki Sato
094a5db41b
Use Japanese localized version of trademarks.ent.
2003-10-12 20:11:06 +00:00
Hideyuki KURASHINA
5e6a487b36
Fix a typo.
2003-10-12 09:08:54 +00:00
Hiroki Sato
36a6252a9b
Refine translation.
2003-10-12 08:54:10 +00:00
Hideyuki KURASHINA
a307eb3d01
Merge the following from the English version:
...
1.44 -> 1.55 errata/article.sgml
1.163 -> 1.183 hardware/common/dev.sgml
2003-10-12 04:42:33 +00:00
Hideyuki KURASHINA
e47af2ae15
Merge the following from the English version:
...
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
2003-10-11 12:01:24 +00:00
Hiroki Sato
aa91d1cb48
Use Japanese localized version of trademarks.ent.
2003-10-11 08:56:04 +00:00
Hiroki Sato
7ffba86d07
New release note:
...
amr(4) crashdump support.
2003-10-11 05:40:05 +00:00
Hiroki Sato
ca144d1ca4
New release note:
...
- sk(4) now supports SK-9521 and 3C940.
- libalias now supports Cisco Skinny Station protocol.
2003-10-10 18:36:52 +00:00
Hiroki Sato
64024d1cc8
Merge the following from the English version:
...
1.15 -> 1.16 early-adopter/article.sgml
Submitted by: Hiroo Ono <hiroo@oikumene.gcd.org>
2003-10-10 16:40:34 +00:00
Hiroki Sato
1d0ada8ae6
Merge the following from the English version:
...
1.11 -> 1.12 hardware/i386/proc-i386.sgml
Submitted by: Hiroo Ono <hiroo@oikumene.gcd.org>
2003-10-10 16:23:00 +00:00
Hiroki Sato
1255c9c0ba
New release note:
...
Heimdal 0.6.
2003-10-10 08:53:00 +00:00
Hiroki Sato
45f392d82c
New release note:
...
- hifn(4) 7955/7956 support.
- $ntpd_flags in /etc/defaults/rc.conf changed.
2003-10-09 16:20:28 +00:00
Hiroki Sato
89185ee435
Catch up with the English version:
...
1.1 -> 1.2 hardware/amd64/proc-amd64.sgml
Submitted by: Hiroo Ono <hiroo@oikumene.gcd.org>
2003-10-09 15:42:33 +00:00
Bruce A. Mah
47f84de788
Add a warning about the safe(4) driver's experimental status.
...
Submitted by: sam
2003-10-06 19:07:20 +00:00
Ruslan Ermilov
71c8601453
Correct the description of what the release.3 stage does nowadays.
2003-10-06 11:52:34 +00:00
Bruce A. Mah
67c976c18e
New errata: SA-03:15.
2003-10-06 04:20:26 +00:00
Bruce A. Mah
83026a7004
New release note: SA-03:15.
...
MFC noted: mount_msdosfs(8) -M.
2003-10-06 04:13:23 +00:00
Hiroki Sato
fa94ec29ff
Add a sentence forgotten in the previous commit.
2003-10-05 09:17:25 +00:00
Hiroki Sato
fc8d724c56
New release note: SA-03:18.
2003-10-05 08:17:53 +00:00
Hiroki Sato
a7d73c0e2d
New errata: SA-03:14, SA-03:17, SA-03:18.
2003-10-05 08:15:54 +00:00
Joe Marcus Clarke
d87866b1e2
Export PARALLEL_PACAKGE_BUILD to the environment as well to catch more
...
packages that should/should not be included on the first CD. This is needed
for the recent KDE space-saving change.
Approved by: re (bmah)
2003-10-03 16:48:36 +00:00
Bruce A. Mah
87f4183704
New release notes: LIBICONV, CD9660_ICONV/MSDOSFS_ICONV/NTFS/ICONV,
...
libkiconv, mount_cd9660(8)/mount_ntfs(8) -C, mount_msdos(8) -M,
mount_msdos(8) -D/-L.
While here, note that OpenSSL 0.9.7c was MFC-ed.
Submitted by: "R. Imura" <imura@ryu16.org>
2003-10-03 16:28:26 +00:00
Bruce A. Mah
28e8ab68e0
New release note: OpenSSL 0.9.7c.
2003-10-03 16:14:54 +00:00
Hiroki Sato
0708b127ae
Remove SA-03:16.
2003-10-03 14:53:06 +00:00
Hiroki Sato
b20c787da0
New release notes:
...
SA-03:14, 03:16, 03:17.
2003-10-03 14:49:04 +00:00
Max Khon
c4f02a891f
- Support for multibyte charsets in LIBICONV.
...
- CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options
(with corresponding modules).
- kiconv(3) for loadable charset conversion tables support.
Submitted by: Ryuichiro Imura <imura@ryu16.org>
2003-09-26 20:26:25 +00:00
Wilko Bulte
f018fde49c
Clarify SRM bootability on Alpha for DAC960.
2003-09-25 21:15:55 +00:00
Joe Marcus Clarke
1967e50940
Put x11-wm/sawfish2 and irc/xchat on CD 1 instead of sawfish and xchat.
...
Sawfish is gone, and xchat2 is more widely used these days since it is the
current stable release.
Approved by: re (murray)
2003-09-21 19:07:23 +00:00
Ruslan Ermilov
9c758be211
Make LOCAL_PATCHES accept multiple patch files, as its name suggests.
2003-09-21 06:33:14 +00:00
Bruce A. Mah
9586afbe64
New errata: SA-03:13.
2003-09-20 00:17:52 +00:00
Bruce A. Mah
43bfd49573
New release note: SA-03:13.
...
Modified release notes: GNOME 2.4, KDE 3.1.4.
2003-09-20 00:01:29 +00:00
Gregory Neil Shapiro
d63c8cc860
Add a release note for the sendmail 8.12.10 import
2003-09-19 23:23:55 +00:00
Ruslan Ermilov
807b65481b
Fix this script to produce working bootable floppies on 4.x.
2003-09-19 09:08:41 +00:00
Ruslan Ermilov
3fb6c17186
For boot floppies, build a lightweight version of loader(8)
...
without Forth support. Saves 28K of kern.flp and boot.flp
on i386.
Reviewed by: jhb
2003-09-19 09:06:15 +00:00
Yoshihiro Takahashi
98ebeeb7df
Enable DRM update note on pc98.
2003-09-18 09:27:31 +00:00
Bruce A. Mah
1b666ce56f
New release/errata note: SA-03:12.
2003-09-16 23:25:48 +00:00
Bruce A. Mah
251998aaee
New release notes: DRM update for 20030909, uart(4), ata(4) update
...
(ATAng), rtld(1) does libmap by default, symorder gone, sysinstall(8)
alternate MTA selection, GCC -pthread gone.
2003-09-14 18:20:24 +00:00
Yoshihiro Takahashi
9521a390b7
The re driver works on pc98 maybe.
2003-09-13 12:51:12 +00:00
Jun Kuriyama
c9f59b8c9e
Unbreak "make release" by moving bfe and re driver into 2nd floppy.
2003-09-12 08:20:47 +00:00
Bruce A. Mah
4172653c0b
Update for bfe(4) and re(4).
...
Trim my(4) cards and use manpage entity.
2003-09-11 16:03:46 +00:00
Bruce A. Mah
133146bec6
New release note: bfe(4).
...
Modified release note: Recent rl(4) additions were moved to the new
re(4) driver.
2003-09-11 16:00:51 +00:00
Simon L. B. Nielsen
322f54189b
- Use trademark entities.
...
- Add trademark attributions.
- Don't join trademarks with other words, e.g. using hyphens.
2003-09-08 14:53:02 +00:00
Simon L. B. Nielsen
51a257c0e5
Trim the twe(4) device list; the twe(4) manual page is more up-to-date.
2003-09-06 20:03:09 +00:00
Bruce A. Mah
a93c89d35b
New release notes: PIM support, amd-6.0.9, GNU Readline 4.3, GNU Sort
...
2.1, ISC DHCP client 3.0.1rc12.
2003-09-06 18:15:11 +00:00
Bruce A. Mah
fe191bffe6
Trim isp(4), vx(4), and stg(4) device lists.
2003-09-06 17:56:05 +00:00
Bruce A. Mah
14a815df92
Trim the device lists for tl(4), aue(4), and kue(4) after recent
...
manpage catchup updates. The nearby axe(4) and rue(4) lists appear to
be in sync with the manpages so trim those too.
2003-09-06 17:19:59 +00:00
Wilko Bulte
d73829d478
Onboard Adaptec SCSI HBAs are bootable on UP2000.
...
Obtained from: obrien
2003-08-31 12:21:10 +00:00
Wilko Bulte
f8b417d763
update UP2000 section with info gleaned from obrien's newly acquired
...
UP2000 dual 750MHz machine.
2003-08-29 19:43:08 +00:00
Bruce A. Mah
7d32371dbd
Trim ti(4) devices.
2003-08-25 04:31:26 +00:00
Bruce A. Mah
6a6eeb429a
Trim ep(4) devices.
2003-08-24 22:54:20 +00:00
Bruce A. Mah
44f3728d7a
Remove a duplicate copy of the fe(4) devices that somehow snuck in
...
here. Trim devices from the remaining fe(4) section as the manpage
now covers all of them.
While here, remove a comment that instructs developers on how to add
specific instances of devices, since we're moving away from that now.
2003-08-24 22:42:55 +00:00
Yoshihiro Takahashi
b1c21fcbfc
- i386 FPU emulation is removed on pc98.
...
- correct typo.
2003-08-23 05:42:03 +00:00
Bruce A. Mah
02e9dd244b
MFC noted: systat(1) IPv6.
2003-08-22 22:24:12 +00:00
Bruce A. Mah
300578885f
New release notes: No more i386 FPU emulation, atmconfig(8).
...
Update release notes: GCC-3.3.1 release.
2003-08-22 22:08:47 +00:00
Bruce A. Mah
e006178ab7
Use manpage entities for hme(4) and gem(4).
2003-08-22 17:36:14 +00:00
Bruce A. Mah
2afb17dae1
Trim vr(4) and cue(4) devices.
2003-08-21 21:49:09 +00:00
Bruce A. Mah
364f135f4d
New release notes: OFW_NEWPCI, IP_ONESBCAST, ffsinfo(8).
...
Modified release notes: Tweak rl(4) note and note MFC.
2003-08-21 17:52:08 +00:00
Bruce A. Mah
921d261c4d
Pull in trademark entity definitions.
2003-08-21 17:51:05 +00:00
Simon L. B. Nielsen
ba406a9425
Correct the device id's for the VIA Rhine III chips supported by the
...
vr(4) driver: VT86C105/VT86C105M -> VT6105/VT6105M.
Confirmed by: driver source code and VIA homepage
Reviewed by: bmah
MFC after: 3 days
2003-08-21 17:38:05 +00:00
Bruce A. Mah
0698b57374
New release note: WITH_DYNAMICROOT.
...
Modified release note: Fix up some typos and improve markup in
rescue(8) note.
2003-08-19 16:03:01 +00:00
Bruce A. Mah
a76984e64f
Add a bit of text saying that mentions of specific devices are
...
gradually going away.
2003-08-19 15:34:06 +00:00
Murray Stokely
0530edef90
Fix typo. It's 'bsdiff' not 'bsddiff'.
2003-08-19 05:48:08 +00:00
Murray Stokely
f8b27704c7
Add misc/bsdiff and security/freebsd-update to the list of desired
...
packages for disc #1 . These two packages take a combined total of
37kb of space so I think there should be room.
2003-08-19 05:45:49 +00:00
Bruce A. Mah
0a1acce85f
Whitespace cleanup of previous bt(4) commit. No content changes.
2003-08-19 05:21:25 +00:00
Bruce A. Mah
cece1a138b
Trim bt(4) devices and consolidate.
2003-08-19 05:19:50 +00:00
Bruce A. Mah
8d44087fc8
Move all the asr(4) entries together, no other content changes. These
...
should be consolidated.
2003-08-19 05:12:25 +00:00
Bruce A. Mah
3f3a4dfed3
Trim asr(4) device list; readers can get this from the manpage now
...
that it's up-to-date.
2003-08-19 05:08:21 +00:00
Bruce A. Mah
3ba682b624
Move aha(4) devices out of Adaptec-centric section to new paragraphs.
...
We didn't try to list all the variants so there isn't much shrinkage
here.
Remove list of supported mlx(4) devices; readers should get this
information from the manual page.
2003-08-15 22:50:25 +00:00
Bruce A. Mah
4bbe69aae4
Begin snipping out the lists of specific devices from the Hardware
...
Notes. These duplicate information that ideally should live in the
manual pages for individual drivers, and can easily become
out-of-date. (This in fact is already the case.)
Hypertext versions of the hardware notes already contain links to
on-line versions of the manual pages.
The first two drivers to get this treatment are amr(4) and aac(4).
Discussed on: doc@
2003-08-14 18:52:45 +00:00
Bruce A. Mah
5b1f9e22e5
New release note: twe(4) 3ware generic API (+MFC).
...
MFC noted: USB/Firewire quirks.
2003-08-12 00:51:28 +00:00
Bruce A. Mah
f3e3f8b91b
Enable dc(4) entries for sparc64. Add fatm(4), hatm(4), patm(4)
...
entries as appropriate.
2003-08-12 00:14:49 +00:00
Bruce A. Mah
ebaf375bc8
New release notes: swap_pager changes, ng_atmpif(4).
...
Modified release notes: locale(1) -m, -march=pentium4 re-enabled.
2003-08-12 00:12:52 +00:00
Bruce A. Mah
54f3bdcfde
Slightly rearrange some items in the kernel section (but don't change
...
their content).
2003-08-11 23:08:35 +00:00
Ruslan Ermilov
2d19d3a9b4
- Use the correct boot/boot1 and boot/loader files.
...
- Use the newfs command similar to that in doFS.sh.
Reviewed by: jake, jhb
2003-08-11 22:27:43 +00:00
Bruce A. Mah
129045e796
New errata: SA-03:09, SA-03:10.
...
Minor grammatical fixes to SA-03:08 item.
2003-08-11 15:54:29 +00:00
Bruce A. Mah
394bb3e431
New release notes: SA-03:09, SA-03:10.
2003-08-11 15:53:55 +00:00