cvs commit: src/sys/compat/linux linux_misc.c src/sys/kern
kern_time.c src/sys/sys systm.h
Maxim Sobolev
sobomax at FreeBSD.org
Sun Jul 3 01:11:24 GMT 2005
sobomax 2005-01-25 21:28:28 UTC
FreeBSD src repository
Modified files:
sys/compat/linux linux_misc.c
sys/kern kern_time.c
sys/sys systm.h
Log:
Split out kernel side of {get,set}itimer(2) into two parts: the first that
pops data from the userland and pushes results back and the second which does
actual processing. Use the latter to eliminate stackgap in the linux wrappers
of those syscalls.
MFC after: 2 weeks
Revision Changes Path
1.164 +33 -64 src/sys/compat/linux/linux_misc.c
1.113 +55 -34 src/sys/kern/kern_time.c
1.222 +3 -0 src/sys/sys/systm.h
More information about the cvs-src
mailing list