summary refs log tree commit diff stats
path: root/lib/posix/linux.nim
Commit message (Collapse)AuthorAgeFilesLines
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
|
* Move RLimit and getrlimit to posix.nim and add setrlimit to easily limit FD ↵aguspiza2018-04-121-1/+1
| | | | allocation (#7564)
* Fix #6553 (#6580)Stefan Rakel2017-10-241-0/+2
|
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* lib/posix - Dropped 'T' from typespdw2015-06-041-2/+2
|
* New concurrency model: next stepsAraq2014-04-191-1/+4
|
* osproc: use clone with CLONE_VM on Linux for faster process spawningMichał Zieliński2014-02-141-0/+25