Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2012-11-25 | make sys/procfs.h mostly work on most archs | Rich Felker | -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. | ||||
2012-11-23 | begin sys/user.h and sys/reg.h fixes for ports | Rich Felker | -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. | ||||
2012-11-13 | PPC port cleaned up, static linking works well now. | rofl0r | -0/+40 | |