summary refs log tree commit diff stats
path: root/lib/posix
Commit message (Expand)AuthorAgeFilesLines
* remove redundant void return in stdlib (#17464)Timothee Cour2021-03-232-2/+2
* Use `.. warning::` (#17320)konsumlamm2021-03-101-6/+6
* use lowercase --define switches (#17283)flywind2021-03-071-1/+1
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-282-2/+2
* use single backtick (#17115)flywind2021-02-207-16/+16
* avoid doAssert on contents of osReleaseFile (#16955)n5m2021-02-151-1/+1
* fix warning nim nim doc posix (#16995)Timothee Cour2021-02-101-0/+4
* stdlib/os: handle symlinks in copy/move functions (#16709)Roman Inflianskas2021-02-041-0/+2
* Add posix_utils.osReleaseFile (#16452)Juan Carlos2021-01-041-1/+21
* fix #12958 (#16565)Roman Inflianskas2021-01-031-18/+29
* Revert "fix #15623 (#16009)"Andrey R (cooldome)2020-11-171-1/+1
* fix #15623 (#16009)flywind2020-11-171-1/+1
* Fixing issue #15302 -- lwip doesn't support signals (#15303)Jaremy Creechley2020-09-142-12/+28
* Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)Jaremy Creechley2020-08-313-23/+562
* Unsigned iovlen (#15216)wltsmrz2020-08-224-4/+4
* Add `iterator inotify_events` which is *almost always* needed logic for (#15152)c-blake2020-08-081-0/+14
* improve epoll docs (#15137)flywind2020-08-011-21/+23
* posix_other: add define to force time_t to 64 bit [backport] (#14753)alaviss2020-06-221-1/+6
* Add support for mktemps (#14347)Max Grender-Jones2020-05-252-8/+24
* Linux updates (#14170)wltsmrz2020-05-043-9/+17
* change 'iff' to 'if' to stop "corrections" once and for all (#14182)Miran2020-05-014-12/+12
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-207-1/+25
* posix: add full Haiku support (#13931)alaviss2020-04-092-2/+608
* Deprecate DCE:on (#13839)Juan Carlos2020-04-028-14/+0
* Documentation and Code Style inotify (#13836)Juan Carlos2020-04-021-52/+53
* Documentation, add more examples (#13825)Juan Carlos2020-04-011-0/+10
* Add Documentation (#13811)Juan Carlos2020-03-311-1/+0
* Add EPOLLEXCLUSIVE (#13718)Hiroki Noda2020-03-211-0/+1
* Add sideEffect pragma to importC procs in posix, winlean and time module (#13...Tomohiro2020-02-081-66/+66
* Add link to posix_utils.html in posix.nim (#13111)Federico Ceratto2020-01-121-1/+4
* osx: support nanosecond resolution for file stat (eg getLastModificationTime)...Timothee Cour2019-12-042-2/+7
* Fix #12135 and #12109 (#12137)Euan2019-11-112-0/+563
* introduce csize_t instead of fixing csize (#12497)Arne Döring2019-10-312-8/+14
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-302-2/+2
* Fix many broken linksJjp1372019-10-221-1/+1
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-272-2/+2
* Fix mode_t posix definitions (fixes #12119) (#12132)pgkos2019-09-065-6/+17
* styleCheck fixes [bugfix]Araq2019-07-151-3/+3
* styleCheck fixes [bugfix]Araq2019-07-151-2/+2
* styleCheck fixes [bugfix]Araq2019-07-151-2/+2
* there is only one style -- my styleAraq2019-07-101-0/+6
* make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-104-26/+26
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-104-30/+54
* dynlib: use posix module (#11623)Jacek Sieka2019-07-082-2/+8
* ABI fixes for OSX/BSD; fixes #6860 (#11666)Andreas Rumpf2019-07-062-0/+598
* Corrected example shown in documentation (#11654) [ci skip]Akito132019-07-041-1/+1
* Additional platform definitions for sparc64 (#11387)John Paul Adrian Glaubitz2019-06-031-1/+1
* Make range checks in semConv (#7164)Oscar Nihlgård2019-05-101-1/+1
* Improved posix module, added new posix_utils module (#10723)Federico Ceratto2019-02-282-4/+128
* Add a standard Rusage type definition and wait4, getrusage declarations (#10484)c-blake2019-01-291-0/+20