Bruce A. Mah
937250e681
New release notes: OpenSSH resistance to traffic analysis, make(1)
...
bugs fixed, fsck_ffs in background on mounted filesystems, TI-RPC,
portmap(8)->rpcbind(8), IPv6 support in NFS, lockd, rc(8) dependency
handling.
Synch up hardware devices with etc/defaults/pccard.conf 1.98.2.19
(yes, from RELENG_4). This change needs to be propagated to RELNOTESng.
2001-03-22 02:40:50 +00:00
John Baldwin
3c0df1109f
- XF86.patch is no longer needed as it is all checked into the XFree86
...
port conditional on the BUILD_XDIST variable.
- Define BUILD_XDIST=yes when compiling XFree86.
2001-03-22 01:47:02 +00:00
Alfred Perlstein
a191fd1be7
This adds /etc/netconfig to the list of files that get copied to
...
/stand/etc on the mfsroot, and hence to /etc on the install target
disk for use during the install. It also links netconfig and services
into /etc on the mfsroot so that they are available to a fixit
shell.
Submitted by: iedowse
2001-03-21 23:53:40 +00:00
Jordan K. Hubbard
114e70b5ab
Until this is *truly* unused (sorry Steve) and replaced by something
...
better, put it back.
2001-03-21 21:16:18 +00:00
Bruce A. Mah
eee43daea7
Reorder mergemaster entries to be adjacent. Reorder FFS-related
...
entries to be adjacent.
No new text.
2001-03-21 19:16:51 +00:00
Bruce A. Mah
18e7f42093
New release notes: ahc(4) bugfixes, FNV NFS hash, syscons(4) keyboard
...
paste, glob(3) limits, ping(8) -m.
2001-03-21 19:04:31 +00:00
Bruce A. Mah
fa21c6b472
New release notes: fxp(4) needs "device miibus", pkg_create(1)
...
dependency order (submitted by sobomax), "lprm -" works for remote
printers, mergemaster(8) updates, ftpd(8) updates.
Also make sure ESS Maestro-3/Allegro is mentioned in appropriate
hardware lists (submitted by scottl).
2001-03-20 23:41:44 +00:00
Wilko Bulte
868a048106
Document situation around Adaptec SCSI cards more accurately. Esp.
...
for 164SX machines.
2001-03-20 22:57:07 +00:00
Bruce A. Mah
c098a15ea0
New release notes: Kerberos compatability with OpenSSH, dump(8)
...
and nodump flag, ISC DHCP client update to 2.0pl5, split(1) support
for large files, units(1) update, netstat(1) per-address packet
counting, manpage updates.
Fix up notes on Adaptec SCSI RAID and DPT SmartRAID V/VI SCSI RAID
controllers (reviewed by scottl).
2001-03-20 06:08:45 +00:00
Wilko Bulte
c355a2fbbc
Mark 'going nowhere without my init' bug as MERGED.
2001-03-19 22:32:51 +00:00
Bruce A. Mah
363b21e29f
New release notes: timed(8) fix (FreeBSD-SA-01:28), rwhod(8) fix
...
(FreeBSD-SA-01:29), Heimdal 0.3 update, pkg_sign(1) and pkg_check(1)
added, BSD_daemon graphics.
Many MFCs for RELENG_4 noted as well.
2001-03-19 20:23:53 +00:00
Wilko Bulte
38bcd46212
Document fix for 'going nowhere without my init' install bug.
...
Thanks to: jkh / obrien
2001-03-18 22:28:10 +00:00
Peter Wemm
2843f91522
s/over 3500 ports/over 4500 ports/
...
MFC candidate. :-) The RELENG_4 version says 3000 still.
2001-03-17 12:37:28 +00:00
Murray Stokely
b6fc276b99
Clean up the grammar a bit from the last commit.
2001-03-16 22:55:55 +00:00
Murray Stokely
cde077545a
Document the fact that you can install through an HTTP proxy
...
PR: 21451
Approved by: jkh
2001-03-14 11:01:05 +00:00
Dima Dorfman
43822832e3
Point people looking to upgrade from source at "The Cutting Edge" in
...
the Handbook, rather than some nonexistent tutorial.
PR: 25556
Approved by: nik
2001-03-14 03:12:06 +00:00
Jimmy Olgeni
6299366fb0
Fix typo: compatability -> compatibility
2001-03-13 14:15:16 +00:00
MIHIRA Sanpei Yoshiro
8574142c75
Add PC-Card entry, I-O DATA PCET/TX-R
...
This card was DL10022 based card.
Submitted by: [bsd-nomads:15287]
Yoshihiko SARUMARU <mistral@imasy.or.jp>
2001-03-12 13:11:17 +00:00
Jordan K. Hubbard
a17b3742f6
Add tunefs to the mfsroot floppy
2001-03-10 19:52:12 +00:00
David E. O'Brien
221bdf6158
Everyone that has commented seems to agree `-m 0' will cause no problems.
2001-03-10 17:10:48 +00:00
Wilko Bulte
43c73f191e
Add note on instruction emulation on EV[45] for things like BWX.
2001-03-10 15:58:57 +00:00
David E. O'Brien
1363575f81
Remove tunefs'ing that was OBE by rev 1.30.
...
Submitted by: bde
2001-03-09 12:33:53 +00:00
David E. O'Brien
ca5bd0c65a
newfs with `-m 1'
...
This is needed even with `-o space' as the kernel decides to be "helpful"
and not really do space optimization. Looking at src/sys/ufs/ffs/ffs_alloc.c
we see why: if (fs->fs_minfree <= 5 ||
fs->fs_cstotal.cs_nffree >
(off_t)fs->fs_dsize * fs->fs_minfree / (2 * 100))
break;
log(LOG_NOTICE, "%s: optimization changed from SPACE to TIME\n"
I have picked `1' vs. `0' just incase some code somewhere has the assumption
the %free can never be `0'.
Helped with understanding why -m 1 made a different: imp
2001-03-09 01:03:15 +00:00
MIHIRA Sanpei Yoshiro
bca9e9472b
add PC-Card entry
...
Corega KK Wireless LAN PCCA-11
NEC WL11C (PC-WL/11C)
NEC Corporation PK-WL001
Submitted by: [bsd-nomads:15128] [bsd-nomads:15159]
[bsd-nomads:15176] [bsd-nomads:15283]
YAMAMOTO Shigeru <shigeru@iij.ad.jp>
NAKAGAWA Yoshihisa <y-nakaga@nwsl.mesh.ad.jp>
2001-03-07 13:30:44 +00:00
Jordan K. Hubbard
992da98522
Set NO_X during release build so the doc ports don't try to build XFree86.
2001-03-07 07:39:32 +00:00
MIHIRA Sanpei Yoshiro
1b6c0f0436
add new PC-Card entry, IO Data WN-B11/PCM
...
Submitted by: [FreeBSD-users-jp 59373]
"Masatake E. Hori" <eddie@luft.geo.tsukuba.ac.jp>
2001-03-07 00:58:52 +00:00
Yoshihiro Takahashi
9b509d44e4
SMALL floppy image require miibus device.
2001-03-06 00:39:53 +00:00
Bruce A. Mah
f366f1bed4
New release notes: TCP NewReno, TCP more aggressive timeouts on
...
SYN segments, IP verifies destination of received packet with
ingress interface, bc update to 1.06, ipfstat -t.
2001-03-02 23:02:10 +00:00
Ruslan Ermilov
afcf05e46a
setlocale(3) has been fixed to match POSIX standard:
...
LC_ALL takes precedence over other LC_* envariables.
2001-03-02 16:52:14 +00:00
Bruce A. Mah
dca18079fe
New release notes: CMI8338/8738, CS4281 sound driver, ISO-9660 Unicode,
...
ida crashdumps, login exports PAM environment variables, wall -g,
make.conf CPUTYPE, CVS_RSH default now ssh.
Updated release notes: ahc(4) updates, ICMP and TCP RSTs, random(4),
MFCs noted: rc.syscons.
2001-03-01 22:11:00 +00:00
Gregory Neil Shapiro
0d2124b844
The HEAD now has sendmail 8.11.3
2001-02-28 01:51:13 +00:00
Gregory Neil Shapiro
3812ddcdc5
Add release notes for the sendmail-related build infrastructure changes.
2001-02-28 01:49:57 +00:00
Bruce A. Mah
6f8e45340c
Fix typo: s/TAR_SSH/TAR_RSH/
...
Update: ICMP resetting TCP sysctl is now net.inet.tcp.icmp_may_rst.
Submitted by: knu, jesper
2001-02-27 19:25:23 +00:00
Bruce A. Mah
157449fd79
New release notes: TCP delayed ACK fixes, ICMP bugfix, find(1)
...
case-insensitive and regexp additions, pkg_delete(1) globbing,
tar(1) TAR_SSH, disklabel(8) fixes, rand(3) improvements.
New MFCs noted: pkg_info(1) globbing, burncd(8) -m and related changes.
2001-02-27 15:04:50 +00:00
Jimmy Olgeni
ec18c01db7
Spelling: Signalling -> Signaling.
...
Removed whitespaces at end of lines.
2001-02-25 22:26:37 +00:00
Jordan K. Hubbard
b4540ce2ea
Add fsck_4.2bsd to boot crunch target. This returns the ability to
...
actually fsck (and upgrade) a box from boot media again.
2001-02-25 08:02:46 +00:00
Wilko Bulte
277cfc1e89
Correct CS20 section.
...
Reviewed by: Peter Petrakis <peter.petrakis@api-networks.com>
2001-02-23 22:08:35 +00:00
Wilko Bulte
6de2dafcf7
ispell-ify..
2001-02-23 21:47:30 +00:00
Daniel C. Sobral
c2bcc0a208
Since we don't have rfd0 anymore, put in a line that will actually work
...
for generating floppies.
Mention mdconfig(8) instead of vnconfig(8).
2001-02-22 07:34:53 +00:00
Jordan K. Hubbard
d61835a9e9
Put the kerberos checksum information into the correct CHECKSUM file,
...
fixing a long-standing bogon with this.
PR: 24264
Submitted by: Alec Wolman <wolman@cs.washington.edu>
2001-02-21 23:01:59 +00:00
Bruce A. Mah
c628fced3a
New release notes: Note format string paranoia and tempfile fixes,
...
OpenSSL ASM optimizations, sysinstall preserving /etc/mail,
savecore -k, pkg_delete(1) now deletes in dependency order.
MFCs noted: ipfilter 3.4.16, ipfw(8) me, gperf 2.7.2,
lpr(1)/lpd(8)/syslogd(8)/logger(1) IPv6-capable,
bzip2(1) packages.
A few typo fixes were backported from RELNOTESng.
Preference was made to features that have been MFC-ed. I'll try to
get HEAD caught up to reality soon.
2001-02-21 21:57:49 +00:00
Luigi Rizzo
25801a0e8b
Bring the new script into -current. Still untested here, but there
...
is a high chance that they work modulo minor things.
2001-02-20 17:09:40 +00:00
Jeroen Ruigrok van der Werven
faec9c805b
Actually make sure the make release line at the top isn't misleading.
...
CVSROOT is mandatory. Also note what CVSROOT has to be set to.
Found by: local make release hacking
2001-02-19 14:23:49 +00:00
Luigi Rizzo
a3ab0e4551
Enable command line editing in the shell
2001-02-18 06:54:07 +00:00
Luigi Rizzo
b8c84b6286
Make correct entries for atapi disks
2001-02-18 06:50:40 +00:00
Luigi Rizzo
d486335f22
Make the right device entries for atapi disks
2001-02-18 06:48:25 +00:00
Luigi Rizzo
87483083e9
Bump version to 0.500 -- not that it means much, but at least
...
gives some idea on the age of the source used for the build.
2001-02-18 06:46:20 +00:00
David E. O'Brien
2e27b67bc5
Remove the parts of the patch that was committed to the XFree86 port.
2001-02-18 04:49:42 +00:00
Jimmy Olgeni
2011d04002
Another ispell run.
2001-02-13 22:36:00 +00:00
Jimmy Olgeni
cdcb6bc676
Typo police:
...
Swap for <-> the.
compatability -> compatibility.
2001-02-13 21:15:48 +00:00