1999-01-14 05:59:52 +00:00
|
|
|
Updating Information for FreeBSD current users
|
|
|
|
|
1999-02-27 03:14:22 +00:00
|
|
|
This file is maintained by imp@village.org. Please send new entries
|
2000-01-30 23:15:21 +00:00
|
|
|
directly to him. See end of file for further details. For commonly
|
2000-02-02 05:35:31 +00:00
|
|
|
done items, please see the end of the file. Search for 'COMMON
|
|
|
|
ITEMS:'
|
|
|
|
|
2000-03-21 19:19:47 +00:00
|
|
|
20000318:
|
|
|
|
We've entered the tradtional post release dumping party.
|
|
|
|
Large kernel changes are being committed and are in the
|
|
|
|
works. It is important to keep the systems' klds and kernel
|
|
|
|
in sync as kernel interfaces and structures are changing.
|
|
|
|
Before reporting kernel panics, make sure that all modules
|
|
|
|
that you are loading are up to date.
|
|
|
|
|
|
|
|
20000315:
|
|
|
|
4.0 RELEASE shipped. Please see the 4.0 UPDATING file for how
|
|
|
|
to upgrade to 4.0 from 3.x.
|
1999-01-14 05:59:52 +00:00
|
|
|
|
2000-01-30 23:15:21 +00:00
|
|
|
COMMON ITEMS:
|
|
|
|
|
|
|
|
To build a kernel
|
|
|
|
-----------------
|
|
|
|
Update config, genassym and go:
|
|
|
|
config YOUR_KERNEL_HERE
|
|
|
|
cd ../../compile/YOUR_KERNEL_HERE
|
|
|
|
make depend && make
|
2000-02-22 01:50:25 +00:00
|
|
|
make install
|
2000-01-30 23:15:21 +00:00
|
|
|
|
2000-02-02 05:35:31 +00:00
|
|
|
To rebuild everything
|
|
|
|
---------------------
|
2000-02-06 04:07:11 +00:00
|
|
|
make world
|
|
|
|
|
2000-02-23 05:51:02 +00:00
|
|
|
Except when it doesn't work.
|
|
|
|
|
2000-01-30 23:15:21 +00:00
|
|
|
FORMAT:
|
|
|
|
|
1999-02-14 05:18:35 +00:00
|
|
|
This file contains a list, in reverse chronologocal order, of major
|
|
|
|
breakages in tracking -current. Not all things will be listed here,
|
1999-09-29 22:29:15 +00:00
|
|
|
and it only starts on November 18, 1998. If you have an earlier
|
1999-02-14 05:18:35 +00:00
|
|
|
version of FreeBSD, you are on your own to get to November 18, 1998.
|
|
|
|
|
2000-02-22 01:50:25 +00:00
|
|
|
Please filter your entries through Warner Losh (imp@village.org) so
|
|
|
|
that the style, formatting, etc of this file can be maintained.
|
1999-02-27 03:14:22 +00:00
|
|
|
|
1999-08-28 01:35:59 +00:00
|
|
|
$FreeBSD$
|