ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
Revision: 4241
Committed: Wed Oct 19 15:08:26 2011 UTC (12 years, 7 months ago) by laffer1
File size: 33036 byte(s)
Log Message:
awk 20110810

File Contents

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

Properties

Name Value
cvs2svn:cvs-rev 1.140