882fdeae66
Fixed nearby bugs (in linux_alarm()): - the itimer for the alarm was relative to the epoch instead of relative to the boot time. This was harmless because the itimer's interval is 0. - the seconds arg was not checked for validity before converting it to a possibly different value. - printf format errors. Improvements: Don't use splclock(). splsoftclock() suffices. Don't complicate things by micro-optimizing interrupt latency. Minor improvements: Various micro-optimizations to exploit the specialness of the alarm itimer and the value 0. |
||
---|---|---|
.. | ||
imgact_linux.c | ||
linux_dummy.c | ||
linux_file.c | ||
linux_genassym.c | ||
linux_ioctl.c | ||
linux_ipc.c | ||
linux_locore.s | ||
linux_misc.c | ||
linux_proto.h | ||
linux_signal.c | ||
linux_socket.c | ||
linux_stats.c | ||
linux_syscall.h | ||
linux_sysent.c | ||
linux_sysvec.c | ||
linux_util.c | ||
linux_util.h | ||
linux.h | ||
Makefile | ||
syscalls.conf | ||
syscalls.master |