| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2011-02-15 | fix getrlimit handling on 32-bit systems, and ease porting to 64-bit | Rich Felker | 2 | -3/+5 |
| 2011-02-15 | split off arch-specific stdarg.h stuff | Rich Felker | 2 | -15/+10 |
| 2011-02-15 | cleanup socketcall syscall interface to ease porting to sane(r) archs | Rich Felker | 21 | -94/+45 |
| 2011-02-15 | finish moving 32-bit-specific junk out of source files. | Rich Felker | 12 | -21/+34 |
| 2011-02-15 | move arch-specific internal headers into place | Rich Felker | 4 | -27/+0 |
| 2011-02-15 | finish unifying thread register handling in preparation for porting | Rich Felker | 7 | -53/+34 |
| 2011-02-15 | begin unifying clone/thread management interface in preparation for porting | Rich Felker | 3 | -34/+22 |
| 2011-02-15 | make pthread_create return EAGAIN on resource failure, as required by POSIX | Rich Felker | 1 | -1/+1 |
| 2011-02-15 | preparing build system to handle ports - step 1 | Rich Felker | 29 | -0/+6 |
