Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s390x: provide sigcontext struct definition | Bobby Bingham | 2017-04-22 | 1 | -0/+15 | |
| | | | | | | | | This structure was missed when creating the s390x port. This is based on the report and patch from William Pitcock, but with a modified structure defintion to more closely match the kernel's definition. | |||||
* | s390x: fix fpreg_t and remove unused per_struct | Tuan M. Hoang | 2017-03-15 | 1 | -2/+2 | |
| | | | | | | | | | Including sys/procfs.h complains unknown type name 'fpreg_t' in bits/user.h. fpreg_t in bits/signal.h and elf_fpreg_t in bits/user.h are practically the same. per_struct is never used, even conflicts with kernel header asm/ptrace.h | |||||
* | fix use of incomplete struct type in s390x user.h | Bobby Bingham | 2016-12-16 | 1 | -10/+10 | |
| | ||||||
* | fix typo in s390x user.h | Bobby Bingham | 2016-12-16 | 1 | -1/+1 | |
| | ||||||
* | add s390x port | Bobby Bingham | 2016-11-11 | 27 | -0/+1097 | |