diff options
author | sam <sam@FreeBSD.org> | 2008-02-08 21:24:58 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2008-02-08 21:24:58 +0000 |
commit | a50bf6017b13b7c71ee735e11686a919ae329a41 (patch) | |
tree | 1752a9de3cd0cc26cedef5654ff1b9bef42f432d /UPDATING | |
parent | 588482fb4ca7bb663ba5b0dfba46596d4a497339 (diff) | |
download | FreeBSD-src-a50bf6017b13b7c71ee735e11686a919ae329a41.zip FreeBSD-src-a50bf6017b13b7c71ee735e11686a919ae329a41.tar.gz |
Note m_collapse addition.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW: to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20080208: + Belatedly note the addition of m_collapse for compacting + mbuf chains. + 20080126: The fts(3) structures have been changed to use adequate integer types for their members and so to be able to cope |