Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove standalone syscall cruft | Rich Felker | 2011-02-15 | 1 | -11/+1 |
| | | | | | | | | | | | this was originally written for an early draft of the library where non-standard functions would reside in a static library separate from the shared libc.so, which would implement a pure standard. the idea was not to depend on an implementation-dependent __syscall_ret function in the main libc. but it turned out to be better to put everything in a single library for both static and dynamic linking uses, and thus the (incomplete) remnants of this feature were just enlarging the source and binary. | ||||
* | yet another ugly legacy syscall rename... | Rich Felker | 2011-02-15 | 1 | -0/+5 |
| | |||||
* | fix getrlimit handling on 32-bit systems, and ease porting to 64-bit | Rich Felker | 2011-02-15 | 1 | -0/+2 |
| | |||||
* | cleanup socketcall syscall interface to ease porting to sane(r) archs | Rich Felker | 2011-02-15 | 1 | -0/+21 |
| | |||||
* | finish moving 32-bit-specific junk out of source files. | Rich Felker | 2011-02-15 | 1 | -0/+23 |
| | |||||
* | move arch-specific internal headers into place | Rich Felker | 2011-02-15 | 1 | -0/+500 |