Home
last modified time | relevance | path

Searched hist:"9970 fc6a" (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/kern/
H A Dcore_netbsd.cdiff 9970fc6a Sun Sep 14 06:59:13 GMT 2003 christos <christos@NetBSD.org> handle siginfo for deferred signals. Allocate a ksiginfo pool, and store
the information there.
TODO:
1. since timer stuff gets called from an interrupt context, we could
preallocate ksiginfo_t's from the pool, so we don't need a kmem
pool.
2. probably the sa signal delivery syscall can be changed to take
a ksiginfo_t so we can use only one pool.
3. maybe when we add realtime signal support, add a resource limit
on the number of ksiginfo_t's a process can allocate.
H A Dcore_elf32.cdiff 9970fc6a Sun Sep 14 06:59:13 GMT 2003 christos <christos@NetBSD.org> handle siginfo for deferred signals. Allocate a ksiginfo pool, and store
the information there.
TODO:
1. since timer stuff gets called from an interrupt context, we could
preallocate ksiginfo_t's from the pool, so we don't need a kmem
pool.
2. probably the sa signal delivery syscall can be changed to take
a ksiginfo_t so we can use only one pool.
3. maybe when we add realtime signal support, add a resource limit
on the number of ksiginfo_t's a process can allocate.
H A Dkern_sig.cdiff 9970fc6a Sun Sep 14 06:59:13 GMT 2003 christos <christos@NetBSD.org> handle siginfo for deferred signals. Allocate a ksiginfo pool, and store
the information there.
TODO:
1. since timer stuff gets called from an interrupt context, we could
preallocate ksiginfo_t's from the pool, so we don't need a kmem
pool.
2. probably the sa signal delivery syscall can be changed to take
a ksiginfo_t so we can use only one pool.
3. maybe when we add realtime signal support, add a resource limit
on the number of ksiginfo_t's a process can allocate.