freebsd-skq/sys/alpha/linux
Marcel Moolenaar 878c351a1c Major rewrite.
The first reason for this rewrite is KNF conformance.

The second reason is to avoid redundancy. Each function printed the same
string, with only the syscall name being different. The actual printing is now
performed by a single function, which gets the syscall name as an argument.

The third reason is that of convenience. It's now very easy to add a new
dummy implementation. Just add ``DUMMY(foo);'' to the file. It's also a lot
easier now to see if a syscall has a dummy implementation or not.

The dummies are ordered on syscall number. Please maintain this when adding
new dummies (there're 32 candidates at the time of writing :-)

Reviewed by: bde
1999-08-15 18:59:44 +00:00
..
linux_dummy.c Major rewrite. 1999-08-15 18:59:44 +00:00
linux_genassym.c
linux_sysvec.c Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h's 1999-06-28 09:12:46 +00:00
linux.h Provide wrappers for sched_{s|g}etscheduler. We need to convert the policy 1999-08-15 17:28:40 +00:00
Makefile
syscalls.conf
syscalls.master Provide wrappers for sched_{s|g}etscheduler. We need to convert the policy 1999-08-15 17:25:56 +00:00