Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-15 | Use modern C++ attributes instead of __attribute__ voodoo. | Andreas Kling | |
This is quite nice, although I wish [[gnu::always_inline]] implied inline. Also "gnu::" is kind of a wart, but whatcha gonna do. | |||
2018-11-03 | Share code between spawn() and exec() implementations. | Andreas Kling | |
Okay, now there's only one ELF loading client in the process launch code. | |||
2018-10-16 | Import the "gerbert" kernel I worked on earlier this year. | Andreas Kling | |
It's a lot crappier than I remembered it. It's gonna need a lot of work. |