Commit Graph

3818 Commits

Author SHA1 Message Date
bmah
49e15aeefe New release note: i386 performance enhancements for dc(4) and sis(4).
Suggested by:	luigi
2001-12-19 05:21:43 +00:00
green
d2ce088d88 set TMPDIR to /tmp 2001-12-18 20:05:20 +00:00
bmah
bf2381365f The smbutils import really only applies to the i386...fix this
(noticed by sheldonh).  While I'm here, note its MFC, also add some
cross-references from the kernel part.
2001-12-18 16:26:57 +00:00
bmah
090c933e94 New release note: Network device polling.
Modified release note:  Smaller local slowstart flightsize now that
buffers are larger.
2001-12-17 23:27:49 +00:00
bmah
b0b7ebaca6 New release note: smbfs userland import.
Modified release notes:  bge(4) input checksum offload disabled,
ncv/nsp/stg modules.

MFCs noted:  bootloader -p
2001-12-17 21:32:36 +00:00
bmah
f980700b8c Second (hopefully last) alpha jumbo patch to remove i386-isms.
Reviewed by:	wilko
MFC after:	3 days
2001-12-15 19:57:39 +00:00
bmah
023030be78 New release notes: root filesystem on a SCSI CDROM, filesystem
bugs fixed.

MFCs noted:  em(4), faith(4) loadable/unloadable/clonable,
sis(4) VLAN support, interface capabilities, IP address hash
table, syn cache, newfs(8) defaults.
2001-12-15 06:48:18 +00:00
iedowse
6829d5b143 Enable UFS_DIRHASH in the GENERIC kernel.
Suggested by:	silby
Reviewed by:	dillon
MFC after:	5 days
2001-12-14 16:27:11 +00:00
bmah
b9c2be3b9b Whitespace and capitalization fixes to sync with RELENG_4. 2001-12-14 04:29:57 +00:00
bmah
637ec33540 New release note: lukemftp. 2001-12-14 01:14:41 +00:00
luigi
be0e572294 Add a '-l' flag to show CPU load for the various states, similar to what
"top" does (thinking of it, i could have as well used the same format line!)

This only makes sense when "-w" option is also specified, because the
load is computed as the difference between subsequent samples.

I think this (and the "-d" feature which shows differences in the
network statistics counts) would also make sense in the standard
vmstat and netstat.
2001-12-14 01:10:50 +00:00
bmah
7460365e6c New release notes: boot loader -p for i386, maxusers autosizing,
burncd(8) for VCDs/SVCDs, newfs(8) new 16K/2K block/frag defaults,
watch(8) -f.

Updated release note: sis(4) VAN and note its MFC done a long time
ago.
2001-12-13 21:18:56 +00:00
bmah
02ba23544b Fix missing semi-colons on some entity references. 2001-12-13 18:12:12 +00:00
bmah
07b6c68e2f MFCs noted: isic(4) support for Compaq Microcom 610 ISDN,
isdnphone(8) -k.
2001-12-13 06:39:04 +00:00
bmah
4fd1754c9d Grrr...TCP bugfixes don't belong in the filesystems section. Toss
another pointy hat into my pile in the corner.
2001-12-13 06:03:08 +00:00
bmah
1ee5eb8761 MFCs noted: vlan(4) devices now (un)loadable and clonable, ciss
driver.
2001-12-13 06:01:01 +00:00
bmah
faadf54604 Move some notes inside the paragraphs for the hardware they describe. 2001-12-12 23:22:34 +00:00
bmah
37259b5833 New release note: jail sysctl variables moved.
Submitted by:	arr
2001-12-12 15:31:19 +00:00
bmah
52b8de5a2e Make manpage links for 5.0-CURRENT release documents explicitly access the
FreeBSD 5.0-CURRENT manpages on the Web site, instead of pointing at
the (possibly wrong) default manpages.

