xref: /freebsd/UPDATING (revision 673d13f2db850f29b7953253751dc9a67848702b)
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
8673d13f2SWarner Losh20000710:
9673d13f2SWarner Losh	/dev/random now has good entropy collection (from the keyboard
10673d13f2SWarner Losh	and sysmouse drivers). Please ensure that either `options
11673d13f2SWarner Losh	RANDOMDEV' is present in your kernel config file or that
12673d13f2SWarner Losh	`randomdev_load="YES"' is in your /boot/loader.conf. If you do
13673d13f2SWarner Losh	not have the /dev/random driver, OpenSSL (and consequently
14673d13f2SWarner Losh	lots of crypto tools (like SSH)) will fail with strange
15673d13f2SWarner Losh	errors. (see below, 20000624).
16673d13f2SWarner Losh
17673d13f2SWarner Losh20000709:
18673d13f2SWarner Losh	phk made the default options AJ.  This may slow things down
19673d13f2SWarner Losh	and uncover other latent bugs in the code.  If you need to run
20673d13f2SWarner Losh	at full speed, you can disable this by doing the following:
21673d13f2SWarner Losh		ln -s aj /etc/malloc.conf
22673d13f2SWarner Losh
23e98e26cdSWarner Losh20000706:
24e98e26cdSWarner Losh	libftpio's version was accidentally bumped a few days ago.  This
25e98e26cdSWarner Losh	has been corrected.  You may need to remove /usr/lib/libftpio.so.6
26e98e26cdSWarner Losh	before doing your next buildworld/installworld pair.  It certainly
27e98e26cdSWarner Losh	won't hurt to remove it before the update proceedure.  It will
28e98e26cdSWarner Losh	break fetch until a new one is built, but ftp can be used in the
29e98e26cdSWarner Losh	interrum if needed.
30e98e26cdSWarner Losh
31e98e26cdSWarner Losh20000705:
32e98e26cdSWarner Losh	The crypto packages have changed for the cvsup.  This has been done
33e98e26cdSWarner Losh	in a backward compatible way, but the old packages will go away at
34e98e26cdSWarner Losh	some point in the future.  Look at /usr/share/examples/cvsup for
35e98e26cdSWarner Losh	details.
36e98e26cdSWarner Losh
37c373950eSWarner Losh20000704:
382f961bc8SWarner Losh	With the new sys/modules/sound/drivers/*, you will need to
392f961bc8SWarner Losh	set SYSDIR until you do an installworld after July 7th.
402f961bc8SWarner Losh
412f961bc8SWarner Losh20000704:
42c373950eSWarner Losh	rc.shutdown and rc will now call the rc.d scripts with start
43c373950eSWarner Losh	or stop.  This may cause some harmless warnings from older
44c373950eSWarner Losh	rc.d scripts that haven't been updated.
45c373950eSWarner Losh
4627dc3a2bSWarner Losh20000630:
4727dc3a2bSWarner Losh	The libfetch based version of fetch has gone into the tree.
4827dc3a2bSWarner Losh	Minor problems may result on some of the less popular sites,
4927dc3a2bSWarner Losh	which should be reported to des@freebsd.org.
5027dc3a2bSWarner Losh
51b8c215acSWarner Losh20000625:
52b8c215acSWarner Losh	From approximately this date forward, one must have the crypto
5327dc3a2bSWarner Losh	system installed in order to build the system and kernel.
5427dc3a2bSWarner Losh	While not technically strictly true, one should treat it as
5527dc3a2bSWarner Losh	required and grab the crypto bits.  If you are grabbing CVS
5627dc3a2bSWarner Losh	trees, src-all and cvs-crypto should be treated as if they
5727dc3a2bSWarner Losh	were required.  You should check with the latest collections
5827dc3a2bSWarner Losh	to make sure that these haven't changed.
59b8c215acSWarner Losh
607b990719SWarner Losh20000624:
617b990719SWarner Losh	Mark Murray just committed the first parts of a cleanup of
627b990719SWarner Losh	/dev/zero, et al.  This is also cleaning up /dev/random.
637b990719SWarner Losh	The entropy is disconnected, so DO NOT USE VERSIONS OF FREEBSD
647b990719SWarner Losh	-CURRENT FROM THIS POINT FORWARD for cryptographic services
657b990719SWarner Losh	until Mark can merge in the fixes to this work in progress.
667b990719SWarner Losh	openssh and openssl should not be used to generate keys from this
677b990719SWarner Losh	date to the completion of the work.
687b990719SWarner Losh
6927dc3a2bSWarner Losh	If you must operate at this reduced level of security, add '
7027dc3a2bSWarner Losh	options RANDOMDEV' to your kernel or modload the randomdev
7127dc3a2bSWarner Losh	module.  You may also need to copy a new MAKEDEV to /dev and
7227dc3a2bSWarner Losh	recreate the random and urandom devices.
7327dc3a2bSWarner Losh
7481e54c50SWarner Losh20000622:
7581e54c50SWarner Losh	The license on the softupdates is now a standard 2 clause
7681e54c50SWarner Losh	BSD license.  You may need to remove your symbolic links
7781e54c50SWarner Losh	that used to be required when updating.
7881e54c50SWarner Losh
7939943833SWarner Losh20000621:
8039943833SWarner Losh	Scott Flatman <sf@aracnet.com> sent in a decent writeup on
812a2f33fbSDaniel Baker	the config file update procedure.
822a2f33fbSDaniel Baker		http://people.freebsd.org/~imp/config-upd.html
83c373950eSWarner Losh	NOTE: LINT is gone.  It has been replaced with NOTES.  NOTES
84c373950eSWarner Losh	isn't buildable.
8539943833SWarner Losh
86290f9ad8SWarner Losh20000620:
87290f9ad8SWarner Losh	Binutils 2.10 have hit the tree, or will shortly.  As soon
88290f9ad8SWarner Losh	as they do, the problem noted in 20000522 will be resolved and
89290f9ad8SWarner Losh	that workaround will no longer be required.
90290f9ad8SWarner Losh
9190fb6346SWarner Losh20000615:
9290fb6346SWarner Losh	phk removed the compatibility creation of wd devices in the
9390fb6346SWarner Losh	ad driver.  If you haven't done so already, you must update
9490fb6346SWarner Losh	your fstab, etc to use the ad devices instead of the wd
9590fb6346SWarner Losh	devices.
9690fb6346SWarner Losh
97f75f65bbSWarner Losh	In addition, you'll need to update your boot blocks to a
98f75f65bbSWarner Losh	more modern version, if you haven't already done so.  Modern
99f75f65bbSWarner Losh	here means 4.0 release or newer (although older releases
100f75f65bbSWarner Losh	may work).
101f75f65bbSWarner Losh
102ba26da8eSWarner Losh20000612:
103ba26da8eSWarner Losh	Peter took an axe to config(8).  Besure that you read his mail
104290f9ad8SWarner Losh	on the topic before even thinking about updating.  You will
105290f9ad8SWarner Losh	need to create a /boot/devices.hints or add a hints directive
106290f9ad8SWarner Losh	to your config file to compile them in statically.  The format
107290f9ad8SWarner Losh	of the config file has changed as well.  Please see LINT,
108290f9ad8SWarner Losh	GENERIC or NEWCARD for examples of the new format.
109290f9ad8SWarner Losh
110d65850ebSWarner Losh20000522:
111ba26da8eSWarner Losh	A new set of binutils went into the tree today.  Anybody
112d65850ebSWarner Losh	building a kernel after this point is advised that they need
113d65850ebSWarner Losh	to rebuild their binutils (or better yet do a
114d65850ebSWarner Losh	buildworld/installworld) before building a new kernel.
115d65850ebSWarner Losh
116d9583a00SWarner Losh	Due to bugs in binutils, using malloc options (eg /etc/malloc.conf
117d9583a00SWarner Losh	or MALLOC_OPTIONS env var) J will cause ld to dump core.  It
118d9583a00SWarner Losh	is recommended that you don't set this option until the problem
119d9583a00SWarner Losh	is resolved.
120d9583a00SWarner Losh
1218039cedeSWarner Losh20000513:
1228039cedeSWarner Losh	The ethernet drivers were all updated to clean up the BPF handling.
1238039cedeSWarner Losh
124d65850ebSWarner Losh20000510:
1258039cedeSWarner Losh	The problems with boot blocks on the alphas have been corrected.
1268039cedeSWarner Losh	This will require some care in updating alphas.  A new libstand
1278039cedeSWarner Losh	is requires for the boot blocks to build properly.
1288039cedeSWarner Losh
1298039cedeSWarner Losh20000503:
1308039cedeSWarner Losh	Recompile all kld modules.  Proper version dependency info
1318039cedeSWarner Losh	is now available.
1328039cedeSWarner Losh
133d65850ebSWarner Losh20000502:
134d65850ebSWarner Losh	Modules have been disconnected from the buildworld tree and
135d65850ebSWarner Losh	connected to the kernel building instead.
136d65850ebSWarner Losh
1378039cedeSWarner Losh2000427:
1388039cedeSWarner Losh	You may need to build gperf
1398039cedeSWarner Losh		cd /usr/src/gnu/usr.bin/gperf && make depend all install
1408039cedeSWarner Losh	when upgrading from 4.0 -> current.  The build system now uses
1418039cedeSWarner Losh	an option only in -current.
1428039cedeSWarner Losh
1432b8dd5f4SWarner Losh20000417:
1442b8dd5f4SWarner Losh	The method that we brand ELF binaries has changed to be more
1452b8dd5f4SWarner Losh	acceptible to the binutils maintainers.  You will need to
1462b8dd5f4SWarner Losh	rebrand your ELF binaries that aren't native.  One problem
1472b8dd5f4SWarner Losh	binary is the Linux ldconfig.  After your make world, but
1482b8dd5f4SWarner Losh	before you reboot, you'll neeed to issue:
1492b8dd5f4SWarner Losh		brandelf -t Linux /compat/linux/sbin/ldconfig
1502b8dd5f4SWarner Losh	if you have Linux compatibility enabled on your machine.
1512b8dd5f4SWarner Losh
1528d9f1945SWarner Losh20000320:
1532b8dd5f4SWarner Losh	If you have really bad/marginal IDE drives, you may find they
1542b8dd5f4SWarner Losh	don't work well.  Use pio mode instead.  The easiest way to
1552b8dd5f4SWarner Losh	cope if you have a problem combination is to add:
1568d9f1945SWarner Losh		/sbin/sysctl -w hw.atamodes=pio,pio,pio,pio
1572b8dd5f4SWarner Losh	to the start of /etc/rc.conf.
1588d9f1945SWarner Losh
159f8ab1dd6SWarner Losh20000319:
160f8ab1dd6SWarner Losh	The ISA and PCI compatability shims have been connected to the
161f8ab1dd6SWarner Losh	options COMPAT_OLDISA and COMPAT_OLDPCI.  If you are using old
162f8ab1dd6SWarner Losh	style PCI or ISA drivers (i.e. tx, voxware, etc.) you must
163f8ab1dd6SWarner Losh	include the appropriate option in your kernel config.  Drivers
164f8ab1dd6SWarner Losh	using the shims should be updated or they won't ship with
165f8ab1dd6SWarner Losh	5.0-RELEASE, targeted for 2001.
166f8ab1dd6SWarner Losh
16719cada77SWarner Losh20000318:
16819cada77SWarner Losh	We've entered the tradtional post release dumping party.
16919cada77SWarner Losh	Large kernel changes are being committed and are in the
17019cada77SWarner Losh	works.  It is important to keep the systems' klds and kernel
17119cada77SWarner Losh	in sync as kernel interfaces and structures are changing.
17219cada77SWarner Losh	Before reporting kernel panics, make sure that all modules
17319cada77SWarner Losh	that you are loading are up to date.
174ba228352SWarner Losh
17519cada77SWarner Losh20000315:
1766d23c382SWarner Losh	If you are upgrading from an older version of FreeBSD, you
1776d23c382SWarner Losh	need to update your boot blocks as well.  'disklabel -B ad0'
1786d23c382SWarner Losh	will do the trick.  This isn't critical until you remove your
1796d23c382SWarner Losh	wd device entries in /dev, at which point your system will not
1806d23c382SWarner Losh	boot.
1816d23c382SWarner Losh
1826d23c382SWarner Losh20000315:
18319cada77SWarner Losh	4.0 RELEASE shipped.  Please see the 4.0 UPDATING file for how
18419cada77SWarner Losh	to upgrade to 4.0 from 3.x.
18557199806SWarner Losh
186dc0dbf5cSWarner LoshCOMMON ITEMS:
187dc0dbf5cSWarner Losh
188dc0dbf5cSWarner Losh	To build a kernel
189dc0dbf5cSWarner Losh	-----------------
190dc0dbf5cSWarner Losh	Update config, genassym and go:
191ba26da8eSWarner Losh		config YOUR_KERNEL_HERE			[1]
192dc0dbf5cSWarner Losh		cd ../../compile/YOUR_KERNEL_HERE
193dc0dbf5cSWarner Losh		make depend && make
1943645fc1cSWarner Losh		make install
195ba26da8eSWarner Losh	[1] If upgrading, add -r won't hurt and sometimes helps.
196dc0dbf5cSWarner Losh
19716de1a07SWarner Losh	To rebuild everything
19816de1a07SWarner Losh	---------------------
199759f0aefSWarner Losh	make world
200759f0aefSWarner Losh
201ba26da8eSWarner Losh	To upgrade from 4.0-stable to current
202ba26da8eSWarner Losh	-------------------------------------
203ba26da8eSWarner Losh	make buildworld
204ba26da8eSWarner Losh	make buildkernel KERNEL=YOUR_KERNEL_HERE
205ba26da8eSWarner Losh	make installkernel KERNEL=YOUR_KERNEL_HERE
206ba26da8eSWarner Losh	make installworld
207ba26da8eSWarner Losh	<reboot>
208ba26da8eSWarner Losh
209ba26da8eSWarner Losh	Make sure that you've read the UPDATING file to understand
210ba26da8eSWarner Losh	the tweaks to various things you need.  At this point in the
211ba26da8eSWarner Losh	life cycloe of current, things change often and you are on
212ba26da8eSWarner Losh	your own to cope.
213ba26da8eSWarner Losh
214dc0dbf5cSWarner LoshFORMAT:
215dc0dbf5cSWarner Losh
2161fc1a0dcSWarner LoshThis file contains a list, in reverse chronologocal order, of major
2171fc1a0dcSWarner Loshbreakages in tracking -current.  Not all things will be listed here,
218f8ab1dd6SWarner Loshand it only starts on March 15, 2000.  Updating files can found in
219f8ab1dd6SWarner Loshprevious releases if your system is older than this.
2201fc1a0dcSWarner Losh
2213645fc1cSWarner LoshPlease filter your entries through Warner Losh (imp@village.org) so
2223645fc1cSWarner Loshthat the style, formatting, etc of this file can be maintained.
223f8c77507SWarner Losh
22497d92980SPeter Wemm$FreeBSD$
225