Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-01 | Major rework of the include files to eliminate redundancy | Eric Andersen | |
and to better support each arch. This is a really big patch... -Erik | |||
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | |
2001-06-17 | Add the in* and out* functions for i386. Note: the sys/io.h header for | Manuel Novoa III | |
glibc-2.2.2 actually defines static inline versions for i386, but only provides prototypes for externs for the other archs I looked at. Since uClibc shares this header amongst archs, I stashed the inline defs in bits/io_i386.h and included it when __i386__ was defined. Better solutions are most welcome, but it doesn't clutter sys/io.h too badly and now lilo and the pcmcia tools build against uClibc on i386 without modification. | |||
2000-10-26 | This had some nasty x86 asm inlines it. Throw them away. | Eric Andersen | |
2000-10-24 | Support even more syscalls. | Eric Andersen | |
-Erik |