Bruce A. Mah
cb4cb93f58
New release note: SA-04:02.
2004-02-06 21:36:48 +00:00
John Baldwin
13ff581d3d
- Use a stock loader with forth support on the boot floppies.
...
- Use the regular forth scripts including the stock device.hints file on
the boot floppies.
- gzip all the various text files on the boot floppy that are larger than
one sector to save on space.
- Generate a loader.conf to load the kernel, acpi.ko, and mfsroot making
use of the 'module_before' variables to prompt for a floppy to be entered
when required and use a stock loader.rc. This enables the beastie menu
on i386.
- PC98 has been changed to split the mfsroot for now so that the floppies
fit. When the PC98 bootstrap is updated to work with ELF files (which
needs to happen anyway), then SPLIT_MFSROOT can be turned off for PC98.
2004-02-03 22:05:55 +00:00
Bruce A. Mah
4d3410b485
Move recent devfs path rules note from userland section to kernel
...
section; update manpage entity reference appropriately.
Requested by: cperciva
2004-01-30 18:29:14 +00:00
Bruce A. Mah
5f05fcc8a2
New errata: SA-04:01.
2004-01-30 17:53:48 +00:00
Bruce A. Mah
175b5a83de
Argh. Fix SA-04:01 note so that it actually makes sense.
2004-01-30 17:50:35 +00:00
Bruce A. Mah
8e1a094907
New release notes: SA-04:01, devfs(8) rules work on directories,
...
libdisk fix for pc98, libpthread default, boot floppy overhaul.
Modified release notes: Rewrite Project Evil note.
2004-01-30 17:46:05 +00:00
Yoshihiro Takahashi
11e5ad6def
Update the MINIMALDOCPORTS variable.
...
- Add ports/Tools to get some scripts.
- Add missing dependency (print/ghostscript-gnu-nox11). [1]
- Remove unused ports (devel/bison and textproc/mkcatalog). [1]
Submitted by: jhay [1]
2004-01-30 14:10:24 +00:00
Hiroki Sato
eda20bd39b
Fix a typo[1] and merge from the English version:
...
1.59 -> 1.61 errata/article.sgml
Pointed out by[1]: Daisuke Takahashi <takaha@mue.biglobe.ne.jp>
References[1]: [doc-jp-work 828]
2004-01-30 05:42:22 +00:00
John Baldwin
d943f83bf0
- Tweak order of arch fs options to stick all floppy options together and
...
all MFS root options together and in the same order on all archs.
- Drop support for using the no longer existing 2.88 floppy image for CD
booting on i386 via the EMUL_BOOT variable.
- Use a stock loader on the boot floppy rather than one without forth.
- Force the gzip of the mfsroot in release.9 to succeed. This is useful
when doing lots of rereleases when testing floppy changes.
- If an acpi kernel module exists, stick it on the boot floppy and for
now always load it after the kernel.
2004-01-29 19:01:58 +00:00
Ruslan Ermilov
e45b43aad2
Two nits from rev. 1.835:
...
- Fixed spelling of NO_FLOPPIES to unbreak snapshot building on
architectures that don't support them (as installation source).
- Don't rely on CVS setting execution bits on the shell script.
(This is also consistent with the rest of this makefile.)
Reviewed by: jhb
2004-01-29 16:21:00 +00:00
Yoshihiro Takahashi
6ab88893be
The name of small boot floppy should be boot-small.flp to avoid conflicting
...
normal size floppy.
Reviewed by: jhb
2004-01-29 15:14:59 +00:00
Ruslan Ermilov
e99d38fece
- Removed more bitrot (the "while" loops).
...
- Factored out common parts of dofs_vn() and dofs_md().
2004-01-28 22:44:17 +00:00
Yoshihiro Takahashi
3d449c8bf6
Add gettext-old to the MINIMALDOCPORTS variable.
2004-01-28 14:51:38 +00:00
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