xref: /freebsd/UPDATING (revision 25c3f405b57982a8fab4c4802d326c9d8fedc9ad)
157199806SWarner LoshUpdating Information for FreeBSD current users
253dfde79SWarner Losh
3f8c77507SWarner LoshThis file is maintained by imp@village.org.  Please send new entries
4ea31d04dSWarner Loshdirectly to him.  See end of file for further details.
5ea31d04dSWarner Losh
625c3f405SWarner Losh19991015:
725c3f405SWarner Losh	PCCARD has been updated to attach pcic to the isa bus.  Therefore
825c3f405SWarner Losh	you will need to modify kernel config files that have pcic/card
925c3f405SWarner Losh	in them as follows:
1025c3f405SWarner Losh		controller	pcic0	at isa?
1125c3f405SWarner Losh		controller	pcic1	at isa?
1225c3f405SWarner Losh		controller	card0
1325c3f405SWarner Losh
1473c86a1fSWarner Losh19990929:
1573c86a1fSWarner Losh	The sigset_t datatype has been changed from an integral type
1673c86a1fSWarner Losh	to a compound type and can hold 128 signals. Syscalls directly
1773c86a1fSWarner Losh	or indirectly using the new sigset_t have been added as to
1873c86a1fSWarner Losh	maintain compatible with existing binaries. A new kernel must
1973c86a1fSWarner Losh	be made and installed and booted with before a make world can
2073c86a1fSWarner Losh	be done.
2173c86a1fSWarner Losh
2260dbe536SWarner Losh19990919:
2360dbe536SWarner Losh	New jail syscall format requires recompilation of jail(8) with
2460dbe536SWarner Losh	fresh headers installed (or a make world will do it for you).
2560dbe536SWarner Losh
2660dbe536SWarner Losh19990914:
2760dbe536SWarner Losh	Matt Dillon checked in many vm related things and sent a heads up
2860dbe536SWarner Losh	to -current urging caution and to report vm problems to him.
2960dbe536SWarner Losh	As of the 19th, no killer problems have been reported, but you
3060dbe536SWarner Losh	have been warned.
3160dbe536SWarner Losh
325f83e348SWarner Losh19990908:
335f83e348SWarner Losh	The new miibus has been added to the system.  If you are using
345f83e348SWarner Losh	the dm, rl, sf, sis, ste, tl, wb or xl drivers, you need to
355f83e348SWarner Losh	add "controller miibus0" to your config file.
365f83e348SWarner Losh
37d9806965SNick Hibma19990905:
38d9806965SNick Hibma	/var/cron/log has been moved to /var/log/cron to get all the
39d9806965SNick Hibma	log files in one place.
405f83e348SWarner Losh
4130e90e8bSWarner Losh19990831:
4230e90e8bSWarner Losh	tn3270 has been removed from the based system and added as a port.
4330e90e8bSWarner Losh
44f8a59eaeSWarner Losh19990830:
45f8a59eaeSWarner Losh	User-visible TCP timers are now expressed in units of 1ms, instead
46f8a59eaeSWarner Losh	of 500ms, so if you've customized any timer values under
47f8a59eaeSWarner Losh	``net.inet.tcp'', multiply them by 500 to preserve TCP's behavior.
48f8a59eaeSWarner Losh
4930e90e8bSWarner Losh19990828:
5030e90e8bSWarner Losh	RCS Id tags changed to FreeBSD.  This will cause huge cvsup
5130e90e8bSWarner Losh	updates.
5230e90e8bSWarner Losh
53f8a59eaeSWarner Losh19990821:
54f8a59eaeSWarner Losh	On 28-May-1999 libreadline was upgraded from readline-2.2 to
55f8a59eaeSWarner Losh	readline-4.0.  At that time the shared library major version
56f8a59eaeSWarner Losh	number was bumped from "3" to "4".  It has been deemed that
57f8a59eaeSWarner Losh	the interface change between readline-2.2 and readline-4.0 was
58f8a59eaeSWarner Losh	not suffient to warrant the version number bump.
59f8a59eaeSWarner Losh
60f8a59eaeSWarner Losh	Thus I have reverted it back to "3".  You will need to perform
61f8a59eaeSWarner Losh	the below immediately before your next ``make world'':
62f8a59eaeSWarner Losh	    cd /usr/lib
63f8a59eaeSWarner Losh	    ls -l libreadline.so.4
64f8a59eaeSWarner Losh	        (if you have /usr/lib/libreadline.so.4)
65f8a59eaeSWarner Losh	    mv libreadline.so.4 libreadline.so.3
66f8a59eaeSWarner Losh	    rm -f libreadline.so
67f8a59eaeSWarner Losh	    ln -s libreadline.so.3 libreadline.so
68f8a59eaeSWarner Losh
697eedd934SWarner Losh19990801:
707eedd934SWarner Losh	Changes to the pccardd kernel interface require that you recompile
717eedd934SWarner Losh	pccardd for new kernel.
727eedd934SWarner Losh
73882984b3SWarner Losh19980725:
74882984b3SWarner Losh	The ipfw interface to the kernel has changed.  You will need to
75882984b3SWarner Losh	recompile ipfw programs for the new kernel.
76882984b3SWarner Losh
77882984b3SWarner Losh19990715:
78882984b3SWarner Losh	The bpfilter device has been renamed to bpf.  You will need to
79882984b3SWarner Losh	change your config files in order to enable this in newer kernels.
80882984b3SWarner Losh
81e5bd655aSWarner Losh19990704:
82e5bd655aSWarner Losh	src/contrib/sys/softupdates is moving to
8395d18cfcSWarner Losh	src/sys/contrib/softupdates.  Update your symbolic links/etc.
84e5bd655aSWarner Losh
85e5bd655aSWarner Losh19990702:
86e5bd655aSWarner Losh	Major changes have been made to vinum and its interface.  See
87e5bd655aSWarner Losh	the man page (vinum(8)) for details.  Look at the concat,
88e5bd655aSWarner Losh	mirror and stripe commands, as well as the SIMPLIFIED
89e5bd655aSWarner Losh	CONFIGURATION section.
90e5bd655aSWarner Losh
91e5bd655aSWarner Losh19990628:
92e5bd655aSWarner Losh	Newsyslog.conf has had a minor, but potentially dangerous,
93e5bd655aSWarner Losh	change to its username/group syntax.  The old syntax was
94e5bd655aSWarner Losh	user.group, while the new syntax is user:group.
95e5bd655aSWarner Losh
96e5bd655aSWarner Losh19990627:
97e5bd655aSWarner Losh	Inetd wrapping default has changed.  Please see the updated
98e5bd655aSWarner Losh	man page for details.
99e5bd655aSWarner Losh
100ed478e7cSWarner Losh19990623:
101ed478e7cSWarner Losh	Compaq Smart Raid driver committed as ida.
102ed478e7cSWarner Losh
103075eeff2SWarner Losh19990622:
104075eeff2SWarner Losh	The second phase of syscons cleanup has happened.  Some
105075eeff2SWarner Losh	functionality has been made optional.  For details, see
106075eeff2SWarner Losh        http://www.freebsd.org/~yokota/sc_update-June.txt
1076ae429caSWarner Losh	Everyone will need to re-config(8) their kernels, but old
1086ae429caSWarner Losh	binaries will work with the new kernel.
109075eeff2SWarner Losh
110a883e9d3SWarner Losh19990620:
111a883e9d3SWarner Losh	IPFW uid/gid-based filtering support has been committed. This
112a883e9d3SWarner Losh	breaks binary compatibility with previous copies of
113a883e9d3SWarner Losh	ipfw(8). Any utilities using the ioctl()s of ipfw (especially
114a883e9d3SWarner Losh	ipfw(8)) need to be recompiled with the newest headers
115a883e9d3SWarner Losh	installed.
116a883e9d3SWarner Losh
117a883e9d3SWarner Losh19990618:
118a883e9d3SWarner Losh	Inetd now wraps all stream-based services, including internals.
119a883e9d3SWarner Losh	Syslog "severity" options are honoured. Installed syslog.conf
120a883e9d3SWarner Losh	and hosts.allow should be checked.
121a883e9d3SWarner Losh
12207b72539SWarner Losh19990509:
12307b72539SWarner Losh	Most of the problems with newbus have been corrected, but
12407b72539SWarner Losh	it is still current and evolving.
12507b72539SWarner Losh
12607b72539SWarner Losh	libcam's ABI has changed.  You must recompile the world and
12707b72539SWarner Losh	any ports that use it.
12807b72539SWarner Losh
12909fcf3f9SWarner Losh19990427:
13009fcf3f9SWarner Losh	Massive changes to SMP went into the tree that should speed
13109fcf3f9SWarner Losh	things up.  However, if you experience problems with SMP
13209fcf3f9SWarner Losh	machines, you can back off to the PRE_SMP_VMSHARE tag in the
13309fcf3f9SWarner Losh	CVS repository (or run an MP kernel).
13409fcf3f9SWarner Losh
13509fcf3f9SWarner Losh19990420:
13609fcf3f9SWarner Losh	Pccardd and the pccard bus in general seem to be broken or
13709fcf3f9SWarner Losh	most people.  Soren has patches to make it better for some,
13809fcf3f9SWarner Losh	but not all people.  Work is underway to make it better for
13909fcf3f9SWarner Losh	all people.
14009fcf3f9SWarner Losh
141ea31d04dSWarner Losh19990416:
142ea31d04dSWarner Losh	new bus changes integrated into -current.  Many problems were
143ea31d04dSWarner Losh	initially reported, but most have been fixed.  You'll need a
144ea31d04dSWarner Losh	new config and to tweak your kernel config file the way that
145ea31d04dSWarner Losh	GENERIC was tweaked.  Keep a copy of your old kernel when
146ea31d04dSWarner Losh	upgrading in case your new kernel doesn't work (and report the
147ea31d04dSWarner Losh	breakage to current@freebsd.org).
148ea31d04dSWarner Losh
149ea31d04dSWarner Losh	As of 19990421 the remaining problems/quirks are
150ea31d04dSWarner Losh
151ea31d04dSWarner Losh	o sio no longer supports pnp nor pccard.  This will be corrected,
152ea31d04dSWarner Losh	  but the new pccard code needs to be completed.
153ea31d04dSWarner Losh	o Some of the sound drivers broke for some people.  It seems
154ea31d04dSWarner Losh	  inconsistant as to who/what/when/where things broke.
155ea31d04dSWarner Losh	o Duplicate device entries in your config do not work.  Previously
156ea31d04dSWarner Losh	  they were silently ignored.  psm0 seems to be the most common
157ea31d04dSWarner Losh	  duplicate choice, although some reports have come in from people
158ea31d04dSWarner Losh	  that wired their scsi disk entries.
159ea31d04dSWarner Losh	o You must move the keyboard and mouse attachments from the
160ea31d04dSWarner Losh	  isa bus to the atkbdc bus.  See GENERIC for details.
161ea31d04dSWarner Losh	o Machines with multiple host-pci bridges (Intel 450NX) will not
162ea31d04dSWarner Losh	  probe the second pci bus.
163ea31d04dSWarner Losh	o Some probe ordering may have changed, so device naming may change
164ea31d04dSWarner Losh	  with the new kernel.  If you have multiple devices, please double
165ea31d04dSWarner Losh	  check to make sure they didn't move.  This is especially true
166ea31d04dSWarner Losh	  for cards on different buses.
167ea31d04dSWarner Losh	o The bus attachment for vga0 is always isa0 and never pci0 when
168ea31d04dSWarner Losh	  it is in fact a pci card.  It is safe to ignore this.
169ea31d04dSWarner Losh	o The format of the boot messages has changed (and is not
170ea31d04dSWarner Losh	  guaranteed to be constant for a while) so you may see this
171ea31d04dSWarner Losh	  in some shell scripts that diff dmesg from day to day as well
172ea31d04dSWarner Losh	  as scripts that parse dmesg output.
173f8c77507SWarner Losh
174d24adca8SWarner Losh19990414:
175d24adca8SWarner Losh	cc -aout sometimes has problems compiling with -g, remove -g
176d24adca8SWarner Losh	from those compilation units affected until this is corrected.
177d24adca8SWarner Losh
178d24adca8SWarner Losh	cc -aout has problems with producing some threaded libraries,
179d24adca8SWarner Losh	so make world -DWANT_AOUT is not functional at this time.
180d24adca8SWarner Losh
181ea31d04dSWarner Losh	Since make world for a.out isn't functional, you cannot do
182ea31d04dSWarner Losh	make aout-to-elf from a pre-egcs a.out system.  To work around
183ea31d04dSWarner Losh	this problem, make aout-to-elf using 3.1-stable first (or a
184ea31d04dSWarner Losh	pre egcs -current) and then a simple make world will take you
185ea31d04dSWarner Losh	the rest of the way with a -current source base.
186ea31d04dSWarner Losh
187d5ca0636SWarner Losh19990413:
188d24adca8SWarner Losh	Make -j works again for make world.  As always, use it with
189d24adca8SWarner Losh	care, and be sure to try a make world w/o -j before reporting
190d24adca8SWarner Losh	problems (that is, know if the problem exists w/o -j before
191d24adca8SWarner Losh	reporting the problem with -j).
192d24adca8SWarner Losh
193d24adca8SWarner Losh19990413:
194d24adca8SWarner Losh	Note cc -aout, which had been broken since the conversion to
195ea31d04dSWarner Losh	egcs, now supposedly works.  If you have rebuilt things like
196d24adca8SWarner Losh	XFree86 a.out libraries, you should rebuild them again or
197ea31d04dSWarner Losh	progams that use them, including netscape, will fail to work.
198d5ca0636SWarner Losh
1991f692d40SWarner Losh19990409:
2001f692d40SWarner Losh	NOTE: New c++ compiler cannot be used with c++ binaries from
2011f692d40SWarner Losh	the old compiler and vice versa.
2021f692d40SWarner Losh
2031f692d40SWarner Losh19990408:
20481725689SWarner Losh	In recent days egcs has been imported into the tree.  A number
20581725689SWarner Losh	of problems have been discussed in -current.  Here is a highlight
20681725689SWarner Losh	of a few of the more common ones.  With the exception of make
20781725689SWarner Losh	-j n, they have been claimed to have been fixed.
20881725689SWarner Losh
20981725689SWarner Losh	c++ is broken after make world: This is correct.  Because we
21081725689SWarner Losh	changed compilers two make worlds are necessary to get C++
21181725689SWarner Losh	working again.  The code generated by the old compiler and new
21281725689SWarner Losh	compiler are not compatible, so things wind up being
21381725689SWarner Losh	undefined.
21481725689SWarner Losh
21581725689SWarner Losh	cpp is broken in make world:  There was a window where cpp
21681725689SWarner Losh	would be built incorrectly.  The fix for this is
217420d4744SMasafumi Max NAKANE		cd src/gnu/usr.bin/cc
21881725689SWarner Losh		make clean
21981725689SWarner Losh		make all
22081725689SWarner Losh		make install
22181725689SWarner Losh	and this should correct your problems.  See the -current
22281725689SWarner Losh	archives for a version of this that does moer cleaning.
22381725689SWarner Losh
22481725689SWarner Losh	Make -j n doesn't work.  Work contiunes to make this work,
22581725689SWarner Losh	I've seen no reports of success as of April 7th.
22681725689SWarner Losh
227ff5e1f79SWarner Losh19990329:
228ff5e1f79SWarner Losh	Previously, one would define "NOAOUT" to keep from building
229ff5e1f79SWarner Losh	the legacy a.out bits.  Now one would define "WANT_AOUT" to
230ff5e1f79SWarner Losh	build them.
231ff5e1f79SWarner Losh
232fe9af953SWarner Losh19990316:
233fe9af953SWarner Losh	The name of the old wd.c and atapi.c based CDROM driver has
234fe9af953SWarner Losh	been changed back to wcd. So update your config file to use
235fe9af953SWarner Losh	"device wcd" instead of "device acd".
236fe9af953SWarner Losh
237fe9af953SWarner Losh19990314:
238fe9af953SWarner Losh	For those of you using the VN device as a loadable module,
239fe9af953SWarner Losh	please be aware that the new VN device has been committed to
240fe9af953SWarner Losh	-4.x and cannot yet be used as a loadable module.  This will
241fe9af953SWarner Losh	be fixed in the future.
242fe9af953SWarner Losh
243ce32355fSWarner Losh19990309:
244fe9af953SWarner Losh	New loader.rc mechanism.  Please see src/sys/boot/README for
245fe9af953SWarner Losh	details.
246ce32355fSWarner Losh
247f8c77507SWarner Losh19990225:
248f8c77507SWarner Losh	struct proc size changed.  Recompile kernel and the
249f8c77507SWarner Losh	usual suspects.  Make world if in doubt.
2501fc1a0dcSWarner Losh
2510edeb9e7SWarner Losh19990214:
2520edeb9e7SWarner Losh	The nlpt driver has changed names back to be the lpt driver.
2537dd38e55SWarner Losh	See ppbus(4) or http://www.freebsd.org/~nsouch/ppbus.html
2547dd38e55SWarner Losh	for proper configuration details.
2550edeb9e7SWarner Losh
2561fc1a0dcSWarner Losh19990210:
2571fc1a0dcSWarner Losh	The 'lpt' driver is now obsolete.  Replace it with the 'nlpt'
2580edeb9e7SWarner Losh	driver and 'ppbus' controller combination.
25957199806SWarner Losh
2607dd38e55SWarner Losh19990209:
2617dd38e55SWarner Losh	New devstat API requires recompilation of libdevstat, systat,
2627dd38e55SWarner Losh	iostat, vmstat and rpc.rstatd.  A new kernel is also required.
2637dd38e55SWarner Losh	make world + building a kernel should do all of this.  Any
2647dd38e55SWarner Losh	ports that use devstat need to be recompiled as well.
2657dd38e55SWarner Losh
2669a3105eeSWarner Losh19990125:
2679a3105eeSWarner Losh	Linux threads options has gone away (they are now standard in
2689a3105eeSWarner Losh	the FreeBSD kernel).  A recompile of all libkvm using programs
2699a3105eeSWarner Losh	is in order (or better yet a make world).
2709a3105eeSWarner Losh
2719a3105eeSWarner Losh19990122:
2729a3105eeSWarner Losh	On or about this date there was a small window when the boot
2739a3105eeSWarner Losh	blocks had some minor problems which seemed to force one to
2749a3105eeSWarner Losh	edit /etc/fstab.  This has been corrected, if you are seeing this
2759a3105eeSWarner Losh	problem, please rebuild and reinstall your boot blocks.
2769a3105eeSWarner Losh
2779a3105eeSWarner Losh19990121:
2788cd37f69SWarner Losh	Vinum has changed.  The "vinum read" command has changed.  For
2798cd37f69SWarner Losh	updates, please see
2803652181cSWarner Losh
2818cd37f69SWarner Loshhttp://www.freebsd.org/cgi/getmsg.cgi?fetch=800363+0+current/freebsd-current
2823652181cSWarner Losh
2838cd37f69SWarner Losh	for details.
2848cd37f69SWarner Losh
2858cd37f69SWarner Losh	Matt Dillon committed a boatload of VM changes, for
2868cd37f69SWarner Losh	information please see
2873652181cSWarner Losh
2888cd37f69SWarner Loshhttp://www.freebsd.org/cgi/getmsg.cgi?fetch=886676+0+current/freebsd-current
2898cd37f69SWarner Losh	or
2908cd37f69SWarner Loshhttp://www.freebsd.org/cgi/getmsg.cgi?fetch=827400+0+current/freebsd-current
2913652181cSWarner Losh
2928cd37f69SWarner Losh	for details.  These changes will likely not impact anybody,
2938cd37f69SWarner Losh	but large chagnes to the VM need at least a heads up.
2948cd37f69SWarner Losh
2958cd37f69SWarner Losh19990120:
2968cd37f69SWarner Losh	Stable branch created.  You might want to consider using this
2978cd37f69SWarner Losh	branch.  It is tagged with RELENG_3.
2988cd37f69SWarner Losh
299ad56ea87SWarner Losh19990119:
300ad56ea87SWarner Losh	More work on the syscons driver has been committed.  Since
301ad56ea87SWarner Losh	files moved around, you will need to reconfigure your kernel,
302ad56ea87SWarner Losh	and make clean; make depend before rebuilding the kernel.  No
303ad56ea87SWarner Losh	config file changes are needed.
304ad56ea87SWarner Losh
30557199806SWarner Losh19990111:
306a85c0f55SWarner Losh	New keyboard and video card drivers are introduced as the first
307a85c0f55SWarner Losh	stage of console driver reorganization.  You are required to
308a85c0f55SWarner Losh	update the kernel configuration file and rebuild the kernel.
309a85c0f55SWarner Losh	kbdcontrol, vidcontrol, and screen savers also need recompilation.
310a85c0f55SWarner Losh	The instruction can be found in
31157199806SWarner Losh
3127dafbc29SWarner Losh		http://www.freebsd.org/~yokota/sc_update.txt
31357199806SWarner Losh
314a85c0f55SWarner Losh	It has notes on splash screen too.
31557199806SWarner Losh
31657199806SWarner Losh19990106:
3179857e582SWarner Losh	Robert Nordier was kind enough to make this page to enable people to
318db23c94fSWarner Losh	install the new bootblocks:
31957199806SWarner Losh
3207dafbc29SWarner Losh		http://www.freebsd.org/~rnordier/boot.txt
32157199806SWarner Losh
3229ba54ae0SWarner Losh	When updating to ELF, make sure that you have updated your
3239ba54ae0SWarner Losh	/etc/rc files which have different ldconfig invocations for
3249ba54ae0SWarner Losh	elf and aout.  Otherwise things like X will stop working with
3259857e582SWarner Losh	messages about being unable to find library files.  The
3269857e582SWarner Losh	mergemaster utility in ports/sysutils/mergemaster helps to
3279857e582SWarner Losh	keep critical files like this in sync, and its use is
3289857e582SWarner Losh	recommended.
32957199806SWarner Losh
33057199806SWarner Losh19990104:
3312c558794SWarner Losh	Information about ELF day (see 19981230) can be found in
33257199806SWarner Losh
3337dafbc29SWarner Losh		http://www.freebsd.org/~peter/elfday.html
33457199806SWarner Losh
3352c558794SWarner Losh	about the upcoming change, its motivations and instructions
3362c558794SWarner Losh	for doing the upgrade.
33757199806SWarner Losh
33857199806SWarner Losh19981230:
339d5513f53SWarner Losh	You should install new bootblocks now.  The ELF kernel will
340e363c17bSWarner Losh	become default soon.  In addition, you'll need to upgrade
341e363c17bSWarner Losh	your userland programs to ELF before then as well.  Use
342e363c17bSWarner Losh	make aout-to-elf to upgrade your userland programs (old
343e363c17bSWarner Losh	a.out programs in, for example, /usr/local/bin will
344e363c17bSWarner Losh	continue to work, even after the upgrade).  See src/Makefile
345e363c17bSWarner Losh	for more details.
34657199806SWarner Losh
34757199806SWarner Losh19981224:
348355edc3eSWarner Losh	The old wcd driver has been deleted from the kernel.  The
349355edc3eSWarner Losh	driver that replaces it is named acd.  You'll need to change
350355edc3eSWarner Losh	this in your configuration files.
35157199806SWarner Losh
352355edc3eSWarner Losh	Failure to do this will result in "ATAPI CD-ROMs not
353355edc3eSWarner Losh	configured" at boot time.
35457199806SWarner Losh
355355edc3eSWarner Losh	The floppy tape driver (ft) has been removed from the kernel,
356355edc3eSWarner Losh	with no replacement driver.
35757199806SWarner Losh
35857199806SWarner Losh19981202:
359ab308df6SWarner Losh	New groups from 19981201 commented out of mtree, so they
360ab308df6SWarner Losh	aren't strictly needed, but still a good idea to have.
36157199806SWarner Losh
36257199806SWarner Losh19981201:
363ab308df6SWarner Losh	New user/group added: bind.  From src/etc/master.passwd and
364ab308df6SWarner Losh	src/etc/group:
365ab308df6SWarner Losh		% grep <newstuff> /usr/src/etc/group
366ab308df6SWarner Losh		bind:*:53:
367ab308df6SWarner Losh		% grep <newstuff> /usr/src/etc/master.passwd
368ab308df6SWarner Losh		tty:*:4:65533::0:0:Tty Sandbox:/:/sbin/nologin
369ab308df6SWarner Losh		kmem:*:5:65533::0:0:KMem Sandbox:/:/sbin/nologin
370ab308df6SWarner Losh		bind:*:53:53::0:0:Bind Sandbox:/:/sbin/nologin
37157199806SWarner Losh
37257199806SWarner Losh19981118:
37353dfde79SWarner Losh	PAM integrated into the tree.   Requires new /etc/pam.conf file
37453dfde79SWarner Losh	to silence warnings from authentication programs (login, etc).
37553dfde79SWarner Losh	See src/etc/pam.conf for a sample.
37657199806SWarner Losh
3771fc1a0dcSWarner LoshThis file contains a list, in reverse chronologocal order, of major
3781fc1a0dcSWarner Loshbreakages in tracking -current.  Not all things will be listed here,
37960dbe536SWarner Loshand it only starts on November 18, 1998.  If you have an earlier
3801fc1a0dcSWarner Loshversion of FreeBSD, you are on your own to get to November 18, 1998.
3811fc1a0dcSWarner Losh
382f8c77507SWarner LoshPlease filter your entries through Warner (imp@village.org) so that
383f8c77507SWarner Loshthe style, formatting, etc of this file can be maintained.
384f8c77507SWarner Losh
38597d92980SPeter Wemm$FreeBSD$
386