ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
Revision: 9255
Committed: Mon Feb 20 01:21:09 2017 UTC (7 years, 2 months ago) by laffer1
File size: 61126 byte(s)
Log Message:
start removing lindev

File Contents

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

Properties

Name Value
svn:keywords MidnightBSD=%H