cvs commit: src/sys/kern kern_mac.c sys_pipe.c src/sys/security/mac mac_pipe.c src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_test ...

Alfred Perlstein alfred at freebsd.org
Mon Feb 2 22:26:17 PST 2004


* Robert Watson <rwatson at FreeBSD.org> [040131 21:57] wrote:
> rwatson     2004/01/31 21:56:51 PST
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/kern             kern_mac.c sys_pipe.c 
>   Log:
>   Coalesce pipe allocations and frees.  Previously, the pipe code
>   would allocate two 'struct pipe's from the pipe zone, and malloc a
>   mutex.

Cool!  Did you try a buildworld with CFLAGS+=-pipe?


More information about the cvs-src mailing list