UPDATING revision 58446
1Updating Information for FreeBSD current users
2
3This file is maintained by imp@village.org.  Please send new entries
4directly to him.  See end of file for further details.  For commonly
5done items, please see the end of the file.  Search for 'COMMON
6ITEMS:'
7
820000318:
9	We've entered the tradtional post release dumping party.
10	Large kernel changes are being committed and are in the
11	works.  It is important to keep the systems' klds and kernel
12	in sync as kernel interfaces and structures are changing.
13	Before reporting kernel panics, make sure that all modules
14	that you are loading are up to date.
15
1620000315:
17	4.0 RELEASE shipped.  Please see the 4.0 UPDATING file for how
18	to upgrade to 4.0 from 3.x.
19
20COMMON ITEMS:
21
22	To build a kernel
23	-----------------
24	Update config, genassym and go:
25		config YOUR_KERNEL_HERE
26		cd ../../compile/YOUR_KERNEL_HERE
27		make depend && make
28		make install
29
30	To rebuild everything
31	---------------------
32	make world
33
34	Except when it doesn't work.
35
36FORMAT:
37
38This file contains a list, in reverse chronologocal order, of major
39breakages in tracking -current.  Not all things will be listed here,
40and it only starts on November 18, 1998.  If you have an earlier
41version of FreeBSD, you are on your own to get to November 18, 1998.
42
43Please filter your entries through Warner Losh (imp@village.org) so
44that the style, formatting, etc of this file can be maintained.
45
46$FreeBSD: head/UPDATING 58446 2000-03-21 19:19:47Z imp $
47