UPDATING (672ed870a77238165e29d91823c7b564ec95ffbf) | UPDATING (9d6d5a71313e9970cfbf872a197eb25f5c67948d) |
---|---|
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 --- 17 unchanged lines hidden (view full) --- 26 includes various WITNESS- related kernel options, INVARIANTS, malloc 27 debugging flags in userland, and various verbose features in the 28 kernel. Many developers choose to disable these features on build 29 machines to maximize performance. (To completely disable malloc 30 debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely 31 disable the most expensive debugging functionality run 32 "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 33 | 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 --- 17 unchanged lines hidden (view full) --- 26 includes various WITNESS- related kernel options, INVARIANTS, malloc 27 debugging flags in userland, and various verbose features in the 28 kernel. Many developers choose to disable these features on build 29 machines to maximize performance. (To completely disable malloc 30 debugging, define MALLOC_PRODUCTION in /etc/make.conf, or to merely 31 disable the most expensive debugging functionality run 32 "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 33 |
3420130802: 35 find -delete can now delete the pathnames given as arguments, 36 instead of only files found below them or if the pathname did 37 not contain any slashes. Formerly, the following error message 38 would result: 39 40 find: -delete: <path>: relative path potentially not safe 41 42 Deleting the pathnames given as arguments can be prevented 43 without error messages using -mindepth 1 or by changing 44 directory and passing "." as argument to find. This works in the 45 old as well as the new version of find. 46 |
|
3420130726: 35 Behavior of devfs rules path matching has been changed. 36 Pattern is now always matched against fully qualified devfs 37 path and slash characters must be explicitly matched by 38 slashes in pattern (FNM_PATHNAME). Rulesets involving devfs 39 subdirectories must be reviewed. 40 4120130716: --- 1881 unchanged lines hidden --- | 4720130726: 48 Behavior of devfs rules path matching has been changed. 49 Pattern is now always matched against fully qualified devfs 50 path and slash characters must be explicitly matched by 51 slashes in pattern (FNM_PATHNAME). Rulesets involving devfs 52 subdirectories must be reviewed. 53 5420130716: --- 1881 unchanged lines hidden --- |