ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
Revision: 6468
Committed: Sat Dec 7 23:44:19 2013 UTC (10 years, 5 months ago) by laffer1
File size: 38303 byte(s)
Log Message:
Drop sparc64 arch

File Contents

# Content
1 Updating Information for MidnightBSD users.
2
3 20131207:
4 Remove sparc64 architecture. It hasn't been working for awhile
5 and it's not useful for desktops anymore.
6
7 20131205:
8 OpenSSH 6.4p1
9
10 20131203:
11 Perl 5.18.1 imported.
12
13 Update less to v458
14
15 20131130:
16 Remove named from base. We still include the client utilities for
17 now until replacements can be found.
18
19 20131004:
20 rarpd supports vlan(4) and has a pid flag. (from FreeBSD)
21
22 20130917:
23 Support for 65,536 routing tables was added. A new fib specific
24 field has been added to mbuf. This is an increase from 16.
25
26 20130910:
27 Security updates: (kern.osreldate 5001)
28
29 nullfs(5)
30
31 The nullfs(5) implementation of the VOP_LINK(9) VFS operation does not
32 check whether the source and target of the link are both in the same
33 nullfs instance. It is therefore possible to create a hardlink from a
34 location in one nullfs instance to a file in another, as long as the
35 underlying (source) filesystem is the same.
36
37 ifioctl
38
39 As is commonly the case, the IPv6 and ATM network layer ioctl request
40 handlers are written in such a way that an unrecognized request is
41 passed on unmodified to the link layer, which will either handle it or
42 return an error code.
43
44 Network interface drivers, however, assume that the SIOCSIFADDR,
45 SIOCSIFBRDADDR, SIOCSIFDSTADDR and SIOCSIFNETMASK requests have been
46 handled at the network layer, and therefore do not perform input
47 validation or verify the caller's credentials. Typical link-layer
48 actions for these requests may include marking the interface as "up"
49 and resetting the underlying hardware.
50
51 20130824:
52 Fix a bug in sendmail 8.14.7 that interferes with how it
53 handles AAAA records interoperating with Microsoft DNS servers.
54 FreeBSD has already reported this to Sendmail and a fix
55 will be included in the next release.
56
57 Subversion 1.8.1 is now in the base system as a static
58 binary. It has limited functionality, but can be used to
59 checkout/commit code. It is named svnlite.
60
61 20130822:
62 Fix two security vulnerabilities.
63
64 Fix an integer overflow in IP_MSFILTER (IP MULTICAST).
65 This could be exploited to read memory by a user process.
66
67 When initializing the SCTP state cookie being sent in INIT-ACK chunks,
68 a buffer allocated from the kernel stack is not completely initialized.
69
70 Import xz 5.0.4
71
72 Import sqlite 3.7.17
73
74 Import BIND 9.8.5-P2
75
76 20130814:
77 mksh R48 imported.
78
79 Sendmail 8.14.7 imported.
80
81 20130717:
82 libmport bug was fixed causing hash verification to fail.
83
84 virtio(4) imported from FreeBSD 9-stable. SCSI support not
85 included.
86
87 20130612:
88 RELENG_0_4 created for 0.4. Development continues on 0.5.
89
90 20130402:
91 Update BIND and OpenSSL to resolve security advisories.
92
93 20130305:
94 MKSH R44 imported.
95
96 20130213:
97 MKSH R42b imported
98
99 20130211:
100 MKSH R42 imported
101
102 20130125:
103 MKSH R41 imported
104
105 20130122:
106 OpenSSH 5.8p2 imported
107
108 SQLite 3.7.15.2 imported
109
110 Fixed a longstanding bug in libmport extrating new index files.
111
112 20120710:
113 BSD licensed sort imported from FreeBSD-CURRENT
114
115 For now, GNU sort is installed as gnusort, but it will
116 go away in time.
117
118 20120708:
119 tcsh 6.18.01 imported.
120
121 NetBSD's iconv imported.
122
123 libc gains strnlen(3), memrchr(3), stpncpy(3).
124
125 20120612:
126 BIND security update related to CVE-2012-1667.
127
128 Zero length resource records can cause BIND to crash resulting
129 in a DOS attack or information disclosure.
130
131 20120407:
132 mksh R40f (fixes regression)
133
134 20120328:
135 mksh R40e
136
137 Perl 5.14.2
138
139 20120229:
140 cpucontrol(8) and cpuctl(4) added from FreeBSD 7-stable.
141
142 20120209:
143 mDNSResponder 333.10 imported
144
145 20111227:
146 import raid5 module for GEOM, graid5(8)
147
148 This is experimental and known to use a lot of kernel
149 memory.
150
151 20111223:
152 telnetd: fix a root exploit from a fixed buffer that was not checked
153
154 pam: don't allow escape from policy path. Exploitable in KDE, etc.
155
156 Fix pam_ssh module:
157
158 If the pam_ssh module is enabled, attackers may be able to gain access
159 to user accounts which have unencrypted SSH private keys.
160
161 This has to due with the way that openssl works. It ignores unencrpted data.
162
163 Fix security issue with chroot and ftpd.
164
165 nsdispatch(3) doesn't know it's working in a chroot and some
166 operations can cause files to get reloaded causing a security
167 hole in things like ftpd.
168
169 20111217:
170 libdialog/dialog upgraded to an lgpl version. As it's not
171 backwardly compatable, include the old libdialog as libodialog
172
173 20111212:
174 mksh r40d imported
175
176 20111210:
177 re(4) and rl(4) updated to support new chips.
178
179 GEOM synced with FreeBSD 7-stable.
180
181 MidnightBSD GPT partition types created in sys/gpt.h and
182 setup in boot loader and GEOM.
183
184 amdsbwd(4) (amd watchdog for south bridge) updated to support
185 8xx series chipset.
186
187 20111207:
188 import bsd grep from FreeBSD/OpenBSD.
189
190 MK_BSD_GREP controls which grep is installed
191 as grep with the other as bsdgrep or gnugrep.
192
193 20111122:
194 mksh vR40c imported.
195
196 20111117:
197 BIND 9.6 ESV R5 P1
198
199 20111107:
200 tzdata 2011n
201
202 20111026:
203 mDNSResponder v320
204
205 BIND 9.6 ESV R5
206
207 20111022:
208 cflow 0.0.6 imported
209
210 20111020:
211 less v436 imported
212
213 amdsbwd(4) AMD southbridge watchdog
214
215 20111019:
216 awk 20110810 imported
217
218 et(4) Agere Gigabit Ethernet/Fast Ethernet driver added, but
219 not included in GENERIC kernel. The kernel module needs
220 testing before we can include it in GENERIC.
221
222 intr_bind code ported to allow an IRQ to be bound to one
223 specific CPU core.
224
225 20111017:
226 Time Zone Data v. 2011l (Released 10 October 2011)
227
228 Updated list of countries (iso3166) to work with new timezone data.
229
230 20111015:
231 Introduce CPU Affinity in MidnightBSD. cpuset(1) can be used
232 to control which core or group of cores can be used for a given
233 process. Several new system calls were added to support this
234 functionality in the running kernel and for 32bit binary
235 compatibility on amd64.
236
237 The scheduler default has been changed to ULE in i386 and
238 amd64. Changes were made to both schedulers (4BSD AND ULE)
239 for this feature.
240
241 This work is based on Jeff Roberson's FreeBSD 7.1 patches.
242
243 20111004:
244 Fix a problem with unix socket handling caused by the recent
245 patch to unix socket path handling. This allows network
246 apps to work under the linuxolator again.
247
248 20111001:
249 Import libfetch & fetch(1) from FreeBSD 9. Passive FTP is
250 now default and an environment variable must be set to use
251 active.
252
253 20110930:
254 Introduce quirks handling for several umass devices including
255 USB cameras. Add workaround for Cyberpower UPS devices.
256
257 Bring in further bug fixes from FreeBSD and NetBSD for alc(4).
258 Stale ip/tcp header pointers are no longer used, lockups fixed
259 when network cable is unplugged on bootup, enable TX checksum
260 offloading.
261
262 Add a new man page for gcache(8), a useful geom class when
263 working with large raid3 sets.
264
265 Restore previous workaround for Cypress pata storage controller.
266
267 20110929:
268 Sync ath(4) with FreeBSD 7.3.
269
270 The following modules are no longer available, and should be
271 removed from loader.conf:
272 ath_hal ath_rate_amrr ath_rate_onoe ath_rate_sample
273
274 alc(4) would hibernate when a cable was unplugged and often
275 required bring the interface down and up to "wake up" so that
276 a connection could be established. Disable hibernation.
277
278 20110928:
279 Fix security issues with gzip and compress related to .Z
280 files that are corrupted.
281
282 Fix path validation with unix domain sockets.
283
284 20110917:
285 Remove dependance on mports perl for generating releases as
286 it's in the base system.
287
288 20110914:
289 Import xz 5.0.3 with liblzma 5.0.3
290
291 20110813:
292 synced the sparc64 GENERIC kernel configuration with amd64.
293
294 20110806:
295 sqlite 3.7.7.1 imported
296
297 msearch(1), libmsearch and msearch.import added. msearch(1) provides
298 a full text search command line tool. libmsearch can also be used
299 to build a graphical based search in the future. You can enable
300 index building for msearch in periodic.conf or manually run the
301 /usr/libexec/msearch.index tool. Full text indexes take considerable
302 space in /var. I'm using approximately 500MB currently.
303
304 Fix a long standing bug with the periodic script to check package
305 versions. This will be obsolete with mport though.
306
307 20110710:
308 kdb_enter_why added to MidnightBSD to allow the kernel debugger to
309 know why it's in use and thus script can be run.
310
311 Yet another problem with the perl manifest was fixed
312
313 20110709:
314 cpufreq(1) is a new utility to monitor CPU frequency which may change
315 with use of powerd(8) and cpufreq(4).
316
317 20110612:
318 Update mksh to R40
319
320 Catch up ObsoleteFiles.inc to remove Perl 5.10.x. Good to run when
321 updating current (cd /usr/src && make check-old)
322
323 20110528:
324 Fix CVE-2011-1910 in BIND 9.6.x. This affects caching resolvers.
325
326 20110526:
327 newfs:
328 Raised the default blocksize for UFS/FFS filesystems from
329 16K to 32K and the default fragment size from 2K to 4K.
330
331 This should slightly imporve performance on "advanced format"
332 hard drives such as the WD EARS drives. Drives of this type
333 have emulation modes that slow down with lower sizes. Of course
334 the drive must still be aligned properly when using fdisk.
335
336 20110521:
337 mport tool now has a deleteall command. This can be used to remove
338 all packages from a system.
339
340 A few bugs with the perl 5.14 import have been fixed.
341
342 20110518:
343 Perl 5.14.0
344
345 20110517:
346 Sendmail 8.14.5
347
348 20110314:
349 DRM/DRI code updated to support newer video cards. (FreeBSD 7.1)
350
351 cdevpriv wrappers added
352
353 nss_mdns hack introduced to work around linking problem.
354
355 dnsextd fixed after update to mDNSResponder code.
356
357 20110308:
358 Introduce liblzma & xz 5.0.1 to the base system
359
360 Patch for OpenSSL security issue CVE-2011-0014.
361
362 "OSREVISION 4004"
363
364 nsswitch module for multicast dns (nss_mdns) added.
365
366 tzdata2011c
367
368 20110220:
369 cam(4) syncronized with FreeBSD 7.3.
370
371 20110219:
372 amdtemp(4) updated to support sensors framework.
373
374 20110217:
375 Perl 5.10.1 imported
376
377 20110216:
378 Introduce igb(4) and split Intel Gigabit Ethernet adapters between
379 igb(4) and em(4). Newer devices use igb(4). The code has moved
380 to sys/dev/e1000 for both devices in the kernel. igb(4) has
381 been placed in GENERIC on i386 and amd64.
382
383 Update bfe(4) to support newer devices and WOL.
384
385 20110215:
386 age(4) added.
387
388 20110208:
389 BIND 9.6.3 which fixes a bug with DNSSEC records getting added.
390
391 20110206:
392 eeemon(4) added to monitor Asus Eee PC.
393
394 20110205:
395 OpenSSH 5.7p1
396
397 GNU sort 6.9 (coreutils)
398
399 20110203:
400 one true awk 20100523 imported
401
402 sqlite 3.7.5
403
404 OpenSSL 0.9.8q
405
406 20110202:
407 tcsh 6.17.00
408
409 file 5.05
410
411 20110122:
412 Import it(4) and lm(4), with support for Super I/O hardware monitors. This
413 uses the sensors framework ported by Constantine A. Murenin (GSOC2007)
414
415 20110120:
416 BIND 9.6.2-P3
417
418 sudo 1.7.4-p6
419
420 20110115:
421 Add experimental jme(4) for Jmicron ethernet devices.
422
423 20101130:
424 A double free exists in the SSL client ECDH handling code, when
425 processing specially crafted public keys with invalid prime
426 numbers. [CVE-2010-2939]
427
428 20101120:
429 Several portions of the kernel and userland code related to UFS file
430 systems (and UFS2) cannot properly handle inode counts above 2^31 due
431 to use of int types. Based on a patch from FreeBSD, I've modified
432 our UFS2 implementation to handle unsigned values for inode counts
433 which should allow for file systems greater than 16TB.
434
435 newfs and growfs was also modified.
436
437 20101110:
438 Fix a security issue with pseudofs which could result in running code in kernel
439 context or a kernel panic depending on system configuration. This affects file
440 systems such as procfs for instance.
441
442 20101021:
443 sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
444 This is similar to functions present in many linux distros. The utility was
445 written by Devin Teske for FreeBSD.
446
447 20100920:
448 bzip2 security patch for integer overflow.
449
450 20100905:
451 MidnightBSD RELENG_0_3 branch created. Aggressive development continues here
452 for 0.4.
453
454 20100902:
455 Fix a security issue with libutil that allows users to bypass cpu limits in
456 login.conf in some cases. This combined with OpenSSH for example can allow
457 the user to get more resources than they're allowed.
458
459 20100822:
460 Import Apple's mDNSResponder (mdnsd).
461
462 20100814:
463 libdispatch added to MidnightBSD. This provides functionality found in
464 Mac OS X's GCD. We do not have blocks support yet. As this code is
465 licensed under Apache 2, we create a new MK_APACHE option so that
466 it's not required for all users to run code under a license they
467 may not like.
468
469 20100713:
470 mbuf readonly fix related to sendfile(2) data corruption.
471
472 20100704:
473 brainfuck(1) imported from MirBSD.
474
475 20100505:
476 zlib 1.2.5
477
478 20100430:
479 Sudo 1.7.2p6 imported
480
481 20100321:
482 Update zlib to 1.2.4
483
484 20100319:
485 Removed i586 from default i386 generic kernel.
486
487 20100317:
488 Update to tzdata2010e (time zones). This includes changes in
489 Mexico.
490
491 Add support for several newer sound cards via hda including
492 ATI and Realtek chipsets.
493
494 20100313:
495 CPU detection has been changed. VIA Padlock detection added.
496
497 20100312:
498 Fix a number of bugs and compiler warnings in libmport. Handle
499 plus signs in paths for mport.check-fake
500
501 20100311:
502 mksh R39c
503
504 20100309:
505 Sudo 1.7.2p5
506
507 sqlite3 3.6.23
508
509 mksh R39b
510
511 libffi (ffi) 3.0.9
512
513 20100206:
514 WITHOUT_LIB32 is no longer needed on AMD64. GCC was fixed to
515 properly pass arguments to ld.
516
517 re(4) and rl(4) have been updated to support several new
518 realtek chipsets. Performance has been improved on re(4).
519
520 20100204:
521 Fix a bug cropping up on AMD64 MidnightBSD with sftp
522 segfaulting.
523
524 20100116:
525 Import ash changes from FreeBSD (bin/sh) 8-Stable.
526
527 BIND 9.6.1-P2
528
529 20100110:
530 Import Sendmail 8.14.4. Fix for SSL vulnerability.
531
532 posix_spawn(3) added to MidnightBSD libc. Users may need to build and
533 install libc before doing a full buildworld when upating from 0.2 or
534 older current systems.
535
536 kqueue(2) was modified to support portions of libdispatch functionality.
537
538 20100106:
539 Bind security update. Fix a bug with DNSSEC that causes negative
540 cache entries and thus a possible DNS cache poisoning attack.
541
542 Fix a bug in ZFS that can reset permissions on system crashes.
543
544 20091228:
545 amdtemp(4) was added. It allows one to monitor to the temperature
546 of an AMD CPU such as a Phenom.
547
548 20091205:
549 OpenSSL security fix
550
551 The SSL version 3 and TLS protocols support session renegotiation without
552 cryptographically tying the new session parameters to the old parameters.
553
554 20091128:
555 OpenBSD sensors framework imported including sensorsd(8)
556
557 20091126:
558 OpenNTPD 4.4 import
559
560 Update OpenSSH to 5.3p1
561
562 mksh R39
563
564 20091124:
565 cpdup updated from DragonFly to 1.15
566
567 tzdata2009s updated with latest timezone data for November 2009.
568
569 20091010:
570 amd64 users should use WITHOUT_LIB32=yes in /etc/make.conf for now
571 to test current.
572
573 Revert unicode filename fixes from ntfs code. This was causing chaos
574 on amd64 systems.
575
576 20091006:
577 Update timezone data with tzdata2009n with the Pakistan and
578 Argentina changes.
579
580 Sync several userland utilities with versions from FreeBSD 7.0 in
581 sbin and usr.sbin.
582
583 20090919:
584 Update timezone data with tzdate2009m from September 2009.
585
586 20090729:
587 Patch for Bind 9 security vulnerability. a dynmaic update packet
588 can trigger an assertion and cause named to exit
589
590 20090606:
591 Remove PCC from the base system. This compiler will not work
592 as a system compiler for us as we've got some userland investment
593 in C++ code and may have Objective-C in the future. We're stuck
594 with a solution that supports these three languages at a minimum.
595
596 I had wanted to keep it as an optional compiler because it is
597 fast, however too many users want to try to use it for the base
598 system which makes no sense.
599
600 A hack was added for Cypress based usb hard drive enclosures to
601 the kernel. This should cut down on commands it claims to support
602 but does not (at the cam layer). Found while testing ZFS on
603 an external device.
604
605 20090520:
606 The powerd daemon no longer starts automatically to improve
607 compatibility with many systems. However, there is a new
608 installer option in the startup section to enable it. This
609 makes it easier to enable for users that have working systems. I thought it was only a problem on older hardware, but it freaks
610 out my new Phenom too.
611
612 20090502:
613 OpenSSH 5.2p1 import
614
615 ale(4) connected to the build. (kernel module only)
616
617 20090501:
618 Imported makefs utility from NetBSD/FreeBSD
619
620 20090422:
621 OpenSSL security update
622
623 The function ASN1_STRING_print_ex does not properly validate the lengths
624 of BMPString or UniversalString objects before attempting to print them.
625
626 20090415:
627 Created a Symbol.map for libc/ohash symbols
628
629 Updated several usr/bin usr/sbin utilities.
630
631 Corrected a bug with Makefile.inc1 causing the bootstrap
632 tools to fail.
633
634 20090405:
635 xorg 7.4 wants to configure its input devices via hald which does not
636 yet work with USB. If the keyboard/mouse does not work in xorg then
637 add
638 Option "AllowEmptyInput" "off"
639 to your ServerLayout section. This will cause X to use the configured
640 kbd and mouse sections from your xorg.conf
641
642 20090403:
643 mksh was disconnected a few day ago do to bugs with
644 buildworld and mports. Now, connect it back
645 for use as /bin/sh with a conditional called
646 MK_ASH. By default, ash is the standard /bin/sh
647 but we may change this later. This will allow further
648 testing by users and developers of mksh without
649 causing an unpleasant default experience. In the
650 long run, we need to fix mksh compatibility.
651
652 20090328:
653 Bring in mksh R37 from CVS. The dot.mkshrc files for root
654 and skel were changed. mksh(1) now replaces ash aka sh(1)
655 as the default /bin/sh. Please report bugs with
656 ports, etc. The ash code will remain in the repo for awhile
657 as I decide if we'll add something like MK_SHELL_ASH as
658 an optional build parameter.
659
660 ahd was disconnected from the lint environment until
661 the compiler bug is sorted (by updating gcc?)
662
663 Remove freebsd-tips from fortune files and change the
664 default for login and profile.
665
666 20090327:
667 Update libarchive to 2.5.5, tar, and add bsdcpio.
668
669 Also previously, ctriv has been connecting Perl 5.10
670 to the build (part of os). This will have an impact
671 on mports.
672
673 20090325:
674 Update Bind to 9.4.3-P1
675
676 Update mksh to R36b
677
678 Update tcpdump to 3.9.8, fix libpcap to work with current.
679
680 Update pnpinfo, sync with FreeBSD.
681
682 20090115:
683 Fix a problem with DNSSEC and BIND.
684
685 20090110:
686 For applications using OpenSSL for SSL connections, an invalid SSL
687 certificate may be interpreted as valid. This could for example be
688 used by an attacker to perform a man-in-the-middle attack.
689
690 Other applications which use the OpenSSL EVP API may similarly be
691 affected.
692
693 Stop cross site request forgery attacks in lukemftpd
694
695 20090104:
696 Import GNU libreadline 5.2
697
698 20090101:
699 Update time zone data to 2008i.
700
701 20081231:
702 Correct a problem where bluetooth and netgraph sockets are not
703 properly initialized.
704
705 Happy 2009.
706
707 20081206:
708 Due to the massive change in the underlying system under way,
709 we're naming the next release 1.0. The sys/sys/param.h was
710 changed accordingly. ipfilter and ncurses were corrected
711 using __MidnightBSD__ tests in the code.
712
713 The GENERIC kernel config was caught up on i386 today. Consider
714 i386 still broken, but amd64 is running again.
715
716 mdoc.local was updated with the new MidnightBSD version info.
717
718 batt(1) was rewritten in C. It now supports several flags and
719 runs about 8 times faster on my laptop. The default output
720 shows the number of minutes of battery life remaining and the
721 percentage. You can use -u to display the number of batteries or
722 -c to get script friendly output. Consult the man page for more.
723
724 20081204:
725 Work has completed on importing ZFS, jemalloc, several
726 new devices, SCTP, updated pf, a new tempfs, linuxolator 2.6 kernel
727 support, improved locking for file desc., audit (openbsm),
728 openssl .98e, nfe, imporved intel high def audio, midi, updated
729 intel gigabit (em), support for several wifi cards (intel), ...
730
731 Renamed 0.3-CURRENT officially. Switched to using MidnightBSD version
732 data from param.h instead of the FreeBSD version. This means
733 testing is now possible in the ports tree for the version
734 and that any ports or code relying on the FreeBSD version from
735 sys/sys/param.h will need to be fixed.
736
737 20080905:
738 update nve(4) to support new hardware.
739
740 20080801:
741 Import OpenBSM 1.0
742
743 Modify src/release to create 3 isos instead of 2 for packages.
744
745 etc/rc.d/firstboot now enables kdm, gnustep + slim and bsdstats.
746
747 Many ia64, alpha, powerpc items were removed.
748
749 The recent diffutils 2.8.7 import was fixed.
750
751 20080703:
752 pcc was not installed properly when setting DESTDIR for live cds,
753 or posibly jails.
754
755 20080627:
756 Add firmware(9), WEP, CCMP, TKIP to GENERIC.
757
758 Add glabel to GENERIC.
759
760 Intel ICH8 mobile chipset used on some iMacs included with ata.
761
762 pcc connected to the build on i386. (alternative compiler)
763
764 ath added to GENERIC. (Atheros wireless NICs) on amd64/i386
765
766 20080528:
767 Sendmail 8.14.3
768
769 20080516:
770 ssh-vulnkey allows you to look for vulnerable ssh keys that
771 were generated on Debian and Ubuntu hosts over the last
772 few years. sshd can block offending keys with a configuration
773 option.
774
775 The elf note on binaries is now set to MidnightBSD.
776
777 20080514:
778 Fixed a number of problems with pcc. It is not yet connected
779 to the build, but usable on i386 hosts. You may use it
780 by make; make install in /usr/src/usr.bin/pcc. It will
781 install in /usr/local as some of the files conflict with
782 GCC versions. __MidnightBSD__ is defined in PCC as well.
783
784 System headers were fixed to allow pcc to compile many binaries
785 on MidnightBSD. bin/cp will work now for instance.
786
787 20080430:
788 __MidnightBSD__ is now defined via gcc. This can be tested
789 to determine we're running on MidnightBSD in the preprocessor.
790
791 20080429:
792 Import bind 9.4.2 with threading
793
794 libpthread (KSE) and libthr are built earlier
795
796 pcvt(4) removed!
797
798 Alias added for core2 cpus.
799
800 Alpha and PC98 only utilities removed from usr/sbin
801
802 syslogd, adduser, rmuser, mergemaster and mailwrapper have been
803 improved. See the man pages for info.
804
805 periodic scripts will not send emails with empty message bodies.
806 See mailwrapper fix.
807
808 20080410:
809 Sync cpdup with DragonFly. Add parallel transaction support and
810 -l flag to line-buffer stdout and stderr.
811
812 20080406:
813 Import bzip2 1.05
814 Import OpenSSH 4.9p1
815
816 20080322:
817 The default umask was changed to 022.
818
819 /usr/X11R6 paths were removed from several config files.
820
821 .mkshrc files are now installed for root.
822
823 20080316:
824 FIx a problem with gif0 tunnels and neighbors with IPV6.
825
826 20080312:
827 Add lndir from X.org. This aides in the porting of MirPorts.
828
829 New OS versions were added to the mapage code (groff)
830
831 20080310:
832 Correct a buffer overflow in ppp.
833
834 20080308:
835 Remove /usr/X11R6 from manpath config.
836
837 20080307:
838 Atheros driver no longer has several options set
839 which corrects building in tinderbox on all three platforms.
840
841 Added a new macro to sx.h which returns true if the current
842 thread holds an exclusive lock on a specifix sx.
843
844 Removed OS/2's HPFS file system. It's not maintained and
845 I don't know anyone using OS/2 or ecomstation these days.
846 My copy is in the closet collecting dust.
847
848 20080306:
849 Synced tinderbox with FreeBSD. Modified it for MidnightBSD.
850 Developers can now use it to check src builds.
851
852 20080303:
853 Add mksh to /etc/shells, made some adjustments to options
854 for mksh builds per suggestion upstream.
855
856 USB HID table updated with modern hardware list.
857
858 Updated BSD family true (we're not in there yet)
859
860 iso3166 file updated and import of tzdata2007k for
861 new time zones.
862
863 Updated mksh to latest version R33.
864
865 20080228:
866 Remplaced the random IP id generation code with a new
867 version by Amit Klein.
868
869 20080221:
870 Sendfile write only permissions fix.
871
872 Removed some HPFS and PC98 code.
873
874 iso639 file sycned with DragonFly.
875
876 20080128:
877 Changed NTP configuration so that ips aren't cached
878 so multiple servers are used.
879
880 Fix an issue with fork() in libpthread.
881
882 20080121:
883 Add virtualization detection to set the HZ rate
884 according to a VM present. VMWare and Parallels
885 should work better like this.
886
887 Change to full x11 install in sysinstall. Add
888 xorg 7 support.
889
890 20080115:
891 Fix the handling of PTY's. CVE-2008-0216
892
893 20080105:
894 mport delete code added, USE_MPORT_TOOLS knob aded.
895
896 20080101:
897 Happy New Year
898
899 20071123:
900 Update sendmail to 8.14.2
901
902 20071120:
903 Update system compiler to gcc 3.4.6.
904
905 20071023:
906 Updated mksh to R31d.
907
908 20070911:
909 Updated mksh to version R31b.
910
911 Fixed stderr output in libpthread. Previously it was
912 written to stdout.
913
914 20070831:
915 Added dot.mkshrc file to support the recent change to
916 mksh from OpenBSD's ksh derived from pdksh.
917
918 Added new firewall configuration. ipfw is enabled by default
919 with a "desktop" configuration. Consult /etc/rc.firewall
920 or ipfw show to see the ruleset used. You can disable
921 ipfw by setting firewall_enable="NO" in /etc/rc.conf This
922 change only effects IPv4. IPv6 does not have a firewall
923 enabled by default.
924
925 20070814:
926 Removed GNU tar source. We've been using BSD tar
927 for awhile.
928
929 20070806:
930 Finished removing umapfs and autofs from the tree.
931
932 20070804:
933 BIND and Tcpdump have been patched for recent vulnerabilities.
934
935 We switched to BSD cpio (pax).
936
937 20070719:
938 Imported cpdup from DragonFly as /bin/cpdup
939
940 20070716:
941 Update GNU cpio to 2.8.
942
943 20070410:
944 cvs was updated to 1.12.13. cvsbug was removed.
945 cvs now behaves similarly to DragonFly's cvs with
946 most of their local changes.
947
948 20070409:
949 RELENG_0_1 was created. More aggresive changes will
950 continue here.
951
952 20070406:
953 Back out propolice. propolice caused several problems
954 with our threading libraries libthr and libpthread.
955 curthread was often NULL after the patch and many
956 multithreaded applications would crash. We plan to
957 work on either bringing in gcc 4.1 or developing a new
958 patch which also corrects our threading issues later.
959
960 It is more important to have a stable system for our
961 mport work and other projects at this time.
962
963 This is not a clean removal. It is recommended that you
964 have a recently SNAP CD handy. You can either reinstall
965 or perform a make buildworld and make buildkernel and
966 make installkernel. Reboot on the cd and copy the contents
967 of /bin, /sbin, /lib, /libexec, and /usr/bin, /usr/sbin,
968 /usr/lib, and /usr/libexec to the respective directories on
969 your disk. Then you should be able to boot into single user
970 mode and run make installworld. You will need to run
971 chflags noschg on some of the files if you can't overwrite
972 them.
973
974 You will get __guard missing errors since we had to remove
975 this from libc.
976
977 You will need to rebuild any ports built while propolice was
978 installed.
979
980 20070401:
981 Importing propolice into MidnightBSD. Propolice is going to
982 provide us with much greater security and stability in the
983 long run. If upgrading from a pre-propolice system, please
984 follow the these instructions:
985
986 cd /usr/src/lib/libc && make obj && make && make install
987 cd /usr/src/gnu/usr.bin/cc && make obj && make && make install
988 cd /usr/src/lib/libpthread && make obj && make && make install
989 cd /usr/src/lib/libthr && make obj && make && make install
990 buildworld and kernel
991
992 It is adviced that any mports which were installed and/or built
993 prior to the propolice update also be updated. If any errors
994 or issue are encounted, please contact security@midnightbsd.org
995 and we will be sure to investigate and come up with an expeditious
996 fix.
997
998 20070314:
999 Remove send-pr from src.
1000
1001 Switch to NetBSD's gzip.
1002
1003 Bump MBSD minor revision.
1004
1005 20070313:
1006 Imported OpenSSH 4.6p1.
1007
1008 Imported FreeBSD's libarchive and updated tar to work with it.
1009
1010 Disabled debug statements cluttering up /var/log/messages for
1011 the tcp autobuf patch applied previously.
1012
1013 20070312:
1014 Synced several audio changes from FreeBSD 6.1. Removed the
1015 BSD Daemon files from src/share.
1016
1017 20070308:
1018 Added mfi which supports LSI Logic MegaRAID SAS devices including
1019 the Dell perc5i.
1020
1021 20070206:
1022 Imported OpenBSD's sudo into source. Please install
1023 /usr/src/usr.bin/sudo/lib first before building.
1024
1025 Those who install from a snapshot after this date
1026 will not be effected.
1027
1028 20070119:
1029 Added audit group. Be sure to add audit to your /etc/group file
1030 before installing world.
1031
1032 hostapd was updated to 0.4.8.
1033
1034 An accidental commit in usr.sbin/bluetooth/hccontrol was fixed to
1035 unbreak world.
1036
1037 wpa_supplicant was updated.
1038
1039 For stability and compatibility reasons, it was decided that MidnightBSD
1040 sync with FreeBSD 6.1 Release. Nearly every change between the original
1041 fork date of February 24, 2006 and the release of FreeBSD 6.1 in May
1042 2006 will be merged. Beyond this, MidnightBSD will be a "real" fork and
1043 will not sync every little change with FreeBSD.
1044
1045 20061231:
1046 Updated COPYRIGHT for 2007.
1047
1048 Updated and bumped libutil after importing NetBSD efun(3) functions.
1049
1050 Added MidnightBSD_version and bumped the FreeBSD version as we've
1051 synced all commits between the fork and that version. It is now safe
1052 to assume MidnightBSD is compatible with FreeBSD RELENG_6 from
1053 Feb 26, 2006.
1054
1055 Added spell(1) and deroff(1) from NetBSD. Also added additional
1056 dict files to work with it. /usr/share/dict/american,
1057 /usr/share/dict/british and /usr/share/dict/special/math
1058
1059 Numerous man page and bug fixes.
1060
1061 20061226:
1062 Setup /usr/share/examples/cvsup SUPfiles for the new
1063 MidnightBSD CVSup server.
1064
1065 Fix a bug in burncd where it would continue forever while
1066 erasing CDRW media.
1067
1068 Add csup to /usr/bin. csup is a CVSup replacement written
1069 in C.
1070
1071 Fixed a bug with bsnmpd build from Oct 30.
1072
1073 Corrected some race conditions and fixed a few bugs in
1074 geom. Imported changes from FreeBSD RELENG_6.
1075
1076 20061225:
1077 Fixed a typo in src/lib/libc/sparc64/fpu/fpu_implode.c
1078 that caused long double to long and long long
1079 conversion of negative numbers to always result in -1.
1080
1081 20061221:
1082 Fixed acpi_battery.c to not report an ERROR if no
1083 batteries are present.
1084
1085 Performed some minor updates on the RL and RE NIC drivers.
1086 RL should no longer panic when trying to print errors.
1087
1088 Corrected a bug with TTY.
1089
1090 20061218:
1091 Corrected a bug with libpthread where newly created suspended
1092 threads don't get scheduled.
1093
1094 20061206:
1095 Fixed a typo with the firewire security patch.
1096
1097 20061129:
1098 Minor cleanups to utilities in bin.
1099
1100 Fixed msdos file system short file name behavior to match
1101 FreeBSD.
1102
1103 20061031:
1104 Updated man pages in section 7.
1105
1106 20061030:
1107 Updated sys/dev/drm to support intel 915 and radeon
1108 r300 cards properly.
1109
1110 Synced snmpd with FreeBSD-stable.
1111
1112 Fixed a bug in rm which could cause data loss.
1113
1114 20061027:
1115 Added Intel ICH8 and nForce 5 support to ATA. cam, mpt,
1116 random, kbdmux, atkbd, and usb were updated. Changes
1117 to clearing registers on SSE enabled processors (i386)
1118 commited.
1119
1120 lukemftpd updated.
1121
1122 openssh rc script was altered which effects initial
1123 seeding.
1124
1125 20061014:
1126 Workaround for em driver problem on shared IRQ.
1127
1128 Started removal of alpha support.
1129
1130 20061013:
1131 ATA driver was updated. USB/USB1/USB2 types added.
1132
1133 20061010:
1134 OpenSSH was updated to 4.4p1.
1135
1136 20060909:
1137 OpenNTPD was added to MidnightBSD. Run make delete-old to remove
1138 the old ntpd daemon.
1139
1140 cat has a new option -D which allows you to timestamp output
1141 on a per line basis.
1142
1143 The kernel has a keyboard mux which allows you to have multiple
1144 keyboard connected simultaneously. USB keyboard support was also
1145 improved with this patch.
1146
1147 The Intel em driver was updated. Network performance was greatly
1148 increased on many systems. Additional models are supported.
1149
1150 The ATA driver was patched to fix a potential deadlock.
1151
1152 Bind was patched to fix a potential denial of service condition.
1153
1154 20060817:
1155 ksh has been added to the base system. If you previously had
1156 the port installed, it will be overwritten on the next buildworld.
1157
1158
1159
1160 To build a kernel
1161 -----------------
1162 If you are updating from a prior version of MidnightBSD (even one just
1163 a few days old), you should follow this procedure. With a
1164 /usr/obj tree with a fresh buildworld,
1165 make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=YOUR_KERNEL_HERE
1166 make -DALWAYS_CHECK_MAKE installkernel KERNCONF=YOUR_KERNEL_HERE
1167
1168 To test a kernel once
1169 ---------------------
1170 If you just want to boot a kernel once (because you are not sure
1171 if it works, or if you want to boot a known bad kernel to provide
1172 debugging information) run
1173 make installkernel KERNCONF=YOUR_KERNEL_HERE KODIR=/boot/testkernel
1174 nextboot -k testkernel
1175
1176 To just build a kernel when you know that it won't mess you up
1177 --------------------------------------------------------------
1178 This assumes you are already running a 6.X system. Replace
1179 ${arch} with the architecture of your machine (e.g. "i386",
1180 "amd64", "ia64", "pc98", "sparc64", etc).
1181
1182 cd src/sys/${arch}/conf
1183 config KERNEL_NAME_HERE
1184 cd ../compile/KERNEL_NAME_HERE
1185 make depend
1186 make
1187 make install
1188
1189 If this fails, go to the "To build a kernel" section.
1190
1191 To rebuild everything and install it on the current system.
1192 -----------------------------------------------------------
1193 # Note: sometimes if you are running current you gotta do more than
1194 # is listed here if you are upgrading from a really old current.
1195
1196 <make sure you have good level 0 dumps>
1197 make buildworld
1198 make kernel KERNCONF=YOUR_KERNEL_HERE
1199 [1]
1200 <reboot in single user> [3]
1201 mergemaster -p [5]
1202 make installworld
1203 make delete-old
1204 mergemaster [4]
1205 <reboot>
1206
1207
1208 To cross-install current onto a separate partition
1209 --------------------------------------------------
1210 # In this approach we use a separate partition to hold
1211 # current's root, 'usr', and 'var' directories. A partition
1212 # holding "/", "/usr" and "/var" should be about 2GB in
1213 # size.
1214
1215 <make sure you have good level 0 dumps>
1216 <boot into -stable>
1217 make buildworld
1218 make buildkernel KERNCONF=YOUR_KERNEL_HERE
1219 <maybe newfs current's root partition>
1220 <mount current's root partition on directory ${CURRENT_ROOT}>
1221 make installworld DESTDIR=${CURRENT_ROOT}
1222 cd src/etc; make distribution DESTDIR=${CURRENT_ROOT} # if newfs'd
1223 make installkernel KERNCONF=YOUR_KERNEL_HERE DESTDIR=${CURRENT_ROOT}
1224 cp /etc/fstab ${CURRENT_ROOT}/etc/fstab # if newfs'd
1225 <edit ${CURRENT_ROOT}/etc/fstab to mount "/" from the correct partition>
1226 <reboot into current>
1227 <do a "native" rebuild/install as described in the previous section>
1228 <maybe install compatibility libraries from src/lib/compat>
1229 <reboot>
1230
1231
1232 To upgrade in-place from 5.x-stable or higher to 6.x-stable
1233 -----------------------------------------------------------
1234 <make sure you have good level 0 dumps>
1235 make buildworld [9]
1236 make kernel KERNCONF=YOUR_KERNEL_HERE [8]
1237 [1]
1238 <reboot in single user> [3]
1239 mergemaster -p [5]
1240 make installworld
1241 make delete-old
1242 mergemaster -i [4]
1243 <reboot>
1244
1245 Make sure that you've read the UPDATING file to understand the
1246 tweaks to various things you need. At this point in the life
1247 cycle of current, things change often and you are on your own
1248 to cope. The defaults can also change, so please read ALL of
1249 the UPDATING entries.
1250
1251 Also, if you are tracking -current, you must be subscribed to
1252 freebsd-current@freebsd.org. Make sure that before you update
1253 your sources that you have read and understood all the recent
1254 messages there. If in doubt, please track -stable which has
1255 much fewer pitfalls.
1256
1257 [1] If you have third party modules, such as vmware, you
1258 should disable them at this point so they don't crash your
1259 system on reboot.
1260
1261 [3] From the bootblocks, boot -s, and then do
1262 fsck -p
1263 mount -u /
1264 mount -a
1265 cd src
1266 adjkerntz -i # if CMOS is wall time
1267 Also, when doing a major release upgrade, it is required that
1268 you boot into single user mode to do the installworld.
1269
1270 [4] Note: This step is non-optional. Failure to do this step
1271 can result in a significant reduction in the functionality of the
1272 system. Attempting to do it by hand is not recommended and those
1273 that pursue this avenue should read this file carefully, as well
1274 as the archives of freebsd-current and freebsd-hackers mailing lists
1275 for potential gotchas.
1276
1277 [5] Usually this step is a noop. However, from time to time
1278 you may need to do this if you get unknown user in the following
1279 step. It never hurts to do it all the time.
1280
1281 [8] In order to have a kernel that can run the 5.x binaries
1282 needed to do an installworld, you must include the COMPAT_FREEBSD5
1283 option in your kernel. Failure to do so may leave you with a system
1284 that is hard to boot to recover. A similar kernel option COMPAT_FREEBSD5
1285 is required to run the 5.x binaries on more recent kernels.
1286
1287 Make sure that you merge any new devices from GENERIC since the
1288 last time you updated your kernel config file.
1289
1290 [9] When checking out sources, you must include the -P flag to have
1291 cvs prune empty directories.
1292
1293 If CPUTYPE is defined in your /etc/make.conf, make sure to use the
1294 "?=" instead of the "=" assignment operator, so that buildworld can
1295 override the CPUTYPE if it needs to.
1296
1297 MAKEOBJDIRPREFIX must be defined in an environment variable, and
1298 not on the command line, or in /etc/make.conf. buildworld will
1299 warn if it is improperly defined.
1300
1301 Copyright information:
1302
1303 Copyright 1998-2005 M. Warner Losh. All Rights Reserved.
1304
1305 Redistribution, publication, translation and use, with or without
1306 modification, in full or in part, in any form or format of this
1307 document are permitted without further permission from the author.
1308
1309 THIS DOCUMENT IS PROVIDED BY WARNER LOSH ``AS IS'' AND ANY EXPRESS OR
1310 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1311 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1312 DISCLAIMED. IN NO EVENT SHALL WARNER LOSH BE LIABLE FOR ANY DIRECT,
1313 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1314 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1315 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1316 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1317 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1318 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1319 POSSIBILITY OF SUCH DAMAGE.
1320
1321 If you find this document useful, and you want to, you may buy the
1322 author a beer.
1323
1324 Contact Warner Losh if you have any questions about your use of
1325 this document.
1326
1327 $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
1328 $MidnightBSD: src/UPDATING,v 1.182 2013/09/17 12:54:09 laffer1 Exp $