Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-07-20 | fix regression that negated some mips syscall error returns | Rich Felker | 1 | -5/+5 |
2014-07-19 | fix mips struct stat dev_t members for big endian | Rich Felker | 1 | -20/+81 |
2014-05-30 | fix for broken kernel side RLIM_INFINITY on mips | Szabolcs Nagy | 1 | -0/+2 |
2014-02-24 | fixup general __syscall breakage introduced in x32 port | rofl0r | 1 | -0/+2 |
2013-03-26 | remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG | Rich Felker | 1 | -2/+0 |
2012-09-15 | fix buggy constraints in mips inline syscall asm | Rich Felker | 1 | -2/+2 |
2012-09-11 | improve mips syscall asm constraints to use immediates, if possible | Rich Felker | 1 | -12/+21 |
2012-09-10 | eliminate assumption that mips syscall restart preserves r25 | Rich Felker | 1 | -23/+12 |
2012-09-09 | inline syscall support for mips | Rich Felker | 1 | -0/+57 |
2012-09-08 | syscall organization overhaul | Rich Felker | 1 | -0/+41 |