cvs commit: src/sys/alpha/alpha machdep.c src/sys/alpha/osf1 osf1_signal.c src/sys/amd64/amd64 machdep.c src/sys/compat/linprocfs linprocfs.c src/sys/compat/svr4 svr4_filio.c svr4_misc.c src/sys/i386/i386 machdep.c ...

Hiten Pandya hmp at FreeBSD.ORG
Tue May 13 13:52:04 PDT 2003


On Tue, May 13, 2003 at 01:36:02PM -0700, John Baldwin wrote:
> jhb         2003/05/13 13:36:02 PDT
>   Log:
>   - Merge struct procsig with struct sigacts.
>   - Move struct sigacts out of the u-area and malloc() it using the
>     M_SUBPROC malloc bucket.
>   - Add a small sigacts_*() API for managing sigacts structures: sigacts_alloc(),
>     sigacts_free(), sigacts_copy(), sigacts_share(), and sigacts_shared().

	Kudos John!

	I might be asking for a lot here, but are you planning to write
	a man page for the small sigacts_*() API in the not so distant
	future? :-)

	Cheers!
	
		-- Hiten (hmp at FreeBSD.ORG)


More information about the cvs-src mailing list