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