Bruce A. Mah
58476adac4
New release note: Fix for ntpd(8) vulnerability.
...
Correction: fetch(1) recently gained a -U option, not ftp(1) (pointed
out by des).
2001-04-05 01:36:39 +00:00
Ruslan Ermilov
83c9589f7e
Put back required ')'.
...
Submitted by: jhay
2001-04-04 12:15:52 +00:00
Bruce A. Mah
c523bc572c
New release notes: README file for ACLs and extended attributes,
...
libpcap update 0.6.2, tcpdump 3.6.2, newfs(8) now defaults to 22
cylinders/group, pkg_version better comparisons and -t.
2001-04-03 21:59:48 +00:00
Ruslan Ermilov
72de1624f0
Synch this with i386 version again. This fits nicely on alphas.
...
Reviewed by: beast
2001-04-03 14:55:24 +00:00
Bruce A. Mah
2d7dfa5e5a
Clarify instructions for using a CD-ROM equipped machine to support a
...
FreeBSD install and add a warning about enabling anonymous FTP.
Submitted by: nik
2001-04-03 14:07:07 +00:00
Ruslan Ermilov
98b901eee9
Cleanup: sort by directory/program, remove unused libraries.
2001-04-03 13:43:25 +00:00
Ruslan Ermilov
3c4869d927
Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY in
...
${CFLAGS}. The only supported method thus is -DRELEASE_CRUNCH.
2001-04-03 13:34:35 +00:00
Bruce A. Mah
a7d51bb8c8
New release notes: fsck(8) and /etc/fstab passes, newfs(8) -U,
...
libcrypt Blowfish support.
Fix a typo: newfs is section 8, not section 1.
2001-04-02 21:26:49 +00:00
Bruce A. Mah
fe1826cc9e
MFC candidate:
...
Fix ABOUT.TXT to be consistent with LAYOUT.TXT with respect to
the size of an unpacked ports collection (the stated 100MB
is a bit of an overestimate, but better to be conservative).
PR: 22778
Submitted by: David <ddavid@ican.net>
2001-04-02 19:06:52 +00:00
John Hay
51f5329641
Remove grep from the fixit floppy. This should free enough space to get
...
the snaps going again.
2001-04-01 14:41:54 +00:00
Ruslan Ermilov
9602ba91f2
Moved -DRELEASE_CRUNCH into crunchgen(1) config files.
...
Record libtelnet.a death.
2001-03-31 17:03:12 +00:00
Ruslan Ermilov
c3a205ef0b
Moved -DRELEASE_CRUNCH into crunchgen(1) config files.
2001-03-31 17:02:37 +00:00
Jordan K. Hubbard
93c81e0a02
Eliminate some things from the fixit crunch image so that it actually
...
builds again.
2001-03-30 07:50:29 +00:00
Bruce A. Mah
69f7c9a31c
New release notes: New CAM error recovery code, PAM support for
...
account management and session, tail(1) support for large files.
Updates: vn(4) removed, file(1) update to 3.34.
2001-03-29 17:11:58 +00:00
Bill Paul
e649781cea
Whoops, mention the Asante PCI 1000BASE-SX Gigabit Ethernet Adapter
...
(fiber version) too.
2001-03-29 00:25:58 +00:00
Bill Paul
a05fd6228a
Mention that the Asante GigaNIX1000T Gigabit Ethernet Adapter is supported
...
by the ti(4) driver. (Another OEM'ed Tigon 2.)
2001-03-29 00:23:17 +00:00
Maxim Sobolev
11f1917f8a
Put a note about ee(1) update.
2001-03-28 11:50:15 +00:00
Jordan K. Hubbard
1649c0b338
Update the acknowledgements section.
2001-03-27 22:06:37 +00:00
Bruce A. Mah
6dcd3d86f5
New release notes: Filesystem ACLs, getfacl(1) and setfacl(1).
...
Submitted by: rwatson
2001-03-27 21:17:18 +00:00
David E. O'Brien
0c1a06170b
Add ttyd0 which is needed on the Alpha when using the fix-it CDROM
...
over a serial console.
2001-03-27 01:06:58 +00:00
Bruce A. Mah
5a17403d43
New release notes: netstat -W, sockstat -c and -l, FFS/EXT2FS security
...
fixes (FreeBSD-SA-01:30).
Reorder netstat(1) notes to be adjacent.
2001-03-26 18:04:53 +00:00
Jordan K. Hubbard
4609c9b8e7
Stop claiming to support the DEC EtherWorks II/III cards.
...
PR: misc/18641
2001-03-26 01:32:29 +00:00
Jordan K. Hubbard
6bef82468f
Add apsfilter to "important package" set.
...
Submitted by: andreas
2001-03-24 23:05:44 +00:00
Jordan K. Hubbard
b72008f1dd
The early compat dists only make sense on the i386
2001-03-23 21:43:47 +00:00
Bruce A. Mah
f2bdba0b7a
Add Comtrol Rocketport cards to hardware list, for consistency with
...
i386/RELNOTES.TXT.
Submitted by: Chris Williams <psion@geekspace.com>
2001-03-23 16:46:09 +00:00
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