summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Add ttyd0 which is needed on the Alpha when using the fix-it CDROMobrien2001-03-271-1/+1
| | | | over a serial console.
* New release notes: netstat -W, sockstat -c and -l, FFS/EXT2FS securitybmah2001-03-262-6/+28
| | | | | | fixes (FreeBSD-SA-01:30). Reorder netstat(1) notes to be adjacent.
* Stop claiming to support the DEC EtherWorks II/III cards.jkh2001-03-262-4/+0
| | | | PR: misc/18641
* Add apsfilter to "important package" set.jkh2001-03-241-0/+5
| | | | Submitted by: andreas
* The early compat dists only make sense on the i386jkh2001-03-231-0/+4
|
* Add Comtrol Rocketport cards to hardware list, for consistency withbmah2001-03-231-0/+2
| | | | | | i386/RELNOTES.TXT. Submitted by: Chris Williams <psion@geekspace.com>
* New release notes: OpenSSH resistance to traffic analysis, make(1)bmah2001-03-223-2/+59
| | | | | | | | | 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.
* - XF86.patch is no longer needed as it is all checked into the XFree86jhb2001-03-222-98/+4
| | | | | port conditional on the BUILD_XDIST variable. - Define BUILD_XDIST=yes when compiling XFree86.
* This adds /etc/netconfig to the list of files that get copied toalfred2001-03-211-6/+5
| | | | | | | | | /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
* Until this is *truly* unused (sorry Steve) and replaced by somethingjkh2001-03-211-0/+137
| | | | better, put it back.
* Reorder mergemaster entries to be adjacent. Reorder FFS-relatedbmah2001-03-212-22/+18
| | | | | | entries to be adjacent. No new text.
* New release notes: ahc(4) bugfixes, FNV NFS hash, syscons(4) keyboardbmah2001-03-212-4/+32
| | | | paste, glob(3) limits, ping(8) -m.
* New release notes: fxp(4) needs "device miibus", pkg_create(1)bmah2001-03-203-0/+36
| | | | | | | | 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).
* Document situation around Adaptec SCSI cards more accurately. Esp.wilko2001-03-201-8/+10
| | | | for 164SX machines.
* New release notes: Kerberos compatability with OpenSSH, dump(8)bmah2001-03-203-7/+40
| | | | | | | | | 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).
* Mark 'going nowhere without my init' bug as MERGED.wilko2001-03-191-1/+1
|
* New release notes: timed(8) fix (FreeBSD-SA-01:28), rwhod(8) fixbmah2001-03-192-32/+67
| | | | | | | (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.
* Document fix for 'going nowhere without my init' install bug.wilko2001-03-181-0/+3
| | | | Thanks to: jkh / obrien
* s/over 3500 ports/over 4500 ports/peter2001-03-171-1/+1
| | | | MFC candidate. :-) The RELENG_4 version says 3000 still.
* Clean up the grammar a bit from the last commit.murray2001-03-162-46/+45
|
* Document the fact that you can install through an HTTP proxymurray2001-03-142-11/+33
| | | | | PR: 21451 Approved by: jkh
* Point people looking to upgrade from source at "The Cutting Edge" indd2001-03-141-2/+3
| | | | | | | the Handbook, rather than some nonexistent tutorial. PR: 25556 Approved by: nik
* Fix typo: compatability -> compatibilityolgeni2001-03-132-2/+2
|
* Add PC-Card entry, I-O DATA PCET/TX-Rsanpei2001-03-122-2/+2
| | | | | | | This card was DL10022 based card. Submitted by: [bsd-nomads:15287] Yoshihiko SARUMARU <mistral@imasy.or.jp>
* Add tunefs to the mfsroot floppyjkh2001-03-105-0/+5
|
* Everyone that has commented seems to agree `-m 0' will cause no problems.obrien2001-03-101-1/+1
|
* Add note on instruction emulation on EV[45] for things like BWX.wilko2001-03-101-0/+4
|
* Remove tunefs'ing that was OBE by rev 1.30.obrien2001-03-091-1/+0
| | | | Submitted by: bde
* newfs with `-m 1'obrien2001-03-091-1/+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
* add PC-Card entrysanpei2001-03-072-4/+4
| | | | | | | | | | | 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>
* Set NO_X during release build so the doc ports don't try to build XFree86.jkh2001-03-071-3/+1
|
* add new PC-Card entry, IO Data WN-B11/PCMsanpei2001-03-072-0/+2
| | | | | Submitted by: [FreeBSD-users-jp 59373] "Masatake E. Hori" <eddie@luft.geo.tsukuba.ac.jp>
* SMALL floppy image require miibus device.nyan2001-03-065-5/+0
|
* New release notes: TCP NewReno, TCP more aggressive timeouts onbmah2001-03-022-0/+32
| | | | | SYN segments, IP verifies destination of received packet with ingress interface, bc update to 1.06, ipfstat -t.
* setlocale(3) has been fixed to match POSIX standard:ru2001-03-021-2/+2
| | | | LC_ALL takes precedence over other LC_* envariables.
* New release notes: CMI8338/8738, CS4281 sound driver, ISO-9660 Unicode,bmah2001-03-012-21/+73
| | | | | | | | | 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.
* The HEAD now has sendmail 8.11.3gshapiro2001-02-282-2/+2
|
* Add release notes for the sendmail-related build infrastructure changes.gshapiro2001-02-282-0/+16
|
* Fix typo: s/TAR_SSH/TAR_RSH/bmah2001-02-272-5/+5
| | | | | | Update: ICMP resetting TCP sysctl is now net.inet.tcp.icmp_may_rst. Submitted by: knu, jesper
* New release notes: TCP delayed ACK fixes, ICMP bugfix, find(1)bmah2001-02-272-4/+50
| | | | | | | 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.
* Spelling: Signalling -> Signaling.olgeni2001-02-252-3/+3
| | | | Removed whitespaces at end of lines.
* Add fsck_4.2bsd to boot crunch target. This returns the ability tojkh2001-02-255-5/+5
| | | | actually fsck (and upgrade) a box from boot media again.
* Correct CS20 section.wilko2001-02-231-5/+6
| | | | Reviewed by: Peter Petrakis <peter.petrakis@api-networks.com>
* ispell-ify..wilko2001-02-231-41/+41
|
* Since we don't have rfd0 anymore, put in a line that will actually workdcs2001-02-221-5/+3
| | | | | | for generating floppies. Mention mdconfig(8) instead of vnconfig(8).
* Put the kerberos checksum information into the correct CHECKSUM file,jkh2001-02-211-2/+10
| | | | | | | fixing a long-standing bogon with this. PR: 24264 Submitted by: Alec Wolman <wolman@cs.washington.edu>
* New release notes: Note format string paranoia and tempfile fixes,bmah2001-02-212-14/+62
| | | | | | | | | | | | | | 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.
* Bring the new script into -current. Still untested here, but thereluigi2001-02-202-0/+725
| | | | is a high chance that they work modulo minor things.
* Actually make sure the make release line at the top isn't misleading.asmodai2001-02-191-7/+8
| | | | | | CVSROOT is mandatory. Also note what CVSROOT has to be set to. Found by: local make release hacking
* Enable command line editing in the shellluigi2001-02-181-0/+1
|
OpenPOWER on IntegriCloud