Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sys/procfs.h mostly work on most archs | Rich Felker | 2012-11-25 | 1 | -0/+11 |
| | | | | | | | | 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. | ||||
* | begin sys/user.h and sys/reg.h fixes for ports | Rich Felker | 2012-11-23 | 1 | -37/+11 |
| | | | | | | aside from microblaze, these should be roughly correct for all archs now. some misc junk macros and typedefs are missing, which should probably be added for max compatibility with trace/debug tools. | ||||
* | PPC port cleaned up, static linking works well now. | rofl0r | 2012-11-13 | 1 | -0/+40 |