ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
Revision: 9434
Committed: Sun Mar 5 14:29:10 2017 UTC (7 years, 2 months ago) by laffer1
File size: 61316 byte(s)
Log Message:
document hast module

File Contents

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

Properties

Name Value
svn:keywords MidnightBSD=%H