summary refs log tree commit diff stats
path: root/lib/posix
Commit message (Expand)AuthorAgeFilesLines
* add posix uint changes to changelog + fix Nlink, Dev on FreeBSD (#24088)metagn2024-09-092-4/+12
* fix: InotifyEvent.name should be UncheckedArray[char] (#23413)Tobias Dély2024-09-091-1/+1
* fix int32's that should be uint32 on BSD & OSX (#24078)metagn2024-09-092-10/+10
* better examples for std/inotify (#23415)Archar Gelod2024-08-141-11/+21
* let `InotifyEvent` type `sizeof`-able (#22958)Derek2023-11-181-1/+2
* Fix OSError `errorCode` field is not assigned a value (#22954)握猫猫2023-11-171-10/+10
* complete std prefixes for stdlib (#22887)ringabout2023-10-305-5/+5
* Add Linux constant SO_BINDTODEVICE (#22468)Emery Hemingway2023-08-142-0/+2
* 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
* add const RLIMIT_STACK (#21772)Qinsi (James) ZHU2023-06-092-0/+2
* NuttX: use posix_spawn for osproc (#21539)Hiroki Noda2023-03-201-5/+5
* NuttX: use accept4 (#21544)Hiroki Noda2023-03-202-2/+2
* 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