MFC after:	3 days
2001-12-11 23:55:41 +00:00
bmah
33aa47d827 Reword "OpenSSH UseLogin yes" item, with cross-reference to
security advisory.
2001-12-04 17:27:32 +00:00
bmah
4ad5ac9832 Back out the part of the previous commit that dealt with network device
polling (it isn't in CURRENT yet, as pointed out by rwatson).

New release note:  TCP stalls fixed.
2001-12-04 17:20:33 +00:00
bmah
952c910688 New release notes: em(4), network device polling, ata(4) improved
SiS chipset support, OpenSSH UseLogin yes fix.
2001-12-04 15:15:04 +00:00
matusita
32d44d8f95 Forget to remove fsck from src/release/{alpha,pc98}/boot_crunch.conf,
which should be done with src/release/i386/boot_crunch.conf rev 1.51
and src/usr.sbin/sysinstall/install.c rev 1.311.

Spotted by:	nyan (via ReichaNet)
2001-12-02 04:58:40 +00:00
matusita
bf87628039 Sysinstall cleanups for installation:
1) Use devfs to mount filesystems.  If mounting devfs is fail,
           fallback to old code.
        2) When fscking filesystems, use 'fsck_ffs' explicitly.  As a
           result, we no longer need 'fsck' the wrapper program.

Reviewed by:	jkh
2001-12-02 04:47:46 +00:00
bmah
368db57be1 New release note: send-pr(1) -a (+ MFC).
MFC noted:  Increased TCP sndspace/rcvspace defaults.
2001-11-30 21:37:25 +00:00
bmah
0d492b7392 Reword pciconf(8) -v release to be a little more useful (now that I
understand what it does), move it to the userland section, and note MFC.
2001-11-29 23:41:14 +00:00
bmah
73cff1f173 New release notes: ciss driver, sbni driver.
(Hardware list updated accordingly.)
2001-11-29 23:24:41 +00:00
bmah
209e871ee0 Bring release note on /dev/net into line with reality. 2001-11-29 19:00:16 +00:00
luigi
068bd1c135 Implement a more efficient way to assign addresses: read /etc/hosts
only once into an array of shell variables, and then scan the array
to find entries matching the MAC address.
Associative arrays would really be handy here...
2001-11-29 03:16:23 +00:00
bmah
52a3d0493c Alphabetize the "Disks and Storage" section of the release notes. No
content changes.
2001-11-28 23:32:24 +00:00
bmah
bbbf884863 Update release notes: ACPI imported version. 2001-11-28 23:27:23 +00:00
bmah
39356fa2d6 New release note: TCP syncache. 2001-11-26 20:06:25 +00:00
bmah
2b045cf17c New release note: sh(1) now implements test as a built-in command, also
no longer has printf as a built-in.

Submitted by:		knu
2001-11-26 06:00:28 +00:00
bmah
36f6388741 Lose the line listing CD-{R,RW} drives. Listing these few devices is
not particularly helpful, since there are many drives that work with
FreeBSD.

Submitted by:	wilko
2001-11-26 00:26:10 +00:00
bmah
9ccb0c0321 First alpha cleanup-patch to try to reduce the amount of hardware
that shows up on non-i386 hardware lists "by default" (because no
set of hardware platforms was explicitly listed).

Reviewed by:	-alpha

Contributions from:	Rolf Neugebauer <neugebar@dcs.gla.ac.uk>,
			wilko, jhb
2001-11-26 00:24:04 +00:00
bmah
cdb3b0533d Add attribution for lomac(4) feature.
Requested by:	rwatson
2001-11-26 00:17:50 +00:00
nyan
f312390d6f Set a BOOTABLE variable to "-b" if MACHINE is not pc98, and use it for
mkisoimages.sh instead of "-b" directly.

MFC after:	1 week
2001-11-25 16:43:45 +00:00
luigi
d49f2420be Whoops... left some junk in previous commit. 2001-11-24 20:24:36 +00:00
luigi
1207707843 Let "make" use the .mk files from the correct source tree instead
of the default ones (which could be incorrect when doing cross builds).

