ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/release/1.1.2/UPDATING
Revision: 12276
Committed: Fri Oct 18 16:25:38 2019 UTC (4 years, 6 months ago) by laffer1
File size: 66772 byte(s)
Log Message:
1.1.2

File Contents

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

Properties

Name Value
svn:keywords MidnightBSD=%H