| Age | Commit message (Collapse) | Author | Lines |
|
This commit removes usage of the `libc` crate in "portable" modules like
those at the top level and `sys_common`. Instead common types like `*mut
u8` or `u32` are used instead of `*mut c_void` or `c_int` as well as
switching to platform-specific functions like `sys::strlen` instead of
`libc::strlen`.
|
|
The default min stack size value is smaller on l4re and therefore
this value has to be different depending on the platform.
|
|
Make the directory structure reflect the module structure. I've always
found the existing structure confusing.
|