Also, try to be backward compatible when compiling wmk (the goal being
able to use the most recent "picobsd" script on a wide range of
source trees).
2001-11-24 20:22:20 +00:00
nyan
10d48dc5d0 PC98 boxes cannot boot from CD-ROM. 2001-11-24 05:21:53 +00:00
nyan
a518818140 Search ${MACHINE}/drivers.conf instead of ${MACHINE_ARCH}/drivers.conf.
The previous commit is not completely.
2001-11-23 14:08:25 +00:00
nyan
9e91ed5c4e Use a separate drivers.conf between i386 and pc98. 2001-11-22 11:04:12 +00:00
jhb
6c22923ab0 Switch to using a standard /boot directory including the GENERIC kernel
on CD's 1 and 2.  Create a simple /boot/loader.conf on each CD that loads
/boot/mfsroot.gz as a mfs_root image.  The mfsroot moved from /mfsroot.gz
to /boot/mfsroot.gz so that all of the boot stuff is in /boot.  This allows
a full kernel to be used when installing from CD on all architectures
that support CD booting.  Note that on x86, this requires using
/boot/cdboot as a no-emulation boot image instead of /floppies/boot.flp.
2001-11-22 04:02:09 +00:00
bmah
ef456f005b New release note: lomac(4). 2001-11-21 20:05:05 +00:00
bmah
fc49c7cfe0 New release notes: debugging info in modules built with debugging
kernel (based on info from gad), timed(8) works on alpha.
2001-11-21 20:04:18 +00:00
nyan
631f226f43 Increase the size of a mfsroot floppy for pc98 to 4320. 2001-11-21 09:42:06 +00:00
jhb
c015c290ed Bump the mfsroot up from 2880 to 3200 for Alpha so it fits again. Use
a label of auto instead of the fixed size minimum2 so that the bump in
size actually has an effect.
2001-11-20 20:27:54 +00:00
jhb
07e6e051e2 - Remove the -T from the 4.x newfs as well.
- Don't write out 0xaa55 to the end of the filesystem as md(4) doesn't
  generate that warning and it breaks 'disklabel mdX auto'.
- Use the 'canonical' disk name mdX instead of /dev/mdX to disklabel so
  we can use disklabel auto for mfsroot filesizes that aren't a standard
  size in /etc/disktab.
2001-11-20 20:25:12 +00:00
jhb
aed3440b5d The -T argument to newfs is only needed if teh disk isn't already labeled.
Since we run disklabel before newfs, this doesn't apply in this case.
2001-11-20 20:06:21 +00:00
joe
1a9ca1b51c Use a local write_mfs_in_kernel.c instead of the one in ncvs/src/release
which is likely to be removed shortly, after repo-copying it from
there.
2001-11-20 01:00:52 +00:00
jhb
4401006774 Use modules-depend instead of kernel-depend for doing the depend stage
in doMODULES.
2001-11-19 21:42:08 +00:00
jhb
f4e936a83c Split the mfsroot out from the kernel for the 2.88 boot floppy and the
Alpha CD.  This makes it easier to customize ISO's locally by being able
to replace either the mfsroot or the kernel w/o having to do both.  It also
allows us to switch to using the full GENERIC kernel when booting from CD
on the Alpha and on x86 when using cdboot.  We don't do this yet, however.

Tested on:	x86, alpha
2001-11-19 21:27:00 +00:00
joe
62608b407f Cull picobsd/custom. It's bit rotted beyond all recognition.
Approved by:	freebsd-small
2001-11-19 18:04:04 +00:00
matusita
d9139c0d02 Add fsck tool for UFS to /stand tools (again).
Actually src/release/i386/boot_crunch.conf rev 1.45 does this change,
but unfortunately there is no src/sbin/fsck_4.2bsd directory, but
src/sbin/fsck_ffs.

This commit replaces 'fsck_4.2bsd' to 'fsck_ffs', and add a link to
'fsck_4.2bsd' and 'fsck_ufs'.  Note that 4-stable's fsck(8) have an
ability of fsck_ffs also, there is no need to MFC at least now.

