ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
Revision: 5906
Committed: Wed Jun 12 12:09:47 2013 UTC (10 years, 11 months ago) by laffer1
File size: 35794 byte(s)
Log Message:
RELENG_0_4 branch created.

File Contents

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

Properties

Name Value
cvs2svn:cvs-rev 1.171