Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix x32 __set_thread_area failure due to junk in upper bits | Rich Felker | 2015-05-02 | 1 | -1/+1 |
| | | | | | the kernel does not properly clear the upper bits of the syscall argument, so we have to do it before the syscall. | ||||
* | consistently use hidden visibility for cancellable syscall internals | Rich Felker | 2015-04-14 | 1 | -2/+8 |
| | | | | | | | | | | in a few places, non-hidden symbols were referenced from asm in ways that assumed ld-time binding. while these is no semantic reason these symbols need to be hidden, fixing the references without making them hidden was going to be ugly, and hidden reduces some bloat anyway. in the asm files, .global/.hidden directives have been moved to the top to unclutter the actual code. | ||||
* | x32 port (diff against vanilla x86_64) | rofl0r | 2014-02-23 | 4 | -10/+8 |
| | |||||
* | import vanilla x86_64 code as x32 | rofl0r | 2014-02-23 | 4 | -0/+70 |