Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/share/man/man9



Module Name:    src
Committed By:   yamt
Date:           Tue May  6 10:13:55 UTC 2008

Modified Files:
        src/share/man/man9: hashinit.9

Log Message:
update after the following change.

        subr_hash.c
        revision 1.3
        date: 2008/05/05 17:11:17;  author: ad;  state: Exp;  lines: +26 -12
        - Convert hashinit() to use kmem_alloc(). The hash tables can be large
          and it's better to not have them in kmem_map.
        - Convert a couple of minor items along the way to kmem_alloc().
        - Fix some memory leaks.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/share/man/man9/hashinit.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index