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. | |||
1998-04-26 | $ | Niels Provos | |
1998-04-26 | 2nd try: compat ossaudio from NetBSD mostly by | Niels Provos | |
Lennart Augustsson <augustss@cs.chalmers.se> |