Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split up syscalls.c, since it had grown to be quite large and ugly. | Eric Andersen | 2004-01-21 | 1 | -2/+2 |
| | | | | -Erik | ||||
* | Patch from Stefan Allius to fix the build when | Eric Andersen | 2003-01-28 | 1 | -0/+2 |
| | | | | large file support is disabled | ||||
* | I thought it would be smaller to inline since these funcs are small. | Eric Andersen | 2003-01-24 | 1 | -0/+30 |
Well, not inlining saves 300 bytes, so do that instead. -Erik |