freebsd-dev/sys/i386/linux
Marcel Moolenaar e061a6ca19 Fix LINT breakage caused by previous commit. The linux_rt_sendsig
and linux_sendsig functions guarded their debugging output with
ldebug(sigreturn). This has been mistaken for a cut-n-paste bug,
and was replaced by ldebug(rt_sendsig) and ldebug(sendsig) resp.
Since the sendsig functions are not syscalls, this brokei any
build that defines DEBUG.

The fix maps both functions to the unused syscall 0 so that they
can be enabled/disabled independently from sigreturn, but not
independently from each other.
2001-09-10 07:00:17 +00:00
..
imgact_linux.c Undo part of the tangle of having sys/lock.h and sys/mutex.h included in 2001-05-01 08:13:21 +00:00
linux_dummy.c Round of cleanups and enhancements. These include (in random order): 2001-09-08 19:07:04 +00:00
linux_genassym.c Round of cleanups and enhancements. These include (in random order): 2001-09-08 19:07:04 +00:00
linux_locore.s Remove the leading underscore from all symbols defined in x86 asm 2001-02-25 06:29:04 +00:00
linux_machdep.c Round of cleanups and enhancements. These include (in random order): 2001-09-08 19:07:04 +00:00
linux_proto.h Round of cleanups and enhancements. These include (in random order): 2001-09-08 19:07:04 +00:00
linux_syscall.h Round of cleanups and enhancements. These include (in random order): 2001-09-08 19:07:04 +00:00
linux_sysent.c Round of cleanups and enhancements. These include (in random order): 2001-09-08 19:07:04 +00:00
linux_sysvec.c Fix LINT breakage caused by previous commit. The linux_rt_sendsig 2001-09-10 07:00:17 +00:00
linux.h Round of cleanups and enhancements. These include (in random order): 2001-09-08 19:07:04 +00:00
Makefile Make the target a little bit more generic. 2000-11-01 08:47:34 +00:00
syscalls.conf $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
syscalls.master o Introduce private types for use in linux syscalls for two reasons: 2001-09-08 18:48:40 +00:00