summary refs log tree commit diff
path: root/src/libstd/sys_common/util.rs
AgeCommit message (Collapse)AuthorLines
2017-09-13Move default stack min size to thread implementationsTobias Schaffner-21/+0
The default min stack size value is smaller on l4re and therefore this value has to be different depending on the platform.
2017-09-08Move the stack size value for L4Re to the min_stack_size functionSebastian Humenda-0/+5
2016-11-01std: Move sys_common to libstd/sys_commonBrian Anderson-0/+50
Make the directory structure reflect the module structure. I've always found the existing structure confusing.