ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
Revision: 7065
Committed: Sun Jun 21 18:59:54 2015 UTC (8 years, 11 months ago) by laffer1
File size: 44415 byte(s)
Log Message:
document the new service stop feature in mport packages

File Contents

# Content
1 Updating Information for MidnightBSD users.
2
3
4 20150621:
5 libmport now automatically stops services when deleting packages.
6
7 The package must have installed an rc.d script in /usr/local/etc
8 for this to work. This is equivalent to running service <name> onestop
9
10 20150618:
11 Sendmail
12
13 With the recent changes to OpenSSL to block 512 bit certificates,
14 sendmail can't connect with TLS to some servers.
15
16 Increase the default size to 1024 bit for client connections to
17 match the server configuration.
18
19 ZFS
20
21 Added ZFS TRIM support which is enabled by default. To disable
22 ZFS TRIM support set vfs.zfs.trim.enabled=0 in loader.conf.
23
24 Creating new ZFS pools and adding new devices to existing pools
25 first performs a full device level TRIM which can take a significant
26 amount of time. The sysctl vfs.zfs.vdev.trim_on_init can be set to 0
27 to disable this behaviour.
28
29 ZFS TRIM requires the underlying device support BIO_DELETE which
30 is currently provided by methods such as ATA TRIM and SCSI UNMAP
31 via CAM, which are typically supported by SSD's.
32
33 Stats for ZFS TRIM can be monitored by looking at the sysctl's
34 under kstat.zfs.misc.zio_trim.
35
36 rc.d
37
38 Reworked handling of cleanvar and FILESYSTEMS so that FILESYSTEMS
39 implies everything is mounted and ready to go.
40
41 Changed how ip6addressctl maps IPv6 on startup.
42
43 20150613:
44 tzdata 2015d
45
46 20150612:
47 OpenSSL 0.9.8zg
48
49 20150419:
50 MidnightBSD 0.6 stable branch created. Continue 0.7
51 development.
52
53 20150418:
54 sqlite 3.8.9
55
56 20150407:
57 Fix two security vulnerabilities:
58
59 The previous fix for IGMP had an overflow issue. This has been corrected.
60
61 ipv6: The Neighbor Discover Protocol allows a local router to advertise a
62 suggested Current Hop Limit value of a link, which will replace
63 Current Hop Limit on an interface connected to the link on the MidnightBSD
64 system.
65
66 20150319:
67 OpenSSL 0.9.8.zf
68
69 mksh R50e
70
71 Apple mDNSResponder 561.1.1
72
73 20150306:
74 Upgrade OpenSSL to 0.9.8ze
75
76 20150225:
77 Fix two security vulnerabilities.
78
79 1. BIND servers which are configured to perform DNSSEC validation and which
80 are using managed keys (which occurs implicitly when using
81 "dnssec-validation auto;" or "dnssec-lookaside auto;") may exhibit
82 unpredictable behavior due to the use of an improperly initialized
83 variable.
84
85 CVE-2015-1349
86
87 2. An integer overflow in computing the size of IGMPv3 data buffer can result
88 in a buffer which is too small for the requested operation.
89
90 This can result in a DOS attack.
91
92 20141211:
93 Fix a security issue with file and libmagic that can allow
94 an attacker to create a denial of service attack on any
95 program that uses libmagic.
96
97 20141109:
98 Fix building perl during buildworld when the GDBM port is installed.
99
100 20141106:
101 tzdata 2014i
102
103 20141102:
104 serf 1.3.8
105
106 20141031:
107 tnftp 20141031 fixes a security vulnerability with tnftp,
108 CVE-2014-8517.
109
110 20141028:
111 OpenSSL 0.9.8zc
112
113 20141021:
114 Fix several security vulnerabilities in routed, rtsold,
115 and namei with respect to Capsicum sandboxes looking up
116 nonexistent path names and leaking memory.
117
118 The input path in routed(8) will accept queries from any source and
119 attempt to answer them. However, the output path assumes that the
120 destination address for the response is on a directly connected
121 network.
122
123 Due to a missing length check in the code that handles DNS parameters,
124 a malformed router advertisement message can result in a stack buffer
125 overflow in rtsold(8).
126
127 20141011:
128 mksh R50d - fix field splitting regression and null
129 pointer dereference
130
131 xz 5.0.7
132
133 OpenSSH 6.6p1
134
135 20141004:
136 mksh R50c - security update for environment var bug with
137 foo vs foo+
138
139 20141002:
140 sqlite 3.8.6
141
142 sudo 1.7.8 - some issues with the current version, but we're slowly
143 getting up to date.
144
145 20141001:
146 mksh R50b
147
148 libmport now supports plist commands @dir, @owner, @group, @mode.
149
150 sudo 1.7.6p2
151
152 20140916:
153 Fix a security issue with TCP SYN.
154
155 When a segment with the SYN flag for an already existing connection arrives,
156 the TCP stack tears down the connection, bypassing a check that the
157 sequence number in the segment is in the expected window.
158
159 20140909:
160 Fixed a bug with our clearenv(3) implementation that caused segfaults
161 with some programs including Dovecot.
162
163 OpenSSL security patch:
164
165 The receipt of a specifically crafted DTLS handshake message may cause OpenSSL
166 to consume large amounts of memory. [CVE-2014-3506]
167
168 The receipt of a specifically crafted DTLS packet could cause OpenSSL to leak
169 memory. [CVE-2014-3507]
170
171 A flaw in OBJ_obj2txt may cause pretty printing functions such as
172 X509_name_oneline, X509_name_print_ex et al. to leak some information from
173 the stack. [CVE-2014-3508]
174
175 OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are subject to
176 a denial of service attack. [CVE-2014-3510]
177
178 20140902:
179 We're now 0.6-CURRENT
180
181 Update USB quirks to support K70 Corsair keyboard, and several
182 other devices.
183
184 20140827:
185 Perl 5.18.2
186
187 20140728:
188 Jails now run shutdown scripts.
189
190 20140710:
191 Fix a vulnerability in the control message API. A buffer is not properly cleared
192 before sharing with userland.
193
194 20140701:
195 MKSH R50
196
197 20140630:
198 File 5.19
199
200 20140605:
201 Fix four security issues with OpenSSL
202
203 20140604:
204 Sendmail failed to properly set close-on-exec for open file descriptors.
205
206 ktrace page fault kernel trace entries were set to an incorrect size which resulted
207 in a leak of information.
208
209 20140430:
210 Fix a TCP reassembly bug that could result in a DOS attack
211 of the system. It may be possible to obtain portions
212 of kernel memory as well.
213
214 20140411:
215 Update zlib to 1.2.7
216
217 20140122:
218 Support for username with length 32. Previous limit was 16
219
220 20140114:
221 Fix two security vulnerabilities.
222
223 bsnmpd contains a stack overflow when sent certain queries.
224
225 bind 9.8 when using NSEC3-signed zones zones, will crash with special
226 crafted packets.
227
228 20131228:
229 Imported FreeBSD 9.2 usb stack (plus z87 patches from stable)
230
231 Updated em(4), igb(4) and ixgbe(4)
232
233 MidnightBSD now works with Z87 Intel chipsets.
234
235 20131207:
236 Remove sparc64 architecture. It hasn't been working for awhile
237 and it's not useful for desktops anymore.
238
239 20131205:
240 OpenSSH 6.4p1
241
242 20131203:
243 Perl 5.18.1 imported.
244
245 Update less to v458
246
247 20131130:
248 Remove named from base. We still include the client utilities for
249 now until replacements can be found.
250
251 20131004:
252 rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
253
254 20130917:
255 Support for 65,536 routing tables was added. A new fib specific
256 field has been added to mbuf. This is an increase from 16.
257
258 20130910:
259 Security updates: (kern.osreldate 5001)
260
261 nullfs(5)
262
263 The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
264 check whether the source and target of the link are both in the same
265 nullfs instance. It is therefore possible to create a hardlink from a
266 location in one nullfs instance to a file in another, as long as the
267 underlying (source) filesystem is the same.
268
269 ifioctl
270
271 As is commonly the case, the IPv6 and ATM network layer ioctl request
272 handlers are written in such a way that an unrecognized request is
273 passed on unmodified to the link layer, which will either handle it or
274 return an error code.
275
276 Network interface drivers, however, assume that the SIOCSIFADDR,
277 SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
278 handled at the network layer, and therefore do not perform input
279 validation or verify the caller's credentials. Typical link-layer
280 actions for these requests may include marking the interface as "up"
281 and resetting the underlying hardware.
282
283 20130824:
284 Fix a bug in sendmail 8.14.7 that interferes with how it
285 handles AAAA records interoperating with Microsoft DNS servers.
286 FreeBSD has already reported this to Sendmail and a fix
287 will be included in the next release.
288
289 Subversion 1.8.1 is now in the base system as a static
290 binary. It has limited functionality, but can be used to
291 checkout/commit code. It is named svnlite.
292
293 20130822:
294 Fix two security vulnerabilities.
295
296 Fix an integer overflow in IP_MSFILTER (IP MULTICAST).
297 This could be exploited to read memory by a user process.
298
299 When initializing the SCTP state cookie being sent in INIT-ACK chunks,
300 a buffer allocated from the kernel stack is not completely initialized.
301
302 Import xz 5.0.4
303
304 Import sqlite 3.7.17
305
306 Import BIND 9.8.5-P2
307
308 20130814:
309 mksh R48 imported.
310
311 Sendmail 8.14.7 imported.
312
313 20130717:
314 libmport bug was fixed causing hash verification to fail.
315
316 virtio(4) imported from FreeBSD 9-stable. SCSI support not
317 included.
318
319 20130612:
320 RELENG_0_4 created for 0.4. Development continues on 0.5.
321
322 20130402:
323 Update BIND and OpenSSL to resolve security advisories.
324
325 20130305:
326 MKSH R44 imported.
327
328 20130213:
329 MKSH R42b imported
330
331 20130211:
332 MKSH R42 imported
333
334 20130125:
335 MKSH R41 imported
336
337 20130122:
338 OpenSSH 5.8p2 imported
339
340 SQLite 3.7.15.2 imported
341
342 Fixed a longstanding bug in libmport extrating new index files.
343
344 20120710:
345 BSD licensed sort imported from FreeBSD-CURRENT
346
347 For now, GNU sort is installed as gnusort, but it will
348 go away in time.
349
350 20120708:
351 tcsh 6.18.01 imported.
352
353 NetBSD's iconv imported.
354
355 libc gains strnlen(3), memrchr(3), stpncpy(3).
356
357 20120612:
358 BIND security update related to CVE-2012-1667.
359
360 Zero length resource records can cause BIND to crash resulting
361 in a DOS attack or information disclosure.
362
363 20120407:
364 mksh R40f (fixes regression)
365
366 20120328:
367 mksh R40e
368
369 Perl 5.14.2
370
371 20120229:
372 cpucontrol(8) and cpuctl(4) added from FreeBSD 7-stable.
373
374 20120209:
375 mDNSResponder 333.10 imported
376
377 20111227:
378 import raid5 module for GEOM, graid5(8)
379
380 This is experimental and known to use a lot of kernel
381 memory.
382
383 20111223:
384 telnetd: fix a root exploit from a fixed buffer that was not checked
385
386 pam: don't allow escape from policy path. Exploitable in KDE, etc.
387
388 Fix pam_ssh module:
389
390 If the pam_ssh module is enabled, attackers may be able to gain access
391 to user accounts which have unencrypted SSH private keys.
392
393 This has to due with the way that openssl works. It ignores unencrpted data.
394
395 Fix security issue with chroot and ftpd.
396
397 nsdispatch(3) doesn't know it's working in a chroot and some
398 operations can cause files to get reloaded causing a security
399 hole in things like ftpd.
400
401 20111217:
402 libdialog/dialog upgraded to an lgpl version. As it's not
403 backwardly compatable, include the old libdialog as libodialog
404
405 20111212:
406 mksh r40d imported
407
408 20111210:
409 re(4) and rl(4) updated to support new chips.
410
411 GEOM synced with FreeBSD 7-stable.
412
413 MidnightBSD GPT partition types created in sys/gpt.h and
414 setup in boot loader and GEOM.
415
416 amdsbwd(4) (amd watchdog for south bridge) updated to support
417 8xx series chipset.
418
419 20111207:
420 import bsd grep from FreeBSD/OpenBSD.
421
422 MK_BSD_GREP controls which grep is installed
423 as grep with the other as bsdgrep or gnugrep.
424
425 20111122:
426 mksh vR40c imported.
427
428 20111117:
429 BIND 9.6 ESV R5 P1
430
431 20111107:
432 tzdata 2011n
433
434 20111026:
435 mDNSResponder v320
436
437 BIND 9.6 ESV R5
438
439 20111022:
440 cflow 0.0.6 imported
441
442 20111020:
443 less v436 imported
444
445 amdsbwd(4) AMD southbridge watchdog
446
447 20111019:
448 awk 20110810 imported
449
450 et(4) Agere Gigabit Ethernet/Fast Ethernet driver added, but
451 not included in GENERIC kernel. The kernel module needs
452 testing before we can include it in GENERIC.
453
454 intr_bind code ported to allow an IRQ to be bound to one
455 specific CPU core.
456
457 20111017:
458 Time Zone Data v. 2011l (Released 10 October 2011)
459
460 Updated list of countries (iso3166) to work with new timezone data.
461
462 20111015:
463 Introduce CPU Affinity in MidnightBSD. cpuset(1) can be used
464 to control which core or group of cores can be used for a given
465 process. Several new system calls were added to support this
466 functionality in the running kernel and for 32bit binary
467 compatibility on amd64.
468
469 The scheduler default has been changed to ULE in i386 and
470 amd64. Changes were made to both schedulers (4BSD AND ULE)
471 for this feature.
472
473 This work is based on Jeff Roberson's FreeBSD 7.1 patches.
474
475 20111004:
476 Fix a problem with unix socket handling caused by the recent
477 patch to unix socket path handling. This allows network
478 apps to work under the linuxolator again.
479
480 20111001:
481 Import libfetch & fetch(1) from FreeBSD 9. Passive FTP is
482 now default and an environment variable must be set to use
483 active.
484
485 20110930:
486 Introduce quirks handling for several umass devices including
487 USB cameras. Add workaround for Cyberpower UPS devices.
488
489 Bring in further bug fixes from FreeBSD and NetBSD for alc(4).
490 Stale ip/tcp header pointers are no longer used, lockups fixed
491 when network cable is unplugged on bootup, enable TX checksum
492 offloading.
493
494 Add a new man page for gcache(8), a useful geom class when
495 working with large raid3 sets.
496
497 Restore previous workaround for Cypress pata storage controller.
498
499 20110929:
500 Sync ath(4) with FreeBSD 7.3.
501
502 The following modules are no longer available, and should be
503 removed from loader.conf:
504 ath_hal ath_rate_amrr ath_rate_onoe ath_rate_sample
505
506 alc(4) would hibernate when a cable was unplugged and often
507 required bring the interface down and up to "wake up" so that
508 a connection could be established. Disable hibernation.
509
510 20110928:
511 Fix security issues with gzip and compress related to .Z
512 files that are corrupted.
513
514 Fix path validation with unix domain sockets.
515
516 20110917:
517 Remove dependance on mports perl for generating releases as
518 it's in the base system.
519
520 20110914:
521 Import xz 5.0.3 with liblzma 5.0.3
522
523 20110813:
524 synced the sparc64 GENERIC kernel configuration with amd64.
525
526 20110806:
527 sqlite 3.7.7.1 imported
528
529 msearch(1), libmsearch and msearch.import added. msearch(1) provides
530 a full text search command line tool. libmsearch can also be used
531 to build a graphical based search in the future. You can enable
532 index building for msearch in periodic.conf or manually run the
533 /usr/libexec/msearch.index tool. Full text indexes take considerable
534 space in /var. I'm using approximately 500MB currently.
535
536 Fix a long standing bug with the periodic script to check package
537 versions. This will be obsolete with mport though.
538
539 20110710:
540 kdb_enter_why added to MidnightBSD to allow the kernel debugger to
541 know why it's in use and thus script can be run.
542
543 Yet another problem with the perl manifest was fixed
544
545 20110709:
546 cpufreq(1) is a new utility to monitor CPU frequency which may change
547 with use of powerd(8) and cpufreq(4).
548
549 20110612:
550 Update mksh to R40
551
552 Catch up ObsoleteFiles.inc to remove Perl 5.10.x. Good to run when
553 updating current (cd /usr/src && make check-old)
554
555 20110528:
556 Fix CVE-2011-1910 in BIND 9.6.x. This affects caching resolvers.
557
558 20110526:
559 newfs:
560 Raised the default blocksize for UFS/FFS filesystems from
561 16K to 32K and the default fragment size from 2K to 4K.
562
563 This should slightly imporve performance on "advanced format"
564 hard drives such as the WD EARS drives. Drives of this type
565 have emulation modes that slow down with lower sizes. Of course
566 the drive must still be aligned properly when using fdisk.
567
568 20110521:
569 mport tool now has a deleteall command. This can be used to remove
570 all packages from a system.
571
572 A few bugs with the perl 5.14 import have been fixed.
573
574 20110518:
575 Perl 5.14.0
576
577 20110517:
578 Sendmail 8.14.5
579
580 20110314:
581 DRM/DRI code updated to support newer video cards. (FreeBSD 7.1)
582
583 cdevpriv wrappers added
584
585 nss_mdns hack introduced to work around linking problem.
586
587 dnsextd fixed after update to mDNSResponder code.
588
589 20110308:
590 Introduce liblzma & xz 5.0.1 to the base system
591
592 Patch for OpenSSL security issue CVE-2011-0014.
593
594 "OSREVISION 4004"
595
596 nsswitch module for multicast dns (nss_mdns) added.
597
598 tzdata2011c
599
600 20110220:
601 cam(4) syncronized with FreeBSD 7.3.
602
603 20110219:
604 amdtemp(4) updated to support sensors framework.
605
606 20110217:
607 Perl 5.10.1 imported
608
609 20110216:
610 Introduce igb(4) and split Intel Gigabit Ethernet adapters between
611 igb(4) and em(4). Newer devices use igb(4). The code has moved
612 to sys/dev/e1000 for both devices in the kernel. igb(4) has
613 been placed in GENERIC on i386 and amd64.
614
615 Update bfe(4) to support newer devices and WOL.
616
617 20110215:
618 age(4) added.
619
620 20110208:
621 BIND 9.6.3 which fixes a bug with DNSSEC records getting added.
622
623 20110206:
624 eeemon(4) added to monitor Asus Eee PC.
625
626 20110205:
627 OpenSSH 5.7p1
628
629 GNU sort 6.9 (coreutils)
630
631 20110203:
632 one true awk 20100523 imported
633
634 sqlite 3.7.5
635
636 OpenSSL 0.9.8q
637
638 20110202:
639 tcsh 6.17.00
640
641 file 5.05
642
643 20110122:
644 Import it(4) and lm(4), with support for Super I/O hardware monitors. This
645 uses the sensors framework ported by Constantine A. Murenin (GSOC2007)
646
647 20110120:
648 BIND 9.6.2-P3
649
650 sudo 1.7.4-p6
651
652 20110115:
653 Add experimental jme(4) for Jmicron ethernet devices.
654
655 20101130:
656 A double free exists in the SSL client ECDH handling code, when
657 processing specially crafted public keys with invalid prime
658 numbers. [CVE-2010-2939]
659
660 20101120:
661 Several portions of the kernel and userland code related to UFS file
662 systems (and UFS2) cannot properly handle inode counts above 2^31 due
663 to use of int types. Based on a patch from FreeBSD, I've modified
664 our UFS2 implementation to handle unsigned values for inode counts
665 which should allow for file systems greater than 16TB.
666
667 newfs and growfs was also modified.
668
669 20101110:
670 Fix a security issue with pseudofs which could result in running code in kernel
671 context or a kernel panic depending on system configuration. This affects file
672 systems such as procfs for instance.
673
674 20101021:
675 sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
676 This is similar to functions present in many linux distros. The utility was
677 written by Devin Teske for FreeBSD.
678
679 20100920:
680 bzip2 security patch for integer overflow.
681
682 20100905:
683 MidnightBSD RELENG_0_3 branch created. Aggressive development continues here
684 for 0.4.
685
686 20100902:
687 Fix a security issue with libutil that allows users to bypass cpu limits in
688 login.conf in some cases. This combined with OpenSSH for example can allow
689 the user to get more resources than they're allowed.
690
691 20100822:
692 Import Apple's mDNSResponder (mdnsd).
693
694 20100814:
695 libdispatch added to MidnightBSD. This provides functionality found in
696 Mac OS X's GCD. We do not have blocks support yet. As this code is
697 licensed under Apache 2, we create a new MK_APACHE option so that
698 it's not required for all users to run code under a license they
699 may not like.
700
701 20100713:
702 mbuf readonly fix related to sendfile(2) data corruption.
703
704 20100704:
705 brainfuck(1) imported from MirBSD.
706
707 20100505:
708 zlib 1.2.5
709
710 20100430:
711 Sudo 1.7.2p6 imported
712
713 20100321:
714 Update zlib to 1.2.4
715
716 20100319:
717 Removed i586 from default i386 generic kernel.
718
719 20100317:
720 Update to tzdata2010e (time zones). This includes changes in
721 Mexico.
722
723 Add support for several newer sound cards via hda including
724 ATI and Realtek chipsets.
725
726 20100313:
727 CPU detection has been changed. VIA Padlock detection added.
728
729 20100312:
730 Fix a number of bugs and compiler warnings in libmport. Handle
731 plus signs in paths for mport.check-fake
732
733 20100311:
734 mksh R39c
735
736 20100309:
737 Sudo 1.7.2p5
738
739 sqlite3 3.6.23
740
741 mksh R39b
742
743 libffi (ffi) 3.0.9
744
745 20100206:
746 WITHOUT_LIB32 is no longer needed on AMD64. GCC was fixed to
747 properly pass arguments to ld.
748
749 re(4) and rl(4) have been updated to support several new
750 realtek chipsets. Performance has been improved on re(4).
751
752 20100204:
753 Fix a bug cropping up on AMD64 MidnightBSD with sftp
754 segfaulting.
755
756 20100116:
757 Import ash changes from FreeBSD (bin/sh) 8-Stable.
758
759 BIND 9.6.1-P2
760
761 20100110:
762 Import Sendmail 8.14.4. Fix for SSL vulnerability.
763
764 posix_spawn(3) added to MidnightBSD libc. Users may need to build and
765 install libc before doing a full buildworld when upating from 0.2 or
766 older current systems.
767
768 kqueue(2) was modified to support portions of libdispatch functionality.
769
770 20100106:
771 Bind security update. Fix a bug with DNSSEC that causes negative
772 cache entries and thus a possible DNS cache poisoning attack.
773
774 Fix a bug in ZFS that can reset permissions on system crashes.
775
776 20091228:
777 amdtemp(4) was added. It allows one to monitor to the temperature
778 of an AMD CPU such as a Phenom.
779
780 20091205:
781 OpenSSL security fix
782
783 The SSL version 3 and TLS protocols support session renegotiation without
784 cryptographically tying the new session parameters to the old parameters.
785
786 20091128:
787 OpenBSD sensors framework imported including sensorsd(8)
788
789 20091126:
790 OpenNTPD 4.4 import
791
792 Update OpenSSH to 5.3p1
793
794 mksh R39
795
796 20091124:
797 cpdup updated from DragonFly to 1.15
798
799 tzdata2009s updated with latest timezone data for November 2009.
800
801 20091010:
802 amd64 users should use WITHOUT_LIB32=yes in /etc/make.conf for now
803 to test current.
804
805 Revert unicode filename fixes from ntfs code. This was causing chaos
806 on amd64 systems.
807
808 20091006:
809 Update timezone data with tzdata2009n with the Pakistan and
810 Argentina changes.
811
812 Sync several userland utilities with versions from FreeBSD 7.0 in
813 sbin and usr.sbin.
814
815 20090919:
816 Update timezone data with tzdate2009m from September 2009.
817
818 20090729:
819 Patch for Bind 9 security vulnerability. a dynmaic update packet
820 can trigger an assertion and cause named to exit
821
822 20090606:
823 Remove PCC from the base system. This compiler will not work
824 as a system compiler for us as we've got some userland investment
825 in C++ code and may have Objective-C in the future. We're stuck
826 with a solution that supports these three languages at a minimum.
827
828 I had wanted to keep it as an optional compiler because it is
829 fast, however too many users want to try to use it for the base
830 system which makes no sense.
831
832 A hack was added for Cypress based usb hard drive enclosures to
833 the kernel. This should cut down on commands it claims to support
834 but does not (at the cam layer). Found while testing ZFS on
835 an external device.
836
837 20090520:
838 The powerd daemon no longer starts automatically to improve
839 compatibility with many systems. However, there is a new
840 installer option in the startup section to enable it. This
841 makes it easier to enable for users that have working systems. I thought it was only a problem on older hardware, but it freaks
842 out my new Phenom too.
843
844 20090502:
845 OpenSSH 5.2p1 import
846
847 ale(4) connected to the build. (kernel module only)
848
849 20090501:
850 Imported makefs utility from NetBSD/FreeBSD
851
852 20090422:
853 OpenSSL security update
854
855 The function ASN1_STRING_print_ex does not properly validate the lengths
856 of BMPString or UniversalString objects before attempting to print them.
857
858 20090415:
859 Created a Symbol.map for libc/ohash symbols
860
861 Updated several usr/bin usr/sbin utilities.
862
863 Corrected a bug with Makefile.inc1 causing the bootstrap
864 tools to fail.
865
866 20090405:
867 xorg 7.4 wants to configure its input devices via hald which does not
868 yet work with USB. If the keyboard/mouse does not work in xorg then
869 add
870 Option "AllowEmptyInput" "off"
871 to your ServerLayout section. This will cause X to use the configured
872 kbd and mouse sections from your xorg.conf
873
874 20090403:
875 mksh was disconnected a few day ago do to bugs with
876 buildworld and mports. Now, connect it back
877 for use as /bin/sh with a conditional called
878 MK_ASH. By default, ash is the standard /bin/sh
879 but we may change this later. This will allow further
880 testing by users and developers of mksh without
881 causing an unpleasant default experience. In the
882 long run, we need to fix mksh compatibility.
883
884 20090328:
885 Bring in mksh R37 from CVS. The dot.mkshrc files for root
886 and skel were changed. mksh(1) now replaces ash aka sh(1)
887 as the default /bin/sh. Please report bugs with
888 ports, etc. The ash code will remain in the repo for awhile
889 as I decide if we'll add something like MK_SHELL_ASH as
890 an optional build parameter.
891
892 ahd was disconnected from the lint environment until
893 the compiler bug is sorted (by updating gcc?)
894
895 Remove freebsd-tips from fortune files and change the
896 default for login and profile.
897
898 20090327:
899 Update libarchive to 2.5.5, tar, and add bsdcpio.
900
901 Also previously, ctriv has been connecting Perl 5.10
902 to the build (part of os). This will have an impact
903 on mports.
904
905 20090325:
906 Update Bind to 9.4.3-P1
907
908 Update mksh to R36b
909
910 Update tcpdump to 3.9.8, fix libpcap to work with current.
911
912 Update pnpinfo, sync with FreeBSD.
913
914 20090115:
915 Fix a problem with DNSSEC and BIND.
916
917 20090110:
918 For applications using OpenSSL for SSL connections, an invalid SSL
919 certificate may be interpreted as valid. This could for example be
920 used by an attacker to perform a man-in-the-middle attack.
921
922 Other applications which use the OpenSSL EVP API may similarly be
923 affected.
924
925 Stop cross site request forgery attacks in lukemftpd
926
927 20090104:
928 Import GNU libreadline 5.2
929
930 20090101:
931 Update time zone data to 2008i.
932
933 20081231:
934 Correct a problem where bluetooth and netgraph sockets are not
935 properly initialized.
936
937 Happy 2009.
938
939 20081206:
940 Due to the massive change in the underlying system under way,
941 we're naming the next release 1.0. The sys/sys/param.h was
942 changed accordingly. ipfilter and ncurses were corrected
943 using __MidnightBSD__ tests in the code.
944
945 The GENERIC kernel config was caught up on i386 today. Consider
946 i386 still broken, but amd64 is running again.
947
948 mdoc.local was updated with the new MidnightBSD version info.
949
950 batt(1) was rewritten in C. It now supports several flags and
951 runs about 8 times faster on my laptop. The default output
952 shows the number of minutes of battery life remaining and the
953 percentage. You can use -u to display the number of batteries or
954 -c to get script friendly output. Consult the man page for more.
955
956 20081204:
957 Work has completed on importing ZFS, jemalloc, several
958 new devices, SCTP, updated pf, a new tempfs, linuxolator 2.6 kernel
959 support, improved locking for file desc., audit (openbsm),
960 openssl .98e, nfe, imporved intel high def audio, midi, updated
961 intel gigabit (em), support for several wifi cards (intel), ...
962
963 Renamed 0.3-CURRENT officially. Switched to using MidnightBSD version
964 data from param.h instead of the FreeBSD version. This means
965 testing is now possible in the ports tree for the version
966 and that any ports or code relying on the FreeBSD version from
967 sys/sys/param.h will need to be fixed.
968
969 20080905:
970 update nve(4) to support new hardware.
971
972 20080801:
973 Import OpenBSM 1.0
974
975 Modify src/release to create 3 isos instead of 2 for packages.
976
977 etc/rc.d/firstboot now enables kdm, gnustep + slim and bsdstats.
978
979 Many ia64, alpha, powerpc items were removed.
980
981 The recent diffutils 2.8.7 import was fixed.
982
983 20080703:
984 pcc was not installed properly when setting DESTDIR for live cds,
985 or posibly jails.
986
987 20080627:
988 Add firmware(9), WEP, CCMP, TKIP to GENERIC.
989
990 Add glabel to GENERIC.
991
992 Intel ICH8 mobile chipset used on some iMacs included with ata.
993
994 pcc connected to the build on i386. (alternative compiler)
995
996 ath added to GENERIC. (Atheros wireless NICs) on amd64/i386
997
998 20080528:
999 Sendmail 8.14.3
1000
1001 20080516:
1002 ssh-vulnkey allows you to look for vulnerable ssh keys that
1003 were generated on Debian and Ubuntu hosts over the last
1004 few years. sshd can block offending keys with a configuration
1005 option.
1006
1007 The elf note on binaries is now set to MidnightBSD.
1008
1009 20080514:
1010 Fixed a number of problems with pcc. It is not yet connected
1011 to the build, but usable on i386 hosts. You may use it
1012 by make; make install in /usr/src/usr.bin/pcc. It will
1013 install in /usr/local as some of the files conflict with
1014 GCC versions. __MidnightBSD__ is defined in PCC as well.
1015
1016 System headers were fixed to allow pcc to compile many binaries
1017 on MidnightBSD. bin/cp will work now for instance.
1018
1019 20080430:
1020 __MidnightBSD__ is now defined via gcc. This can be tested
1021 to determine we're running on MidnightBSD in the preprocessor.
1022
1023 20080429:
1024 Import bind 9.4.2 with threading
1025
1026 libpthread (KSE) and libthr are built earlier
1027
1028 pcvt(4) removed!
1029
1030 Alias added for core2 cpus.
1031
1032 Alpha and PC98 only utilities removed from usr/sbin
1033
1034 syslogd, adduser, rmuser, mergemaster and mailwrapper have been
1035 improved. See the man pages for info.
1036
1037 periodic scripts will not send emails with empty message bodies.
1038 See mailwrapper fix.
1039
1040 20080410:
1041 Sync cpdup with DragonFly. Add parallel transaction support and
1042 -l flag to line-buffer stdout and stderr.
1043
1044 20080406:
1045 Import bzip2 1.05
1046 Import OpenSSH 4.9p1
1047
1048 20080322:
1049 The default umask was changed to 022.
1050
1051 /usr/X11R6 paths were removed from several config files.
1052
1053 .mkshrc files are now installed for root.
1054
1055 20080316:
1056 FIx a problem with gif0 tunnels and neighbors with IPV6.
1057
1058 20080312:
1059 Add lndir from X.org. This aides in the porting of MirPorts.
1060
1061 New OS versions were added to the mapage code (groff)
1062
1063 20080310:
1064 Correct a buffer overflow in ppp.
1065
1066 20080308:
1067 Remove /usr/X11R6 from manpath config.
1068
1069 20080307:
1070 Atheros driver no longer has several options set
1071 which corrects building in tinderbox on all three platforms.
1072
1073 Added a new macro to sx.h which returns true if the current
1074 thread holds an exclusive lock on a specifix sx.
1075
1076 Removed OS/2's HPFS file system. It's not maintained and
1077 I don't know anyone using OS/2 or ecomstation these days.
1078 My copy is in the closet collecting dust.
1079
1080 20080306:
1081 Synced tinderbox with FreeBSD. Modified it for MidnightBSD.
1082 Developers can now use it to check src builds.
1083
1084 20080303:
1085 Add mksh to /etc/shells, made some adjustments to options
1086 for mksh builds per suggestion upstream.
1087
1088 USB HID table updated with modern hardware list.
1089
1090 Updated BSD family true (we're not in there yet)
1091
1092 iso3166 file updated and import of tzdata2007k for
1093 new time zones.
1094
1095 Updated mksh to latest version R33.
1096
1097 20080228:
1098 Remplaced the random IP id generation code with a new
1099 version by Amit Klein.
1100
1101 20080221:
1102 Sendfile write only permissions fix.
1103
1104 Removed some HPFS and PC98 code.
1105
1106 iso639 file sycned with DragonFly.
1107
1108 20080128:
1109 Changed NTP configuration so that ips aren't cached
1110 so multiple servers are used.
1111
1112 Fix an issue with fork() in libpthread.
1113
1114 20080121:
1115 Add virtualization detection to set the HZ rate
1116 according to a VM present. VMWare and Parallels
1117 should work better like this.
1118
1119 Change to full x11 install in sysinstall. Add
1120 xorg 7 support.
1121
1122 20080115:
1123 Fix the handling of PTY's. CVE-2008-0216
1124
1125 20080105:
1126 mport delete code added, USE_MPORT_TOOLS knob aded.
1127
1128 20080101:
1129 Happy New Year
1130
1131 20071123:
1132 Update sendmail to 8.14.2
1133
1134 20071120:
1135 Update system compiler to gcc 3.4.6.
1136
1137 20071023:
1138 Updated mksh to R31d.
1139
1140 20070911:
1141 Updated mksh to version R31b.
1142
1143 Fixed stderr output in libpthread. Previously it was
1144 written to stdout.
1145
1146 20070831:
1147 Added dot.mkshrc file to support the recent change to
1148 mksh from OpenBSD's ksh derived from pdksh.
1149
1150 Added new firewall configuration. ipfw is enabled by default
1151 with a "desktop" configuration. Consult /etc/rc.firewall
1152 or ipfw show to see the ruleset used. You can disable
1153 ipfw by setting firewall_enable="NO" in /etc/rc.conf This
1154 change only effects IPv4. IPv6 does not have a firewall
1155 enabled by default.
1156
1157 20070814:
1158 Removed GNU tar source. We've been using BSD tar
1159 for awhile.
1160
1161 20070806:
1162 Finished removing umapfs and autofs from the tree.
1163
1164 20070804:
1165 BIND and Tcpdump have been patched for recent vulnerabilities.
1166
1167 We switched to BSD cpio (pax).
1168
1169 20070719:
1170 Imported cpdup from DragonFly as /bin/cpdup
1171
1172 20070716:
1173 Update GNU cpio to 2.8.
1174
1175 20070410:
1176 cvs was updated to 1.12.13. cvsbug was removed.
1177 cvs now behaves similarly to DragonFly's cvs with
1178 most of their local changes.
1179
1180 20070409:
1181 RELENG_0_1 was created. More aggresive changes will
1182 continue here.
1183
1184 20070406:
1185 Back out propolice. propolice caused several problems
1186 with our threading libraries libthr and libpthread.
1187 curthread was often NULL after the patch and many
1188 multithreaded applications would crash. We plan to
1189 work on either bringing in gcc 4.1 or developing a new
1190 patch which also corrects our threading issues later.
1191
1192 It is more important to have a stable system for our
1193 mport work and other projects at this time.
1194
1195 This is not a clean removal. It is recommended that you
1196 have a recently SNAP CD handy. You can either reinstall
1197 or perform a make buildworld and make buildkernel and
1198 make installkernel. Reboot on the cd and copy the contents
1199 of /bin, /sbin, /lib, /libexec, and /usr/bin, /usr/sbin,
1200 /usr/lib, and /usr/libexec to the respective directories on
1201 your disk. Then you should be able to boot into single user
1202 mode and run make installworld. You will need to run
1203 chflags noschg on some of the files if you can't overwrite
1204 them.
1205
1206 You will get __guard missing errors since we had to remove
1207 this from libc.
1208
1209 You will need to rebuild any ports built while propolice was
1210 installed.
1211
1212 20070401:
1213 Importing propolice into MidnightBSD. Propolice is going to
1214 provide us with much greater security and stability in the
1215 long run. If upgrading from a pre-propolice system, please
1216 follow the these instructions:
1217
1218 cd /usr/src/lib/libc && make obj && make && make install
1219 cd /usr/src/gnu/usr.bin/cc && make obj && make && make install
1220 cd /usr/src/lib/libpthread && make obj && make && make install
1221 cd /usr/src/lib/libthr && make obj && make && make install
1222 buildworld and kernel
1223
1224 It is adviced that any mports which were installed and/or built
1225 prior to the propolice update also be updated. If any errors
1226 or issue are encounted, please contact security@midnightbsd.org
1227 and we will be sure to investigate and come up with an expeditious
1228 fix.
1229
1230 20070314:
1231 Remove send-pr from src.
1232
1233 Switch to NetBSD's gzip.
1234
1235 Bump MBSD minor revision.
1236
1237 20070313:
1238 Imported OpenSSH 4.6p1.
1239
1240 Imported FreeBSD's libarchive and updated tar to work with it.
1241
1242 Disabled debug statements cluttering up /var/log/messages for
1243 the tcp autobuf patch applied previously.
1244
1245 20070312:
1246 Synced several audio changes from FreeBSD 6.1. Removed the
1247 BSD Daemon files from src/share.
1248
1249 20070308:
1250 Added mfi which supports LSI Logic MegaRAID SAS devices including
1251 the Dell perc5i.
1252
1253 20070206:
1254 Imported OpenBSD's sudo into source. Please install
1255 /usr/src/usr.bin/sudo/lib first before building.
1256
1257 Those who install from a snapshot after this date
1258 will not be effected.
1259
1260 20070119:
1261 Added audit group. Be sure to add audit to your /etc/group file
1262 before installing world.
1263
1264 hostapd was updated to 0.4.8.
1265
1266 An accidental commit in usr.sbin/bluetooth/hccontrol was fixed to
1267 unbreak world.
1268
1269 wpa_supplicant was updated.
1270
1271 For stability and compatibility reasons, it was decided that MidnightBSD
1272 sync with FreeBSD 6.1 Release. Nearly every change between the original
1273 fork date of February 24, 2006 and the release of FreeBSD 6.1 in May
1274 2006 will be merged. Beyond this, MidnightBSD will be a "real" fork and
1275 will not sync every little change with FreeBSD.
1276
1277 20061231:
1278 Updated COPYRIGHT for 2007.
1279
1280 Updated and bumped libutil after importing NetBSD efun(3) functions.
1281
1282 Added MidnightBSD_version and bumped the FreeBSD version as we've
1283 synced all commits between the fork and that version. It is now safe
1284 to assume MidnightBSD is compatible with FreeBSD RELENG_6 from
1285 Feb 26, 2006.
1286
1287 Added spell(1) and deroff(1) from NetBSD. Also added additional
1288 dict files to work with it. /usr/share/dict/american,
1289 /usr/share/dict/british and /usr/share/dict/special/math
1290
1291 Numerous man page and bug fixes.
1292
1293 20061226:
1294 Setup /usr/share/examples/cvsup SUPfiles for the new
1295 MidnightBSD CVSup server.
1296
1297 Fix a bug in burncd where it would continue forever while
1298 erasing CDRW media.
1299
1300 Add csup to /usr/bin. csup is a CVSup replacement written
1301 in C.
1302
1303 Fixed a bug with bsnmpd build from Oct 30.
1304
1305 Corrected some race conditions and fixed a few bugs in
1306 geom. Imported changes from FreeBSD RELENG_6.
1307
1308 20061225:
1309 Fixed a typo in src/lib/libc/sparc64/fpu/fpu_implode.c
1310 that caused long double to long and long long
1311 conversion of negative numbers to always result in -1.
1312
1313 20061221:
1314 Fixed acpi_battery.c to not report an ERROR if no
1315 batteries are present.
1316
1317 Performed some minor updates on the RL and RE NIC drivers.
1318 RL should no longer panic when trying to print errors.
1319
1320 Corrected a bug with TTY.
1321
1322 20061218:
1323 Corrected a bug with libpthread where newly created suspended
1324 threads don't get scheduled.
1325
1326 20061206:
1327 Fixed a typo with the firewire security patch.
1328
1329 20061129:
1330 Minor cleanups to utilities in bin.
1331
1332 Fixed msdos file system short file name behavior to match
1333 FreeBSD.
1334
1335 20061031:
1336 Updated man pages in section 7.
1337
1338 20061030:
1339 Updated sys/dev/drm to support intel 915 and radeon
1340 r300 cards properly.
1341
1342 Synced snmpd with FreeBSD-stable.
1343
1344 Fixed a bug in rm which could cause data loss.
1345
1346 20061027:
1347 Added Intel ICH8 and nForce 5 support to ATA. cam, mpt,
1348 random, kbdmux, atkbd, and usb were updated. Changes
1349 to clearing registers on SSE enabled processors (i386)
1350 commited.
1351
1352 lukemftpd updated.
1353
1354 openssh rc script was altered which effects initial
1355 seeding.
1356
1357 20061014:
1358 Workaround for em driver problem on shared IRQ.
1359
1360 Started removal of alpha support.
1361
1362 20061013:
1363 ATA driver was updated. USB/USB1/USB2 types added.
1364
1365 20061010:
1366 OpenSSH was updated to 4.4p1.
1367
1368 20060909:
1369 OpenNTPD was added to MidnightBSD. Run make delete-old to remove
1370 the old ntpd daemon.
1371
1372 cat has a new option -D which allows you to timestamp output
1373 on a per line basis.
1374
1375 The kernel has a keyboard mux which allows you to have multiple
1376 keyboard connected simultaneously. USB keyboard support was also
1377 improved with this patch.
1378
1379 The Intel em driver was updated. Network performance was greatly
1380 increased on many systems. Additional models are supported.
1381
1382 The ATA driver was patched to fix a potential deadlock.
1383
1384 Bind was patched to fix a potential denial of service condition.
1385
1386 20060817:
1387 ksh has been added to the base system. If you previously had
1388 the port installed, it will be overwritten on the next buildworld.
1389
1390
1391
1392 To build a kernel
1393 -----------------
1394 If you are updating from a prior version of MidnightBSD (even one just
1395 a few days old), you should follow this procedure. With a
1396 /usr/obj tree with a fresh buildworld,
1397 make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE
1398 make -DALWAYS_CHECK_MAKE installkernel KERNCONF=YOUR_KERNEL_HERE
1399
1400 To test a kernel once
1401 ---------------------
1402 If you just want to boot a kernel once (because you are not sure
1403 if it works, or if you want to boot a known bad kernel to provide
1404 debugging information) run
1405 make installkernel KERNCONF=YOUR_KERNEL_HERE KODIR=/boot/testkernel
1406 nextboot -k testkernel
1407
1408 To just build a kernel when you know that it won't mess you up
1409 --------------------------------------------------------------
1410 This assumes you are already running a 6.X system. Replace
1411 ${arch} with the architecture of your machine (e.g. "i386",
1412 "amd64", "ia64", "pc98", "sparc64", etc).
1413
1414 cd src/sys/${arch}/conf
1415 config KERNEL_NAME_HERE
1416 cd ../compile/KERNEL_NAME_HERE
1417 make depend
1418 make
1419 make install
1420
1421 If this fails, go to the "To build a kernel" section.
1422
1423 To rebuild everything and install it on the current system.
1424 -----------------------------------------------------------
1425 # Note: sometimes if you are running current you gotta do more than
1426 # is listed here if you are upgrading from a really old current.
1427
1428 <make sure you have good level 0 dumps>
1429 make buildworld
1430 make kernel KERNCONF=YOUR_KERNEL_HERE
1431 [1]
1432 <reboot in single user> [3]
1433 mergemaster -p [5]
1434 make installworld
1435 make delete-old
1436 mergemaster [4]
1437 <reboot>
1438
1439
1440 To cross-install current onto a separate partition
1441 --------------------------------------------------
1442 # In this approach we use a separate partition to hold
1443 # current's root, 'usr', and 'var' directories. A partition
1444 # holding "/", "/usr" and "/var" should be about 2GB in
1445 # size.
1446
1447 <make sure you have good level 0 dumps>
1448 <boot into -stable>
1449 make buildworld
1450 make buildkernel KERNCONF=YOUR_KERNEL_HERE
1451 <maybe newfs current's root partition>
1452 <mount current's root partition on directory ${CURRENT_ROOT}>
1453 make installworld DESTDIR=${CURRENT_ROOT}
1454 cd src/etc; make distribution DESTDIR=${CURRENT_ROOT} # if newfs'd
1455 make installkernel KERNCONF=YOUR_KERNEL_HERE DESTDIR=${CURRENT_ROOT}
1456 cp /etc/fstab ${CURRENT_ROOT}/etc/fstab # if newfs'd
1457 <edit ${CURRENT_ROOT}/etc/fstab to mount "/" from the correct partition>
1458 <reboot into current>
1459 <do a "native" rebuild/install as described in the previous section>
1460 <maybe install compatibility libraries from src/lib/compat>
1461 <reboot>
1462
1463
1464 To upgrade in-place from 5.x-stable or higher to 6.x-stable
1465 -----------------------------------------------------------
1466 <make sure you have good level 0 dumps>
1467 make buildworld [9]
1468 make kernel KERNCONF=YOUR_KERNEL_HERE [8]
1469 [1]
1470 <reboot in single user> [3]
1471 mergemaster -p [5]
1472 make installworld
1473 make delete-old
1474 mergemaster -i [4]
1475 <reboot>
1476
1477 Make sure that you've read the UPDATING file to understand the
1478 tweaks to various things you need. At this point in the life
1479 cycle of current, things change often and you are on your own
1480 to cope. The defaults can also change, so please read ALL of
1481 the UPDATING entries.
1482
1483 Also, if you are tracking -current, you must be subscribed to
1484 freebsd-current@freebsd.org. Make sure that before you update
1485 your sources that you have read and understood all the recent
1486 messages there. If in doubt, please track -stable which has
1487 much fewer pitfalls.
1488
1489 [1] If you have third party modules, such as vmware, you
1490 should disable them at this point so they don't crash your
1491 system on reboot.
1492
1493 [3] From the bootblocks, boot -s, and then do
1494 fsck -p
1495 mount -u /
1496 mount -a
1497 cd src
1498 adjkerntz -i # if CMOS is wall time
1499 Also, when doing a major release upgrade, it is required that
1500 you boot into single user mode to do the installworld.
1501
1502 [4] Note: This step is non-optional. Failure to do this step
1503 can result in a significant reduction in the functionality of the
1504 system. Attempting to do it by hand is not recommended and those
1505 that pursue this avenue should read this file carefully, as well
1506 as the archives of freebsd-current and freebsd-hackers mailing lists
1507 for potential gotchas.
1508
1509 [5] Usually this step is a noop. However, from time to time
1510 you may need to do this if you get unknown user in the following
1511 step. It never hurts to do it all the time.
1512
1513 [8] In order to have a kernel that can run the 5.x binaries
1514 needed to do an installworld, you must include the COMPAT_FREEBSD5
1515 option in your kernel. Failure to do so may leave you with a system
1516 that is hard to boot to recover. A similar kernel option COMPAT_FREEBSD5
1517 is required to run the 5.x binaries on more recent kernels.
1518
1519 Make sure that you merge any new devices from GENERIC since the
1520 last time you updated your kernel config file.
1521
1522 [9] When checking out sources, you must include the -P flag to have
1523 cvs prune empty directories.
1524
1525 If CPUTYPE is defined in your /etc/make.conf, make sure to use the
1526 "?=" instead of the "=" assignment operator, so that buildworld can
1527 override the CPUTYPE if it needs to.
1528
1529 MAKEOBJDIRPREFIX must be defined in an environment variable, and
1530 not on the command line, or in /etc/make.conf. buildworld will
1531 warn if it is improperly defined.
1532
1533 Copyright information:
1534
1535 Copyright 1998-2005 M. Warner Losh. All Rights Reserved.
1536
1537 Redistribution, publication, translation and use, with or without
1538 modification, in full or in part, in any form or format of this
1539 document are permitted without further permission from the author.
1540
1541 THIS DOCUMENT IS PROVIDED BY WARNER LOSH ``AS IS'' AND ANY EXPRESS OR
1542 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1543 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1544 DISCLAIMED. IN NO EVENT SHALL WARNER LOSH BE LIABLE FOR ANY DIRECT,
1545 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1546 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1547 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1548 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1549 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1550 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1551 POSSIBILITY OF SUCH DAMAGE.
1552
1553 If you find this document useful, and you want to, you may buy the
1554 author a beer.
1555
1556 Contact Warner Losh if you have any questions about your use of
1557 this document.
1558
1559 $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1560 $MidnightBSD$

Properties

Name Value
svn:keywords MidnightBSD=%H