ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
Revision: 11927
Committed: Fri Jul 20 22:36:04 2018 UTC (5 years, 9 months ago) by laffer1
File size: 63611 byte(s)
Log Message:
document chipset and compiler fixes.

File Contents

# Content
1 Updating Information for MidnightBSD users.
2
3 20180720:
4 Pull in r211155 from upstream llvm trunk (by Tim Northover):
5
6 DAG: move sret demotion into most basic LowerCallTo implementation.
7
8 It looks like there are two versions of LowerCallTo here: the
9 SelectionDAGBuilder one is designed to operate on LLVM IR, and the
10 TargetLowering one in the case where everything is at DAG level.
11
12 Previously, only the SelectionDAGBuilder variant could handle
13 demoting an impossible return to sret semantics (before delegating to
14 the TargetLowering version), but this functionality is also useful
15 for certain libcalls (e.g. 128-bit operations on 32-bit x86). So
16 this commit moves the sret handling down a level.
17
18 This should fix "Call result #3 has unhandled type i32" errors when
19 building devel/libslang2 for i386.
20
21 Add support for AMD X370 and X399 chipsets.
22
23 Add support for Intel 8th gen chipsets.
24
25 20180719:
26 Add the AMD B350 Ryzen (300 series) AHCI and XHCI controllers
27
28 20180715:
29 Support wake on lan for Intel gigabit nics in Ice Lake and Cannon Lake devices.
30
31 Fix some man page issues
32
33 Fix some compatibility and locking issues with NFS client/srver
34
35 Loosely eqiuvalent to FreeBSD 10 stable 334699 (june 6)
36
37 20180708:
38 Expat 2.2.0
39
40 20180704:
41 Import FreeBSD 10 stable features from SVN revision 334154
42
43 less 530
44
45 tcsh 6.20
46
47 libc-vis 2017/4/30 (netbsd)
48
49 20180120:
50 gperf 3.0.3
51
52 20180119:
53 mandoc 1.14.3
54
55 20171222:
56 zlib 1.2.11
57
58 LLVM / Clang 3.4.1
59
60 20171123:
61 mport now supports installing multiple packages with one command.
62
63 binutils updated/synced with FreeBSD 11-stable (today)
64
65 20171022:
66 wpa_supplicant & hostapd 2.0. This also includes patches for the
67 recent KRACK vulnerability.
68
69 20171003:
70 SQLite 3.20.1
71
72 20171001:
73 Subversion 1.8.17
74
75 Perl 5.26.0
76
77 Change 0.10 version to 1.0. There are several compatibility issues
78 with using 0.10 as the trailing zero is dropped in several utilities
79 making it look like 0.1.
80
81 20170918:
82 Introduce nvme(4) and nvd(4) from FreeBSD.
83
84 Fix build of boot code and rescue.
85
86 20170819:
87 Heimdal KDC-REP service name validation vulerability patched.
88
89 Introduce a partial fix for AMD Ryzen issues. On Ryzen, move
90 the lower shared page by one.
91
92 20170326:
93 sudo removed from base. Use doas(1) or install sudo from mports
94
95 Stable 0.9 created, continue development on 0.10
96
97 20170305:
98 Add hast module to bsnmpd
99
100 20170302:
101 add a callback to the ada(4) driver so that it knows when
102 GEOM has released references to it.
103
104 20170219:
105 Add /dev/full device.
106
107 The lindev device has been removed since /dev/full has been made a
108 standard device.
109
110 Serf 1.3.9
111 Subversion 1.8.10
112 apr 1.5.2
113 apr-util 1.5.4
114
115 20170129:
116 add doas utility from OpenBSD.
117
118 20161105:
119 BIND 9.9.9-p4
120
121 OpenSSH 7.3p1
122
123 20161103:
124 OpenSSL security patch
125
126 Due to improper handling of alert packets, OpenSSL would consume an excessive
127 amount of CPU time processing undefined alert messages.
128
129 20161015:
130 libarchive 3.2.1
131
132 xz 5.2.2
133
134 20161013:
135 Sync ZFS code with Illuminos/FreeBSD 9.2. Added support for
136 feature flags, pool version 5000. This also includes some
137 bug fixes and performance optimizations.
138
139 20160925:
140 Import NetBSD vis(3) and unvis(3) as well as mtree.
141
142 one-true-awk 20121220
143
144 inetd now honors kern.ipc.somaxconn value.
145
146 netmap synced with FreeBSD 9.2
147
148 linuxolator now has dtrace probes.
149
150 bsdgrep now correctly handles -m to exclude only one file.
151
152 UFS file systems can now be resized in read-write mode due to the new
153 write suspension feature.
154
155 Basic support added for Intel Raid Recover Technology.
156
157 GMIRROR & GRAID3 now mark volumes clean on shutdown earlier to help with ZFS issues.
158
159 Highpoint hpt27xx now in GENERIC kernel.
160
161 20160923:
162 Security update for OpenSSL
163
164 A malicious client can send an excessively large OCSP Status Request extension.
165 If that client continually requests renegotiation, sending a large OCSP Status
166 Request extension each time, then there will be unbounded memory growth on the
167 server. [CVE-2016-6304]
168
169 An overflow can occur in MDC2_Update() either if called directly or through
170 the EVP_DigestUpdate() function using MDC2. If an attacker is able to supply
171 very large amounts of input data after a previous call to EVP_EncryptUpdate()
172 with a partial block then a length check can overflow resulting in a heap
173 corruption. [CVE-2016-6303]
174
175 If a server uses SHA512 for TLS session ticket HMAC it is vulnerable to a
176 DoS attack where a malformed ticket will result in an OOB read which will
177 ultimately crash. [CVE-2016-6302]
178
179 The function BN_bn2dec() does not check the return value of BN_div_word().
180 This can cause an OOB write if an application uses this function with an
181 overly large BIGNUM. This could be a problem if an overly large certificate
182 or CRL is printed out from an untrusted source. TLS is not affected because
183 record limits will reject an oversized certificate before it is parsed.
184 [CVE-2016-2182]
185
186 The function TS_OBJ_print_bio() misuses OBJ_obj2txt(): the return value is
187 the total length the OID text representation would use and not the amount
188 of data written. This will result in OOB reads when large OIDs are presented.
189 [CVE-2016-2180]
190
191 Some calculations of limits in OpenSSL have used undefined pointer arithmetic.
192 This could cause problems with some malloc implementations. [CVE-2016-2177]
193
194 Operations in the DSA signing algorithm should run in constant time in order to
195 avoid side channel attacks. A flaw in the OpenSSL DSA implementation means that
196 a non-constant time codepath is followed for certain operations. [CVE-2016-2178]
197
198 In a DTLS connection where handshake messages are delivered out-of-order those
199 messages that OpenSSL is not yet ready to process will be buffered for later
200 use. Under certain circumstances, a flaw in the logic means that those messages
201 do not get removed from the buffer even though the handshake has been completed.
202 An attacker could force up to approx. 15 messages to remain in the buffer when
203 they are no longer required. These messages will be cleared when the DTLS
204 connection is closed. The default maximum size for a message is 100k. Therefore
205 the attacker could force an additional 1500k to be consumed per connection.
206 [CVE-2016-2179]
207
208 A flaw in the DTLS replay attack protection mechanism means that records that
209 arrive for future epochs update the replay protection "window" before the MAC
210 for the record has been validated. This could be exploited by an attacker by
211 sending a record for the next epoch (which does not have to decrypt or have a
212 valid MAC), with a very large sequence number. This means that all subsequent
213 legitimate packets are dropped causing a denial of service for a specific
214 DTLS connection. [CVE-2016-2181]
215
216 In OpenSSL 1.0.2 and earlier some missing message length checks can result in
217 OOB reads of up to 2 bytes beyond an allocated buffer. There is a theoretical
218 DoS risk but this has not been observed in practice on common platforms.
219 [CVE-2016-6306]
220
221 20160918:
222 With the addition of auditdistd(8), a new auditdistd user is now
223 depended on during installworld. "mergemaster -p" can be used to add
224 the user prior to installworld.
225
226 The VFS KBI was changed with the merge of several nullfs
227 optimizations and fixes. All filesystem modules must be
228 recompiled.
229
230 20160916:
231 The random(4) support for the VIA hardware random number
232 generator (`PADLOCK') is no longer enabled unconditionally.
233 Add the PADLOCK_RNG option in the custom kernel config if
234 needed. The GENERIC kernels on i386 and amd64 do include the
235 option, so the change only affects the custom kernel
236 configurations.
237
238 A new version of ZFS (pool version 5000) has been merged.
239 Starting with this version the old system of ZFS pool versioning
240 is superseded by "feature flags". This concept enables forward
241 compatibility against certain future changes in functionality of ZFS
242 pools. The first two read-only compatible "feature flags" for ZFS
243 pools are "com.delphix:async_destroy" and "com.delphix:empty_bpobj".
244 For more information read the new zpool-features(7) manual page.
245 Please refer to the "ZFS notes" section of this file for information
246 on upgrading boot ZFS pools.
247
248 20160906:
249 Add support for the MosChip MCS9904 four serial ports
250 controller.
251
252 Add support for walltimestamp in DTrace.
253
254 Various gdb improvments.
255
256 ZFS
257 Import the zio nop-write improvement from Illumos. To reduce I/O,
258 nop-write omits overwriting data if the checksum (cryptographically
259 secure) of new data matches the checksum of existing data.
260 It also saves space if snapshots are in use.
261
262 It currently works only on datasets with enabled compression, disabled
263 deduplication and sha256 checksums.
264
265 Add loader(8) tunable to enable/disable nopwrite functionality:
266 vfs.zfs.nopwrite_enabled
267
268 Introduce a new dataset aclmode setting "restricted" to protect ACL's
269 being destroyed or corrupted by a drive-by chmod.
270
271 New loader-only tunables:
272 vfs.zfs.sync_pass_deferred_free
273 vfs.zfs.sync_pass_dont_compress
274 vfs.zfs.sync_pass_rewrite
275
276 chkgrp(8) add support for q flag
277
278 Fix problem with the Samsung 840 PRO series SSD detection.
279 The device reports support for SATA Asynchronous Notification in its
280 IDENTIFY data, but returns error on attempt to enable that feature.
281 Make SATA XPT of CAM only report these errors, but not fail the device.
282
283 20160905:
284 Add a resource limit for the total number of kqueues
285 available to the user. Kqueue now saves the ucred of the
286 allocating thread, to correctly decrement the counter on close.
287 Based on FreeBSD SVN 256849
288
289 Import netcat from OpenBSD 5.2
290
291 20160904:
292 Introduced experimental TCP sysctls starting with
293 net.inet.tcp.experimental.initcwnd10
294
295 20160814:
296 switched default desktop port to midnightbsd-desktop. This gives us flexibility to change it
297 in the release after the fact.
298
299 tzdata 2016a
300
301 20160811:
302 libdispatch 210
303
304 Added quirks for several models of SSDs to enable advanced format/4k mode. List includes
305 Samsung 830, 840, 850 and 750 series, Intel x25 and a few Toshiba models. Also
306 added WD Red drives.
307
308 Updated list of pci device vendors.
309
310 Updated list of usb devices.
311
312 20160807:
313 Implement several changes to libmport to fix some memory corruption issues.
314
315 20160806:
316 sqlite3 3.13.0
317
318 20160805:
319 Merged fixes for libmport that improve error handling when installing packages. Also
320 support mkdir -p like behavior for plist entries.
321
322 20160531:
323 Fix four security issues with MidnightBSD.
324
325 The implementation of TIOCGSERIAL ioctl(2) does not clear the output
326 struct before sending to userland in the linux emulation layer.
327
328 The compat 43 stat(2) system call exposes kernel stack to userland.
329
330 libarchive - CVE-2015-2304 and CVE-2013-0211 fix issues with
331 cpio directory traversal and an integer signedness error in the archive
332 write zip data routine.
333
334
335 20160528:
336 Fixed minor issues with mined(1) and msearch(1).
337
338 20160526:
339 Add support for Ivybridge and Haswell Intel CPUs to hwpmc(4).
340
341 Fix libpmc(3) build with clang compiler.
342
343 20160519:
344 Kernel Security updates
345
346 atkbd(4) - Incorrect signedness comparison in the ioctl(2) handler allows a malicious
347 local user to overwrite a portion of the kernel memory.
348
349 Incorrect argument handling in sendmsg(2)
350
351 Incorrect argument handling in the socket code allows malicious local
352 user to overwrite large portion of the kernel memory.
353
354 20160505:
355 OpenSSL security patch
356
357 The padding check in AES-NI CBC MAC was rewritten to be in constant time
358 by making sure that always the same bytes are read and compared against
359 either the MAC or padding bytes. But it no longer checked that there was
360 enough data to have both the MAC and padding bytes. [CVE-2016-2107]
361
362 An overflow can occur in the EVP_EncodeUpdate() function which is used for
363 Base64 encoding of binary data. [CVE-2016-2105]
364
365 An overflow can occur in the EVP_EncryptUpdate() function, however it is
366 believed that there can be no overflows in internal code due to this problem.
367 [CVE-2016-2106]
368
369 When ASN.1 data is read from a BIO using functions such as d2i_CMS_bio()
370 a short invalid encoding can casuse allocation of large amounts of memory
371 potentially consuming excessive resources or exhausting memory.
372 [CVE-2016-2109]
373
374 20160412:
375 0.8 stable branch created. Continue development as 0.9.
376
377 Fix several issues with wait6 system call addition.
378
379 20160409:
380 libmport now supports two new plist formats:
381 @(root,wheel,4775) myfile
382 @dir(root,wheel,775) mydir
383
384 On delete, absoluate paths are now handled properly.
385
386 20160317:
387 OpenSSH doesn't have the luck of the Irish.
388
389 Fix a security issue with OpenSSH X11 forwarding that can allow an attacker
390 run shell commands on the call to xauth.
391
392 Incorrect argument validation in sysarch(2)
393
394 A special combination of sysarch(2) arguments, specify a request to
395 uninstall a set of descriptors from the LDT. The start descriptor
396 is cleared and the number of descriptors are provided. Due to invalid
397 use of a signed intermediate value in the bounds checking during argument
398 validity verification, unbound zero'ing of the process LDT and adjacent
399 memory can be initiated from usermode.
400
401 Patch obtained from FreeBSD.
402
403 20160229:
404 top now displays information on ZFS arc cache.
405
406 20160228:
407 llvm + clang 3.3 is now the default compiler in MidnightBSD.
408
409 20160222:
410 Introduce pipe2 to linux emulation layer.
411
412 20160114:
413 OpenSSL
414
415 The signature verification routines will crash with a NULL pointer dereference
416 if presented with an ASN.1 signature using the RSA PSS algorithm and absent
417 mask generation function parameter. [CVE-2015-3194]
418
419 When presented with a malformed X509_ATTRIBUTE structure, OpenSSL will leak
420 memory. [CVE-2015-3195]
421
422 If PSK identity hints are received by a multi-threaded client then the values
423 are incorrectly updated in the parent SSL_CTX structure. [CVE-2015-3196]
424
425 Fix security on bsnmpd configuration file during installation.
426
427 TCP MD5 signature denial of service
428
429 A programming error in processing a TCP connection with both TCP_MD5SIG
430 and TCP_NOOPT socket options may lead to kernel crash.
431
432 SCTP
433
434 A lack of proper input checks in the ICMPv6 processing in the SCTP stack
435 can lead to either a failed kernel assertion or to a NULL pointer
436 dereference. In either case, a kernel panic will follow.
437
438 20160102:
439 Happy New Year
440
441 20151101:
442 Increase kern.ipc.somaxconn default to 256.
443
444 20151017:
445 Add initial statistics api to libmport and a driver to print
446 it in mport(1).
447
448 20151002:
449 Revised rpcbind(8) patch to fix issues with NIS
450
451 20150930:
452 In rpcbind(8), netbuf structures are copied directly, which would result in
453 two netbuf structures that reference to one shared address buffer. When one
454 of the two netbuf structures is freed, access to the other netbuf structure
455 would result in an undefined result that may crash the rpcbind(8) daemon.
456
457 20150926:
458 libmport now supports @preexec, @postexec, @preunexec and @postunexec
459 to replace @exec and @unexec.
460
461 pre exec runs afer pre-install scripts but before actual installation
462
463 post exec runs after install but before post install scripts and
464 pkg message.
465
466 pre unexec runs before pre uninstall scripts
467
468 post unexec runs before de-install scripts and after file removal.
469
470 20150917:
471 Fix kqueue write events for files > 2GB
472
473 20150825:
474 kernel:
475 fix a security issue on amd64 where the GS segment CPU register can be changed via
476 userland value in kernel mode by using an IRET with #SS or #NP exceptions.
477
478 openssh:
479 A programming error in the privileged monitor process of the sshd(8)
480 service may allow the username of an already-authenticated user to be
481 overwritten by the unprivileged child process.
482
483 A use-after-free error in the privileged monitor process of he sshd(8)
484 service may be deterministically triggered by the actions of a
485 compromised unprivileged child process.
486
487 A use-after-free error in the session multiplexing code in the sshd(8)
488 service may result in unintended termination of the connection.
489
490 20150818:
491 expat security fix
492
493 20150815:
494 libc changes:
495 setmode(3) now returns errno consistently on error.
496 libc will compile without error using clang
497
498 20150814:
499 wait6 system call added.
500
501 date(1) now handles non numeric numbers passed to -r
502 like GNU coreutils for improved compatibility.
503
504 20150811:
505 ata(4) AMD Hudson2 SATA controller support.
506 Intel lynxpoint SATA.
507
508 Fix some const warnings when building several device drivers
509 with llvm/clang.
510
511 Sync cas(4) with FreeBSD 9-stable.
512
513 Fix some minor issues with ath(4).
514
515 20150809:
516 xz 5.0.8
517
518 20150808:
519 libmport now logs installation and removal of packages to syslog.
520
521 20150805:
522 routed - fix a potential security issue where traffic from outside
523 the network can disrupt routing.
524
525 bsd patch - fix a bug with ed(1) scripts allowing unsanitized input
526 to run.
527
528 20150802:
529 jansson 2.7 library added. (libjansson is a JSON library in C)
530
531 20150728:
532 Heimdal 1.5.2 (kerberos implementation)
533
534 OpenSSL 1.0.1o
535
536 cpucontrol(8) now supports VIA CPUs. Synced with FreeBSD 9.2.
537
538 TCP Resassemly resource exhaustion bug:
539 There is a mistake with the introduction of VNET, which converted the
540 global limit on the number of segments that could belong to reassembly
541 queues into a per-VNET limit. Because mbufs are allocated from a
542 global pool, in the presence of a sufficient number of VNETs, the
543 total number of mbufs attached to reassembly queues can grow to the
544 total number of mbufs in the system, at which point all network
545 traffic would cease.
546 Obtained from: FreeBSD 8
547
548 OpenSSH
549
550 Fix two security vulnerabilities:
551 OpenSSH clients does not correctly verify DNS SSHFP records when a server
552 offers a certificate. [CVE-2014-2653]
553
554 OpenSSH servers which are configured to allow password authentication
555 using PAM (default) would allow many password attempts. A bug allows
556 MaxAuthTries to be bypassed. [CVE-2015-5600]
557
558
559 Switch to bsdpatch (from FreeBSD & OpenBSD)
560
561 20150726:
562 BSD Sort updated
563
564 sqlite 3.8.10.2
565
566 20150725:
567 Import reallocarray from OpenBSD's libc.
568
569 The reallocarray() function is similar to realloc() except it operates on
570 nmemb members of size size and checks for integer overflow in the
571 calculation nmemb * size.
572
573 20150722:
574 Fix a bug where TCP connections transitioning to LAST_ACK
575 state can get stuck. This can result in a denial of service.
576
577 20150715:
578 libmport now supports @shell and @sample in plists. This means that
579 a shell port can automatically add an entry to /etc/shells and remove
580 it upon uninstallation. For sample files, a copy is made without the
581 .sample extension if one does not exist and it is removed automatically
582 only if the md5 hash of the two files is the same.
583
584 20150709:
585 flex 2.5.39
586
587 20150702:
588 ZFS in MidnightBSD now supports lz4 compression. You can enable it
589 with zfs set compression=lz4 pool/path.
590
591 Verify it's working with
592 zfs get compressratio pool/path
593 du -h -s *
594
595 Note you must write new data when turning on compression to see
596 changes. Existing files are not compressed.
597
598 Note: While we used the same basic implementation of lz4 that
599 FreeBSD and OpenZFS uses, we did not yet implement features support
600 and the zfs version still reports 28. This may come in a future update
601 to ZFS.
602
603 20150621:
604 libmport now automatically stops services when deleting packages.
605
606 The package must have installed an rc.d script in /usr/local/etc
607 for this to work. This is equivalent to running service <name> onestop
608
609 20150618:
610 Sendmail
611
612 With the recent changes to OpenSSL to block 512 bit certificates,
613 sendmail can't connect with TLS to some servers.
614
615 Increase the default size to 1024 bit for client connections to
616 match the server configuration.
617
618 ZFS
619
620 Added ZFS TRIM support which is enabled by default. To disable
621 ZFS TRIM support set vfs.zfs.trim.enabled=0 in loader.conf.
622
623 Creating new ZFS pools and adding new devices to existing pools
624 first performs a full device level TRIM which can take a significant
625 amount of time. The sysctl vfs.zfs.vdev.trim_on_init can be set to 0
626 to disable this behaviour.
627
628 ZFS TRIM requires the underlying device support BIO_DELETE which
629 is currently provided by methods such as ATA TRIM and SCSI UNMAP
630 via CAM, which are typically supported by SSD's.
631
632 Stats for ZFS TRIM can be monitored by looking at the sysctl's
633 under kstat.zfs.misc.zio_trim.
634
635 rc.d
636
637 Reworked handling of cleanvar and FILESYSTEMS so that FILESYSTEMS
638 implies everything is mounted and ready to go.
639
640 Changed how ip6addressctl maps IPv6 on startup.
641
642 20150613:
643 tzdata 2015d
644
645 20150612:
646 OpenSSL 0.9.8zg
647
648 20150419:
649 MidnightBSD 0.6 stable branch created. Continue 0.7
650 development.
651
652 20150418:
653 sqlite 3.8.9
654
655 20150407:
656 Fix two security vulnerabilities:
657
658 The previous fix for IGMP had an overflow issue. This has been corrected.
659
660 ipv6: The Neighbor Discover Protocol allows a local router to advertise a
661 suggested Current Hop Limit value of a link, which will replace
662 Current Hop Limit on an interface connected to the link on the MidnightBSD
663 system.
664
665 20150319:
666 OpenSSL 0.9.8.zf
667
668 mksh R50e
669
670 Apple mDNSResponder 561.1.1
671
672 20150306:
673 Upgrade OpenSSL to 0.9.8ze
674
675 20150225:
676 Fix two security vulnerabilities.
677
678 1. BIND servers which are configured to perform DNSSEC validation and which
679 are using managed keys (which occurs implicitly when using
680 "dnssec-validation auto;" or "dnssec-lookaside auto;") may exhibit
681 unpredictable behavior due to the use of an improperly initialized
682 variable.
683
684 CVE-2015-1349
685
686 2. An integer overflow in computing the size of IGMPv3 data buffer can result
687 in a buffer which is too small for the requested operation.
688
689 This can result in a DOS attack.
690
691 20141211:
692 Fix a security issue with file and libmagic that can allow
693 an attacker to create a denial of service attack on any
694 program that uses libmagic.
695
696 20141109:
697 Fix building perl during buildworld when the GDBM port is installed.
698
699 20141106:
700 tzdata 2014i
701
702 20141102:
703 serf 1.3.8
704
705 20141031:
706 tnftp 20141031 fixes a security vulnerability with tnftp,
707 CVE-2014-8517.
708
709 20141028:
710 OpenSSL 0.9.8zc
711
712 20141021:
713 Fix several security vulnerabilities in routed, rtsold,
714 and namei with respect to Capsicum sandboxes looking up
715 nonexistent path names and leaking memory.
716
717 The input path in routed(8) will accept queries from any source and
718 attempt to answer them. However, the output path assumes that the
719 destination address for the response is on a directly connected
720 network.
721
722 Due to a missing length check in the code that handles DNS parameters,
723 a malformed router advertisement message can result in a stack buffer
724 overflow in rtsold(8).
725
726 20141011:
727 mksh R50d - fix field splitting regression and null
728 pointer dereference
729
730 xz 5.0.7
731
732 OpenSSH 6.6p1
733
734 20141004:
735 mksh R50c - security update for environment var bug with
736 foo vs foo+
737
738 20141002:
739 sqlite 3.8.6
740
741 sudo 1.7.8 - some issues with the current version, but we're slowly
742 getting up to date.
743
744 20141001:
745 mksh R50b
746
747 libmport now supports plist commands @dir, @owner, @group, @mode.
748
749 sudo 1.7.6p2
750
751 20140916:
752 Fix a security issue with TCP SYN.
753
754 When a segment with the SYN flag for an already existing connection arrives,
755 the TCP stack tears down the connection, bypassing a check that the
756 sequence number in the segment is in the expected window.
757
758 20140909:
759 Fixed a bug with our clearenv(3) implementation that caused segfaults
760 with some programs including Dovecot.
761
762 OpenSSL security patch:
763
764 The receipt of a specifically crafted DTLS handshake message may cause OpenSSL
765 to consume large amounts of memory. [CVE-2014-3506]
766
767 The receipt of a specifically crafted DTLS packet could cause OpenSSL to leak
768 memory. [CVE-2014-3507]
769
770 A flaw in OBJ_obj2txt may cause pretty printing functions such as
771 X509_name_oneline, X509_name_print_ex et al. to leak some information from
772 the stack. [CVE-2014-3508]
773
774 OpenSSL DTLS clients enabling anonymous (EC)DH ciphersuites are subject to
775 a denial of service attack. [CVE-2014-3510]
776
777 20140902:
778 We're now 0.6-CURRENT
779
780 Update USB quirks to support K70 Corsair keyboard, and several
781 other devices.
782
783 20140827:
784 Perl 5.18.2
785
786 20140728:
787 Jails now run shutdown scripts.
788
789 20140710:
790 Fix a vulnerability in the control message API. A buffer is not properly cleared
791 before sharing with userland.
792
793 20140701:
794 MKSH R50
795
796 20140630:
797 File 5.19
798
799 20140605:
800 Fix four security issues with OpenSSL
801
802 20140604:
803 Sendmail failed to properly set close-on-exec for open file descriptors.
804
805 ktrace page fault kernel trace entries were set to an incorrect size which resulted
806 in a leak of information.
807
808 20140430:
809 Fix a TCP reassembly bug that could result in a DOS attack
810 of the system. It may be possible to obtain portions
811 of kernel memory as well.
812
813 20140411:
814 Update zlib to 1.2.7
815
816 20140122:
817 Support for username with length 32. Previous limit was 16
818
819 20140114:
820 Fix two security vulnerabilities.
821
822 bsnmpd contains a stack overflow when sent certain queries.
823
824 bind 9.8 when using NSEC3-signed zones zones, will crash with special
825 crafted packets.
826
827 20131228:
828 Imported FreeBSD 9.2 usb stack (plus z87 patches from stable)
829
830 Updated em(4), igb(4) and ixgbe(4)
831
832 MidnightBSD now works with Z87 Intel chipsets.
833
834 20131207:
835 Remove sparc64 architecture. It hasn't been working for awhile
836 and it's not useful for desktops anymore.
837
838 20131205:
839 OpenSSH 6.4p1
840
841 20131203:
842 Perl 5.18.1 imported.
843
844 Update less to v458
845
846 20131130:
847 Remove named from base. We still include the client utilities for
848 now until replacements can be found.
849
850 20131004:
851 rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
852
853 20130917:
854 Support for 65,536 routing tables was added. A new fib specific
855 field has been added to mbuf. This is an increase from 16.
856
857 20130910:
858 Security updates: (kern.osreldate 5001)
859
860 nullfs(5)
861
862 The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
863 check whether the source and target of the link are both in the same
864 nullfs instance. It is therefore possible to create a hardlink from a
865 location in one nullfs instance to a file in another, as long as the
866 underlying (source) filesystem is the same.
867
868 ifioctl
869
870 As is commonly the case, the IPv6 and ATM network layer ioctl request
871 handlers are written in such a way that an unrecognized request is
872 passed on unmodified to the link layer, which will either handle it or
873 return an error code.
874
875 Network interface drivers, however, assume that the SIOCSIFADDR,
876 SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
877 handled at the network layer, and therefore do not perform input
878 validation or verify the caller's credentials. Typical link-layer
879 actions for these requests may include marking the interface as "up"
880 and resetting the underlying hardware.
881
882 20130824:
883 Fix a bug in sendmail 8.14.7 that interferes with how it
884 handles AAAA records interoperating with Microsoft DNS servers.
885 FreeBSD has already reported this to Sendmail and a fix
886 will be included in the next release.
887
888 Subversion 1.8.1 is now in the base system as a static
889 binary. It has limited functionality, but can be used to
890 checkout/commit code. It is named svnlite.
891
892 20130822:
893 Fix two security vulnerabilities.
894
895 Fix an integer overflow in IP_MSFILTER (IP MULTICAST).
896 This could be exploited to read memory by a user process.
897
898 When initializing the SCTP state cookie being sent in INIT-ACK chunks,
899 a buffer allocated from the kernel stack is not completely initialized.
900
901 Import xz 5.0.4
902
903 Import sqlite 3.7.17
904
905 Import BIND 9.8.5-P2
906
907 20130814:
908 mksh R48 imported.
909
910 Sendmail 8.14.7 imported.
911
912 20130717:
913 libmport bug was fixed causing hash verification to fail.
914
915 virtio(4) imported from FreeBSD 9-stable. SCSI support not
916 included.
917
918 20130612:
919 RELENG_0_4 created for 0.4. Development continues on 0.5.
920
921 20130402:
922 Update BIND and OpenSSL to resolve security advisories.
923
924 20130305:
925 MKSH R44 imported.
926
927 20130213:
928 MKSH R42b imported
929
930 20130211:
931 MKSH R42 imported
932
933 20130125:
934 MKSH R41 imported
935
936 20130122:
937 OpenSSH 5.8p2 imported
938
939 SQLite 3.7.15.2 imported
940
941 Fixed a longstanding bug in libmport extrating new index files.
942
943 20120710:
944 BSD licensed sort imported from FreeBSD-CURRENT
945
946 For now, GNU sort is installed as gnusort, but it will
947 go away in time.
948
949 20120708:
950 tcsh 6.18.01 imported.
951
952 NetBSD's iconv imported.
953
954 libc gains strnlen(3), memrchr(3), stpncpy(3).
955
956 20120612:
957 BIND security update related to CVE-2012-1667.
958
959 Zero length resource records can cause BIND to crash resulting
960 in a DOS attack or information disclosure.
961
962 20120407:
963 mksh R40f (fixes regression)
964
965 20120328:
966 mksh R40e
967
968 Perl 5.14.2
969
970 20120229:
971 cpucontrol(8) and cpuctl(4) added from FreeBSD 7-stable.
972
973 20120209:
974 mDNSResponder 333.10 imported
975
976 20111227:
977 import raid5 module for GEOM, graid5(8)
978
979 This is experimental and known to use a lot of kernel
980 memory.
981
982 20111223:
983 telnetd: fix a root exploit from a fixed buffer that was not checked
984
985 pam: don't allow escape from policy path. Exploitable in KDE, etc.
986
987 Fix pam_ssh module:
988
989 If the pam_ssh module is enabled, attackers may be able to gain access
990 to user accounts which have unencrypted SSH private keys.
991
992 This has to due with the way that openssl works. It ignores unencrpted data.
993
994 Fix security issue with chroot and ftpd.
995
996 nsdispatch(3) doesn't know it's working in a chroot and some
997 operations can cause files to get reloaded causing a security
998 hole in things like ftpd.
999
1000 20111217:
1001 libdialog/dialog upgraded to an lgpl version. As it's not
1002 backwardly compatable, include the old libdialog as libodialog
1003
1004 20111212:
1005 mksh r40d imported
1006
1007 20111210:
1008 re(4) and rl(4) updated to support new chips.
1009
1010 GEOM synced with FreeBSD 7-stable.
1011
1012 MidnightBSD GPT partition types created in sys/gpt.h and
1013 setup in boot loader and GEOM.
1014
1015 amdsbwd(4) (amd watchdog for south bridge) updated to support
1016 8xx series chipset.
1017
1018 20111207:
1019 import bsd grep from FreeBSD/OpenBSD.
1020
1021 MK_BSD_GREP controls which grep is installed
1022 as grep with the other as bsdgrep or gnugrep.
1023
1024 20111122:
1025 mksh vR40c imported.
1026
1027 20111117:
1028 BIND 9.6 ESV R5 P1
1029
1030 20111107:
1031 tzdata 2011n
1032
1033 20111026:
1034 mDNSResponder v320
1035
1036 BIND 9.6 ESV R5
1037
1038 20111022:
1039 cflow 0.0.6 imported
1040
1041 20111020:
1042 less v436 imported
1043
1044 amdsbwd(4) AMD southbridge watchdog
1045
1046 20111019:
1047 awk 20110810 imported
1048
1049 et(4) Agere Gigabit Ethernet/Fast Ethernet driver added, but
1050 not included in GENERIC kernel. The kernel module needs
1051 testing before we can include it in GENERIC.
1052
1053 intr_bind code ported to allow an IRQ to be bound to one
1054 specific CPU core.
1055
1056 20111017:
1057 Time Zone Data v. 2011l (Released 10 October 2011)
1058
1059 Updated list of countries (iso3166) to work with new timezone data.
1060
1061 20111015:
1062 Introduce CPU Affinity in MidnightBSD. cpuset(1) can be used
1063 to control which core or group of cores can be used for a given
1064 process. Several new system calls were added to support this
1065 functionality in the running kernel and for 32bit binary
1066 compatibility on amd64.
1067
1068 The scheduler default has been changed to ULE in i386 and
1069 amd64. Changes were made to both schedulers (4BSD AND ULE)
1070 for this feature.
1071
1072 This work is based on Jeff Roberson's FreeBSD 7.1 patches.
1073
1074 20111004:
1075 Fix a problem with unix socket handling caused by the recent
1076 patch to unix socket path handling. This allows network
1077 apps to work under the linuxolator again.
1078
1079 20111001:
1080 Import libfetch & fetch(1) from FreeBSD 9. Passive FTP is
1081 now default and an environment variable must be set to use
1082 active.
1083
1084 20110930:
1085 Introduce quirks handling for several umass devices including
1086 USB cameras. Add workaround for Cyberpower UPS devices.
1087
1088 Bring in further bug fixes from FreeBSD and NetBSD for alc(4).
1089 Stale ip/tcp header pointers are no longer used, lockups fixed
1090 when network cable is unplugged on bootup, enable TX checksum
1091 offloading.
1092
1093 Add a new man page for gcache(8), a useful geom class when
1094 working with large raid3 sets.
1095
1096 Restore previous workaround for Cypress pata storage controller.
1097
1098 20110929:
1099 Sync ath(4) with FreeBSD 7.3.
1100
1101 The following modules are no longer available, and should be
1102 removed from loader.conf:
1103 ath_hal ath_rate_amrr ath_rate_onoe ath_rate_sample
1104
1105 alc(4) would hibernate when a cable was unplugged and often
1106 required bring the interface down and up to "wake up" so that
1107 a connection could be established. Disable hibernation.
1108
1109 20110928:
1110 Fix security issues with gzip and compress related to .Z
1111 files that are corrupted.
1112
1113 Fix path validation with unix domain sockets.
1114
1115 20110917:
1116 Remove dependance on mports perl for generating releases as
1117 it's in the base system.
1118
1119 20110914:
1120 Import xz 5.0.3 with liblzma 5.0.3
1121
1122 20110813:
1123 synced the sparc64 GENERIC kernel configuration with amd64.
1124
1125 20110806:
1126 sqlite 3.7.7.1 imported
1127
1128 msearch(1), libmsearch and msearch.import added. msearch(1) provides
1129 a full text search command line tool. libmsearch can also be used
1130 to build a graphical based search in the future. You can enable
1131 index building for msearch in periodic.conf or manually run the
1132 /usr/libexec/msearch.index tool. Full text indexes take considerable
1133 space in /var. I'm using approximately 500MB currently.
1134
1135 Fix a long standing bug with the periodic script to check package
1136 versions. This will be obsolete with mport though.
1137
1138 20110710:
1139 kdb_enter_why added to MidnightBSD to allow the kernel debugger to
1140 know why it's in use and thus script can be run.
1141
1142 Yet another problem with the perl manifest was fixed
1143
1144 20110709:
1145 cpufreq(1) is a new utility to monitor CPU frequency which may change
1146 with use of powerd(8) and cpufreq(4).
1147
1148 20110612:
1149 Update mksh to R40
1150
1151 Catch up ObsoleteFiles.inc to remove Perl 5.10.x. Good to run when
1152 updating current (cd /usr/src && make check-old)
1153
1154 20110528:
1155 Fix CVE-2011-1910 in BIND 9.6.x. This affects caching resolvers.
1156
1157 20110526:
1158 newfs:
1159 Raised the default blocksize for UFS/FFS filesystems from
1160 16K to 32K and the default fragment size from 2K to 4K.
1161
1162 This should slightly imporve performance on "advanced format"
1163 hard drives such as the WD EARS drives. Drives of this type
1164 have emulation modes that slow down with lower sizes. Of course
1165 the drive must still be aligned properly when using fdisk.
1166
1167 20110521:
1168 mport tool now has a deleteall command. This can be used to remove
1169 all packages from a system.
1170
1171 A few bugs with the perl 5.14 import have been fixed.
1172
1173 20110518:
1174 Perl 5.14.0
1175
1176 20110517:
1177 Sendmail 8.14.5
1178
1179 20110314:
1180 DRM/DRI code updated to support newer video cards. (FreeBSD 7.1)
1181
1182 cdevpriv wrappers added
1183
1184 nss_mdns hack introduced to work around linking problem.
1185
1186 dnsextd fixed after update to mDNSResponder code.
1187
1188 20110308:
1189 Introduce liblzma & xz 5.0.1 to the base system
1190
1191 Patch for OpenSSL security issue CVE-2011-0014.
1192
1193 "OSREVISION 4004"
1194
1195 nsswitch module for multicast dns (nss_mdns) added.
1196
1197 tzdata2011c
1198
1199 20110220:
1200 cam(4) syncronized with FreeBSD 7.3.
1201
1202 20110219:
1203 amdtemp(4) updated to support sensors framework.
1204
1205 20110217:
1206 Perl 5.10.1 imported
1207
1208 20110216:
1209 Introduce igb(4) and split Intel Gigabit Ethernet adapters between
1210 igb(4) and em(4). Newer devices use igb(4). The code has moved
1211 to sys/dev/e1000 for both devices in the kernel. igb(4) has
1212 been placed in GENERIC on i386 and amd64.
1213
1214 Update bfe(4) to support newer devices and WOL.
1215
1216 20110215:
1217 age(4) added.
1218
1219 20110208:
1220 BIND 9.6.3 which fixes a bug with DNSSEC records getting added.
1221
1222 20110206:
1223 eeemon(4) added to monitor Asus Eee PC.
1224
1225 20110205:
1226 OpenSSH 5.7p1
1227
1228 GNU sort 6.9 (coreutils)
1229
1230 20110203:
1231 one true awk 20100523 imported
1232
1233 sqlite 3.7.5
1234
1235 OpenSSL 0.9.8q
1236
1237 20110202:
1238 tcsh 6.17.00
1239
1240 file 5.05
1241
1242 20110122:
1243 Import it(4) and lm(4), with support for Super I/O hardware monitors. This
1244 uses the sensors framework ported by Constantine A. Murenin (GSOC2007)
1245
1246 20110120:
1247 BIND 9.6.2-P3
1248
1249 sudo 1.7.4-p6
1250
1251 20110115:
1252 Add experimental jme(4) for Jmicron ethernet devices.
1253
1254 20101130:
1255 A double free exists in the SSL client ECDH handling code, when
1256 processing specially crafted public keys with invalid prime
1257 numbers. [CVE-2010-2939]
1258
1259 20101120:
1260 Several portions of the kernel and userland code related to UFS file
1261 systems (and UFS2) cannot properly handle inode counts above 2^31 due
1262 to use of int types. Based on a patch from FreeBSD, I've modified
1263 our UFS2 implementation to handle unsigned values for inode counts
1264 which should allow for file systems greater than 16TB.
1265
1266 newfs and growfs was also modified.
1267
1268 20101110:
1269 Fix a security issue with pseudofs which could result in running code in kernel
1270 context or a kernel panic depending on system configuration. This affects file
1271 systems such as procfs for instance.
1272
1273 20101021:
1274 sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
1275 This is similar to functions present in many linux distros. The utility was
1276 written by Devin Teske for FreeBSD.
1277
1278 20100920:
1279 bzip2 security patch for integer overflow.
1280
1281 20100905:
1282 MidnightBSD RELENG_0_3 branch created. Aggressive development continues here
1283 for 0.4.
1284
1285 20100902:
1286 Fix a security issue with libutil that allows users to bypass cpu limits in
1287 login.conf in some cases. This combined with OpenSSH for example can allow
1288 the user to get more resources than they're allowed.
1289
1290 20100822:
1291 Import Apple's mDNSResponder (mdnsd).
1292
1293 20100814:
1294 libdispatch added to MidnightBSD. This provides functionality found in
1295 Mac OS X's GCD. We do not have blocks support yet. As this code is
1296 licensed under Apache 2, we create a new MK_APACHE option so that
1297 it's not required for all users to run code under a license they
1298 may not like.
1299
1300 20100713:
1301 mbuf readonly fix related to sendfile(2) data corruption.
1302
1303 20100704:
1304 brainfuck(1) imported from MirBSD.
1305
1306 20100505:
1307 zlib 1.2.5
1308
1309 20100430:
1310 Sudo 1.7.2p6 imported
1311
1312 20100321:
1313 Update zlib to 1.2.4
1314
1315 20100319:
1316 Removed i586 from default i386 generic kernel.
1317
1318 20100317:
1319 Update to tzdata2010e (time zones). This includes changes in
1320 Mexico.
1321
1322 Add support for several newer sound cards via hda including
1323 ATI and Realtek chipsets.
1324
1325 20100313:
1326 CPU detection has been changed. VIA Padlock detection added.
1327
1328 20100312:
1329 Fix a number of bugs and compiler warnings in libmport. Handle
1330 plus signs in paths for mport.check-fake
1331
1332 20100311:
1333 mksh R39c
1334
1335 20100309:
1336 Sudo 1.7.2p5
1337
1338 sqlite3 3.6.23
1339
1340 mksh R39b
1341
1342 libffi (ffi) 3.0.9
1343
1344 20100206:
1345 WITHOUT_LIB32 is no longer needed on AMD64. GCC was fixed to
1346 properly pass arguments to ld.
1347
1348 re(4) and rl(4) have been updated to support several new
1349 realtek chipsets. Performance has been improved on re(4).
1350
1351 20100204:
1352 Fix a bug cropping up on AMD64 MidnightBSD with sftp
1353 segfaulting.
1354
1355 20100116:
1356 Import ash changes from FreeBSD (bin/sh) 8-Stable.
1357
1358 BIND 9.6.1-P2
1359
1360 20100110:
1361 Import Sendmail 8.14.4. Fix for SSL vulnerability.
1362
1363 posix_spawn(3) added to MidnightBSD libc. Users may need to build and
1364 install libc before doing a full buildworld when upating from 0.2 or
1365 older current systems.
1366
1367 kqueue(2) was modified to support portions of libdispatch functionality.
1368
1369 20100106:
1370 Bind security update. Fix a bug with DNSSEC that causes negative
1371 cache entries and thus a possible DNS cache poisoning attack.
1372
1373 Fix a bug in ZFS that can reset permissions on system crashes.
1374
1375 20091228:
1376 amdtemp(4) was added. It allows one to monitor to the temperature
1377 of an AMD CPU such as a Phenom.
1378
1379 20091205:
1380 OpenSSL security fix
1381
1382 The SSL version 3 and TLS protocols support session renegotiation without
1383 cryptographically tying the new session parameters to the old parameters.
1384
1385 20091128:
1386 OpenBSD sensors framework imported including sensorsd(8)
1387
1388 20091126:
1389 OpenNTPD 4.4 import
1390
1391 Update OpenSSH to 5.3p1
1392
1393 mksh R39
1394
1395 20091124:
1396 cpdup updated from DragonFly to 1.15
1397
1398 tzdata2009s updated with latest timezone data for November 2009.
1399
1400 20091010:
1401 amd64 users should use WITHOUT_LIB32=yes in /etc/make.conf for now
1402 to test current.
1403
1404 Revert unicode filename fixes from ntfs code. This was causing chaos
1405 on amd64 systems.
1406
1407 20091006:
1408 Update timezone data with tzdata2009n with the Pakistan and
1409 Argentina changes.
1410
1411 Sync several userland utilities with versions from FreeBSD 7.0 in
1412 sbin and usr.sbin.
1413
1414 20090919:
1415 Update timezone data with tzdate2009m from September 2009.
1416
1417 20090729:
1418 Patch for Bind 9 security vulnerability. a dynmaic update packet
1419 can trigger an assertion and cause named to exit
1420
1421 20090606:
1422 Remove PCC from the base system. This compiler will not work
1423 as a system compiler for us as we've got some userland investment
1424 in C++ code and may have Objective-C in the future. We're stuck
1425 with a solution that supports these three languages at a minimum.
1426
1427 I had wanted to keep it as an optional compiler because it is
1428 fast, however too many users want to try to use it for the base
1429 system which makes no sense.
1430
1431 A hack was added for Cypress based usb hard drive enclosures to
1432 the kernel. This should cut down on commands it claims to support
1433 but does not (at the cam layer). Found while testing ZFS on
1434 an external device.
1435
1436 20090520:
1437 The powerd daemon no longer starts automatically to improve
1438 compatibility with many systems. However, there is a new
1439 installer option in the startup section to enable it. This
1440 makes it easier to enable for users that have working systems. I thought it was only a problem on older hardware, but it freaks
1441 out my new Phenom too.
1442
1443 20090502:
1444 OpenSSH 5.2p1 import
1445
1446 ale(4) connected to the build. (kernel module only)
1447
1448 20090501:
1449 Imported makefs utility from NetBSD/FreeBSD
1450
1451 20090422:
1452 OpenSSL security update
1453
1454 The function ASN1_STRING_print_ex does not properly validate the lengths
1455 of BMPString or UniversalString objects before attempting to print them.
1456
1457 20090415:
1458 Created a Symbol.map for libc/ohash symbols
1459
1460 Updated several usr/bin usr/sbin utilities.
1461
1462 Corrected a bug with Makefile.inc1 causing the bootstrap
1463 tools to fail.
1464
1465 20090405:
1466 xorg 7.4 wants to configure its input devices via hald which does not
1467 yet work with USB. If the keyboard/mouse does not work in xorg then
1468 add
1469 Option "AllowEmptyInput" "off"
1470 to your ServerLayout section. This will cause X to use the configured
1471 kbd and mouse sections from your xorg.conf
1472
1473 20090403:
1474 mksh was disconnected a few day ago do to bugs with
1475 buildworld and mports. Now, connect it back
1476 for use as /bin/sh with a conditional called
1477 MK_ASH. By default, ash is the standard /bin/sh
1478 but we may change this later. This will allow further
1479 testing by users and developers of mksh without
1480 causing an unpleasant default experience. In the
1481 long run, we need to fix mksh compatibility.
1482
1483 20090328:
1484 Bring in mksh R37 from CVS. The dot.mkshrc files for root
1485 and skel were changed. mksh(1) now replaces ash aka sh(1)
1486 as the default /bin/sh. Please report bugs with
1487 ports, etc. The ash code will remain in the repo for awhile
1488 as I decide if we'll add something like MK_SHELL_ASH as
1489 an optional build parameter.
1490
1491 ahd was disconnected from the lint environment until
1492 the compiler bug is sorted (by updating gcc?)
1493
1494 Remove freebsd-tips from fortune files and change the
1495 default for login and profile.
1496
1497 20090327:
1498 Update libarchive to 2.5.5, tar, and add bsdcpio.
1499
1500 Also previously, ctriv has been connecting Perl 5.10
1501 to the build (part of os). This will have an impact
1502 on mports.
1503
1504 20090325:
1505 Update Bind to 9.4.3-P1
1506
1507 Update mksh to R36b
1508
1509 Update tcpdump to 3.9.8, fix libpcap to work with current.
1510
1511 Update pnpinfo, sync with FreeBSD.
1512
1513 20090115:
1514 Fix a problem with DNSSEC and BIND.
1515
1516 20090110:
1517 For applications using OpenSSL for SSL connections, an invalid SSL
1518 certificate may be interpreted as valid. This could for example be
1519 used by an attacker to perform a man-in-the-middle attack.
1520
1521 Other applications which use the OpenSSL EVP API may similarly be
1522 affected.
1523
1524 Stop cross site request forgery attacks in lukemftpd
1525
1526 20090104:
1527 Import GNU libreadline 5.2
1528
1529 20090101:
1530 Update time zone data to 2008i.
1531
1532 20081231:
1533 Correct a problem where bluetooth and netgraph sockets are not
1534 properly initialized.
1535
1536 Happy 2009.
1537
1538 20081206:
1539 Due to the massive change in the underlying system under way,
1540 we're naming the next release 1.0. The sys/sys/param.h was
1541 changed accordingly. ipfilter and ncurses were corrected
1542 using __MidnightBSD__ tests in the code.
1543
1544 The GENERIC kernel config was caught up on i386 today. Consider
1545 i386 still broken, but amd64 is running again.
1546
1547 mdoc.local was updated with the new MidnightBSD version info.
1548
1549 batt(1) was rewritten in C. It now supports several flags and
1550 runs about 8 times faster on my laptop. The default output
1551 shows the number of minutes of battery life remaining and the
1552 percentage. You can use -u to display the number of batteries or
1553 -c to get script friendly output. Consult the man page for more.
1554
1555 20081204:
1556 Work has completed on importing ZFS, jemalloc, several
1557 new devices, SCTP, updated pf, a new tempfs, linuxolator 2.6 kernel
1558 support, improved locking for file desc., audit (openbsm),
1559 openssl .98e, nfe, imporved intel high def audio, midi, updated
1560 intel gigabit (em), support for several wifi cards (intel), ...
1561
1562 Renamed 0.3-CURRENT officially. Switched to using MidnightBSD version
1563 data from param.h instead of the FreeBSD version. This means
1564 testing is now possible in the ports tree for the version
1565 and that any ports or code relying on the FreeBSD version from
1566 sys/sys/param.h will need to be fixed.
1567
1568 20080905:
1569 update nve(4) to support new hardware.
1570
1571 20080801:
1572 Import OpenBSM 1.0
1573
1574 Modify src/release to create 3 isos instead of 2 for packages.
1575
1576 etc/rc.d/firstboot now enables kdm, gnustep + slim and bsdstats.
1577
1578 Many ia64, alpha, powerpc items were removed.
1579
1580 The recent diffutils 2.8.7 import was fixed.
1581
1582 20080703:
1583 pcc was not installed properly when setting DESTDIR for live cds,
1584 or posibly jails.
1585
1586 20080627:
1587 Add firmware(9), WEP, CCMP, TKIP to GENERIC.
1588
1589 Add glabel to GENERIC.
1590
1591 Intel ICH8 mobile chipset used on some iMacs included with ata.
1592
1593 pcc connected to the build on i386. (alternative compiler)
1594
1595 ath added to GENERIC. (Atheros wireless NICs) on amd64/i386
1596
1597 20080528:
1598 Sendmail 8.14.3
1599
1600 20080516:
1601 ssh-vulnkey allows you to look for vulnerable ssh keys that
1602 were generated on Debian and Ubuntu hosts over the last
1603 few years. sshd can block offending keys with a configuration
1604 option.
1605
1606 The elf note on binaries is now set to MidnightBSD.
1607
1608 20080514:
1609 Fixed a number of problems with pcc. It is not yet connected
1610 to the build, but usable on i386 hosts. You may use it
1611 by make; make install in /usr/src/usr.bin/pcc. It will
1612 install in /usr/local as some of the files conflict with
1613 GCC versions. __MidnightBSD__ is defined in PCC as well.
1614
1615 System headers were fixed to allow pcc to compile many binaries
1616 on MidnightBSD. bin/cp will work now for instance.
1617
1618 20080430:
1619 __MidnightBSD__ is now defined via gcc. This can be tested
1620 to determine we're running on MidnightBSD in the preprocessor.
1621
1622 20080429:
1623 Import bind 9.4.2 with threading
1624
1625 libpthread (KSE) and libthr are built earlier
1626
1627 pcvt(4) removed!
1628
1629 Alias added for core2 cpus.
1630
1631 Alpha and PC98 only utilities removed from usr/sbin
1632
1633 syslogd, adduser, rmuser, mergemaster and mailwrapper have been
1634 improved. See the man pages for info.
1635
1636 periodic scripts will not send emails with empty message bodies.
1637 See mailwrapper fix.
1638
1639 20080410:
1640 Sync cpdup with DragonFly. Add parallel transaction support and
1641 -l flag to line-buffer stdout and stderr.
1642
1643 20080406:
1644 Import bzip2 1.05
1645 Import OpenSSH 4.9p1
1646
1647 20080322:
1648 The default umask was changed to 022.
1649
1650 /usr/X11R6 paths were removed from several config files.
1651
1652 .mkshrc files are now installed for root.
1653
1654 20080316:
1655 FIx a problem with gif0 tunnels and neighbors with IPV6.
1656
1657 20080312:
1658 Add lndir from X.org. This aides in the porting of MirPorts.
1659
1660 New OS versions were added to the mapage code (groff)
1661
1662 20080310:
1663 Correct a buffer overflow in ppp.
1664
1665 20080308:
1666 Remove /usr/X11R6 from manpath config.
1667
1668 20080307:
1669 Atheros driver no longer has several options set
1670 which corrects building in tinderbox on all three platforms.
1671
1672 Added a new macro to sx.h which returns true if the current
1673 thread holds an exclusive lock on a specifix sx.
1674
1675 Removed OS/2's HPFS file system. It's not maintained and
1676 I don't know anyone using OS/2 or ecomstation these days.
1677 My copy is in the closet collecting dust.
1678
1679 20080306:
1680 Synced tinderbox with FreeBSD. Modified it for MidnightBSD.
1681 Developers can now use it to check src builds.
1682
1683 20080303:
1684 Add mksh to /etc/shells, made some adjustments to options
1685 for mksh builds per suggestion upstream.
1686
1687 USB HID table updated with modern hardware list.
1688
1689 Updated BSD family true (we're not in there yet)
1690
1691 iso3166 file updated and import of tzdata2007k for
1692 new time zones.
1693
1694 Updated mksh to latest version R33.
1695
1696 20080228:
1697 Remplaced the random IP id generation code with a new
1698 version by Amit Klein.
1699
1700 20080221:
1701 Sendfile write only permissions fix.
1702
1703 Removed some HPFS and PC98 code.
1704
1705 iso639 file sycned with DragonFly.
1706
1707 20080128:
1708 Changed NTP configuration so that ips aren't cached
1709 so multiple servers are used.
1710
1711 Fix an issue with fork() in libpthread.
1712
1713 20080121:
1714 Add virtualization detection to set the HZ rate
1715 according to a VM present. VMWare and Parallels
1716 should work better like this.
1717
1718 Change to full x11 install in sysinstall. Add
1719 xorg 7 support.
1720
1721 20080115:
1722 Fix the handling of PTY's. CVE-2008-0216
1723
1724 20080105:
1725 mport delete code added, USE_MPORT_TOOLS knob aded.
1726
1727 20080101:
1728 Happy New Year
1729
1730 20071123:
1731 Update sendmail to 8.14.2
1732
1733 20071120:
1734 Update system compiler to gcc 3.4.6.
1735
1736 20071023:
1737 Updated mksh to R31d.
1738
1739 20070911:
1740 Updated mksh to version R31b.
1741
1742 Fixed stderr output in libpthread. Previously it was
1743 written to stdout.
1744
1745 20070831:
1746 Added dot.mkshrc file to support the recent change to
1747 mksh from OpenBSD's ksh derived from pdksh.
1748
1749 Added new firewall configuration. ipfw is enabled by default
1750 with a "desktop" configuration. Consult /etc/rc.firewall
1751 or ipfw show to see the ruleset used. You can disable
1752 ipfw by setting firewall_enable="NO" in /etc/rc.conf This
1753 change only effects IPv4. IPv6 does not have a firewall
1754 enabled by default.
1755
1756 20070814:
1757 Removed GNU tar source. We've been using BSD tar
1758 for awhile.
1759
1760 20070806:
1761 Finished removing umapfs and autofs from the tree.
1762
1763 20070804:
1764 BIND and Tcpdump have been patched for recent vulnerabilities.
1765
1766 We switched to BSD cpio (pax).
1767
1768 20070719:
1769 Imported cpdup from DragonFly as /bin/cpdup
1770
1771 20070716:
1772 Update GNU cpio to 2.8.
1773
1774 20070410:
1775 cvs was updated to 1.12.13. cvsbug was removed.
1776 cvs now behaves similarly to DragonFly's cvs with
1777 most of their local changes.
1778
1779 20070409:
1780 RELENG_0_1 was created. More aggresive changes will
1781 continue here.
1782
1783 20070406:
1784 Back out propolice. propolice caused several problems
1785 with our threading libraries libthr and libpthread.
1786 curthread was often NULL after the patch and many
1787 multithreaded applications would crash. We plan to
1788 work on either bringing in gcc 4.1 or developing a new
1789 patch which also corrects our threading issues later.
1790
1791 It is more important to have a stable system for our
1792 mport work and other projects at this time.
1793
1794 This is not a clean removal. It is recommended that you
1795 have a recently SNAP CD handy. You can either reinstall
1796 or perform a make buildworld and make buildkernel and
1797 make installkernel. Reboot on the cd and copy the contents
1798 of /bin, /sbin, /lib, /libexec, and /usr/bin, /usr/sbin,
1799 /usr/lib, and /usr/libexec to the respective directories on
1800 your disk. Then you should be able to boot into single user
1801 mode and run make installworld. You will need to run
1802 chflags noschg on some of the files if you can't overwrite
1803 them.
1804
1805 You will get __guard missing errors since we had to remove
1806 this from libc.
1807
1808 You will need to rebuild any ports built while propolice was
1809 installed.
1810
1811 20070401:
1812 Importing propolice into MidnightBSD. Propolice is going to
1813 provide us with much greater security and stability in the
1814 long run. If upgrading from a pre-propolice system, please
1815 follow the these instructions:
1816
1817 cd /usr/src/lib/libc && make obj && make && make install
1818 cd /usr/src/gnu/usr.bin/cc && make obj && make && make install
1819 cd /usr/src/lib/libpthread && make obj && make && make install
1820 cd /usr/src/lib/libthr && make obj && make && make install
1821 buildworld and kernel
1822
1823 It is adviced that any mports which were installed and/or built
1824 prior to the propolice update also be updated. If any errors
1825 or issue are encounted, please contact security@midnightbsd.org
1826 and we will be sure to investigate and come up with an expeditious
1827 fix.
1828
1829 20070314:
1830 Remove send-pr from src.
1831
1832 Switch to NetBSD's gzip.
1833
1834 Bump MBSD minor revision.
1835
1836 20070313:
1837 Imported OpenSSH 4.6p1.
1838
1839 Imported FreeBSD's libarchive and updated tar to work with it.
1840
1841 Disabled debug statements cluttering up /var/log/messages for
1842 the tcp autobuf patch applied previously.
1843
1844 20070312:
1845 Synced several audio changes from FreeBSD 6.1. Removed the
1846 BSD Daemon files from src/share.
1847
1848 20070308:
1849 Added mfi which supports LSI Logic MegaRAID SAS devices including
1850 the Dell perc5i.
1851
1852 20070206:
1853 Imported OpenBSD's sudo into source. Please install
1854 /usr/src/usr.bin/sudo/lib first before building.
1855
1856 Those who install from a snapshot after this date
1857 will not be effected.
1858
1859 20070119:
1860 Added audit group. Be sure to add audit to your /etc/group file
1861 before installing world.
1862
1863 hostapd was updated to 0.4.8.
1864
1865 An accidental commit in usr.sbin/bluetooth/hccontrol was fixed to
1866 unbreak world.
1867
1868 wpa_supplicant was updated.
1869
1870 For stability and compatibility reasons, it was decided that MidnightBSD
1871 sync with FreeBSD 6.1 Release. Nearly every change between the original
1872 fork date of February 24, 2006 and the release of FreeBSD 6.1 in May
1873 2006 will be merged. Beyond this, MidnightBSD will be a "real" fork and
1874 will not sync every little change with FreeBSD.
1875
1876 20061231:
1877 Updated COPYRIGHT for 2007.
1878
1879 Updated and bumped libutil after importing NetBSD efun(3) functions.
1880
1881 Added MidnightBSD_version and bumped the FreeBSD version as we've
1882 synced all commits between the fork and that version. It is now safe
1883 to assume MidnightBSD is compatible with FreeBSD RELENG_6 from
1884 Feb 26, 2006.
1885
1886 Added spell(1) and deroff(1) from NetBSD. Also added additional
1887 dict files to work with it. /usr/share/dict/american,
1888 /usr/share/dict/british and /usr/share/dict/special/math
1889
1890 Numerous man page and bug fixes.
1891
1892 20061226:
1893 Setup /usr/share/examples/cvsup SUPfiles for the new
1894 MidnightBSD CVSup server.
1895
1896 Fix a bug in burncd where it would continue forever while
1897 erasing CDRW media.
1898
1899 Add csup to /usr/bin. csup is a CVSup replacement written
1900 in C.
1901
1902 Fixed a bug with bsnmpd build from Oct 30.
1903
1904 Corrected some race conditions and fixed a few bugs in
1905 geom. Imported changes from FreeBSD RELENG_6.
1906
1907 20061225:
1908 Fixed a typo in src/lib/libc/sparc64/fpu/fpu_implode.c
1909 that caused long double to long and long long
1910 conversion of negative numbers to always result in -1.
1911
1912 20061221:
1913 Fixed acpi_battery.c to not report an ERROR if no
1914 batteries are present.
1915
1916 Performed some minor updates on the RL and RE NIC drivers.
1917 RL should no longer panic when trying to print errors.
1918
1919 Corrected a bug with TTY.
1920
1921 20061218:
1922 Corrected a bug with libpthread where newly created suspended
1923 threads don't get scheduled.
1924
1925 20061206:
1926 Fixed a typo with the firewire security patch.
1927
1928 20061129:
1929 Minor cleanups to utilities in bin.
1930
1931 Fixed msdos file system short file name behavior to match
1932 FreeBSD.
1933
1934 20061031:
1935 Updated man pages in section 7.
1936
1937 20061030:
1938 Updated sys/dev/drm to support intel 915 and radeon
1939 r300 cards properly.
1940
1941 Synced snmpd with FreeBSD-stable.
1942
1943 Fixed a bug in rm which could cause data loss.
1944
1945 20061027:
1946 Added Intel ICH8 and nForce 5 support to ATA. cam, mpt,
1947 random, kbdmux, atkbd, and usb were updated. Changes
1948 to clearing registers on SSE enabled processors (i386)
1949 commited.
1950
1951 lukemftpd updated.
1952
1953 openssh rc script was altered which effects initial
1954 seeding.
1955
1956 20061014:
1957 Workaround for em driver problem on shared IRQ.
1958
1959 Started removal of alpha support.
1960
1961 20061013:
1962 ATA driver was updated. USB/USB1/USB2 types added.
1963
1964 20061010:
1965 OpenSSH was updated to 4.4p1.
1966
1967 20060909:
1968 OpenNTPD was added to MidnightBSD. Run make delete-old to remove
1969 the old ntpd daemon.
1970
1971 cat has a new option -D which allows you to timestamp output
1972 on a per line basis.
1973
1974 The kernel has a keyboard mux which allows you to have multiple
1975 keyboard connected simultaneously. USB keyboard support was also
1976 improved with this patch.
1977
1978 The Intel em driver was updated. Network performance was greatly
1979 increased on many systems. Additional models are supported.
1980
1981 The ATA driver was patched to fix a potential deadlock.
1982
1983 Bind was patched to fix a potential denial of service condition.
1984
1985 20060817:
1986 ksh has been added to the base system. If you previously had
1987 the port installed, it will be overwritten on the next buildworld.
1988
1989
1990
1991 To build a kernel
1992 -----------------
1993 If you are updating from a prior version of MidnightBSD (even one just
1994 a few days old), you should follow this procedure. With a
1995 /usr/obj tree with a fresh buildworld,
1996 make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE
1997 make -DALWAYS_CHECK_MAKE installkernel KERNCONF=YOUR_KERNEL_HERE
1998
1999 To test a kernel once
2000 ---------------------
2001 If you just want to boot a kernel once (because you are not sure
2002 if it works, or if you want to boot a known bad kernel to provide
2003 debugging information) run
2004 make installkernel KERNCONF=YOUR_KERNEL_HERE KODIR=/boot/testkernel
2005 nextboot -k testkernel
2006
2007 To just build a kernel when you know that it won't mess you up
2008 --------------------------------------------------------------
2009 This assumes you are already running a 6.X system. Replace
2010 ${arch} with the architecture of your machine (e.g. "i386",
2011 "amd64", "ia64", "pc98", "sparc64", etc).
2012
2013 cd src/sys/${arch}/conf
2014 config KERNEL_NAME_HERE
2015 cd ../compile/KERNEL_NAME_HERE
2016 make depend
2017 make
2018 make install
2019
2020 If this fails, go to the "To build a kernel" section.
2021
2022 To rebuild everything and install it on the current system.
2023 -----------------------------------------------------------
2024 # Note: sometimes if you are running current you gotta do more than
2025 # is listed here if you are upgrading from a really old current.
2026
2027 <make sure you have good level 0 dumps>
2028 make buildworld
2029 make kernel KERNCONF=YOUR_KERNEL_HERE
2030 [1]
2031 <reboot in single user> [3]
2032 mergemaster -p [5]
2033 make installworld
2034 make delete-old
2035 mergemaster [4]
2036 <reboot>
2037
2038
2039 To cross-install current onto a separate partition
2040 --------------------------------------------------
2041 # In this approach we use a separate partition to hold
2042 # current's root, 'usr', and 'var' directories. A partition
2043 # holding "/", "/usr" and "/var" should be about 2GB in
2044 # size.
2045
2046 <make sure you have good level 0 dumps>
2047 <boot into -stable>
2048 make buildworld
2049 make buildkernel KERNCONF=YOUR_KERNEL_HERE
2050 <maybe newfs current's root partition>
2051 <mount current's root partition on directory ${CURRENT_ROOT}>
2052 make installworld DESTDIR=${CURRENT_ROOT}
2053 cd src/etc; make distribution DESTDIR=${CURRENT_ROOT} # if newfs'd
2054 make installkernel KERNCONF=YOUR_KERNEL_HERE DESTDIR=${CURRENT_ROOT}
2055 cp /etc/fstab ${CURRENT_ROOT}/etc/fstab # if newfs'd
2056 <edit ${CURRENT_ROOT}/etc/fstab to mount "/" from the correct partition>
2057 <reboot into current>
2058 <do a "native" rebuild/install as described in the previous section>
2059 <maybe install compatibility libraries from src/lib/compat>
2060 <reboot>
2061
2062
2063 To upgrade in-place from 5.x-stable or higher to 6.x-stable
2064 -----------------------------------------------------------
2065 <make sure you have good level 0 dumps>
2066 make buildworld [9]
2067 make kernel KERNCONF=YOUR_KERNEL_HERE [8]
2068 [1]
2069 <reboot in single user> [3]
2070 mergemaster -p [5]
2071 make installworld
2072 make delete-old
2073 mergemaster -i [4]
2074 <reboot>
2075
2076 Make sure that you've read the UPDATING file to understand the
2077 tweaks to various things you need. At this point in the life
2078 cycle of current, things change often and you are on your own
2079 to cope. The defaults can also change, so please read ALL of
2080 the UPDATING entries.
2081
2082 Also, if you are tracking -current, you must be subscribed to
2083 freebsd-current@freebsd.org. Make sure that before you update
2084 your sources that you have read and understood all the recent
2085 messages there. If in doubt, please track -stable which has
2086 much fewer pitfalls.
2087
2088 [1] If you have third party modules, such as vmware, you
2089 should disable them at this point so they don't crash your
2090 system on reboot.
2091
2092 [3] From the bootblocks, boot -s, and then do
2093 fsck -p
2094 mount -u /
2095 mount -a
2096 cd src
2097 adjkerntz -i # if CMOS is wall time
2098 Also, when doing a major release upgrade, it is required that
2099 you boot into single user mode to do the installworld.
2100
2101 [4] Note: This step is non-optional. Failure to do this step
2102 can result in a significant reduction in the functionality of the
2103 system. Attempting to do it by hand is not recommended and those
2104 that pursue this avenue should read this file carefully, as well
2105 as the archives of freebsd-current and freebsd-hackers mailing lists
2106 for potential gotchas.
2107
2108 [5] Usually this step is a noop. However, from time to time
2109 you may need to do this if you get unknown user in the following
2110 step. It never hurts to do it all the time.
2111
2112 [8] In order to have a kernel that can run the 5.x binaries
2113 needed to do an installworld, you must include the COMPAT_FREEBSD5
2114 option in your kernel. Failure to do so may leave you with a system
2115 that is hard to boot to recover. A similar kernel option COMPAT_FREEBSD5
2116 is required to run the 5.x binaries on more recent kernels.
2117
2118 Make sure that you merge any new devices from GENERIC since the
2119 last time you updated your kernel config file.
2120
2121 [9] When checking out sources, you must include the -P flag to have
2122 cvs prune empty directories.
2123
2124 If CPUTYPE is defined in your /etc/make.conf, make sure to use the
2125 "?=" instead of the "=" assignment operator, so that buildworld can
2126 override the CPUTYPE if it needs to.
2127
2128 MAKEOBJDIRPREFIX must be defined in an environment variable, and
2129 not on the command line, or in /etc/make.conf. buildworld will
2130 warn if it is improperly defined.
2131
2132 Copyright information:
2133
2134 Copyright 1998-2005 M. Warner Losh. All Rights Reserved.
2135
2136 Redistribution, publication, translation and use, with or without
2137 modification, in full or in part, in any form or format of this
2138 document are permitted without further permission from the author.
2139
2140 THIS DOCUMENT IS PROVIDED BY WARNER LOSH ``AS IS'' AND ANY EXPRESS OR
2141 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2142 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2143 DISCLAIMED. IN NO EVENT SHALL WARNER LOSH BE LIABLE FOR ANY DIRECT,
2144 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2145 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2146 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2147 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
2148 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
2149 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2150 POSSIBILITY OF SUCH DAMAGE.
2151
2152 If you find this document useful, and you want to, you may buy the
2153 author a beer.
2154
2155 Contact Warner Losh if you have any questions about your use of
2156 this document.
2157
2158 $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
2159 $MidnightBSD$

Properties

Name Value
svn:keywords MidnightBSD=%H