Deleted Added
full compact
UPDATING (241519) UPDATING (241600)
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

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

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 completely disable malloc
23 debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely
24 disable the most expensive debugging functionality run
25 "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
26
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

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

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 completely disable malloc
23 debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely
24 disable the most expensive debugging functionality run
25 "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
26
2720121015:
28 The sdhci driver was split in two parts: sdhci (generic SD Host
29 Controller logic) and sdhci_pci (actual hardware driver).
30 No kernel config modifications are required, but if you
31 load sdhc as a module you must switch to sdhci_pci instead.
32
2720121014:
28 Import the FUSE kernel and userland support into base system.
29
3020121013:
31 The GNU sort(1) program has been removed since the BSD-licensed
32 sort(1) has been the default for quite some time and no serious
33 problems have been reported. The corresponding WITH_GNU_SORT
34 knob has also gone.

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

1653HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1654STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1655IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1656POSSIBILITY OF SUCH DAMAGE.
1657
1658Contact Warner Losh if you have any questions about your use of
1659this document.
1660
3320121014:
34 Import the FUSE kernel and userland support into base system.
35
3620121013:
37 The GNU sort(1) program has been removed since the BSD-licensed
38 sort(1) has been the default for quite some time and no serious
39 problems have been reported. The corresponding WITH_GNU_SORT
40 knob has also gone.

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

1659HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1660STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
1661IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1662POSSIBILITY OF SUCH DAMAGE.
1663
1664Contact Warner Losh if you have any questions about your use of
1665this document.
1666
1661$FreeBSD: head/UPDATING 241519 2012-10-13 23:54:26Z attilio $
1667$FreeBSD: head/UPDATING 241600 2012-10-16 01:10:43Z gonzo $