Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo in x86_64/x32 user_fpregs_struct | Felix Janda | 2015-02-01 | 1 | -1/+1 |
| | | | | mxcs_mask should be mxcr_mask | ||||
* | make sys/procfs.h mostly work on most archs | Rich Felker | 2012-11-25 | 1 | -2/+4 |
| | | | | | | | | these structures are purely for use by trace/debug tools and tools working with core files. the definition of fpregset_t, which was previously here, has been removed because it was wrong; fpregset_t should be the type used in mcontext_t, not the type used in ptrace/core stuff. | ||||
* | fix x86_64 user.h (previously was just a copy of i386) | Rich Felker | 2011-09-22 | 1 | -48/+13 |
| | |||||
* | wrong __WORDSIZE in x86_64 header | Rich Felker | 2011-09-22 | 1 | -1/+1 |
| | |||||
* | Port musl to x86-64. One giant commit! | Nicholas J. Kain | 2011-02-15 | 1 | -0/+77 |