]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - UPDATING
Get this to compile again. struct pnp_cinfo went away so
[FreeBSD/FreeBSD.git] / UPDATING
1 Updating Information for FreeBSD current users
2
3 This file is maintained by imp@village.org.  Please send new entries
4 directly to him.  See end of file for further details.
5
6 19990831:
7         tn3270 has been removed from the based system and added as a port.
8
9 19990830:
10         User-visible TCP timers are now expressed in units of 1ms, instead
11         of 500ms, so if you've customized any timer values under
12         ``net.inet.tcp'', multiply them by 500 to preserve TCP's behavior.
13
14 19990828:
15         RCS Id tags changed to FreeBSD.  This will cause huge cvsup
16         updates.
17
18 19990821:
19         On 28-May-1999 libreadline was upgraded from readline-2.2 to
20         readline-4.0.  At that time the shared library major version
21         number was bumped from "3" to "4".  It has been deemed that
22         the interface change between readline-2.2 and readline-4.0 was
23         not suffient to warrant the version number bump.
24
25         Thus I have reverted it back to "3".  You will need to perform
26         the below immediately before your next ``make world'':
27             cd /usr/lib
28             ls -l libreadline.so.4
29                 (if you have /usr/lib/libreadline.so.4)
30             mv libreadline.so.4 libreadline.so.3
31             rm -f libreadline.so
32             ln -s libreadline.so.3 libreadline.so
33
34 19990801:
35         Changes to the pccardd kernel interface require that you recompile
36         pccardd for new kernel.
37
38 19980725:
39         The ipfw interface to the kernel has changed.  You will need to
40         recompile ipfw programs for the new kernel.
41
42 19990715:
43         The bpfilter device has been renamed to bpf.  You will need to 
44         change your config files in order to enable this in newer kernels.
45
46 19990704:
47         src/contrib/sys/softupdates is moving to
48         src/sys/contrib/softupdates.  Update your symbolic links/etc.
49
50 19990702:
51         Major changes have been made to vinum and its interface.  See
52         the man page (vinum(8)) for details.  Look at the concat,
53         mirror and stripe commands, as well as the SIMPLIFIED
54         CONFIGURATION section.
55
56 19990628:
57         Newsyslog.conf has had a minor, but potentially dangerous,
58         change to its username/group syntax.  The old syntax was
59         user.group, while the new syntax is user:group.
60
61 19990627:
62         Inetd wrapping default has changed.  Please see the updated
63         man page for details.
64
65 19990623:
66         Compaq Smart Raid driver committed as ida.
67
68 19990622:
69         The second phase of syscons cleanup has happened.  Some
70         functionality has been made optional.  For details, see
71         http://www.freebsd.org/~yokota/sc_update-June.txt
72         Everyone will need to re-config(8) their kernels, but old
73         binaries will work with the new kernel.
74
75 19990620:
76         IPFW uid/gid-based filtering support has been committed. This
77         breaks binary compatibility with previous copies of
78         ipfw(8). Any utilities using the ioctl()s of ipfw (especially
79         ipfw(8)) need to be recompiled with the newest headers
80         installed.
81
82 19990618:
83         Inetd now wraps all stream-based services, including internals.
84         Syslog "severity" options are honoured. Installed syslog.conf
85         and hosts.allow should be checked.
86
87 19990509:
88         Most of the problems with newbus have been corrected, but
89         it is still current and evolving.
90
91         libcam's ABI has changed.  You must recompile the world and
92         any ports that use it.
93
94 19990427:
95         Massive changes to SMP went into the tree that should speed
96         things up.  However, if you experience problems with SMP 
97         machines, you can back off to the PRE_SMP_VMSHARE tag in the
98         CVS repository (or run an MP kernel).
99
100 19990420:
101         Pccardd and the pccard bus in general seem to be broken or
102         most people.  Soren has patches to make it better for some,
103         but not all people.  Work is underway to make it better for
104         all people.
105
106 19990416:
107         new bus changes integrated into -current.  Many problems were
108         initially reported, but most have been fixed.  You'll need a
109         new config and to tweak your kernel config file the way that
110         GENERIC was tweaked.  Keep a copy of your old kernel when
111         upgrading in case your new kernel doesn't work (and report the
112         breakage to current@freebsd.org).
113
114         As of 19990421 the remaining problems/quirks are
115
116         o sio no longer supports pnp nor pccard.  This will be corrected,
117           but the new pccard code needs to be completed.
118         o Some of the sound drivers broke for some people.  It seems
119           inconsistant as to who/what/when/where things broke.
120         o Duplicate device entries in your config do not work.  Previously
121           they were silently ignored.  psm0 seems to be the most common
122           duplicate choice, although some reports have come in from people
123           that wired their scsi disk entries.
124         o You must move the keyboard and mouse attachments from the
125           isa bus to the atkbdc bus.  See GENERIC for details.
126         o Machines with multiple host-pci bridges (Intel 450NX) will not
127           probe the second pci bus.
128         o Some probe ordering may have changed, so device naming may change
129           with the new kernel.  If you have multiple devices, please double
130           check to make sure they didn't move.  This is especially true
131           for cards on different buses.
132         o The bus attachment for vga0 is always isa0 and never pci0 when
133           it is in fact a pci card.  It is safe to ignore this.
134         o The format of the boot messages has changed (and is not
135           guaranteed to be constant for a while) so you may see this
136           in some shell scripts that diff dmesg from day to day as well
137           as scripts that parse dmesg output.
138
139 19990414:
140         cc -aout sometimes has problems compiling with -g, remove -g
141         from those compilation units affected until this is corrected.
142
143         cc -aout has problems with producing some threaded libraries,
144         so make world -DWANT_AOUT is not functional at this time.
145
146         Since make world for a.out isn't functional, you cannot do
147         make aout-to-elf from a pre-egcs a.out system.  To work around
148         this problem, make aout-to-elf using 3.1-stable first (or a
149         pre egcs -current) and then a simple make world will take you
150         the rest of the way with a -current source base.
151
152 19990413:
153         Make -j works again for make world.  As always, use it with
154         care, and be sure to try a make world w/o -j before reporting
155         problems (that is, know if the problem exists w/o -j before
156         reporting the problem with -j).
157
158 19990413:
159         Note cc -aout, which had been broken since the conversion to
160         egcs, now supposedly works.  If you have rebuilt things like
161         XFree86 a.out libraries, you should rebuild them again or
162         progams that use them, including netscape, will fail to work.
163
164 19990409:
165         NOTE: New c++ compiler cannot be used with c++ binaries from
166         the old compiler and vice versa.
167
168 19990408:
169         In recent days egcs has been imported into the tree.  A number
170         of problems have been discussed in -current.  Here is a highlight
171         of a few of the more common ones.  With the exception of make
172         -j n, they have been claimed to have been fixed.
173
174         c++ is broken after make world: This is correct.  Because we
175         changed compilers two make worlds are necessary to get C++
176         working again.  The code generated by the old compiler and new
177         compiler are not compatible, so things wind up being
178         undefined.
179
180         cpp is broken in make world:  There was a window where cpp
181         would be built incorrectly.  The fix for this is
182                 cd src/gnu/usr.bin/cc
183                 make clean
184                 make all
185                 make install
186         and this should correct your problems.  See the -current
187         archives for a version of this that does moer cleaning.
188
189         Make -j n doesn't work.  Work contiunes to make this work,
190         I've seen no reports of success as of April 7th.
191
192 19990329:
193         Previously, one would define "NOAOUT" to keep from building
194         the legacy a.out bits.  Now one would define "WANT_AOUT" to
195         build them.
196
197 19990316:
198         The name of the old wd.c and atapi.c based CDROM driver has
199         been changed back to wcd. So update your config file to use
200         "device wcd" instead of "device acd".
201
202 19990314:
203         For those of you using the VN device as a loadable module,
204         please be aware that the new VN device has been committed to
205         -4.x and cannot yet be used as a loadable module.  This will
206         be fixed in the future.
207         
208 19990309:
209         New loader.rc mechanism.  Please see src/sys/boot/README for
210         details.
211
212 19990225:
213         struct proc size changed.  Recompile kernel and the
214         usual suspects.  Make world if in doubt.
215
216 19990214:
217         The nlpt driver has changed names back to be the lpt driver.
218         See ppbus(4) or http://www.freebsd.org/~nsouch/ppbus.html
219         for proper configuration details.
220
221 19990210:
222         The 'lpt' driver is now obsolete.  Replace it with the 'nlpt'
223         driver and 'ppbus' controller combination.
224
225 19990209:
226         New devstat API requires recompilation of libdevstat, systat,
227         iostat, vmstat and rpc.rstatd.  A new kernel is also required.
228         make world + building a kernel should do all of this.  Any
229         ports that use devstat need to be recompiled as well.
230
231 19990125:
232         Linux threads options has gone away (they are now standard in
233         the FreeBSD kernel).  A recompile of all libkvm using programs
234         is in order (or better yet a make world).
235
236 19990122:
237         On or about this date there was a small window when the boot
238         blocks had some minor problems which seemed to force one to
239         edit /etc/fstab.  This has been corrected, if you are seeing this
240         problem, please rebuild and reinstall your boot blocks.
241
242 19990121:
243         Vinum has changed.  The "vinum read" command has changed.  For
244         updates, please see
245
246 http://www.freebsd.org/cgi/getmsg.cgi?fetch=800363+0+current/freebsd-current
247
248         for details.  
249
250         Matt Dillon committed a boatload of VM changes, for
251         information please see
252
253 http://www.freebsd.org/cgi/getmsg.cgi?fetch=886676+0+current/freebsd-current
254         or
255 http://www.freebsd.org/cgi/getmsg.cgi?fetch=827400+0+current/freebsd-current
256
257         for details.  These changes will likely not impact anybody,
258         but large chagnes to the VM need at least a heads up.
259
260 19990120:
261         Stable branch created.  You might want to consider using this
262         branch.  It is tagged with RELENG_3.
263
264 19990119:
265         More work on the syscons driver has been committed.  Since
266         files moved around, you will need to reconfigure your kernel,
267         and make clean; make depend before rebuilding the kernel.  No
268         config file changes are needed.
269
270 19990111:
271         New keyboard and video card drivers are introduced as the first
272         stage of console driver reorganization.  You are required to
273         update the kernel configuration file and rebuild the kernel.
274         kbdcontrol, vidcontrol, and screen savers also need recompilation.
275         The instruction can be found in
276
277                 http://www.freebsd.org/~yokota/sc_update.txt
278
279         It has notes on splash screen too.
280
281 19990106:
282         Robert Nordier was kind enough to make this page to enable people to
283         install the new bootblocks:
284
285                 http://www.freebsd.org/~rnordier/boot.txt
286
287         When updating to ELF, make sure that you have updated your
288         /etc/rc files which have different ldconfig invocations for
289         elf and aout.  Otherwise things like X will stop working with
290         messages about being unable to find library files.  The
291         mergemaster utility in ports/sysutils/mergemaster helps to
292         keep critical files like this in sync, and its use is
293         recommended.
294
295 19990104:
296         Information about ELF day (see 19981230) can be found in
297
298                 http://www.freebsd.org/~peter/elfday.html
299
300         about the upcoming change, its motivations and instructions
301         for doing the upgrade.
302
303 19981230:
304         You should install new bootblocks now.  The ELF kernel will
305         become default soon.  In addition, you'll need to upgrade
306         your userland programs to ELF before then as well.  Use
307         make aout-to-elf to upgrade your userland programs (old
308         a.out programs in, for example, /usr/local/bin will
309         continue to work, even after the upgrade).  See src/Makefile
310         for more details.
311
312 19981224:
313         The old wcd driver has been deleted from the kernel.  The
314         driver that replaces it is named acd.  You'll need to change
315         this in your configuration files.
316
317         Failure to do this will result in "ATAPI CD-ROMs not
318         configured" at boot time.
319
320         The floppy tape driver (ft) has been removed from the kernel,
321         with no replacement driver.
322
323 19981202:
324         New groups from 19981201 commented out of mtree, so they
325         aren't strictly needed, but still a good idea to have.
326
327 19981201:
328         New user/group added: bind.  From src/etc/master.passwd and
329         src/etc/group:
330                 % grep <newstuff> /usr/src/etc/group 
331                 bind:*:53:
332                 % grep <newstuff> /usr/src/etc/master.passwd 
333                 tty:*:4:65533::0:0:Tty Sandbox:/:/sbin/nologin
334                 kmem:*:5:65533::0:0:KMem Sandbox:/:/sbin/nologin
335                 bind:*:53:53::0:0:Bind Sandbox:/:/sbin/nologin
336
337 19981118:
338         PAM integrated into the tree.   Requires new /etc/pam.conf file
339         to silence warnings from authentication programs (login, etc).
340         See src/etc/pam.conf for a sample.
341
342 This file contains a list, in reverse chronologocal order, of major
343 breakages in tracking -current.  Not all things will be listed here,
344 and it only starts on Novemeber 18, 1998.  If you have an earlier
345 version of FreeBSD, you are on your own to get to November 18, 1998.
346
347 Please filter your entries through Warner (imp@village.org) so that
348 the style, formatting, etc of this file can be maintained.
349
350 $FreeBSD$