ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
Revision: 6750
Committed: Tue Sep 9 16:02:11 2014 UTC (9 years, 9 months ago) by laffer1
File size: 39630 byte(s)
Log Message:
clearenv(3) was borked
MFC after: 1 week

File Contents

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

Properties

Name Value
svn:keywords MidnightBSD=%H