ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
Revision: 7187
Committed: Tue Jul 28 11:10:51 2015 UTC (8 years, 10 months ago) by laffer1
File size: 45843 byte(s)
Log Message:
mention openssl, heimdal and cpucontrol updates.

File Contents

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

Properties

Name Value
svn:keywords MidnightBSD=%H