ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
Revision: 9173
Committed: Sat Oct 15 13:48:05 2016 UTC (7 years, 6 months ago) by laffer1
File size: 60737 byte(s)
Log Message:
document recent zfs and libarchive updates

File Contents

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

Properties

Name Value
svn:keywords MidnightBSD=%H