Ruslan Ermilov
e4bbcfbc42
MFi386: sort.
...
OK'ed by: nyan
2003-08-02 09:36:49 +00:00
Yoshihiro Takahashi
76c718b3e2
puc(4) printer also works on pc98.
2003-08-02 09:33:58 +00:00
Hiroki Sato
ece87aa70b
New release notes:
...
puc(4) printer support
em(4) support for tuning the interrupt delays
2003-08-02 09:00:50 +00:00
Bruce A. Mah
b48b87f9cd
New release notes: dhclient(8) -i, systat(1) ip6/icmp6, NO_FLOPPIES
...
for alpha/amd64/ia64.
2003-08-01 21:43:20 +00:00
Yaroslav Tykhiy
92fef529b2
MFC noted: arp(8) -i.
2003-08-01 13:46:22 +00:00
Ruslan Ermilov
6d44eb567d
From now on, Alpha releases will come with NO_FLOPPIES.
...
Approved by: consensus on freebsd-alpha
A replacement (miniboot.iso) is currently under development.
2003-07-31 07:28:58 +00:00
Ruslan Ermilov
eed31dc939
Revert last delta, sys/conf/kern.pre.mk,v 1.33 does the job.
...
OK'ed by: scottl
2003-07-31 07:13:54 +00:00
Ruslan Ermilov
74345a8f83
The -Os kernel build with GCC 3.3.1 also requires -fno-strict-aliasing
...
to survive.
Discussed with: bde
Tested on: i386 and pc98
2003-07-30 14:46:46 +00:00
Ruslan Ermilov
9b72ad91bf
Initialize the FIXCRYPTO, BINMAKE and related variables (that use
...
the != operator) only when needed.
This change allows me to check out the current version of release/
makefiles only (co -l) to /tmp/release, and use that directory to
build a release (supplying the correct WORLDDIR).
Without this, attempt to "make release" caused an endless fork bomb
while trying to evaluate FIXCRYPTO, and the only way I could get
away from this on a remote box was to "kill -INT 1", thanks to
tcsh(1) and its internal "kill" command.
2003-07-30 14:33:32 +00:00
Hiroki Sato
dc9fea182f
New release notes:
...
one-true-awk 29-Jul-2003 snapshot.
2003-07-30 08:36:16 +00:00
Ruslan Ermilov
f2eeb85de6
Embed a simplistic version of the dokern.sh script directly into
...
release/Makefile.
Reviewed by: marcel
The original patch also removed ia64/dokern.sh, but this was OBE.
2003-07-30 07:40:45 +00:00
Ruslan Ermilov
f8cc06bea8
Moved the MFS root floppies creation code from release.10 to
...
doMFSKERN (where it logically belongs).
2003-07-30 07:13:31 +00:00
Bruce A. Mah
90a33c8787
Fix grammar nits.
2003-07-29 21:20:44 +00:00
Ruslan Ermilov
0902bdbe14
Make IA64 a second port that comes with NO_FLOPPIES.
...
Reviewed by: marcel
2003-07-29 18:29:44 +00:00
Bruce A. Mah
0f6c92c144
New release notes: da(4) no-6-byte-commands, GNOME 2.2.2, KDE 3.1.3.
2003-07-29 15:48:06 +00:00
Hiroki Sato
f509c8644c
New release notes:
...
wi(4) suspend/resume bug fix
smbfs off-by-one error fix
Update hardware notes:
The 386SX is no longer supported.
2003-07-29 07:28:43 +00:00
Simon L. B. Nielsen
61860dd771
Move the rescue manpage, documenting the new rescue utilities in
...
/rescue, from section 7 to section 8. The old rescue.7 file has been
simply subjected to "cvs rm", as there is no history to preserve.
Update the release documentation accordingly.
Requested by: njl, ru
Most text by: Tim Kientzle <kientzle@acm.org>
Reviewed by: ru, doc@
Approved by: ceri (mentor)
2003-07-28 21:06:38 +00:00
Ruslan Ermilov
33040d38ab
Pacify src/tools/tools/release/chk_dokern.sh_and_drivers.conf.
2003-07-28 18:22:07 +00:00
Sebastien Gioria
4f8ecd3c19
Some Typos fix
2003-07-27 18:10:24 +00:00
Yoshihiro Takahashi
ce92afe1ec
Enable the safe, harp, hatm and patm driver documentations for pc98.
2003-07-27 14:08:54 +00:00
Simon L. B. Nielsen
5445ea75ce
The /rescue system is now enabled by default again, so remove note
...
saying that it is disabled.
Approved by: ceri (mentor)
2003-07-26 13:04:40 +00:00
Scott Long
2272d4a4cb
Bah, I go and get all preachy, and then commit from the wrong branch. Revert
...
the use of '-j8'.
Apologies to: ru
2003-07-26 06:47:40 +00:00
Scott Long
1263297ba1
Fix the release build with a forgotten '-f'.
2003-07-26 05:57:52 +00:00
Hiroki Sato
42203b623d
New release notes: bge(4) 5705 support.
...
Update release notes: rescue(7) man page.
MFC: safe(4).
2003-07-25 14:08:32 +00:00
Ruslan Ermilov
9dd993a7be
Make the PC98 small boot floppy usable again.
...
Spotted by: nyan
Reviewed by: nyan
2003-07-25 13:39:11 +00:00
Ruslan Ermilov
a3a2d24e9c
The RELEASE9 knob is now OBE.
...
OK'ed by: jhb
2003-07-25 08:55:51 +00:00
Ruslan Ermilov
3d610ec8a3
Moved the boot floppy generation code out from release.9 to release.10.
...
The release.9 target is now responsible only for generation of MFS root
file systems, that are built for all architectures, even those that do
not provide a floppy installation option. The release.10 target is now
responsible for creation of a set of boot, MFS root, and fixit floppies,
and the NO_FLOPPIES variable now affects only this target.
Also, replaced the FIXIT_TARGET variable with a check of whether the
*FIXITSIZE variables are present for a given architecture, similar to
how this is done when generating boot floppies.
Discussed with: jhb
2003-07-25 08:54:41 +00:00
Scott Long
fdbc83723d
Move the mlx driver back into the kernel so that the drivers floppy doesn't
...
overflow.
2003-07-25 00:10:33 +00:00
Mark Murray
98b2ae09c6
Get the correct set of cryptographically-infected binaries
...
automagically from the (secure|kerberos5)/Makefile:[KS]PROG.
2003-07-24 17:28:52 +00:00
Ruslan Ermilov
d3c93cef78
Replaced the hardcoded target names in the touch(1) commands with
...
${.TARGET}, to ease maintenance.
2003-07-24 13:45:05 +00:00
Ruslan Ermilov
6ebe96017d
Added the (undocumented) EMUL_BOOT variable (for TARGET=i386 only)
...
that causes the bootable ISO images to be created using the floppy
emulation (the old method) as opposed to the new "cdboot" method.
Only copy boot.flp to the 2nd CD-ROM if this variable is defined.
Reviewed by: murray
2003-07-23 20:53:37 +00:00
Ruslan Ermilov
00a7eeeb0e
Added the WORLDDIR variable (defaulting to ${.CURDIR}/..) that
...
points to a directory where "make buildworld" was run. Useful
for building 5.x snapshots on 4.x.
2003-07-23 14:40:51 +00:00
Ruslan Ermilov
1dae6ea919
Make NO_FLOPPIES really mean "no floppies", including not even
...
creating the "floppies" directory on FTP and CD-ROMs. Enforce
NO_FLOPPIES on amd64.
Tested for: amd64, i386 with -DNO_FLOPPIES
2003-07-23 12:12:53 +00:00
Ruslan Ermilov
c70692752f
Revert revision 1.788, and explain a bit the intent of having
...
the boot.flp image on the second CD-ROM.
Explained by: jhb
Desired by: vendors
2003-07-23 06:00:56 +00:00
Ruslan Ermilov
d3e8a78512
amd64 will not provide floppies.
2003-07-23 05:55:02 +00:00
Ruslan Ermilov
aebf3f7627
Do not define BIGBOOTSIZE and the friends for amd64; it serves
...
no useful purpose other than wasting CPU time in "make release"
creating useless boot.flp.
Desired by: peter
2003-07-23 05:53:52 +00:00
Ruslan Ermilov
51096483bc
/floppies/boot.flp is no longer necessary on bootable i386 CD-ROMs.
...
Forgotten by: jhb
2003-07-22 09:04:09 +00:00
Hiroki Sato
677b45dc1d
New release notes: safe(4).
2003-07-21 22:07:40 +00:00
Hiroki Sato
7d8b5aa2c1
New release notes: harp(4).
...
Updated release notes: patm(4) (use &man.patm.4;).
2003-07-21 20:31:13 +00:00
Hiroki Sato
4bb0aa7bc3
MFC: atkbd(4) bug fix.
2003-07-19 14:38:03 +00:00
Hiroki Sato
c5fc7612a1
Merge the following from the English version:
...
1.583 -> 1.592 relnotes/common/new.sgml
2003-07-19 08:36:38 +00:00
Hiroki Sato
ca49cf5aaf
New release notes: top(1) -H, mount(8)/umount(8) filesystem ID support.
2003-07-18 21:09:55 +00:00
Yaroslav Tykhiy
a146c97a8f
Correct a couple of slips: add a missing article at one point
...
and the plaintext word "option" after "</option>" at another.
2003-07-18 14:50:10 +00:00
Yaroslav Tykhiy
54c29df340
New release note: arp(8) -i.
2003-07-18 14:29:35 +00:00
Hiroki Sato
25153f2df6
New release notes: ipfw(8) -n flag, comma-separeted address lists.
...
MFC: ipfw(4) C++-style comment, rules in set 31.
2003-07-17 17:21:56 +00:00
Hiroki Sato
74304cd784
Some grammatical and markup fixes.
2003-07-16 12:24:22 +00:00
Hiroki Sato
788c11ba85
New release notes: ipfw(8), and atkbd(4) bug fix.
2003-07-16 10:37:12 +00:00
Hiroki Sato
38fa6bf3dc
Bump the version numbers used for man page reference.
2003-07-15 15:40:21 +00:00
Hiroki Sato
fc4e357d51
New release notes: hatm(4), patm(4).
...
Updated release notes: OpenPAM.
Remove references to rescue(7).
2003-07-15 15:39:52 +00:00
Hiroki Sato
57434d7dc3
New release notes: ACPI-CA 20030619.
2003-07-13 23:26:20 +00:00
Murray Stokely
cab203686d
Sort entries added in r1.43.
2003-07-13 07:20:24 +00:00
Tom Rhodes
81ada60e7e
Postfix, pcre, and Exim should be on the first CD in order for the recent
...
sysinstall(8) commit to function properly.
Discussed with: bmah (while the sysinstall(8) patch was sent to re).
2003-07-12 15:35:06 +00:00
Hiroki Sato
2ff553eb9e
New release notes: GCC 3.3.1-pre, new ipfw features, rarpd bug fix,
...
config.{guess,sub} in the ports infrastructure.
2003-07-12 07:41:39 +00:00
Hiroki Sato
45b2e6f2c9
Catch up with the English version:
...
1.582 -> 1.583 relnotes/common/new.sgml
2003-07-09 08:58:08 +00:00
Bruce A. Mah
e1377f6f55
MFC noted: chroot(8) -u/-g/-G.
2003-07-07 22:44:38 +00:00
Hiroki Sato
83a2d61525
Merge the following from the English version:
...
1.162 -> 1.163 hardware/common/dev.sgml
1.580 -> 1.582 relnotes/common/new.sgml
2003-07-04 15:39:29 +00:00
Hiroki Sato
ee2cd58c63
Add a missing </para>.
2003-07-04 15:23:47 +00:00
Ruslan Ermilov
eedbbe40d1
Fixed the last-minute bug I made in previous commit.
2003-07-04 14:39:17 +00:00
Ruslan Ermilov
5dc6311712
Fixed style bugs related to parentheses in Makefile.inc1.
...
Submitted by: bde
Fixed nearby bug: propagate the root Makefile's idea of
the appropriate "make" binary down to release/Makefile.
2003-07-04 14:27:06 +00:00
Bruce A. Mah
e6c92d4cc6
New release notes: mount_nwfs(8)/mount_portalfs(8)/mount_msbfs(8)
...
moved from /bin to /sbin, /rescue.
Updated release notes: lukemftpd-20030630.
2003-07-03 20:45:44 +00:00
Hiroki Sato
8792de80d2
Merge the following from the English version and some translation fixes:
...
1.41 -> 1.43 errata/article.sgml
2003-07-02 21:04:48 +00:00
Bruce A. Mah
94e7ccd17d
Add ath(4) devices. Also try to be more specific with respect to
...
what variant of 802.11 is supported by some other devices.
2003-06-29 01:12:57 +00:00
Bruce A. Mah
b20ea7bdbc
Start to fill in amd64 hardware notes based on info from peter.
...
Translators should be warned that this is somewhat of a moving
target, and so might want to consider holding off working on
this document.
2003-06-29 01:10:45 +00:00
Hiroki Sato
651532543f
Catch up with the English version:
...
1.159 -> 1.162 hardware/common/dev.sgml
2003-06-28 17:45:25 +00:00
Hiroki Sato
53a134d326
Merge the following from the English version:
...
1.5 -> 1.6 hardware/Makefile
(new) -> 1.1 hardware/amd64/Makefile
(new) -> 1.1 hardware/amd64/article.sgml
(new) -> 1.1 hardware/amd64/proc-amd64.sgml
1.4 -> 1.5 hardware/common/hw.ent
1.5 -> 1.6 relnotes/Makefile
(new) -> 1.1 relnotes/amd64/Makefile
(new) -> 1.1 relnotes/amd64/article.sgml
2003-06-28 17:38:02 +00:00
Hiroki Sato
6979dcfc1f
Merge the following from the English version:
...
1.575 -> 1.580 relnotes/common/new.sgml
2003-06-27 17:15:20 +00:00
Bruce A. Mah
850a2bd817
Commit amd64 MD release documentation stubs and hook up to the build.
...
Content will be filled in later as needed, but this should unbreak
the doc part of an amd64 release build.
Requested by: peter
2003-06-27 03:50:36 +00:00
Bruce A. Mah
577a1d0c4e
Actually, the 802.11 code was rewritten, not reorganized, by recent
...
commits.
Apologies to, and pointed out by: sam
2003-06-26 21:22:00 +00:00
Bruce A. Mah
32ce613809
New release notes: watchdog(4)/watchdogd(8), ath(4)/ath_hal(4),
...
802.11 reorg.
MFC noted: texinfo 4.6.
2003-06-26 21:01:08 +00:00
Ruslan Ermilov
01b198099c
MFRELENG_5_1: Default the release makefile to 5.1.
2003-06-26 11:23:36 +00:00
Ruslan Ermilov
d2ae13098f
Be laconic.
2003-06-26 11:21:04 +00:00
Peter Wemm
9be4e09089
For amd64, delete the IA32 option for the boot kernel since it needs
...
SYSV*, which is also removed.
2003-06-26 00:58:57 +00:00
Peter Wemm
2d7d81e9fb
Add amd64 support
2003-06-26 00:55:33 +00:00
Bruce A. Mah
2cc5b9fb22
New errata: Problems with upgrading msdos(5) mounts from RO to RW. [1]
...
While here, move PAE item from "late-breaking news" to "open issues".
Submitted by: tjr [1]
2003-06-24 17:58:22 +00:00
Luigi Rizzo
b7850636cd
comment out the 'sshd' entries as the image is now 1460KB
...
and does not fit into a floppy anymore (1403kb available).
There is not much you can do now except bumping up the image size
(by uncommenting the "fd_size=2880" line in ./config),
at which point you can uncomment sshd, the associated library,
and all the good stuff such as tcpdump and natd and ppp that
you might want on such a box.
A similar change should be applied to other picobsd image types.
2003-06-22 15:37:14 +00:00
Luigi Rizzo
5fe83c8acb
Make this compile again: we need to specify a scheduler,
...
and remove the count for devices "sc" and "atkbdc"
This change does not apply to RELENG_4.
2003-06-22 15:32:09 +00:00
Bruce A. Mah
96d8abf403
New release note: texinfo 4.6.
2003-06-21 00:04:11 +00:00
Bruce A. Mah
57e750b33d
New release notes: PAE panic fixed, bge(4) at 10 Mbps fixed,
...
GEOM_FOX, dev_db gone, local(1) reimplementation, ps(1) -H.
2003-06-20 23:13:23 +00:00
Bruce A. Mah
5b8c451048
New errata: PAE kernel panic.
...
Mostly submitted by scottl. Any errors are mine.
2003-06-20 21:07:05 +00:00
Bruce A. Mah
ba972000fb
Whitespace around last commit. Translators kindly ignore.
2003-06-17 20:06:13 +00:00
Bruce A. Mah
f8de220dca
Bring the matcd(4) driver back to the hardware notes.
2003-06-17 20:05:15 +00:00
Bruce A. Mah
a04fd905b2
New release notes: matcd(4), BIND 8.3.6, lukemftp 20030615.
...
Modified release notes: Mention the old OpenPAM version when noting
the update.
2003-06-17 20:01:49 +00:00
Hiroki Sato
25e43d5c74
Merge entries from maho's USB device compatibility list.
...
Obtained from: http://people.FreeBSD.org/~maho/USB/
2003-06-15 18:20:51 +00:00
Hiroki Sato
1356c67ebe
Merge the following from the English version:
...
1.158 -> 1.159 hardware/common/dev.sgml
2003-06-15 02:10:37 +00:00
Bruce A. Mah
a115467462
Add Belkin USB 2.0 High Speed Host Controller to the USB controller
...
list.
Note that this (and the very similar NEC uPD 9210) will attach with
the ehci(4) driver if available.
Submitted by: Adrian Colley <aecolley@spamcop.net>
2003-06-12 18:37:31 +00:00
Hiroki Sato
316b600c46
Catch up with the English version:
...
1.157 -> 1.158 hardware/common/dev.sgml
1.573 -> 1.575 relnotes/common/new.sgml
2003-06-11 21:08:52 +00:00
Hideyuki KURASHINA
52965bc29a
Merge the following from the English version:
...
1.38 -> 1.41 errata/article.sgml
2003-06-09 22:54:00 +00:00
Bruce A. Mah
995643c176
Grrr. We're going to maintain the present errata file until
...
5.2-RELEASE. Use SGML entity as we should for this version instead of
a hard-coded "5.1-RELEASE".
Pointed out by: se, ceri
2003-06-09 22:33:19 +00:00
Hideyuki KURASHINA
658529ca42
Merge the following from the English version:
...
1.156 -> 1.157 hardware/common/dev.sgml
2003-06-09 20:12:42 +00:00
Hideyuki KURASHINA
5986c51cb7
Fix some punctuation marks.
2003-06-09 19:39:12 +00:00
Bruce A. Mah
e3d7552bed
MFP4: First release notes for 5.1-CURRENT.
2003-06-07 17:46:28 +00:00
Bruce A. Mah
889a2bef63
MFP4: First errata items for 5.1-RELEASE.
2003-06-07 17:46:09 +00:00
Bruce A. Mah
0d7d990649
Update release documentation version numbers for 5.1-CURRENT.
...
Trim release documentation and errata. While here, put back
some conditional text in the errata that was removed during
5.0-RELEASE and never put back.
2003-06-07 17:38:18 +00:00
Yoshihiro Takahashi
9dc6f42671
Merged from RELENG_5_1: Don't use MUTEX_NOINLINE.
2003-06-07 08:26:19 +00:00
Bruce A. Mah
e3a4e9a0c9
Update hardware notes to reflect ahc and stg supported hardware.
...
Based on PR submission.
PR: 52426
Submitted by: Bob Bishop <rb@gid.co.uk>
2003-06-05 15:13:46 +00:00
Peter Wemm
c07665ebc0
TARGET_ARCH == amd64 also has /boot/mbr.
2003-06-04 22:24:43 +00:00
Marcel Moolenaar
d422eae9e8
Have the port readmes follow the same logic as buildworld. We skip
...
doing make readmes if /tmp/.skip_ports exists. This file is created
after a complete run, which avoids that we do the lengthy operation
again for a rerelease.
When NOPORTS or NOPORTREADMES are defined, we create the file prior
to starting the release.
2003-06-04 05:17:18 +00:00
John Baldwin
6fa3a9dd4f
Add some missing items to the make clean target.
2003-06-02 20:15:12 +00:00
Ruslan Ermilov
215640d59f
Keep entries sorted by floppy, type, and name.
2003-06-01 20:01:05 +00:00
Yoshihiro Takahashi
b2b8c0dde1
Add documents for the ct driver.
...
Submitted by: rushani
Approved by: re (jhb and bmah)
2003-05-30 11:24:00 +00:00
Hideyuki KURASHINA
21a74957de
Merge the following from the English version:
...
1.155 -> 1.156 hardware/common/dev.sgml
1.572 -> 1.573 relnotes/common/new.sgml
Approved by: re (bmah)
2003-05-29 00:10:11 +00:00
Hiroki Sato
3583c2fc5b
Merge the following from the English version:
...
1.36 -> 1.38 errata/article.sgml
1.553 -> 1.572 relnotes/common/new.sgml
Approved by: re (bmah)
2003-05-28 21:01:34 +00:00
Hiroki Sato
1328c5d350
- Fix to use the official vendor name (s/Melco/MELCO/).
...
hardware/common/dev.sgml
Pointed out by: rushani
Approved by: re (bmah)
- Fix a typo.
relnotes/common/new.sgml
Approved by: re (bmah)
2003-05-28 21:01:22 +00:00
Alexander Langer
8a6eb2f04d
MFbed: Translation updates: Sync with the English 5.1 relnotes.
...
Approved by: re (bmah)
2003-05-27 16:11:10 +00:00
Bruce A. Mah
7b97873655
Modified release note: Add missing word in rue(4) item.
...
Submitted by: murray
Approved by: re (implicitly)
2003-05-27 15:43:59 +00:00
Hideyuki KURASHINA
e2bc3704d3
Merge the following from the English version:
...
1.12 -> 1.15 early-adopter/article.sgml
1.143 -> 1.155 hardware/common/dev.sgml
1.5 -> 1.6 hardware/common/intro.sgml
1.9 -> 1.11 hardware/i386/proc-i386.sgml
1.2 -> 1.3 hardware/ia64/article.sgml
1.3 -> 1.7 hardware/ia64/proc-ia64.sgml
1.6 -> 1.7 share/sgml/release.dsl
Approved by: re (blanket)
2003-05-26 15:32:34 +00:00
Jun Kuriyama
723a084b88
Add textproc/opensp into $MINIMALDOCPORTS when openjade is used.
...
Reported by: scottl (by alpha building breakage)
Approved by: re (scottl)
2003-05-25 03:41:41 +00:00
Hiroki Sato
2f98a50b76
Merge some entries from maho's USB device compatibility list.
...
Approved by: re (bmah)
Obtained from: http://people.FreeBSD.org/~maho/USB/
2003-05-24 18:50:20 +00:00
Bruce A. Mah
9aac2345ef
Flesh out the libkse note a bit. Source material kindly provided by
...
deischen, any inaccuracies are mine.
Approved by: re (implicitly)
2003-05-23 20:10:46 +00:00
Bruce A. Mah
f0e53e36ca
I'm lost in a maze of twisty little tunables, all different.
...
The ACPI-disabling hint goes into device.hints, not loader.conf.
Pointed out by: njl
2003-05-23 17:27:32 +00:00
Bruce A. Mah
ebef34e84b
Add some hopefully helpful notes about ACPI.
...
Approved by: re (implicitly)
Reviewed by: imp
2003-05-23 16:37:23 +00:00
Hiroki Sato
384e8e93c1
Move ($create-refentry-xref-link$) to the language-neutral place
...
and add entities &release.manpath.*; for man.cgi's manpath=XXX.
Approved by: re (bmah)
2003-05-23 10:30:27 +00:00
Bruce A. Mah
47e5e405b1
Modified release note: Note code generation problems with the base
...
system GCC using -march=pentium4, and the local workaround in our
Makefile infrastructure.
Approved by: re (implicitly)
2003-05-23 00:02:10 +00:00
Bruce A. Mah
fabf3816c2
Correctly tag some on-board Ethernet devices with the right
...
architecture.
Approved by: re (implicitly)
2003-05-22 23:22:59 +00:00
Bruce A. Mah
7c7f55e495
Note a puc(4) device that works on ia64.
...
Submitted by: Jim Brown <jpb@sixshooter.v6.thrupoint.net>
Approved by: re (implicitly)
2003-05-22 23:19:01 +00:00
Bruce A. Mah
fcfbfec0d4
Add more ia64 device information, in a section similar to that for
...
FreeBSD/alpha. Heavily hacked version of a diff that was...
Submitted by: Jim Brown <jpb@sixshooter.v6.thrupoint.net>
Approved by: re (implicitly)
2003-05-22 23:14:52 +00:00
Bruce A. Mah
ea0257d172
Enable some devices on ia64. Based on patch that was...
...
Submitted by: Jim Brown <jpb@sixshooter.v6.thrupoint.net>
Approved by: re (implicitly)
2003-05-22 22:40:22 +00:00
Bruce A. Mah
386024a294
Mark a couple of instances of onboard NICs as i386-only.
...
Approved by: re (implicitly)
2003-05-22 17:25:24 +00:00
Bruce A. Mah
91665c5c32
Add a link to the FreeBSD/ia64 project. Maybe should do this for
...
other platforms that have their own project pages too?
Based on a patch that was:
Submitted by: Jim Brown <jpb@sixshooter.v6.thrupoint.net>
Approved by: re (implicitly)
2003-05-22 15:51:45 +00:00
Bruce A. Mah
987e1d368f
Update the abstract to be somewhat more helpful. Based on a patch
...
that was...
Submitted by: Jim Brown <jpb@sixshooter.v6.thrupoint.net>
Approved by: re (implicitly)
2003-05-22 15:42:50 +00:00
David E. O'Brien
5da30ee2ba
Remove alpha-specific floppy build target for now.
...
Approved by: re(jhb)
2003-05-21 21:19:54 +00:00
Bruce A. Mah
284b8787bf
Modified release note: kde-3.1.2.
...
Approved by: re (implicitly)
2003-05-20 04:03:29 +00:00
Scott Long
9f61ec8fdb
Move the isp driver back to the alpha BOOTMFS kernel, and trim the size
...
of inodes for the alpha driver floppy. With this patch, alpha actually
built a full release!
Submitted by: ru
2003-05-20 01:46:09 +00:00
Bruce A. Mah
95380837fd
Add some whitespace and rewrap. Translators can ignore this.
...
Approved by: re (implicitly)
2003-05-19 22:15:17 +00:00
Bruce A. Mah
e458b928b2
Wording tweak: There is no separate ia64 SMP development branch.
...
Approved by: re (implicitly)
2003-05-19 22:14:19 +00:00
Bruce A. Mah
29e3236f73
A real ia64 processor section.
...
Submitted by: Jim Brown <jpb@sixshooter.v6.thrupoint.net>
Approved by: re (implicitly)
2003-05-19 22:12:56 +00:00
Marc Fonvieille
fa380516e8
Use of manual page entity for ehci(4).
...
Request from: bmah
2003-05-19 21:32:45 +00:00
Marc Fonvieille
56fa8b311f
Use of manual page entity for ehci(4).
...
Approved by: re@ (bmah@)
2003-05-19 21:30:09 +00:00
Juli Mallett
a4b4ec9905
For EXT*DIR, use -H in addition to -R, so that a symlink may be
...
used in the EXTSRCDIR case, for example, if one finds it useful
to symlink /usr/src to an actual source tree, and use /usr/src
as the EXTSRCDIR.
This has no effects on release builds not using external directories.
Reviewed by: ru
Approved by: scottl (re)
2003-05-18 19:34:03 +00:00
Scott Long
b5568efe33
Enable the MUTEX_NOINLINE option for the BOOTMFS kernel for ia32, pc98, and
...
alpha. This shaves 36-50k off of the compressed kernel size.
Submitted by: jhb
2003-05-18 03:52:22 +00:00
Ruslan Ermilov
5795760c45
disklabel(8) is spelled bsdlabel(8) or sunlabel(8) these days.
...
Also make sure bsdlabel(8) (along with the disklabel(8) compat
link) still appear on the fixit floppies of platforms that use
it natively (alpha, i386, and pc98).
Approved by: re (scottl)
2003-05-17 19:16:28 +00:00
Wilko Bulte
a393c385c4
Make the Alpha floppies fit. At least we can build a release now.
...
Patch kindly provided by: obrien
2003-05-17 11:58:28 +00:00
Ruslan Ermilov
f7d341e06d
Revision 1.49 broke snapshot building on older systems.
...
Approved by: re (scottl)
2003-05-16 13:59:12 +00:00
David E. O'Brien
0865cf03b8
Fix typo in rev 1.69. Also clarify a line.
...
Submitted by: ru
2003-05-15 01:28:39 +00:00
David E. O'Brien
28abeaf93a
Remove the Firewire driver from the install kernel.
2003-05-14 16:01:02 +00:00
David E. O'Brien
ab001085b1
Push tl(3) [TI ThunderLAN] from the mfsroot to the driver floppy.
2003-05-14 15:38:44 +00:00
Bruce A. Mah
a8602b99be
New release/hardware notes: ips driver.
...
Approved by: re (implicitly)
2003-05-13 18:15:28 +00:00
Wilko Bulte
4680667e8d
The alpha drivers floppy is overflowing. Remove firewire support,
...
which is not common on Alpha anyway. Time to have > 1 driver floppy it
appears.
Approved by: re (murray)
2003-05-12 13:12:08 +00:00
Scott Long
d076c51599
Move the em driver from flopp3 to floppy 2 to make room for the ips driver.
2003-05-12 02:40:24 +00:00
Scott Long
b8e41b4b89
The ips ServeRAID driver can go on the driver floppy.
2003-05-11 06:42:09 +00:00
Bruce A. Mah
5d8568224e
No vga(4) on pc98.
...
Submitted by: nyan
Approved by: re (implicitly)
2003-05-10 16:30:56 +00:00
Bruce A. Mah
0748ca59e0
Flesh out information on pointing devices and add some manpage
...
cross-references for keyboards. Add a mention of VGA video cards, and
pointers to XFree86 where appropriate.
PR: 43410
2003-05-09 23:14:02 +00:00
Scott Long
efdfe5688b
The disc1 package set has overfilled the disc. Axe linux-netscape-navigator-4.8
...
to free up space. linux-netscape-communicator-4.8 remains and is a superset of
the former for those who are stuck are the 1990's =-)
2003-05-09 09:41:18 +00:00
Bruce A. Mah
3b70c1d701
Whitespace cleanup of previous commit. Translators can ignore this.
...
Approved by: re (implicitly)
2003-05-08 22:31:00 +00:00
Bruce A. Mah
1a806a7a29
New release notes: New newsyslog(8) features.
...
Submitted by: gad
Approved by: re (implicitly)
2003-05-08 22:29:28 +00:00
Bruce A. Mah
b082d39489
Try to reflect the current state of disklabel (removed) and the
...
recently-activated bsdlabel(8).
2003-05-08 21:09:39 +00:00
David E. O'Brien
65162a6169
release.9 has become the biggest festering pile of spaghetti s(*^% code.
...
Duplicate the target for Alpha so I can start hacking and slashing bits out.
Approved by: re(blanket to make Alpha build)
2003-05-08 03:25:17 +00:00
David E. O'Brien
beb2f0f52e
Back out rev 1.63. Things in this file should be in the same order as in
...
GENERIC. This greatly simplifies the hunting for the next thing to kill.
Approved by: re(blanket as alpha re-builder)
2003-05-07 18:12:38 +00:00
Bruce A. Mah
713ed07eeb
New release notes: Kerberos 5 built by default, krb5 distributed
...
folded into crypto.
Submitted by: markm
Approved by: re (implicitly)
2003-05-07 04:15:57 +00:00
Bruce A. Mah
cdb16a3551
Version number bump: We're at 5.1-BETA now.
...
Note that the previous commit message for this file should have read:
"4.8-RELEASE is the latest release from the 4-STABLE branch." [1]
Pointed out by: Stijn Hoop <stijn@win.tue.nl> [1]
Approved by re (implicitly)
2003-05-06 21:30:16 +00:00
Bruce A. Mah
d7ec3291cb
Update supported architectures, use &unix; where appropriate, more
...
majordomo->mailman fixes, other misc. updates.
Approved by: re (implicitly)
2003-05-06 20:01:07 +00:00
Bruce A. Mah
a0591bbe96
4.8-RELEASE was the last release from the 4-STABLE branch.
2003-05-06 19:58:10 +00:00
Wilko Bulte
eda2e7d951
correct CPU speeds for Rawhide
2003-05-05 17:45:19 +00:00
Mark Murray
dbf104e68d
Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra
...
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
2003-05-05 07:58:44 +00:00
Murray Stokely
98f15514b4
Move the setting of the BOOTABLE flag outside of .if MAKE_ISOS so that
...
bootable CDs can still be created if the iso.1 target is called
directly.
PR: misc/47191
Submitted by: Joost Bekkers <joost@bps.jodocus.org>
MFC after: 1 week
2003-05-05 05:29:10 +00:00
Scott Long
96b040863a
Revert rev 1.78 of dokern.sh. The ncv, stg, and nsp drivers aren't
...
specific to pc98, and it looks like space on the kernel floppy isn't
as tight as it was.
2003-05-05 02:04:55 +00:00
Wilko Bulte
61c7d26dfc
Add more detail on CPUs to AS4100 section based on some experimentation.
...
Minor misc. wordsmithing
2003-05-04 20:25:53 +00:00
Yoshihiro Takahashi
8c78720918
KSE is useful for pc98.
2003-05-04 02:02:48 +00:00
Bruce A. Mah
bc81561d23
Add rue(4) devices.
2003-05-03 23:47:21 +00:00
Bruce A. Mah
ad947d4aaf
New release notes: rue(4), MI passwd databases, libkse.
...
Modified release notes: Update DRM note and move from kernel section
to contrib section, add arch attribute for libthr note.
2003-05-03 23:46:28 +00:00
Bruce A. Mah
d9c32632b9
Fix whitespace nit...no content changes.
2003-05-03 22:18:49 +00:00
Bruce A. Mah
6b7999495b
Update "boilerplate", fix wording and markup of some notes.
2003-05-03 22:18:24 +00:00
Bruce A. Mah
f5ad57db26
General update of the Early Adopter's Guide. Too many changes to
...
list here, but they basically fall into two categories: 1) Make
the document less 5.0-centric (and more applicable to the state of any
5.X before the RELENG_5 branch) and 2) Update for the current state of
5.X, in anticipation of re-issuing this document as a part of the 5.1
release documentation.
2003-05-03 22:14:55 +00:00
Scott Long
ce0d74671b
Use UFS1 for the floppies instead of UFS2
2003-05-03 19:23:10 +00:00
Doug Barton
7fe19d63ec
Slightly tweak the rc update text, since things changed slightly after
...
I sent the first draft to Bruce. Remove rc.sendmail from the list, since
it was a mistake on my part to remove it from the base, which I've now
corrected. Add the rc.${MACHINE_ARCH} for arch's besides i386.
While I'm here, do a completely trivial re-capitalization of rcNG. :)
Thanks to Bruce for cleaning up my humble first draft.
2003-05-03 09:44:25 +00:00
Scott Long
2163f9d31b
pc98 has it's own release subdir, so it's safe to remove the stg, ncv, and
...
nsp drivers from the i386 floppies.
Suggested by: bmah
2003-05-02 17:47:08 +00:00
Bruce A. Mah
176a983717
New release notes: ata(4) flushing on shutdown, mergemaster(8) -P,
...
old rc scripts gone, texinfo 4.5.
Updated release notes: OpenPAM Dianthus.
2003-05-02 16:28:45 +00:00
Bruce A. Mah
6140afa7ab
Add SATA Promise controllers to ata(4) section.
2003-05-01 19:11:08 +00:00
Bruce A. Mah
ad80d02689
New release notes: ata(4) support for Promise SATA devices, CAM
...
supports huge devices, iir(4) update.
Other changes: Add some <replaceable></replaceable> tags where
appropriate.
2003-05-01 19:09:54 +00:00
Bruce A. Mah
48b1a8fa2d
New release notes: ACPI-CA 20030228, groff 1.19, tzdata2003a.
2003-05-01 15:08:10 +00:00
Mark Murray
bb7f32f06a
KerberosIV removal. Also crunch down the "krb5" distribution into
...
"secure".
2003-04-30 17:54:19 +00:00
Mark Murray
eb03707082
We no longer have KerberosIV. Remove it here also.
2003-04-30 17:50:08 +00:00
Hiroki Sato
635d81b2c6
Unbreak the build.
2003-04-29 20:39:38 +00:00
Hiroki Sato
785892eaf4
Unbreak the build.
2003-04-29 18:27:38 +00:00
Tom Rhodes
d9c55499e2
Add an item about the majordomo to Mailman change.
...
Discussed with: bmah
2003-04-29 17:44:37 +00:00
Tom Rhodes
667c974f0a
Whitespace commit.
2003-04-29 17:04:48 +00:00
Tom Rhodes
bde5d00495
Update majordomo > mailman at this location also.
...
Requested by: bmah
2003-04-29 17:02:01 +00:00
Bruce A. Mah
0e826b41d9
New release note: tw(4) removal.
...
Also remove from hardware notes.
2003-04-29 03:33:39 +00:00
Wilko Bulte
834515d2fe
Triggered by obtaining a Rawhide for my machine farm add some more detail to
...
it's section. More to come later.
2003-04-28 20:04:31 +00:00
Hiroki Sato
78b34d027c
Merge the following from the English version:
...
1.136 -> 1.143 hardware/common/dev.sgml
1.5 -> 1.9 hardware/i386/proc-i386.sgml
2003-04-26 19:48:15 +00:00
Hiroki Sato
a671e8dbb1
Merge the following from the English version:
...
1.33 -> 1.36 errata/article.sgml
2003-04-26 19:20:59 +00:00
Hiroki Sato
2d92ed25ce
Merge the following from the English version:
...
1.524 -> 1.553 relnotes/common/new.sgml
2003-04-26 19:13:00 +00:00
Hiroki Sato
5950a4a531
Add a missing </para>.
2003-04-26 19:07:33 +00:00
Murray Stokely
cd56a34687
Add some missing entries here. Sort an existing entry properly. This
...
allows "make release" to find all of the documentation related ports
it needs if you build a release with NOPORTS. This should be moved to
within the port Makefile so we don't have to keep it updated in two
different places.
PR: docs/51305
2003-04-26 07:31:43 +00:00
Jake Burkholder
90d1947ebc
Mention PAE support.
...
Reviewed by: bmah
Sponsored by: DARPA, Network Associates Laboratories
2003-04-25 18:51:29 +00:00
Bruce A. Mah
3bae8e024d
Whitespace fix up, no content changes. Translators can ignore this.
2003-04-25 15:13:18 +00:00
Bruce A. Mah
0b9279d8e3
Update HTT support text.
2003-04-25 15:12:21 +00:00
Bruce A. Mah
477dd32fb5
s/filesystem/file system/
...
s/bootloader/boot loader/
I hate search and replace sweeps like this as much as anyone else, but
in each case I used both alternatives within a single document, so I'm
trying to enforce some internal consistency.
2003-04-25 14:42:53 +00:00
Bruce A. Mah
1d3b6ec454
New release notes: i386 boot loader 1.5TB limit, OpenSSH 3.6.1p1.
...
Modified release notes: Add note about 1.5TB limit to sysinstall note.
2003-04-25 14:37:56 +00:00
Johan Karlsson
95754e2fc1
New release note: chown(8)/chgrp(1) -v -v.
2003-04-25 09:58:52 +00:00
Jun Kuriyama
ef812d2f36
Removing comment in some text files for fixit floppy overflow.
...
Approved by: re (murray)
2003-04-25 06:08:11 +00:00
Yoshihiro Takahashi
7dfdab9659
axe(4) works on pc98 maybe.
2003-04-23 10:46:00 +00:00
Ruslan Ermilov
c9030dc84d
Presumably fix sparc64 "make release". (The breakage was due to
...
sunlabel(8) no longer being linked to disklabel(8).)
Reviewed by: phk
2003-04-23 09:01:35 +00:00
Bruce A. Mah
d7c9b045d4
Add first axe(4) devices.
2003-04-22 22:41:53 +00:00
Bruce A. Mah
0ed2935b68
New release notes: axe(4), newfs(8) -O2 default, sysinstall UFS2
...
default (i386,alpha,sparc64,ia64).
2003-04-22 22:40:57 +00:00
Hidetoshi Shimokawa
18321f9a37
add FireWire drivers.
2003-04-22 07:57:20 +00:00
Ruslan Ermilov
ca7b358a91
Removed mount_devfs from progs since there is no "mount_devfs"
...
source directory (it's spelled mount_std nowadays), so it was
a no-op anyway, and DEVFS is now the default.
2003-04-21 19:14:32 +00:00
Murray Stokely
2f693ac3c9
axe is commented out in GENERIC on pc98, so this wasn't needed.
...
Pointed out by: Takahashi Yoshihiro <nyan@jp.FreeBSD.org>
2003-04-21 00:57:25 +00:00
Murray Stokely
e45f7f07a9
Move Bill Paul's new axe driver module to floppy disk 3 on i386 and
...
alpha, disk 2 on pc98, and keep it in the boot kernel for sparc64.
2003-04-21 00:10:26 +00:00
Bruce A. Mah
615f095030
Add an errata item pointing out a filename typo in the 5.0 release
...
notes.
Pointed out by: "David G. Andersen" <dga@lcs.mit.edu>
2003-04-20 06:17:31 +00:00
Bruce A. Mah
6c0ba0d0e8
Fix typo: s/5.0-STABLE/5.0-CURRENT/
...
Pointed out by: scottl
2003-04-19 18:40:23 +00:00
Bruce A. Mah
974855ae3c
New release notes: LAZY_SWITCH, new docs and translation team.
...
Modified release notes: Rewrite HTT note to conform to reality, fix a
couple of typos referring to options directives [1], add missing words
in gdtoa note.
MFC noted: sbsh(4).
Inspired by: bde message <20030420022510.O16869@gamplex.bde.org> to
current@ [1]
2003-04-19 17:57:14 +00:00
Bruce A. Mah
10a33cc2a8
Fix minor whitespace glitch. Translators can ignore this.
2003-04-19 17:09:09 +00:00
Bruce A. Mah
85030e713b
Add an entry for ehci.
2003-04-19 06:17:33 +00:00
Bruce A. Mah
5c8b5d24dc
New release notes: NSS modules, port distfile refetches.
2003-04-19 06:11:37 +00:00
Yoshihiro Takahashi
32d9e2d216
The ehci driver works on pc98.
2003-04-19 01:26:29 +00:00
John W. De Boskey
9327e08b68
continuation not needed
2003-04-18 02:30:40 +00:00
Bruce A. Mah
e24d5d036e
New release notes: ehci, pam_chroot(8), uudecode(1)/b64decode(1) -r,
...
vmstat(8) -f, gdtoa 20030324, lukemftpd 20030122, pkg_create(1) -C
conflict checking.
2003-04-17 15:43:59 +00:00
John Hay
cde488d3a7
Move the ex, ie, plip and sl drivers to drivers.flp, so that kern.flp
...
fit again.
2003-04-17 06:06:54 +00:00
John Hay
20f99829c3
NO_COMPAT_FREEBSD4 is no more.
2003-04-17 06:04:44 +00:00
Bruce A. Mah
cb82f4c20e
Update puc(4) supported hardware.
...
PR: 50928
Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
2003-04-16 16:04:05 +00:00
Ruslan Ermilov
a07872b53c
Don't play with MAKEFLAGS in one other place too; it's dangerous.
2003-04-15 09:54:19 +00:00
Ruslan Ermilov
2d1cc5928b
Fixed dofs_vn(): previous revision ran ``rm -f /dev/*vnn*'' too early.
2003-04-15 09:14:14 +00:00
Ruslan Ermilov
10646d5f83
Makefile.inc1 rev. 1.341 broke release.5 -- the fuss with MAKEFLAGS
...
here interferenced with one in Makefile.inc1. Since we can't avoid
the jugglery in Makefile.inc1 (we want -m /usr/src/tools/build/mk
to come first, before any other -m specified on the command line),
avoid it here.
Reported by: imp
2003-04-15 06:36:38 +00:00
Bruce A. Mah
9f91fdaf6b
Add sbsh(4) entry.
2003-04-13 19:15:30 +00:00
Bruce A. Mah
dc0a1928da
New release notes: sbsh(4), mixer(8) relative adjustments,
...
mount_nfs(8) noinet4/noinet6, usbhidaction(1), xargs(1) -o.
2003-04-13 19:15:08 +00:00
Yoshihiro Takahashi
719966d60d
The pcspeaker was for pc98.
2003-04-13 01:16:16 +00:00
Bruce A. Mah
6fe5445288
New release notes: MADV_PROTECT, vpd(4), DIRECTIO,
...
pcspeaker.ko/atspeaker.ko -> speaker.ko, pkg_info(1) -b, pkg_info(1)
-Q, removal of obsolete upgrade mechanisms.
2003-04-12 16:38:33 +00:00
Bruce A. Mah
fc5738c0d3
Modified release notes: GNOME 2.2.1, KDE 3.1.1a.
2003-04-12 15:21:10 +00:00
Bruce A. Mah
a0f2509c9f
Whitespace cleanup from the sect3->sect2 reorg.
...
Translation teams can ignore this.
2003-04-12 15:18:52 +00:00
Bruce A. Mah
30709a2a94
Add id attributes for all sect2 and sect3 sections.
2003-04-12 15:13:26 +00:00
Bruce A. Mah
bab2e18fa0
Slight reorganization of the release notes: Make the contributed
...
software section and ports/packages infrastructure section be sect2
level sections (instead of sect3 under userland). Combine the
kernel/contributed and userland/contributed entries into the new sect2
contributed section.
The main point of doing this is that the distinction between kernel
and userland is largely irrelevent for contributed software, and
doesn't apply well to things such as IPFilter and KAME, which have
both kernel and userland components.
2003-04-12 15:07:04 +00:00
Bruce A. Mah
7842e8b37b
fxp(4) works on sparc64.
2003-04-11 03:00:08 +00:00
Jake Burkholder
d19d8c8753
Mention DARPA and Network Associate Laboratories.
...
Sponsored by: DARPA, Network Associates Laboratories
2003-04-11 02:53:49 +00:00
Bruce A. Mah
eb9a5ddf51
Put the MAKEDEV item in correct alphabetical order.
2003-04-11 00:51:15 +00:00
Bruce A. Mah
aac302c75e
New release notes: PAE, diskinfo(8), jail(8) -i, jexec(8), jls(8),
...
killall(1) -j, mount(8)/umount(8) -F, rtld(1) dynamic mapping and
libmap.conf(5), 1:1 threading.
Modified release notes: Use wlan(4) manpage hyperlink.
2003-04-11 00:50:33 +00:00
Murray Stokely
046f71c082
Add a note about MAKEDEV / devfs.
...
PR: docs/48038
2003-04-07 11:20:24 +00:00
Murray Stokely
75ea4f411b
Update wording about future 4.X releases now that 4.8 is out the door.
2003-04-07 11:15:14 +00:00
David Malone
fa25e61082
Don't forget to send the Content-length header after calculating it.
...
PR: 29725
Submitted by: Eugene Grosbein <eugen@svzserv.kemerovo.su>
2003-04-05 17:15:38 +00:00
David Malone
cda5ba2ceb
More warns cleanups and misc cleanups:
...
1) Make fetch_mode a pointer 'cos we can just use the optarg.
2) Constness.
3) Add/complete prototypes.
4) Change an int to a socklen_t.
5) Don't use C++ style comments.
6) Check return values from read and fork a little more carefully.
7) Avoid closing an uninitialised int.
8) Get rid of unneeded extern declarations.
2003-04-05 15:27:27 +00:00
Bruce A. Mah
85fcc22cf6
Fix typo: On the relevant architectures, floppy drives are handled by
...
the fdc(4) driver, not the fd(4) file descriptor files.
Submitted by: Peter B <pb@ludd.luth.se>
MFC after: 1 week
2003-04-03 21:23:31 +00:00
Ruslan Ermilov
9e7ea7cc66
Removed redundant lines.
...
Noticed by: obrien
2003-04-01 19:59:30 +00:00
Bruce A. Mah
6a37003ce4
Release errata can also contain information uncovered late in the
...
release cycle (after the release notes are closed). Note this fact.
2003-03-31 18:12:56 +00:00
Bruce A. Mah
40b2ec8fec
New release notes/errata: SA-03:07.
...
Submitted by: gshapiro
2003-03-31 17:38:18 +00:00
Ruslan Ermilov
0894276077
Trace command execution. Grammar and spelling.
2003-03-31 12:41:27 +00:00
Ruslan Ermilov
99f0879155
NODEVFS cleanup: don't bother with MAKEDEV.
2003-03-31 12:35:26 +00:00
Ruslan Ermilov
51df6fdf37
Unmount the file system and detach an underlying memory disk even
...
if the script fails somewhere in the middle.
Prodded by: phk
2003-03-31 12:29:31 +00:00
Ruslan Ermilov
0dbc5e389c
Revert revision 1.639 -- the "nodev" mount(8) option restriction
...
does not apply to ${CHROOTDIR} file system since revision 1.712.
2003-03-31 11:46:49 +00:00
Ruslan Ermilov
dbc9acf4e4
Strip the .comment section out from the BOOTMFS kernel.
2003-03-31 11:16:53 +00:00
Bruce A. Mah
ce6a61aaa0
Modified release note: sendmail-8.12.9.
...
Submitted by: gshapiro
2003-03-30 06:02:40 +00:00
Bruce A. Mah
e2fd179f58
Typo fixes. Translators can probably ignore these.
...
Submitted by: ispell(1)
2003-03-28 18:22:23 +00:00
Bruce A. Mah
d0fec20c3d
New release notes: adduser(8) -g, gstat(8), omshell(1)/dhcpctl(3).
2003-03-28 18:14:54 +00:00
Jimmy Olgeni
d220d24cd1
Whitespace: wrap paragraph before column 80 (no content changes).
...
Approved by: bmah
2003-03-25 20:21:20 +00:00
Jimmy Olgeni
da5bd0dca8
Some spelling fixes.
...
Approved by: bmah
2003-03-25 20:18:37 +00:00
Jimmy Olgeni
6621f104c1
Remove trailing whitespace.
...
Approved by: bmah
2003-03-25 20:17:31 +00:00
Hiroki Sato
1649fe2b0a
Catch up with the English version:
...
1.523 -> 1.524 relnotes/common/new.sgml
2003-03-24 21:42:53 +00:00
David E. O'Brien
919b002617
s/loaded as a module/available as a module/g
...
Submitted by: ru
2003-03-23 04:23:10 +00:00
Ruslan Ermilov
4c9fbbd687
Go for the auto-tuned `maxusers'. This at least fixes
...
the ``panic: timeout table full'' on Alphas.
Tested by: wilko
2003-03-22 14:23:23 +00:00
Hideyuki KURASHINA
66996f7a88
Refine translation.
2003-03-22 11:13:31 +00:00
Hideyuki KURASHINA
9c56ba0569
Merge the following from the English version:
...
1.31 -> 1.33 errata/article.sgml
2003-03-22 10:50:05 +00:00