Matthew Dillon
89bed25f9f
Add a sentence on the TCP retransmission timer changes
...
and the TCP bandwidth delay product window limiting features.
note: the -current version of the retransmit timer defaults
to 200ms while the -stable version defaults to 1 second for now.
MFC after: 3 days
2002-08-25 01:59:07 +00:00
Luigi Rizzo
79a19533fb
Make this compile again (libgmd now is a port, and remove some
...
binaries to save space).
2002-08-24 03:54:38 +00:00
Luigi Rizzo
606d3b3cd7
Mention the special pathname @__CWD__@
...
Modify entry for libgmd (used by ssh) now that it is not part of the
base system anymore.
2002-08-24 03:33:31 +00:00
Bruce A. Mah
01ed9e1e15
New release note: MAC (mostly a placeholder for now).
...
MFCs noted: smbfs-1.4.5 (small grammatical fix).
Markup fix: Use manpage entity for uvisor(4).
2002-08-23 22:32:57 +00:00
Bruce A. Mah
a21e912e41
Add Netgear GA621, uvisor(4) devices.
2002-08-23 19:22:22 +00:00
Bruce A. Mah
70d20d0d9b
New hardware list additions: mpt and pst devices.
2002-08-23 18:01:10 +00:00
Bruce A. Mah
383381ab37
New release notes: mpt driver, pst driver.
...
While I'm here, add a missing &merged; for a recent sh(1) note.
2002-08-23 18:00:13 +00:00
Bruce A. Mah
215978a48b
Update list of fxp(4) devices.
...
PR: 41760
Submitted by: David "Siebörger" <drs@bashir.dsl.ru.ac.za>
2002-08-23 17:26:18 +00:00
Bruce A. Mah
08607498a4
New release notes: sh(1) parser changes, via8233 sound driver, ich
...
sound driver supports ich4.
Submitted by: tjr (sh), orion (via8233, ich)
2002-08-23 17:09:27 +00:00
Johan Karlsson
5a910e4942
New release note: whereis -a
...
Reviewed by: bmah
2002-08-22 20:35:07 +00:00
Bruce A. Mah
94d4e7b64f
New release note: SA-02:38.
2002-08-19 17:13:08 +00:00
Johan Karlsson
83ca56da18
New release notes: chmod(1) -v -v; od(1) -A, -N, -j, -s, -t
...
MFCs noted: biff(1) b; cp(1) -n; mv(1) -n; od(1) -A, -N, -j, -s, -t
Release note modified: mv(1) -n
Reviewed by: bmah
2002-08-19 00:35:58 +00:00
Bruce A. Mah
4002ffd8f4
Whitespace fix.
...
PR: 41587
Submitted by: David "Siebörger" <drs@rucus.ru.ac.za>
2002-08-18 04:08:04 +00:00
Bruce A. Mah
bc67d0e03b
Misc fixups.
...
PR: 41587
Submitted by: David "Siebörger" <drs@rucus.ru.ac.za>
2002-08-18 04:06:35 +00:00
Bruce A. Mah
19a4777efa
MFCs noted: tcsh-6.12, top 3.5b12, OpenSSL-0.9.6g.
2002-08-18 04:00:06 +00:00
Ruslan Ermilov
7a7a00ad2c
Collapsed the export list, added CD_EXTRA_BITS to it.
2002-08-14 16:50:50 +00:00
Ruslan Ermilov
c3a2e97634
Two more variables to export: KERNELS and AUTO_KEYBOARD_DETECT.
...
Submitted by: Alan Judge <Alan.Judge@eircom.net>
2002-08-13 16:59:56 +00:00
Bruce A. Mah
cb557d17a1
Add a Promise ATA133 chip to supported hardware list.
...
PR: 41103
Submitted by: "Stephen J. Roznowski" <sjr@comcast.net>
2002-08-12 18:38:26 +00:00
Yoshihiro Takahashi
486f5480ba
Pc98 does not have the agp device.
2002-08-11 13:23:59 +00:00
Hiroki Sato
16f08a634f
Add missing ";". General entities should always have &foo; form.
2002-08-10 17:34:49 +00:00
Bruce A. Mah
9623553127
Add ia64 to platforms supported by em(4).
2002-08-10 03:39:05 +00:00
Bruce A. Mah
6bf5081232
New release notes: No more TurboChannel Alpha support, drivers.flp.
...
Modified release notes: em(4) has been reported to work on ia64,
OpenSSL 0.9.6g, tweak cross-building note and note MFC.
Remove an obsolete release note about DEC 3000 support on floppies.
2002-08-10 03:35:58 +00:00
Bruce A. Mah
31ce54e836
New release notes: ata(4)/burncd(8) support DVD+RW drives, atapicam.
...
MFCs noted: ucom(4)/uplcom(4)/uvscom(4), uvisor, IPFW2 (with some
wording tweaks), texinfo 4.2.
2002-08-09 21:14:55 +00:00
John Hay
4ecb22fb96
Remove a stray ';'.
2002-08-09 08:22:02 +00:00
John Hay
ec60346065
Remove a '-' that is not needed.
...
Submitted by: ru
2002-08-09 08:18:15 +00:00
John Hay
407ac59af3
Add a third floppy to releases. It will only be built if there is a
...
release/${TARGET}/drivers.conf file which list drivers that have to
go into the third floppy.
Also shuffle i386/drivers.conf so that the floppies don't overflow
anymore. Anybody with real/better usage statistics is welcome to
shuffle it differently.
Reviewed by: ru
2002-08-09 07:45:42 +00:00
Bruce A. Mah
e774a21fd0
New release notes: SA-02:35, SA-02:36, SA-02:37.
2002-08-06 15:44:55 +00:00
Murray Stokely
3fa5d720d0
Use the new docproj-jadetex port for disc#3. Previously, docproj was
...
not included in its entirety because JADETEX was not defined.
2002-08-06 08:25:03 +00:00
Ruslan Ermilov
93c10c2246
Stop eating all process memory if either of ${.CURDIR}/../kerberosIV
...
or ${.CURDIR}/../kerberos5 does not exist.
Spotted by: Alexandr Listopad <laa@reis.zp.ua>
MFC after: 3 days
2002-08-05 16:57:43 +00:00
Ruslan Ermilov
8d785bd77c
The side effect of revision 1.687 (env -i) was that many useful knobs
...
are no longer propagated to the chrooted environment, e.g. NOKERBEROS.
On the other hand, TMPDIR and MAKEOBJDIRPREFIX should no longer be.
Spotted by: Alexandr Listopad <laa@reis.zp.ua>
2002-08-05 16:46:14 +00:00
Eric Anholt
2690c0bb32
Add device agp to GENERIC, filter it out of floppy builds
...
Approved by: des (mentor)
2002-08-04 18:35:02 +00:00
Ruslan Ermilov
095b49ff6d
Catch up to the rev. 1.694 changes; WITHOUT_X11 is not anymore set in
...
the environment.
2002-08-02 16:23:20 +00:00
Bruce A. Mah
85320d12be
New release note: SA-02:34.
2002-08-01 15:27:51 +00:00
Bruce A. Mah
549e510df4
New release note: SA-02:33.
2002-07-31 20:09:07 +00:00
Bruce A. Mah
db9b8e5474
New release note: SA-02:32.
2002-07-31 16:13:59 +00:00
Bruce A. Mah
a8848f7a94
New release notes: uaudio, uvisor, gpt, mca.
2002-07-31 04:01:12 +00:00
Bruce A. Mah
f568e52ec8
Fix markup nits and a (not related) typo.
2002-07-31 03:25:25 +00:00
Bruce A. Mah
bcdff313cf
Updated release notes: ACPI CA 20020725, OpenSSL 0.9.6e (+MFC).
2002-07-31 02:48:20 +00:00
Bruce A. Mah
e33861a94e
New release notes: ctags(1) -T, finger(1) -4/-6 (+MFC), various sh(1)
...
built-ins (most of which were MFC-ed).
Modified release notes: hw.pci.enable_io_modes sysctl
MFCs noted: ls(1) -m/-p/-x, rm(1) -v (marked as historic), sh(1) -C,
split(1) -a.
2002-07-30 04:32:14 +00:00
Bruce A. Mah
2469f41d99
New release notes: tr(1) equivalence classes (+MFC), tr(1) -C.
...
MFCs noted: Various new flags for who(1).
2002-07-29 16:01:09 +00:00
Bruce A. Mah
e6502af979
New release notes: wicontrol(8) -l/-L, traceroute 1.4a12.
...
Updated release note: tcsh-6.12.
2002-07-29 05:06:56 +00:00
Dima Dorfman
6ee0eb7eda
New release notes: devfs rule subsystem, lock(1) -v
2002-07-28 08:45:26 +00:00
John Baldwin
bb5e8f3f71
If we are building docs with this release and PREFETCHDISTFILES is defined
...
then download the distfiles for the ports needed to build the docs before
we enter the chroot environment. This is useful since often times releases
get in a funk trying to download distfiles in the chroot.
Approved by: re (murray, bmah)
MFC after: 5 days
2002-07-27 19:43:52 +00:00
Sebastien Gioria
ec07d9817a
Typo Fix
...
More FDP compliance
2002-07-27 11:19:05 +00:00
Sebastien Gioria
ca5da00196
Translation of the userland section
2002-07-27 10:46:41 +00:00
Ruslan Ermilov
da037ed335
Build FDP ports with a clean runtime environment; gmake(1) somehow
...
uses ${TARGET_ARCH}, in a way that is incompatible with our usage.
Submitted by: jhay, ru
2002-07-26 11:27:11 +00:00
Ruslan Ermilov
6bbd27aba0
Make building docs possible on systems where sed(1) can't do in-place editing.
...
Obtained from: ports/Mk/bsd.port.mk
2002-07-26 11:22:46 +00:00
Ruslan Ermilov
de9a18ceec
Braino in the 1.672 commit: scripts/games-make.sh expects the
...
"manpages" and "catpages" dists to be already built.
2002-07-25 14:42:08 +00:00
Ruslan Ermilov
e56ea3c59b
Moved some more NIC drivers to the second floppy.
2002-07-25 14:04:38 +00:00
Johan Karlsson
60a9ad5cdd
MFC noted: acct(2) appends to file.
...
New release notes: cp(1) -n, biff(1)/mesg(1) redirect stdin to affect
another tty.
Reviewed by: bmah
2002-07-25 02:18:41 +00:00