freebsd-skq/sys/alpha/linux
Bruce Evans aad9af2ba3 Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixed
the one place that depended on it.  wakeup() is now prototyped in
<sys/systm.h> so that it is normally visible.

Added nested include of <sys/queue.h> in <vm/vm_object.h>.  The queue
macros are a more fundamental prerequisite for <vm/vm_object.h> than
the wakeup prototype and previously happened to be included by
namespace pollution from <sys/proc.h> or elsewhere.
1996-10-15 18:24:34 +00:00
..
linux_dummy.c Mega-commit for Linux emulator update.. This has been stress tested under 1996-03-02 19:38:20 +00:00
linux_genassym.c Minor touch-up... make two functions static, and add missing $Id$ 1996-03-02 21:00:11 +00:00
linux_sysvec.c Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixed 1996-10-15 18:24:34 +00:00
linux.h Implement rudumentry support for the linux TIOC[SG]ETSERIAL ioctl's. 1996-03-10 22:30:53 +00:00
syscalls.conf A new syscalls table for the Linux emulator. This is processed by 1996-03-02 19:04:16 +00:00
syscalls.master Oops.. I was wrong about the change to sigsuspend. The library interface is 1996-03-04 20:58:47 +00:00