Age | Commit message (Expand) | Author |
---|---|---|
2021-08-24 | replace () with (void) in function definitions | dzwdz |
2021-07-24 | fix some warnings | dzwdz |
2021-07-24 | simplify the struct copy in sysexit() | dzwdz |
2021-07-24 | sysenter: save the registers into _sysexit_regs, makes the code cleaner (imo) | dzwdz |
2021-07-24 | merge the `register` and `register_pushad` structs | dzwdz |
2021-07-24 | sysexit() now overrides all registers | dzwdz |
2021-07-24 | save all registers on syscalls | dzwdz |