summary refs log tree commit diff stats
path: root/lib/posix
Commit message (Expand)AuthorAgeFilesLines
* Fix: nintendoswitch compilation (#21368)Dmitry Arkhipenko2023-02-251-2/+6
* Fix the TODO portion of recently added `posix_fallocate` on OS X. (#21387)c-blake2023-02-221-2/+17
* 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-162-2/+16
* Fix `closeHandle` bug, add `setFileSize`, make `resize` work on Windows (#21375)c-blake2023-02-151-3/+8
* minor code cleanups (#21215)Andreas Rumpf2023-01-022-7/+7
* Remove deprecated posix.CLONE_STOPPED (#21012)Juan Carlos2022-12-051-1/+1
* fixes ptr to cstring warnings[backport] (#20848)ringabout2022-11-161-1/+1
* fixes nightlies regression; patches for freebsd (#20786)ringabout2022-11-081-0/+12
* fix posix.mq_receive compilation with cpp backend (#20710)n5m2022-11-052-24/+41
* fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)ringabout2022-11-012-0/+6
* Markdown code blocks migration part 7 (#20547)Andrey Makarov2022-10-122-4/+4
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-051-2/+3
* moderate system cleanup & refactor (#20355)metagn2022-09-282-7/+7
* Fix issue with fields trying to use wrong name (#12655)Peter Munch-Ellingsen2022-09-261-2/+2
* Adds missing SEEK_ POSIX constants for FreeRTOS (#20241)jgirvin-venturi2022-08-191-0/+4
* epoll: correct mapping [backport] (#20058)Jacek Sieka2022-07-181-5/+14
* fix `pthread_mutex_t` size (#20055)Jacek Sieka2022-07-181-1/+1
* Remove deprecated posix proc (#19774)Juan Carlos2022-05-081-10/+0
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-131-1/+1
* correct typos (#19485)flywind2022-02-031-1/+1
* move io out of system (#19442)flywind2022-02-021-0/+3
* fix no net compilation on zephyr (#19399)Jaremy Creechley2022-01-171-6/+10
* add compile time option for POSIX sigwait on Illumos/Solaris (#19296)BarrOff2022-01-021-0/+7
* Various std net improvements (#19132)Jaremy Creechley2021-12-121-2/+2
* Add Zephyr Support (#19003)Jaremy Creechley2021-10-244-37/+77
* use the correct header for TIOCGWINSZ on Solaris (#19037)BarrOff2021-10-221-2/+5
* use more `.}` (#18542)flywind2021-07-201-1/+1
* deprecate cuchar, don't redefine it (#18505)Andreas Rumpf2021-07-162-7/+7
* docs: make inline markup more compatible with Markdown (#18053)Andrey Makarov2021-05-211-1/+1
* fix #17888: remove undefined behavior for posix.open; fix tempfiles.createTem...Timothee Cour2021-04-291-1/+5
* 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