cvs commit: src/sys/kern subr_rman.c

Nate Lawson nate at root.org
Thu Nov 17 16:45:40 GMT 2005


Pyun YongHyeon wrote:
> yongari     2005-11-17 08:56:21 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/kern             subr_rman.c 
>   Log:
>   Prefer NULL to 0.
>   Add missing lock/unlock in sysctl handler.
>   Protect accessing NULL pointer when resource allocation was failed.
>   style(9)
>   
>   Reviewed by:    scottl
>   MFC after:      1 week
>   
>   Revision  Changes    Path
>   1.48      +29 -25    src/sys/kern/subr_rman.c

It is preferable to commit whitespace/style changes separately from 
functional changes, that way they are more visible in the diff.  Thanks.

-- 
Nate


More information about the cvs-src mailing list