Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   dsl
Date:           Sun Apr 29 16:36:54 UTC 2012

Modified Files:
        src/sys/kern: kern_malloc.c uipc_mbuf.c
        src/sys/rump/librump/rumpkern: memalloc.c
        src/sys/sys: malloc.h mbuf.h param.h

Log Message:
Remove the unused 'struct malloc_type' args to kern_malloc/realloc/free
The M_xxx arg is left on the calls to malloc() and free(),
  maybe they could be converted to an enumeration and just saved in
  the malloc header (for deep diag use).
Remove the malloc_type from mbuf extension.
Fixes rump build as well.
Welcome to 6.99.6


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/sys/kern/kern_malloc.c
cvs rdiff -u -r1.145 -r1.146 src/sys/kern/uipc_mbuf.c
cvs rdiff -u -r1.13 -r1.14 src/sys/rump/librump/rumpkern/memalloc.c
cvs rdiff -u -r1.111 -r1.112 src/sys/sys/malloc.h
cvs rdiff -u -r1.148 -r1.149 src/sys/sys/mbuf.h
cvs rdiff -u -r1.413 -r1.414 src/sys/sys/param.h

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