Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup broken termios stuff. No, really this time. | Eric Andersen | 2002-01-09 | 1 | -59/+57 |
| | | | | -Erik | ||||
* | Rework termios wrapping code to try and do the right thing. | Eric Andersen | 2002-01-09 | 1 | -4/+2 |
| | | | | -Erik | ||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -1/+1 |
| | |||||
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 1 | -3/+3 |
| | | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik | ||||
* | Fix termios handling. Now synced with behavior of GNU libc. | Eric Andersen | 2001-01-15 | 1 | -0/+120 |
-Erik |