Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make brace placement in public header typedef'd structs consistent | Rich Felker | 2016-07-03 | 1 | -2/+1 |
| | | | | | | commit befa5866ee30d09c0c96e88af2eabff5911342ea performed this change for struct definitions that did not also involve typedef, but omitted the latter. | ||||
* | make brace placement in public header struct definitions consistent | Rich Felker | 2016-07-03 | 1 | -4/+2 |
| | | | | | | | | | | | | | | placing the opening brace on the same line as the struct keyword/tag is the style I prefer and seems to be the prevailing practice in more recent additions. these changes were generated by the command: find include/ arch/*/bits -name '*.h' \ -exec sed -i '/^struct [^;{]*$/{N;s/\n/ /;}' {} + and subsequently checked by hand to ensure that the regex did not pick up any false positives. | ||||
* | fix typo in x86_64/x32 user_fpregs_struct | Felix Janda | 2015-02-01 | 1 | -1/+1 |
| | | | | mxcs_mask should be mxcr_mask | ||||
* | import vanilla x86_64 code as x32 | rofl0r | 2014-02-23 | 1 | -0/+44 |