summaryrefslogtreecommitdiff
path: root/sys/compat/ibcs2/ibcs2_syscallargs.h
AgeCommit message (Collapse)Author
1999-11-20ioctl arguments are u_long.Marc Espie
Replaces `undefined' code with `defined' behavior... gcc 2.96 performs switch cases range analysis, warns about unreachable cases, and weeds them out. In switch(i) { case VALUE: } VALUE is first coerced into the type of i. If i is signed, VALUE is unsigned and exceeds i range, you lose... the result of the conversion is undefined.
1999-06-07syncTheo de Raadt
1996-08-02RegenNiklas Hallqvist
1996-08-02Added Makefiles to build stuff from syscalls.master in some emulations.Niklas Hallqvist
Regenerated derived files from various syscalls.master files. Added $OpenBSD$.
1996-01-08from netbsd; Correct name of sysi86 functionTheo de Raadt
1996-01-06from netbsd; Added support for sysi86 and eaccess syscallsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt