ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
Revision: 12097
Committed: Tue Oct 2 14:47:54 2018 UTC (5 years, 7 months ago) by laffer1
File size: 64647 byte(s)
Log Message:
document groff is back

File Contents

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

Properties

Name Value
svn:keywords MidnightBSD=%H