Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-20 | ioctl 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-07 | sync | Theo de Raadt | |
1996-08-02 | Regen | Niklas Hallqvist | |
1996-08-02 | Added Makefiles to build stuff from syscalls.master in some emulations. | Niklas Hallqvist | |
Regenerated derived files from various syscalls.master files. Added $OpenBSD$. | |||
1996-01-08 | from netbsd; Correct name of sysi86 function | Theo de Raadt | |
1996-01-06 | from netbsd; Added support for sysi86 and eaccess syscalls | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |