summary refs log tree commit diff stats
path: root/lib/posix/posix_linux_amd64.nim
Commit message (Expand)AuthorAgeFilesLines
* Revert "fix struct stat" (#22171)Andreas Rumpf2023-06-271-1/+0
* fix Sigaction struct definition (#22160)Jacek Sieka2023-06-271-2/+8
* fix struct stat (#22161)Jacek Sieka2023-06-271-0/+1
* Fix issue with fields trying to use wrong name (#12655)Peter Munch-Ellingsen2022-09-261-2/+2
* fix `pthread_mutex_t` size (#20055)Jacek Sieka2022-07-181-1/+1
* use more `.}` (#18542)flywind2021-07-201-1/+1
* deprecate cuchar, don't redefine it (#18505)Andreas Rumpf2021-07-161-1/+1
* 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