summary refs log tree commit diff stats
path: root/lib/posix/posix_linux_amd64.nim
Commit message (Expand)AuthorAgeFilesLines
* Linux updates (#14170)wltsmrz2020-05-041-8/+1
* introduce csize_t instead of fixing csize (#12497)Arne Döring2019-10-311-8/+8
* Fix mode_t posix definitions (fixes #12119) (#12132)pgkos2019-09-061-1/+1
* make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-101-3/+3
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-4/+10
* removes deprecated T/P typesAraq2018-11-161-33/+0
* Convert *_family fields to cushortLemonBoy2018-09-191-2/+1
* Change type of `Timeval.tv_sec` to `posix.Time` (#7646)Oscar Nihlgård2018-04-181-2/+2
* Better times module (#6552)GULPF2017-12-181-3/+3
* add back SIG_IGN, SIG_DFL and friends to posix.nim (#5820)Jacek Sieka2017-05-161-0/+3
* WIFSIGNALED means process has exited too (with a bang!) (#5678)Jacek Sieka2017-04-271-0/+9
* Posix from detect (#5697)Jacek Sieka2017-04-121-0/+604