Tested only for: i386 (but I believe this doesn't break for other archs)
2001-11-19 14:43:29 +00:00
bmah
a9ad271284 Remove config.sgml from dependencies. Forgot this in my last commit. 2001-11-17 20:53:23 +00:00
bmah
599cb208f8 No UserConfig under -CURRENT (at least so I've been led to believe)
so take out the text that discusses it.
2001-11-17 20:28:44 +00:00
bmah
f572bcd0cf Add a comment that the chroot area cannot reside on a "nodev"-mounted
filesystem.

PR:		12712
Submitted by:	Sergei Laskavy <laskavy@Berkeley.Gambit.Msk.SU>
2001-11-17 19:54:22 +00:00
bmah
91366a7e73 New release notes: timezone database update, Linux emulation update
for linux_base-7 port.
2001-11-17 00:44:41 +00:00
jhb
6bdc4d9fcd Axe SMP support, the ses device, and the atapifd device from the kern.flp
boot kernel so it fits again.  This actually gives us quite a bit of
breathing room, so some more ethernet drivers might be turned on now in a
later commit.
2001-11-16 18:33:19 +00:00
nyan
5732bd6864 Use the md device not olny a version of the system is 5 but 5 and over.
Requested by:	matusita
MFC after:	1 day
2001-11-16 03:01:50 +00:00
bmah
43a7456da0 New release notes: IPFilter supports IPv6, ipfs(8).
Reminded by:	devet@devet.org (Arjan de Vet)
2001-11-16 01:48:31 +00:00
bmah
b35e7d7a2c New release notes: Jitter in load average computation, newsyslog(8)
support for bzip2(1).

MFCs noted:  gx(4), edquota(8) -f.
2001-11-15 19:32:57 +00:00
jhb
6ee6076cd3 NFS_NOSERVER doesn't do anything anymore and is about to get axed so don't
use it.  Instead, remove NFSSERVER.  This was already done on i386, but
the alpha still needed the fix.
2001-11-15 15:58:01 +00:00
nyan
f8089d0911 Use the vn driver on a stable system. 2001-11-15 07:27:25 +00:00
jhb
39806e442b The new libedit from a while back depends on ncurses, so put -ledit before
-lncurses so the fixit crunch binary links.

Tested on:	alpha
2001-11-14 17:48:55 +00:00
jhb
7ebdd7daa2 Fix a typo in rev 1.30 that broke the release: s/-dlint/-Dlint/ 2001-11-14 00:12:27 +00:00
bmah
1b34001e30 Catch up on old release notes: fxp(4) dynamic standby mode workaround,
keyinfo(1) in C.

MFC noted:  fxp(4) interrupt coalescing/packet bundling.
2001-11-07 20:30:12 +00:00
olgeni
0a413f6f80 Fixes:
* least -> list
  * recommendations -> recommended
2001-11-06 21:34:11 +00:00
olgeni
5c51b9037f Fixes:
* acceptible -> acceptable
  * partiton -> partition
  * bootdisk -> boot disk
  * harddisk -> hard disk
  * it's -> its
  * bandwith -> bandwidth
  * website -> web site
2001-11-06 21:32:02 +00:00
olgeni
857e450bf0 Typo: compatability -> compatibility 2001-11-06 21:27:30 +00:00
olgeni
638e15c75f Fixes:
* compatability -> compatibility
  * El Torrito -> El Torito
  * repectively -> respectively
2001-11-06 21:26:13 +00:00
olgeni
76f9bc14e1 website -> web site 2001-11-06 21:24:59 +00:00
olgeni
8ccc6c4e19 Fix typo:
* compatability -> compatibility
2001-11-06 21:23:28 +00:00
olgeni
d250f795f7 Fix typos:
* initialise -> initialize
  * maintenence -> maintenance
  * manufacured -> manufactured
  * accomodate -> accommodate
2001-11-06 21:21:33 +00:00
olgeni
4fb8b3e1dd Fix typos:
* intially -> initially
  * accomodate -> accommodate
2001-11-06 21:17:25 +00:00
bmah
9e980199c2 Fix typo: s/dirver/driver/ 2001-11-06 19:48:22 +00:00
nyan
e2aa5ac96d Remove /usr/src/sbin/pc98 from srcdirs entry. It is not exist.
Add special entry for the fdisk command.
2001-11-06 12:34:07 +00:00
jhay
0bc3277306 src/sbin/i386 does not exist anymore. Tripped over by make release. 2001-11-05 20:56:54 +00:00
murray
021d2ea214 Add the Farallon NetLINE 10/100 PCI to the list of cards supported by
rl(4).

PR:		docs/31270
Submitted by:	Gary W. Swearingen <swear@blarg.net>
2001-11-05 09:17:23 +00:00
bmah
8112fe7f71 New release notes: pmc driver, new loader tunables, ipfw(8) limit.
Updated release note:  bridge(4) and dummynet(4) are loadable modules.
2001-11-05 00:30:47 +00:00
dd
c4cf2b8a40 Note MFC of vmiodirenable=1. 2001-11-05 00:16:30 +00:00
bmah
abebc8d602 New release notes: gawk 3.1.0
Updated release notes:  ACPI update and APM compatability, binutils
update.

Deleted release notes:  awk from Bell Labs.
2001-11-04 23:57:37 +00:00
bmah
f5f460fb53 Add more ata(4) controllers supported. 2001-11-04 23:43:50 +00:00
wilko
08cf3031bc Alpha now has a TGA-capable console driver. 2001-11-01 19:07:33 +00:00
wilko
18e69c9ace TGA based display adapters are now supported. 2001-11-01 19:01:11 +00:00
luigi
bb00b46d38 Add entries for "dumb" and "dialup" terminals, as the shell in HEAD
refuses to start if it does not find a matching entry for the terminal
type.

My impression is that this is a problem in the shell, because
at least on PicoBSD images, the shell itself coredumps.
Anyways, this is the quickest fix i can come up with.
2001-11-01 16:52:34 +00:00
luigi
9440591aaa Provide a new picobsd option, "--modules", to also build modules
(modload and friends are sufficiently small to consider their inclusion
in PicoBSD images).
2001-11-01 16:17:37 +00:00
wilko
aa7365e96b Document RMC for DS[12]0 2001-10-31 19:08:53 +00:00
bmah
18f4d53600 MFC noted: ipfw(8) -d/-e (plus small typo fix). 2001-10-31 16:47:55 +00:00
bmah
733ecab062 New release notes: de(4) round-robin transmit/receive, ng_eth(4),
sysctl(8) -e.
2001-10-31 16:39:00 +00:00
bmah
ea29bfeb3d Resequence network protocols section.
Some ipfw(8) and ip6fw(8) items were mistakenly put here; move them
to the userland area.

No content or markup changes.
2001-10-30 20:25:33 +00:00
bmah
a7b0d7eb02 New release notes: gprof(1) -K, tip(1) update and cu(1) substitute,
awk from Bell Labs replaces GNU awk.

Updated release note:  UUCP removal.

Delete release note:  GNU awk update.
2001-10-30 20:19:31 +00:00
bmah
3d71e8cc5d Group ed(4) entries together. 2001-10-30 19:49:17 +00:00
bmah
d35b5f81fd More reorganization of 3Com devices. While I'm here, add some
devices (gleaned from comments in driver source files) supported
by xl(4).
2001-10-29 22:31:22 +00:00
nyan
1587368e88 Make CD-ROM distributions at the pc98 release target.
MFC after:	3 days
2001-10-29 16:25:13 +00:00
brian
2c0847a7ca Don't assume fixit media is a floppy disk.
Reviewed by:	murray
MFC after:	1 week
2001-10-29 16:13:29 +00:00
bmah
a850181167 Add infrastructure for an ia64 hardware list. It's a long way from
being usable at this point, so it's not even hooked up to the rest
of the RELNOTESng build; however it will be helpful for testing the content
as it approaches reality.
2001-10-29 05:08:52 +00:00
bmah
74882d806a Start to unravel some of the mess in the Ethernet NIC section. The
original hardware list was mostly organized by driver except for the
case of NICs by Intel, DEC, and 3Com, whose NICs tended to be
organized by manufacturer.  Most of these entries are now organized by
driver, except for a few 3Com NICs; also the multitude of ed(4)
drivers needs to be coalesced.

While I'm here, fix a markup glitch in the ISDN section that caused
any non-i386 hardware list to be incorrectly numbered.
2001-10-29 04:45:08 +00:00
bmah
b038ecb117 Clarify a release note entry about fe(4)-supported PC Cards. 2001-10-29 04:14:40 +00:00
bmah
c7c669c092 Turn on table-of-contents generation for the release notes and
hardware notes.

Requested by:	many
2001-10-27 02:41:29 +00:00