ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
Revision: 6898
Committed: Tue Oct 28 11:55:52 2014 UTC (9 years, 6 months ago) by laffer1
File size: 41531 byte(s)
Log Message:
OpenSSL 0.9.8zc

File Contents

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

Properties

Name Value
svn:keywords MidnightBSD=%H