summary refs log tree commit diff stats
path: root/lib/posix/posix_other_consts.nim
Commit message (Expand)AuthorAgeFilesLines
* ioselectors_epoll: for NuttX, limit initial numFD to configured value. (#21421)Century Systems2023-02-221-0/+3
* NuttX added supports getrlimit(RLIMIT_NOFILE), so remove NuttX specific codes...Century Systems2023-02-211-3/+0
* Add support for NuttX RTOS. (#21372)Century Systems2023-02-161-1/+12
* Add Zephyr Support (#19003)Jaremy Creechley2021-10-241-2/+10
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-201-0/+2
* dynlib: use posix module (#11623)Jacek Sieka2019-07-081-1/+4
* Fix getAddrInfo, add IPPROTO_ICMPV6 Closes #10198Federico Ceratto2019-01-061-0/+1
* Convert *_family fields to cushortLemonBoy2018-09-191-4/+4
* RLIMIT_NOFILE as posix constJacek Sieka2018-04-011-0/+3
* add back SIG_IGN, SIG_DFL and friends to posix.nim (#5820)Jacek Sieka2017-05-161-0/+4
* Posix from detect (#5697)Jacek Sieka2017-04-121-0/+723