ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
Revision: 3034
Committed: Wed Jul 29 15:31:29 2009 UTC (14 years, 10 months ago) by laffer1
File size: 23374 byte(s)
Log Message:
mention the bind issue in updating

File Contents

# Content
1 Updating Information for MidnightBSD users
2
3 20090729:
4 Patch for Bind 9 security vulnerability. a dynmaic update packet
5 can trigger an assertion and cause named to exit
6
7 20090606:
8 Remove PCC from the base system. This compiler will not work
9 as a system compiler for us as we've got some userland investment
10 in C++ code and may have Objective-C in the future. We're stuck
11 with a solution that supports these three languages at a minimum.
12
13 I had wanted to keep it as an optional compiler because it is
14 fast, however too many users want to try to use it for the base
15 system which makes no sense.
16
17 A hack was added for Cypress based usb hard drive enclosures to
18 the kernel. This should cut down on commands it claims to support
19 but does not (at the cam layer). Found while testing ZFS on
20 an external device.
21
22 20090520:
23 The powerd daemon no longer starts automatically to improve
24 compatibility with many systems. However, there is a new
25 installer option in the startup section to enable it. This
26 makes it easier to enable for users that have working systems. I thought it was only a problem on older hardware, but it freaks
27 out my new Phenom too.
28
29 20090502:
30 OpenSSH 5.2p1 import
31
32 ale(4) connected to the build. (kernel module only)
33
34 20090501:
35 Imported makefs utility from NetBSD/FreeBSD
36
37 20090422:
38 OpenSSL security update
39
40 The function ASN1_STRING_print_ex does not properly validate the lengths
41 of BMPString or UniversalString objects before attempting to print them.
42
43 20090415:
44 Created a Symbol.map for libc/ohash symbols
45
46 Updated several usr/bin usr/sbin utilities.
47
48 Corrected a bug with Makefile.inc1 causing the bootstrap
49 tools to fail.
50
51 20090405:
52 xorg 7.4 wants to configure its input devices via hald which does not
53 yet work with USB. If the keyboard/mouse does not work in xorg then
54 add
55 Option "AllowEmptyInput" "off"
56 to your ServerLayout section. This will cause X to use the configured
57 kbd and mouse sections from your xorg.conf
58
59 20090403:
60 mksh was disconnected a few day ago do to bugs with
61 buildworld and mports. Now, connect it back
62 for use as /bin/sh with a conditional called
63 MK_ASH. By default, ash is the standard /bin/sh
64 but we may change this later. This will allow further
65 testing by users and developers of mksh without
66 causing an unpleasant default experience. In the
67 long run, we need to fix mksh compatibility.
68
69 20090328:
70 Bring in mksh R37 from CVS. The dot.mkshrc files for root
71 and skel were changed. mksh(1) now replaces ash aka sh(1)
72 as the default /bin/sh. Please report bugs with
73 ports, etc. The ash code will remain in the repo for awhile
74 as I decide if we'll add something like MK_SHELL_ASH as
75 an optional build parameter.
76
77 ahd was disconnected from the lint environment until
78 the compiler bug is sorted (by updating gcc?)
79
80 Remove freebsd-tips from fortune files and change the
81 default for login and profile.
82
83 20090327:
84 Update libarchive to 2.5.5, tar, and add bsdcpio.
85
86 Also previously, ctriv has been connecting Perl 5.10
87 to the build (part of os). This will have an impact
88 on mports.
89
90 20090325:
91 Update Bind to 9.4.3-P1
92
93 Update mksh to R36b
94
95 Update tcpdump to 3.9.8, fix libpcap to work with current.
96
97 Update pnpinfo, sync with FreeBSD.
98
99 20090115:
100 Fix a problem with DNSSEC and BIND.
101
102 20090110:
103 For applications using OpenSSL for SSL connections, an invalid SSL
104 certificate may be interpreted as valid. This could for example be
105 used by an attacker to perform a man-in-the-middle attack.
106
107 Other applications which use the OpenSSL EVP API may similarly be
108 affected.
109
110 Stop cross site request forgery attacks in lukemftpd
111
112 20090104:
113 Import GNU libreadline 5.2
114
115 20090101:
116 Update time zone data to 2008i.
117
118 20081231:
119 Correct a problem where bluetooth and netgraph sockets are not
120 properly initialized.
121
122 Happy 2009.
123
124 20081206:
125 Due to the massive change in the underlying system under way,
126 we're naming the next release 1.0. The sys/sys/param.h was
127 changed accordingly. ipfilter and ncurses were corrected
128 using __MidnightBSD__ tests in the code.
129
130 The GENERIC kernel config was caught up on i386 today. Consider
131 i386 still broken, but amd64 is running again.
132
133 mdoc.local was updated with the new MidnightBSD version info.
134
135 batt(1) was rewritten in C. It now supports several flags and
136 runs about 8 times faster on my laptop. The default output
137 shows the number of minutes of battery life remaining and the
138 percentage. You can use -u to display the number of batteries or
139 -c to get script friendly output. Consult the man page for more.
140
141 20081204:
142 Work has completed on importing ZFS, jemalloc, several
143 new devices, SCTP, updated pf, a new tempfs, linuxolator 2.6 kernel
144 support, improved locking for file desc., audit (openbsm),
145 openssl .98e, nfe, imporved intel high def audio, midi, updated
146 intel gigabit (em), support for several wifi cards (intel), ...
147
148 Renamed 0.3-CURRENT officially. Switched to using MidnightBSD version
149 data from param.h instead of the FreeBSD version. This means
150 testing is now possible in the ports tree for the version
151 and that any ports or code relying on the FreeBSD version from
152 sys/sys/param.h will need to be fixed.
153
154 20080905:
155 update nve(4) to support new hardware.
156
157 20080801:
158 Import OpenBSM 1.0
159
160 Modify src/release to create 3 isos instead of 2 for packages.
161
162 etc/rc.d/firstboot now enables kdm, gnustep + slim and bsdstats.
163
164 Many ia64, alpha, powerpc items were removed.
165
166 The recent diffutils 2.8.7 import was fixed.
167
168 20080703:
169 pcc was not installed properly when setting DESTDIR for live cds,
170 or posibly jails.
171
172 20080627:
173 Add firmware(9), WEP, CCMP, TKIP to GENERIC.
174
175 Add glabel to GENERIC.
176
177 Intel ICH8 mobile chipset used on some iMacs included with ata.
178
179 pcc connected to the build on i386. (alternative compiler)
180
181 ath added to GENERIC. (Atheros wireless NICs) on amd64/i386
182
183 20080528:
184 Sendmail 8.14.3
185
186 20080516:
187 ssh-vulnkey allows you to look for vulnerable ssh keys that
188 were generated on Debian and Ubuntu hosts over the last
189 few years. sshd can block offending keys with a configuration
190 option.
191
192 The elf note on binaries is now set to MidnightBSD.
193
194 20080514:
195 Fixed a number of problems with pcc. It is not yet connected
196 to the build, but usable on i386 hosts. You may use it
197 by make; make install in /usr/src/usr.bin/pcc. It will
198 install in /usr/local as some of the files conflict with
199 GCC versions. __MidnightBSD__ is defined in PCC as well.
200
201 System headers were fixed to allow pcc to compile many binaries
202 on MidnightBSD. bin/cp will work now for instance.
203
204 20080430:
205 __MidnightBSD__ is now defined via gcc. This can be tested
206 to determine we're running on MidnightBSD in the preprocessor.
207
208 20080429:
209 Import bind 9.4.2 with threading
210
211 libpthread (KSE) and libthr are built earlier
212
213 pcvt(4) removed!
214
215 Alias added for core2 cpus.
216
217 Alpha and PC98 only utilities removed from usr/sbin
218
219 syslogd, adduser, rmuser, mergemaster and mailwrapper have been
220 improved. See the man pages for info.
221
222 periodic scripts will not send emails with empty message bodies.
223 See mailwrapper fix.
224
225 20080410:
226 Sync cpdup with DragonFly. Add parallel transaction support and
227 -l flag to line-buffer stdout and stderr.
228
229 20080406:
230 Import bzip2 1.05
231 Import OpenSSH 4.9p1
232
233 20080322:
234 The default umask was changed to 022.
235
236 /usr/X11R6 paths were removed from several config files.
237
238 .mkshrc files are now installed for root.
239
240 20080316:
241 FIx a problem with gif0 tunnels and neighbors with IPV6.
242
243 20080312:
244 Add lndir from X.org. This aides in the porting of MirPorts.
245
246 New OS versions were added to the mapage code (groff)
247
248 20080310:
249 Correct a buffer overflow in ppp.
250
251 20080308:
252 Remove /usr/X11R6 from manpath config.
253
254 20080307:
255 Atheros driver no longer has several options set
256 which corrects building in tinderbox on all three platforms.
257
258 Added a new macro to sx.h which returns true if the current
259 thread holds an exclusive lock on a specifix sx.
260
261 Removed OS/2's HPFS file system. It's not maintained and
262 I don't know anyone using OS/2 or ecomstation these days.
263 My copy is in the closet collecting dust.
264
265 20080306:
266 Synced tinderbox with FreeBSD. Modified it for MidnightBSD.
267 Developers can now use it to check src builds.
268
269 20080303:
270 Add mksh to /etc/shells, made some adjustments to options
271 for mksh builds per suggestion upstream.
272
273 USB HID table updated with modern hardware list.
274
275 Updated BSD family true (we're not in there yet)
276
277 iso3166 file updated and import of tzdata2007k for
278 new time zones.
279
280 Updated mksh to latest version R33.
281
282 20080228:
283 Remplaced the random IP id generation code with a new
284 version by Amit Klein.
285
286 20080221:
287 Sendfile write only permissions fix.
288
289 Removed some HPFS and PC98 code.
290
291 iso639 file sycned with DragonFly.
292
293 20080128:
294 Changed NTP configuration so that ips aren't cached
295 so multiple servers are used.
296
297 Fix an issue with fork() in libpthread.
298
299 20080121:
300 Add virtualization detection to set the HZ rate
301 according to a VM present. VMWare and Parallels
302 should work better like this.
303
304 Change to full x11 install in sysinstall. Add
305 xorg 7 support.
306
307 20080115:
308 Fix the handling of PTY's. CVE-2008-0216
309
310 20080105:
311 mport delete code added, USE_MPORT_TOOLS knob aded.
312
313 20080101:
314 Happy New Year
315
316 20071123:
317 Update sendmail to 8.14.2
318
319 20071120:
320 Update system compiler to gcc 3.4.6.
321
322 20071023:
323 Updated mksh to R31d.
324
325 20070911:
326 Updated mksh to version R31b.
327
328 Fixed stderr output in libpthread. Previously it was
329 written to stdout.
330
331 20070831:
332 Added dot.mkshrc file to support the recent change to
333 mksh from OpenBSD's ksh derived from pdksh.
334
335 Added new firewall configuration. ipfw is enabled by default
336 with a "desktop" configuration. Consult /etc/rc.firewall
337 or ipfw show to see the ruleset used. You can disable
338 ipfw by setting firewall_enable="NO" in /etc/rc.conf This
339 change only effects IPv4. IPv6 does not have a firewall
340 enabled by default.
341
342 20070814:
343 Removed GNU tar source. We've been using BSD tar
344 for awhile.
345
346 20070806:
347 Finished removing umapfs and autofs from the tree.
348
349 20070804:
350 BIND and Tcpdump have been patched for recent vulnerabilities.
351
352 We switched to BSD cpio (pax).
353
354 20070719:
355 Imported cpdup from DragonFly as /bin/cpdup
356
357 20070716:
358 Update GNU cpio to 2.8.
359
360 20070410:
361 cvs was updated to 1.12.13. cvsbug was removed.
362 cvs now behaves similarly to DragonFly's cvs with
363 most of their local changes.
364
365 20070409:
366 RELENG_0_1 was created. More aggresive changes will
367 continue here.
368
369 20070406:
370 Back out propolice. propolice caused several problems
371 with our threading libraries libthr and libpthread.
372 curthread was often NULL after the patch and many
373 multithreaded applications would crash. We plan to
374 work on either bringing in gcc 4.1 or developing a new
375 patch which also corrects our threading issues later.
376
377 It is more important to have a stable system for our
378 mport work and other projects at this time.
379
380 This is not a clean removal. It is recommended that you
381 have a recently SNAP CD handy. You can either reinstall
382 or perform a make buildworld and make buildkernel and
383 make installkernel. Reboot on the cd and copy the contents
384 of /bin, /sbin, /lib, /libexec, and /usr/bin, /usr/sbin,
385 /usr/lib, and /usr/libexec to the respective directories on
386 your disk. Then you should be able to boot into single user
387 mode and run make installworld. You will need to run
388 chflags noschg on some of the files if you can't overwrite
389 them.
390
391 You will get __guard missing errors since we had to remove
392 this from libc.
393
394 You will need to rebuild any ports built while propolice was
395 installed.
396
397 20070401:
398 Importing propolice into MidnightBSD. Propolice is going to
399 provide us with much greater security and stability in the
400 long run. If upgrading from a pre-propolice system, please
401 follow the these instructions:
402
403 cd /usr/src/lib/libc && make obj && make && make install
404 cd /usr/src/gnu/usr.bin/cc && make obj && make && make install
405 cd /usr/src/lib/libpthread && make obj && make && make install
406 cd /usr/src/lib/libthr && make obj && make && make install
407 buildworld and kernel
408
409 It is adviced that any mports which were installed and/or built
410 prior to the propolice update also be updated. If any errors
411 or issue are encounted, please contact security@midnightbsd.org
412 and we will be sure to investigate and come up with an expeditious
413 fix.
414
415 20070314:
416 Remove send-pr from src.
417
418 Switch to NetBSD's gzip.
419
420 Bump MBSD minor revision.
421
422 20070313:
423 Imported OpenSSH 4.6p1.
424
425 Imported FreeBSD's libarchive and updated tar to work with it.
426
427 Disabled debug statements cluttering up /var/log/messages for
428 the tcp autobuf patch applied previously.
429
430 20070312:
431 Synced several audio changes from FreeBSD 6.1. Removed the
432 BSD Daemon files from src/share.
433
434 20070308:
435 Added mfi which supports LSI Logic MegaRAID SAS devices including
436 the Dell perc5i.
437
438 20070206:
439 Imported OpenBSD's sudo into source. Please install
440 /usr/src/usr.bin/sudo/lib first before building.
441
442 Those who install from a snapshot after this date
443 will not be effected.
444
445 20070119:
446 Added audit group. Be sure to add audit to your /etc/group file
447 before installing world.
448
449 hostapd was updated to 0.4.8.
450
451 An accidental commit in usr.sbin/bluetooth/hccontrol was fixed to
452 unbreak world.
453
454 wpa_supplicant was updated.
455
456 For stability and compatibility reasons, it was decided that MidnightBSD
457 sync with FreeBSD 6.1 Release. Nearly every change between the original
458 fork date of February 24, 2006 and the release of FreeBSD 6.1 in May
459 2006 will be merged. Beyond this, MidnightBSD will be a "real" fork and
460 will not sync every little change with FreeBSD.
461
462 20061231:
463 Updated COPYRIGHT for 2007.
464
465 Updated and bumped libutil after importing NetBSD efun(3) functions.
466
467 Added MidnightBSD_version and bumped the FreeBSD version as we've
468 synced all commits between the fork and that version. It is now safe
469 to assume MidnightBSD is compatible with FreeBSD RELENG_6 from
470 Feb 26, 2006.
471
472 Added spell(1) and deroff(1) from NetBSD. Also added additional
473 dict files to work with it. /usr/share/dict/american,
474 /usr/share/dict/british and /usr/share/dict/special/math
475
476 Numerous man page and bug fixes.
477
478 20061226:
479 Setup /usr/share/examples/cvsup SUPfiles for the new
480 MidnightBSD CVSup server.
481
482 Fix a bug in burncd where it would continue forever while
483 erasing CDRW media.
484
485 Add csup to /usr/bin. csup is a CVSup replacement written
486 in C.
487
488 Fixed a bug with bsnmpd build from Oct 30.
489
490 Corrected some race conditions and fixed a few bugs in
491 geom. Imported changes from FreeBSD RELENG_6.
492
493 20061225:
494 Fixed a typo in src/lib/libc/sparc64/fpu/fpu_implode.c
495 that caused long double to long and long long
496 conversion of negative numbers to always result in -1.
497
498 20061221:
499 Fixed acpi_battery.c to not report an ERROR if no
500 batteries are present.
501
502 Performed some minor updates on the RL and RE NIC drivers.
503 RL should no longer panic when trying to print errors.
504
505 Corrected a bug with TTY.
506
507 20061218:
508 Corrected a bug with libpthread where newly created suspended
509 threads don't get scheduled.
510
511 20061206:
512 Fixed a typo with the firewire security patch.
513
514 20061129:
515 Minor cleanups to utilities in bin.
516
517 Fixed msdos file system short file name behavior to match
518 FreeBSD.
519
520 20061031:
521 Updated man pages in section 7.
522
523 20061030:
524 Updated sys/dev/drm to support intel 915 and radeon
525 r300 cards properly.
526
527 Synced snmpd with FreeBSD-stable.
528
529 Fixed a bug in rm which could cause data loss.
530
531 20061027:
532 Added Intel ICH8 and nForce 5 support to ATA. cam, mpt,
533 random, kbdmux, atkbd, and usb were updated. Changes
534 to clearing registers on SSE enabled processors (i386)
535 commited.
536
537 lukemftpd updated.
538
539 openssh rc script was altered which effects initial
540 seeding.
541
542 20061014:
543 Workaround for em driver problem on shared IRQ.
544
545 Started removal of alpha support.
546
547 20061013:
548 ATA driver was updated. USB/USB1/USB2 types added.
549
550 20061010:
551 OpenSSH was updated to 4.4p1.
552
553 20060909:
554 OpenNTPD was added to MidnightBSD. Run make delete-old to remove
555 the old ntpd daemon.
556
557 cat has a new option -D which allows you to timestamp output
558 on a per line basis.
559
560 The kernel has a keyboard mux which allows you to have multiple
561 keyboard connected simultaneously. USB keyboard support was also
562 improved with this patch.
563
564 The Intel em driver was updated. Network performance was greatly
565 increased on many systems. Additional models are supported.
566
567 The ATA driver was patched to fix a potential deadlock.
568
569 Bind was patched to fix a potential denial of service condition.
570
571 20060817:
572 ksh has been added to the base system. If you previously had
573 the port installed, it will be overwritten on the next buildworld.
574
575
576
577 To build a kernel
578 -----------------
579 If you are updating from a prior version of MidnightBSD (even one just
580 a few days old), you should follow this procedure. With a
581 /usr/obj tree with a fresh buildworld,
582 make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE
583 make -DALWAYS_CHECK_MAKE installkernel KERNCONF=YOUR_KERNEL_HERE
584
585 To test a kernel once
586 ---------------------
587 If you just want to boot a kernel once (because you are not sure
588 if it works, or if you want to boot a known bad kernel to provide
589 debugging information) run
590 make installkernel KERNCONF=YOUR_KERNEL_HERE KODIR=/boot/testkernel
591 nextboot -k testkernel
592
593 To just build a kernel when you know that it won't mess you up
594 --------------------------------------------------------------
595 This assumes you are already running a 6.X system. Replace
596 ${arch} with the architecture of your machine (e.g. "i386",
597 "amd64", "ia64", "pc98", "sparc64", etc).
598
599 cd src/sys/${arch}/conf
600 config KERNEL_NAME_HERE
601 cd ../compile/KERNEL_NAME_HERE
602 make depend
603 make
604 make install
605
606 If this fails, go to the "To build a kernel" section.
607
608 To rebuild everything and install it on the current system.
609 -----------------------------------------------------------
610 # Note: sometimes if you are running current you gotta do more than
611 # is listed here if you are upgrading from a really old current.
612
613 <make sure you have good level 0 dumps>
614 make buildworld
615 make kernel KERNCONF=YOUR_KERNEL_HERE
616 [1]
617 <reboot in single user> [3]
618 mergemaster -p [5]
619 make installworld
620 make delete-old
621 mergemaster [4]
622 <reboot>
623
624
625 To cross-install current onto a separate partition
626 --------------------------------------------------
627 # In this approach we use a separate partition to hold
628 # current's root, 'usr', and 'var' directories. A partition
629 # holding "/", "/usr" and "/var" should be about 2GB in
630 # size.
631
632 <make sure you have good level 0 dumps>
633 <boot into -stable>
634 make buildworld
635 make buildkernel KERNCONF=YOUR_KERNEL_HERE
636 <maybe newfs current's root partition>
637 <mount current's root partition on directory ${CURRENT_ROOT}>
638 make installworld DESTDIR=${CURRENT_ROOT}
639 cd src/etc; make distribution DESTDIR=${CURRENT_ROOT} # if newfs'd
640 make installkernel KERNCONF=YOUR_KERNEL_HERE DESTDIR=${CURRENT_ROOT}
641 cp /etc/fstab ${CURRENT_ROOT}/etc/fstab # if newfs'd
642 <edit ${CURRENT_ROOT}/etc/fstab to mount "/" from the correct partition>
643 <reboot into current>
644 <do a "native" rebuild/install as described in the previous section>
645 <maybe install compatibility libraries from src/lib/compat>
646 <reboot>
647
648
649 To upgrade in-place from 5.x-stable or higher to 6.x-stable
650 -----------------------------------------------------------
651 <make sure you have good level 0 dumps>
652 make buildworld [9]
653 make kernel KERNCONF=YOUR_KERNEL_HERE [8]
654 [1]
655 <reboot in single user> [3]
656 mergemaster -p [5]
657 make installworld
658 make delete-old
659 mergemaster -i [4]
660 <reboot>
661
662 Make sure that you've read the UPDATING file to understand the
663 tweaks to various things you need. At this point in the life
664 cycle of current, things change often and you are on your own
665 to cope. The defaults can also change, so please read ALL of
666 the UPDATING entries.
667
668 Also, if you are tracking -current, you must be subscribed to
669 freebsd-current@freebsd.org. Make sure that before you update
670 your sources that you have read and understood all the recent
671 messages there. If in doubt, please track -stable which has
672 much fewer pitfalls.
673
674 [1] If you have third party modules, such as vmware, you
675 should disable them at this point so they don't crash your
676 system on reboot.
677
678 [3] From the bootblocks, boot -s, and then do
679 fsck -p
680 mount -u /
681 mount -a
682 cd src
683 adjkerntz -i # if CMOS is wall time
684 Also, when doing a major release upgrade, it is required that
685 you boot into single user mode to do the installworld.
686
687 [4] Note: This step is non-optional. Failure to do this step
688 can result in a significant reduction in the functionality of the
689 system. Attempting to do it by hand is not recommended and those
690 that pursue this avenue should read this file carefully, as well
691 as the archives of freebsd-current and freebsd-hackers mailing lists
692 for potential gotchas.
693
694 [5] Usually this step is a noop. However, from time to time
695 you may need to do this if you get unknown user in the following
696 step. It never hurts to do it all the time.
697
698 [8] In order to have a kernel that can run the 5.x binaries
699 needed to do an installworld, you must include the COMPAT_FREEBSD5
700 option in your kernel. Failure to do so may leave you with a system
701 that is hard to boot to recover. A similar kernel option COMPAT_FREEBSD5
702 is required to run the 5.x binaries on more recent kernels.
703
704 Make sure that you merge any new devices from GENERIC since the
705 last time you updated your kernel config file.
706
707 [9] When checking out sources, you must include the -P flag to have
708 cvs prune empty directories.
709
710 If CPUTYPE is defined in your /etc/make.conf, make sure to use the
711 "?=" instead of the "=" assignment operator, so that buildworld can
712 override the CPUTYPE if it needs to.
713
714 MAKEOBJDIRPREFIX must be defined in an environment variable, and
715 not on the command line, or in /etc/make.conf. buildworld will
716 warn if it is improperly defined.
717
718 Copyright information:
719
720 Copyright 1998-2005 M. Warner Losh. All Rights Reserved.
721
722 Redistribution, publication, translation and use, with or without
723 modification, in full or in part, in any form or format of this
724 document are permitted without further permission from the author.
725
726 THIS DOCUMENT IS PROVIDED BY WARNER LOSH ``AS IS'' AND ANY EXPRESS OR
727 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
728 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
729 DISCLAIMED. IN NO EVENT SHALL WARNER LOSH BE LIABLE FOR ANY DIRECT,
730 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
731 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
732 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
733 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
734 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
735 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
736 POSSIBILITY OF SUCH DAMAGE.
737
738 If you find this document useful, and you want to, you may buy the
739 author a beer.
740
741 Contact Warner Losh if you have any questions about your use of
742 this document.
743
744 $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
745 $MidnightBSD: src/UPDATING,v 1.64 2009/06/06 23:44:24 laffer1 Exp $

Properties

Name Value
cvs2svn:cvs-rev 1.65