ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/UPDATING
(Generate patch)

Comparing trunk/UPDATING (file contents):
Revision 3394 by laffer1, Sat May 1 00:14:17 2010 UTC vs.
Revision 3608 by laffer1, Sat Jan 15 05:56:21 2011 UTC

# Line 1 | Line 1
1   Updating Information for MidnightBSD users
2  
3 + 20110115:
4 +        Add experimental jme(4) for Jmicron ethernet devices.
5 +
6 + 20101130:
7 +        A double free exists in the SSL client ECDH handling code, when
8 +        processing specially crafted public keys with invalid prime
9 +        numbers. [CVE-2010-2939]
10 +
11 + 20101120:
12 +        Several portions of the kernel and userland code related to UFS file
13 +        systems (and UFS2) cannot properly handle inode counts above 2^31 due
14 +        to use of int types.  Based on a patch from FreeBSD, I've modified
15 +        our UFS2 implementation to handle unsigned values for inode counts
16 +        which should allow for file systems greater than 16TB.
17 +
18 +        newfs and growfs was also modified.
19 +
20 + 20101110:
21 +        Fix a security issue with pseudofs which could result in running code in kernel
22 +        context or a kernel panic depending on system configuration.  This affects file
23 +        systems such as procfs for instance.
24 +
25 + 20101021:
26 +        sysrc is a utility to print and modify name/value pairs in /etc/rc.conf easily.
27 +        This is similar to functions present in many linux distros. The utility was
28 +        written by Devin Teske for FreeBSD.
29 +
30 + 20100920:
31 +        bzip2 security patch for integer overflow.
32 +
33 + 20100905:
34 +        MidnightBSD RELENG_0_3 branch created.  Aggressive development continues here
35 +        for 0.4.
36 +
37 + 20100902:
38 +        Fix a security issue with libutil that allows users to bypass cpu limits in
39 +        login.conf in some cases.  This combined with OpenSSH for example can allow
40 +        the user to get more resources than they're allowed.
41 +
42 + 20100822:
43 +        Import Apple's mDNSResponder (mdnsd).
44 +
45 + 20100814:
46 +        libdispatch added to MidnightBSD.  This provides functionality found in
47 +        Mac OS X's GCD.  We do not have blocks support yet.  As this code is
48 +        licensed under Apache 2, we create a new MK_APACHE option so that
49 +        it's not required for all users to run code under a license they
50 +        may not like.
51 +
52 + 20100713:
53 +        mbuf readonly fix related to sendfile(2) data corruption.
54 +
55 + 20100704:
56 +        brainfuck(1) imported from MirBSD.
57 +
58 + 20100505:
59 +        zlib 1.2.5
60 +
61   20100430:
62          Sudo 1.7.2p6 imported
63  
# Line 850 | Line 908 | Contact Warner Losh if you have any questions about yo
908   this document.
909  
910   $FreeBSD: src/UPDATING,v 1.416.2.18 2006/02/22 11:51:57 yar Exp $
911 < $MidnightBSD: src/UPDATING,v 1.87 2010/03/21 20:05:10 laffer1 Exp $
911 > $MidnightBSD: src/UPDATING,v 1.100 2010/11/30 14:01:00 laffer1 Exp $

Comparing trunk/UPDATING (property cvs2svn:cvs-rev):
Revision 3394 by laffer1, Sat May 1 00:14:17 2010 UTC vs.
Revision 3608 by laffer1, Sat Jan 15 05:56:21 2011 UTC

# Line 1 | Line 1
1 < 1.88
1 > 1.101

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines