Source-Changes-D archive

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

Re: CVS commit: src/sys/kern



hi,

> Module Name:  src
> Committed By: jym
> Date:         Sun Oct 23 21:41:23 UTC 2011
> 
> Modified Files:
>       src/sys/kern: subr_workqueue.c
> 
> Log Message:
> Turn a workqueue(9) name into an array in the struct workqueue, rather
> than a const char *. This avoids keeping a reference to a string
> owned by caller (string could be allocated on stack).

what needs it?

YAMAMOTO Takashi

> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.31 -r1.32 src/sys/kern/subr_workqueue.c
> 
> 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