Re: How to sanitize in/out routines?

2009-10-21 Thread Matt Turner
Ping. I guess I need to whip something up before I can get any feedback. On Thu, Oct 15, 2009 at 9:58 PM, Matt Turner matts...@gmail.com wrote: X predates glibc, so this is understandable, but the in/out/_in/_out stuff is a mess. For instance, the out* routines X defines are of the format

How to sanitize in/out routines?

2009-10-15 Thread Matt Turner
X predates glibc, so this is understandable, but the in/out/_in/_out stuff is a mess. For instance, the out* routines X defines are of the format outb(port, val), which matches with with BSD provides, whereas glibc/Linux uses outb(val, port). Then, since they're named identically with functions