Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #12958 (#16565) | Roman Inflianskas | 2021-01-03 | 1 | -18/+29 |
| | | | | | | | | | | Sync between Linux kernel code (header: https://github.com/torvalds/linux/blob/master/tools/include/uapi/linux/sched.h) and the linux module in lib. `CLONE_STOPPED` was marked as deprecated, as it was removed in the Linux kernel upstream. Fixes #12958. | ||||
* | Deprecate DCE:on (#13839) | Juan Carlos | 2020-04-02 | 1 | -2/+0 |
| | |||||
* | remove dead code elimination option (#7669) | Jacek Sieka | 2018-04-23 | 1 | -1/+1 |
| | |||||
* | Move RLimit and getrlimit to posix.nim and add setrlimit to easily limit FD ↵ | aguspiza | 2018-04-12 | 1 | -1/+1 |
| | | | | allocation (#7564) | ||||
* | Fix #6553 (#6580) | Stefan Rakel | 2017-10-24 | 1 | -0/+2 |
| | |||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | lib/posix - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -2/+2 |
| | |||||
* | New concurrency model: next steps | Araq | 2014-04-19 | 1 | -1/+4 |
| | |||||
* | osproc: use clone with CLONE_VM on Linux for faster process spawning | Michał Zieliński | 2014-02-14 | 1 | -0/+25 |