Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2013-05-05 | do not interpret errors in return value of times() syscall | Rich Felker | -1/+1 | |
all return values are valid, and on 32-bit systems, values that look like errors can and will occur. since the only actual error this function could return is EFAULT, and it is only returnable when the application has invoked undefined behavior, simply ignore the possibility that the return value is actually an error code. | ||||
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | -1/+1 | |
2011-03-12 | misplaced & in times() made it fail to work, and clobber the stack | Rich Felker | -1/+1 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+7 | |