xref: /freebsd/UPDATING (revision f54a3542ef8681444c96875ebd3e38b500fad823)
157199806SWarner LoshUpdating Information for FreeBSD current users
253dfde79SWarner Losh
3f8c77507SWarner LoshThis file is maintained by imp@village.org.  Please send new entries
4dc0dbf5cSWarner Loshdirectly to him.  See end of file for further details.  For commonly
516de1a07SWarner Loshdone items, please see the end of the file.  Search for 'COMMON
616de1a07SWarner LoshITEMS:'
716de1a07SWarner Losh
8409e887cSWarner Losh20000711:
9409e887cSWarner Losh	If you use CVSUP or CTM to get CVS trees, AND you used to get
10409e887cSWarner Losh	the old crypto files from internat.freebsd.org AND you check
11409e887cSWarner Losh	out files from the CVS tree with the cvs command, please read
12409e887cSWarner Losh		http://people.freebsd.org/~imp/internat.txt
13409e887cSWarner Losh	for details on potential problems that you might have and how
14409e887cSWarner Losh	to get around them.
15409e887cSWarner Losh
16409e887cSWarner Losh	If you are merely a mirror, or don't answer yes to each of the
17409e887cSWarner Losh	clauses above, you needn't worry.
18409e887cSWarner Losh
19409e887cSWarner Losh20000711:
20409e887cSWarner Losh	/etc/security has been updated to print the inode number of
21409e887cSWarner Losh	setuid programs that have changed.  You will see a large spike
22409e887cSWarner Losh	in the number of changed programs the first time when you run
23409e887cSWarner Losh	mergemaster to get a new /etc/security.
24409e887cSWarner Losh
25673d13f2SWarner Losh20000710:
26673d13f2SWarner Losh	/dev/random now has good entropy collection (from the keyboard
27673d13f2SWarner Losh	and sysmouse drivers). Please ensure that either `options
28673d13f2SWarner Losh	RANDOMDEV' is present in your kernel config file or that
29673d13f2SWarner Losh	`randomdev_load="YES"' is in your /boot/loader.conf. If you do
30673d13f2SWarner Losh	not have the /dev/random driver, OpenSSL (and consequently
31673d13f2SWarner Losh	lots of crypto tools (like SSH)) will fail with strange
32673d13f2SWarner Losh	errors. (see below, 20000624).
33673d13f2SWarner Losh
34673d13f2SWarner Losh20000709:
35673d13f2SWarner Losh	phk made the default options AJ.  This may slow things down
36673d13f2SWarner Losh	and uncover other latent bugs in the code.  If you need to run
37673d13f2SWarner Losh	at full speed, you can disable this by doing the following:
38673d13f2SWarner Losh		ln -s aj /etc/malloc.conf
39673d13f2SWarner Losh
40e98e26cdSWarner Losh20000706:
41e98e26cdSWarner Losh	libftpio's version was accidentally bumped a few days ago.  This
42e98e26cdSWarner Losh	has been corrected.  You may need to remove /usr/lib/libftpio.so.6
43e98e26cdSWarner Losh	before doing your next buildworld/installworld pair.  It certainly
44e98e26cdSWarner Losh	won't hurt to remove it before the update proceedure.  It will
45e98e26cdSWarner Losh	break fetch until a new one is built, but ftp can be used in the
46e98e26cdSWarner Losh	interrum if needed.
47e98e26cdSWarner Losh
48e98e26cdSWarner Losh20000705:
49e98e26cdSWarner Losh	The crypto packages have changed for the cvsup.  This has been done
50e98e26cdSWarner Losh	in a backward compatible way, but the old packages will go away at
51e98e26cdSWarner Losh	some point in the future.  Look at /usr/share/examples/cvsup for
52e98e26cdSWarner Losh	details.
53e98e26cdSWarner Losh
54c373950eSWarner Losh20000704:
552f961bc8SWarner Losh	With the new sys/modules/sound/drivers/*, you will need to
562f961bc8SWarner Losh	set SYSDIR until you do an installworld after July 7th.
572f961bc8SWarner Losh
582f961bc8SWarner Losh20000704:
59c373950eSWarner Losh	rc.shutdown and rc will now call the rc.d scripts with start
60c373950eSWarner Losh	or stop.  This may cause some harmless warnings from older
61c373950eSWarner Losh	rc.d scripts that haven't been updated.
62c373950eSWarner Losh
6327dc3a2bSWarner Losh20000630:
6427dc3a2bSWarner Losh	The libfetch based version of fetch has gone into the tree.
6527dc3a2bSWarner Losh	Minor problems may result on some of the less popular sites,
6627dc3a2bSWarner Losh	which should be reported to des@freebsd.org.
6727dc3a2bSWarner Losh
68b8c215acSWarner Losh20000625:
69b8c215acSWarner Losh	From approximately this date forward, one must have the crypto
7027dc3a2bSWarner Losh	system installed in order to build the system and kernel.
7127dc3a2bSWarner Losh	While not technically strictly true, one should treat it as
7227dc3a2bSWarner Losh	required and grab the crypto bits.  If you are grabbing CVS
7327dc3a2bSWarner Losh	trees, src-all and cvs-crypto should be treated as if they
7427dc3a2bSWarner Losh	were required.  You should check with the latest collections
7527dc3a2bSWarner Losh	to make sure that these haven't changed.
76b8c215acSWarner Losh
777b990719SWarner Losh20000624:
787b990719SWarner Losh	Mark Murray just committed the first parts of a cleanup of
797b990719SWarner Losh	/dev/zero, et al.  This is also cleaning up /dev/random.
807b990719SWarner Losh	The entropy is disconnected, so DO NOT USE VERSIONS OF FREEBSD
817b990719SWarner Losh	-CURRENT FROM THIS POINT FORWARD for cryptographic services
827b990719SWarner Losh	until Mark can merge in the fixes to this work in progress.
837b990719SWarner Losh	openssh and openssl should not be used to generate keys from this
847b990719SWarner Losh	date to the completion of the work.
857b990719SWarner Losh
8627dc3a2bSWarner Losh	If you must operate at this reduced level of security, add '
8727dc3a2bSWarner Losh	options RANDOMDEV' to your kernel or modload the randomdev
8827dc3a2bSWarner Losh	module.  You may also need to copy a new MAKEDEV to /dev and
8927dc3a2bSWarner Losh	recreate the random and urandom devices.
9027dc3a2bSWarner Losh
9181e54c50SWarner Losh20000622:
9281e54c50SWarner Losh	The license on the softupdates is now a standard 2 clause
9381e54c50SWarner Losh	BSD license.  You may need to remove your symbolic links
9481e54c50SWarner Losh	that used to be required when updating.
9581e54c50SWarner Losh
9639943833SWarner Losh20000621:
9739943833SWarner Losh	Scott Flatman <sf@aracnet.com> sent in a decent writeup on
982a2f33fbSDaniel Baker	the config file update procedure.
992a2f33fbSDaniel Baker		http://people.freebsd.org/~imp/config-upd.html
100c373950eSWarner Losh	NOTE: LINT is gone.  It has been replaced with NOTES.  NOTES
101c373950eSWarner Losh	isn't buildable.
10239943833SWarner Losh
103290f9ad8SWarner Losh20000620:
104290f9ad8SWarner Losh	Binutils 2.10 have hit the tree, or will shortly.  As soon
105290f9ad8SWarner Losh	as they do, the problem noted in 20000522 will be resolved and
106290f9ad8SWarner Losh	that workaround will no longer be required.
107290f9ad8SWarner Losh
10890fb6346SWarner Losh20000615:
10990fb6346SWarner Losh	phk removed the compatibility creation of wd devices in the
11090fb6346SWarner Losh	ad driver.  If you haven't done so already, you must update
11190fb6346SWarner Losh	your fstab, etc to use the ad devices instead of the wd
11290fb6346SWarner Losh	devices.
11390fb6346SWarner Losh
114f75f65bbSWarner Losh	In addition, you'll need to update your boot blocks to a
115f75f65bbSWarner Losh	more modern version, if you haven't already done so.  Modern
116f75f65bbSWarner Losh	here means 4.0 release or newer (although older releases
117f75f65bbSWarner Losh	may work).
118f75f65bbSWarner Losh
119ba26da8eSWarner Losh20000612:
120ba26da8eSWarner Losh	Peter took an axe to config(8).  Besure that you read his mail
121290f9ad8SWarner Losh	on the topic before even thinking about updating.  You will
122290f9ad8SWarner Losh	need to create a /boot/devices.hints or add a hints directive
123290f9ad8SWarner Losh	to your config file to compile them in statically.  The format
124f54a3542SWarner Losh	of the config file has changed as well.  Please see GENERIC or
125f54a3542SWarner Losh	NEWCARD for examples of the new format.
126290f9ad8SWarner Losh
127d65850ebSWarner Losh20000522:
128ba26da8eSWarner Losh	A new set of binutils went into the tree today.  Anybody
129d65850ebSWarner Losh	building a kernel after this point is advised that they need
130d65850ebSWarner Losh	to rebuild their binutils (or better yet do a
131d65850ebSWarner Losh	buildworld/installworld) before building a new kernel.
132d65850ebSWarner Losh
133d9583a00SWarner Losh	Due to bugs in binutils, using malloc options (eg /etc/malloc.conf
134d9583a00SWarner Losh	or MALLOC_OPTIONS env var) J will cause ld to dump core.  It
135d9583a00SWarner Losh	is recommended that you don't set this option until the problem
136d9583a00SWarner Losh	is resolved.
137d9583a00SWarner Losh
1388039cedeSWarner Losh20000513:
1398039cedeSWarner Losh	The ethernet drivers were all updated to clean up the BPF handling.
1408039cedeSWarner Losh
141d65850ebSWarner Losh20000510:
1428039cedeSWarner Losh	The problems with boot blocks on the alphas have been corrected.
1438039cedeSWarner Losh	This will require some care in updating alphas.  A new libstand
1448039cedeSWarner Losh	is requires for the boot blocks to build properly.
1458039cedeSWarner Losh
1468039cedeSWarner Losh20000503:
1478039cedeSWarner Losh	Recompile all kld modules.  Proper version dependency info
1488039cedeSWarner Losh	is now available.
1498039cedeSWarner Losh
150d65850ebSWarner Losh20000502:
151d65850ebSWarner Losh	Modules have been disconnected from the buildworld tree and
152d65850ebSWarner Losh	connected to the kernel building instead.
153d65850ebSWarner Losh
1548039cedeSWarner Losh2000427:
1558039cedeSWarner Losh	You may need to build gperf
1568039cedeSWarner Losh		cd /usr/src/gnu/usr.bin/gperf && make depend all install
1578039cedeSWarner Losh	when upgrading from 4.0 -> current.  The build system now uses
1588039cedeSWarner Losh	an option only in -current.
1598039cedeSWarner Losh
1602b8dd5f4SWarner Losh20000417:
1612b8dd5f4SWarner Losh	The method that we brand ELF binaries has changed to be more
1622b8dd5f4SWarner Losh	acceptible to the binutils maintainers.  You will need to
1632b8dd5f4SWarner Losh	rebrand your ELF binaries that aren't native.  One problem
1642b8dd5f4SWarner Losh	binary is the Linux ldconfig.  After your make world, but
1652b8dd5f4SWarner Losh	before you reboot, you'll neeed to issue:
1662b8dd5f4SWarner Losh		brandelf -t Linux /compat/linux/sbin/ldconfig
1672b8dd5f4SWarner Losh	if you have Linux compatibility enabled on your machine.
1682b8dd5f4SWarner Losh
1698d9f1945SWarner Losh20000320:
1702b8dd5f4SWarner Losh	If you have really bad/marginal IDE drives, you may find they
1712b8dd5f4SWarner Losh	don't work well.  Use pio mode instead.  The easiest way to
1722b8dd5f4SWarner Losh	cope if you have a problem combination is to add:
1738d9f1945SWarner Losh		/sbin/sysctl -w hw.atamodes=pio,pio,pio,pio
1742b8dd5f4SWarner Losh	to the start of /etc/rc.conf.
1758d9f1945SWarner Losh
176f8ab1dd6SWarner Losh20000319:
177f8ab1dd6SWarner Losh	The ISA and PCI compatability shims have been connected to the
178f8ab1dd6SWarner Losh	options COMPAT_OLDISA and COMPAT_OLDPCI.  If you are using old
179f8ab1dd6SWarner Losh	style PCI or ISA drivers (i.e. tx, voxware, etc.) you must
180f8ab1dd6SWarner Losh	include the appropriate option in your kernel config.  Drivers
181f8ab1dd6SWarner Losh	using the shims should be updated or they won't ship with
182f8ab1dd6SWarner Losh	5.0-RELEASE, targeted for 2001.
183f8ab1dd6SWarner Losh
18419cada77SWarner Losh20000318:
18519cada77SWarner Losh	We've entered the tradtional post release dumping party.
18619cada77SWarner Losh	Large kernel changes are being committed and are in the
18719cada77SWarner Losh	works.  It is important to keep the systems' klds and kernel
18819cada77SWarner Losh	in sync as kernel interfaces and structures are changing.
18919cada77SWarner Losh	Before reporting kernel panics, make sure that all modules
19019cada77SWarner Losh	that you are loading are up to date.
191ba228352SWarner Losh
19219cada77SWarner Losh20000315:
1936d23c382SWarner Losh	If you are upgrading from an older version of FreeBSD, you
1946d23c382SWarner Losh	need to update your boot blocks as well.  'disklabel -B ad0'
1956d23c382SWarner Losh	will do the trick.  This isn't critical until you remove your
1966d23c382SWarner Losh	wd device entries in /dev, at which point your system will not
1976d23c382SWarner Losh	boot.
1986d23c382SWarner Losh
1996d23c382SWarner Losh20000315:
20019cada77SWarner Losh	4.0 RELEASE shipped.  Please see the 4.0 UPDATING file for how
20119cada77SWarner Losh	to upgrade to 4.0 from 3.x.
20257199806SWarner Losh
203dc0dbf5cSWarner LoshCOMMON ITEMS:
204dc0dbf5cSWarner Losh
205dc0dbf5cSWarner Losh	To build a kernel
206dc0dbf5cSWarner Losh	-----------------
207dc0dbf5cSWarner Losh	Update config, genassym and go:
208ba26da8eSWarner Losh		config YOUR_KERNEL_HERE			[1]
209dc0dbf5cSWarner Losh		cd ../../compile/YOUR_KERNEL_HERE
210dc0dbf5cSWarner Losh		make depend && make
2113645fc1cSWarner Losh		make install
212ba26da8eSWarner Losh	[1] If upgrading, add -r won't hurt and sometimes helps.
213dc0dbf5cSWarner Losh
21416de1a07SWarner Losh	To rebuild everything
21516de1a07SWarner Losh	---------------------
216759f0aefSWarner Losh	make world
217759f0aefSWarner Losh
218ba26da8eSWarner Losh	To upgrade from 4.0-stable to current
219ba26da8eSWarner Losh	-------------------------------------
220ba26da8eSWarner Losh	make buildworld
221ba26da8eSWarner Losh	make buildkernel KERNEL=YOUR_KERNEL_HERE
222ba26da8eSWarner Losh	make installkernel KERNEL=YOUR_KERNEL_HERE
223ba26da8eSWarner Losh	make installworld
224ba26da8eSWarner Losh	<reboot>
225ba26da8eSWarner Losh
226ba26da8eSWarner Losh	Make sure that you've read the UPDATING file to understand
227ba26da8eSWarner Losh	the tweaks to various things you need.  At this point in the
228ba26da8eSWarner Losh	life cycloe of current, things change often and you are on
229ba26da8eSWarner Losh	your own to cope.
230ba26da8eSWarner Losh
231dc0dbf5cSWarner LoshFORMAT:
232dc0dbf5cSWarner Losh
2331fc1a0dcSWarner LoshThis file contains a list, in reverse chronologocal order, of major
2341fc1a0dcSWarner Loshbreakages in tracking -current.  Not all things will be listed here,
235f8ab1dd6SWarner Loshand it only starts on March 15, 2000.  Updating files can found in
236f8ab1dd6SWarner Loshprevious releases if your system is older than this.
2371fc1a0dcSWarner Losh
2383645fc1cSWarner LoshPlease filter your entries through Warner Losh (imp@village.org) so
2393645fc1cSWarner Loshthat the style, formatting, etc of this file can be maintained.
240f8c77507SWarner Losh
24197d92980SPeter Wemm$FreeBSD$
242