Deleted Added
full compact
UPDATING (225142) UPDATING (225227)
1Updating Information for FreeBSD current users
2
3This file is maintained and copyrighted by M. Warner Losh <imp@freebsd.org>.
4See end of file for further details. For commonly done items, please see the
5COMMON ITEMS: section later in the file. These instructions assume that you
6basically know what you are doing. If not, then please consult the FreeBSD
7handbook.
8

--- 8 unchanged lines hidden (view full) ---

17 system performance. If you want to do performance measurement,
18 benchmarking, and optimization, you'll want to turn them off. This
19 includes various WITNESS- related kernel options, INVARIANTS, malloc
20 debugging flags in userland, and various verbose features in the
21 kernel. Many developers choose to disable these features on build
22 machines to maximize performance. (To disable malloc debugging, run
23 ln -s aj /etc/malloc.conf.)
24
1Updating Information for FreeBSD current users
2
3This file is maintained and copyrighted by M. Warner Losh <imp@freebsd.org>.
4See end of file for further details. For commonly done items, please see the
5COMMON ITEMS: section later in the file. These instructions assume that you
6basically know what you are doing. If not, then please consult the FreeBSD
7handbook.
8

--- 8 unchanged lines hidden (view full) ---

17 system performance. If you want to do performance measurement,
18 benchmarking, and optimization, you'll want to turn them off. This
19 includes various WITNESS- related kernel options, INVARIANTS, malloc
20 debugging flags in userland, and various verbose features in the
21 kernel. Many developers choose to disable these features on build
22 machines to maximize performance. (To disable malloc debugging, run
23 ln -s aj /etc/malloc.conf.)
24
2520110828:
26 Bump the shared library version numbers for libraries that
27 do not use symbol versioning, have changed the ABI compared
28 to stable/8 and which shared library version was not bumped.
29 Done as part of 9.0-RELEASE cycle.
30
2520110815:
26 During the merge of Capsicum features, the fget(9) KPI was modified.
27 This may require the rebuilding of out-of-tree device drivers --
28 issues have been reported specifically with the nVidia device driver.
29 __FreeBSD_version is bumped to 900041.
30
31 Also, there is a period between 20110811 and 20110814 where the
32 special devices /dev/{stdin,stdout,stderr} did not work correctly.

--- 1446 unchanged lines hidden (view full) ---

1479HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1480STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1481IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1482POSSIBILITY OF SUCH DAMAGE.
1483
1484Contact Warner Losh if you have any questions about your use of
1485this document.
1486
3120110815:
32 During the merge of Capsicum features, the fget(9) KPI was modified.
33 This may require the rebuilding of out-of-tree device drivers --
34 issues have been reported specifically with the nVidia device driver.
35 __FreeBSD_version is bumped to 900041.
36
37 Also, there is a period between 20110811 and 20110814 where the
38 special devices /dev/{stdin,stdout,stderr} did not work correctly.

--- 1446 unchanged lines hidden (view full) ---

1485HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1486STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1487IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1488POSSIBILITY OF SUCH DAMAGE.
1489
1490Contact Warner Losh if you have any questions about your use of
1491this document.
1492
1487$FreeBSD: head/UPDATING 225142 2011-08-24 12:18:29Z gjb $
1493$FreeBSD: head/UPDATING 225227 2011-08-28 09:26:48Z kib $