Bruce A. Mah
ef2b805fcf
New release note: TCP syncache.
2001-11-26 20:06:25 +00:00
Bruce A. Mah
1c8653816e
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
Bruce A. Mah
d90753c548
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
Bruce A. Mah
f36f107163
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
Bruce A. Mah
562ee0864c
Add attribution for lomac(4) feature.
...
Requested by: rwatson
2001-11-26 00:17:50 +00:00
Yoshihiro Takahashi
29921a60d7
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 Rizzo
e96781579c
Whoops... left some junk in previous commit.
2001-11-24 20:24:36 +00:00
Luigi Rizzo
11bc3e5610
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
Yoshihiro Takahashi
dfbc75ff56
PC98 boxes cannot boot from CD-ROM.
2001-11-24 05:21:53 +00:00
Yoshihiro Takahashi
d0714ae55c
Search ${MACHINE}/drivers.conf instead of ${MACHINE_ARCH}/drivers.conf.
...
The previous commit is not completely.
2001-11-23 14:08:25 +00:00
Yoshihiro Takahashi
ea77a5b4ff
Use a separate drivers.conf between i386 and pc98.
2001-11-22 11:04:12 +00:00
John Baldwin
4c8ef1e668
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
Bruce A. Mah
43f5f1d6ac
New release note: lomac(4).
2001-11-21 20:05:05 +00:00
Bruce A. Mah
e19ee8d3f1
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
Yoshihiro Takahashi
1d91a770f9
Increase the size of a mfsroot floppy for pc98 to 4320.
2001-11-21 09:42:06 +00:00
John Baldwin
114de50e0d
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
John Baldwin
ef48c744aa
- 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
John Baldwin
22c4079990
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
Josef Karthauser
0dec49d17a
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
John Baldwin
3e9fbbe1df
Use modules-depend instead of kernel-depend for doing the depend stage
...
in doMODULES.
2001-11-19 21:42:08 +00:00
John Baldwin
839dfafeff
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
Josef Karthauser
37787fbcce
Cull picobsd/custom. It's bit rotted beyond all recognition.
...
Approved by: freebsd-small
2001-11-19 18:04:04 +00:00
Makoto Matsushita
25337c6246
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
Bruce A. Mah
09088b1d15
Remove config.sgml from dependencies. Forgot this in my last commit.
2001-11-17 20:53:23 +00:00
Bruce A. Mah
f220e10788
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
Bruce A. Mah
463a339fac
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
Bruce A. Mah
101acc33fa
New release notes: timezone database update, Linux emulation update
...
for linux_base-7 port.
2001-11-17 00:44:41 +00:00
John Baldwin
df3def7f43
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
Yoshihiro Takahashi
c82db554a8
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
Bruce A. Mah
0721252ad2
New release notes: IPFilter supports IPv6, ipfs(8).
...
Reminded by: devet@devet.org (Arjan de Vet)
2001-11-16 01:48:31 +00:00
Bruce A. Mah
e4caab2649
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
John Baldwin
4a68905be9
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
Yoshihiro Takahashi
19ea5a3fbf
Use the vn driver on a stable system.
2001-11-15 07:27:25 +00:00
John Baldwin
2ac0462f16
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
John Baldwin
4082a49c1e
Fix a typo in rev 1.30 that broke the release: s/-dlint/-Dlint/
2001-11-14 00:12:27 +00:00
Bruce A. Mah
f1dcc7f929
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
Jimmy Olgeni
b73ada49cd
Fixes:
...
* least -> list
* recommendations -> recommended
2001-11-06 21:34:11 +00:00
Jimmy Olgeni
d32cbf82df
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
Jimmy Olgeni
4fe50cca4b
Typo: compatability -> compatibility
2001-11-06 21:27:30 +00:00
Jimmy Olgeni
60cd7e2378
Fixes:
...
* compatability -> compatibility
* El Torrito -> El Torito
* repectively -> respectively
2001-11-06 21:26:13 +00:00
Jimmy Olgeni
1c49be7139
website -> web site
2001-11-06 21:24:59 +00:00
Jimmy Olgeni
56bb3c0e58
Fix typo:
...
* compatability -> compatibility
2001-11-06 21:23:28 +00:00
Jimmy Olgeni
f4f9b0ead3
Fix typos:
...
* initialise -> initialize
* maintenence -> maintenance
* manufacured -> manufactured
* accomodate -> accommodate
2001-11-06 21:21:33 +00:00
Jimmy Olgeni
41619edf2e
Fix typos:
...
* intially -> initially
* accomodate -> accommodate
2001-11-06 21:17:25 +00:00
Bruce A. Mah
b1b863c1b2
Fix typo: s/dirver/driver/
2001-11-06 19:48:22 +00:00
Yoshihiro Takahashi
ff3d0079a9
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
John Hay
d1df08b648
src/sbin/i386 does not exist anymore. Tripped over by make release.
2001-11-05 20:56:54 +00:00
Murray Stokely
6c412638de
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
Bruce A. Mah
daa67917a6
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
Dima Dorfman
2ad0f3c5f6
Note MFC of vmiodirenable=1.
2001-11-05 00:16:30 +00:00