Source-Changes-D archive

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

re: CVS commit: src



   Module Name: src
   Committed By:        haad
   Date:                Thu Feb 11 23:13:46 UTC 2010
   
   Modified Files:
        src/share/man/man9: kmem.9
        src/sys/kern: subr_kmem.c
        src/sys/sys: kmem.h
   
   Log Message:
   Add kmem_asprintf rotuine which allocates string accordingly to format
   string from kmem pool. Allocated string is string length + 1 char for ending
   zero.


any particular reason we can't just call this asprintf() and use the
same function signature as userland?  having kmem_asprintf() be not
quite the same feels strange and confusing to me.


.mrg.


Home | Main Index | Thread Index | Old Index