index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
posix
Commit message (
Expand
)
Author
Age
Files
Lines
*
add posix uint changes to changelog + fix Nlink, Dev on FreeBSD (#24088)
metagn
2024-09-09
2
-4
/
+12
*
fix: InotifyEvent.name should be UncheckedArray[char] (#23413)
Tobias Dély
2024-09-09
1
-1
/
+1
*
fix int32's that should be uint32 on BSD & OSX (#24078)
metagn
2024-09-09
2
-10
/
+10
*
better examples for std/inotify (#23415)
Archar Gelod
2024-08-14
1
-11
/
+21
*
let `InotifyEvent` type `sizeof`-able (#22958)
Derek
2023-11-18
1
-1
/
+2
*
Fix OSError `errorCode` field is not assigned a value (#22954)
握猫猫
2023-11-17
1
-10
/
+10
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
5
-5
/
+5
*
Add Linux constant SO_BINDTODEVICE (#22468)
Emery Hemingway
2023-08-14
2
-0
/
+2
*
Revert "fix struct stat" (#22171)
Andreas Rumpf
2023-06-27
1
-1
/
+0
*
fix Sigaction struct definition (#22160)
Jacek Sieka
2023-06-27
1
-2
/
+8
*
fix struct stat (#22161)
Jacek Sieka
2023-06-27
1
-0
/
+1
*
add const RLIMIT_STACK (#21772)
Qinsi (James) ZHU
2023-06-09
2
-0
/
+2
*
NuttX: use posix_spawn for osproc (#21539)
Hiroki Noda
2023-03-20
1
-5
/
+5
*
NuttX: use accept4 (#21544)
Hiroki Noda
2023-03-20
2
-2
/
+2
*
Fix: nintendoswitch compilation (#21368)
Dmitry Arkhipenko
2023-02-25
1
-2
/
+6
*
Fix the TODO portion of recently added `posix_fallocate` on OS X. (#21387)
c-blake
2023-02-22
1
-2
/
+17
*
ioselectors_epoll: for NuttX, limit initial numFD to configured value. (#21421)
Century Systems
2023-02-22
1
-0
/
+3
*
NuttX added supports getrlimit(RLIMIT_NOFILE), so remove NuttX specific codes...
Century Systems
2023-02-21
1
-3
/
+0
*
Add support for NuttX RTOS. (#21372)
Century Systems
2023-02-16
2
-2
/
+16
*
Fix `closeHandle` bug, add `setFileSize`, make `resize` work on Windows (#21375)
c-blake
2023-02-15
1
-3
/
+8
*
minor code cleanups (#21215)
Andreas Rumpf
2023-01-02
2
-7
/
+7
*
Remove deprecated posix.CLONE_STOPPED (#21012)
Juan Carlos
2022-12-05
1
-1
/
+1
*
fixes ptr to cstring warnings[backport] (#20848)
ringabout
2022-11-16
1
-1
/
+1
*
fixes nightlies regression; patches for freebsd (#20786)
ringabout
2022-11-08
1
-0
/
+12
*
fix posix.mq_receive compilation with cpp backend (#20710)
n5m
2022-11-05
2
-24
/
+41
*
fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)
ringabout
2022-11-01
2
-0
/
+6
*
Markdown code blocks migration part 7 (#20547)
Andrey Makarov
2022-10-12
2
-4
/
+4
*
Markdown indented code blocks (#20473)
Andrey Makarov
2022-10-05
1
-2
/
+3
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
2
-7
/
+7
*
Fix issue with fields trying to use wrong name (#12655)
Peter Munch-Ellingsen
2022-09-26
1
-2
/
+2
*
Adds missing SEEK_ POSIX constants for FreeRTOS (#20241)
jgirvin-venturi
2022-08-19
1
-0
/
+4
*
epoll: correct mapping [backport] (#20058)
Jacek Sieka
2022-07-18
1
-5
/
+14
*
fix `pthread_mutex_t` size (#20055)
Jacek Sieka
2022-07-18
1
-1
/
+1
*
Remove deprecated posix proc (#19774)
Juan Carlos
2022-05-08
1
-10
/
+0
*
enable style:usages for stdlib tests [backport: 1.6] (#19715)
flywind
2022-04-13
1
-1
/
+1
*
correct typos (#19485)
flywind
2022-02-03
1
-1
/
+1
*
move io out of system (#19442)
flywind
2022-02-02
1
-0
/
+3
*
fix no net compilation on zephyr (#19399)
Jaremy Creechley
2022-01-17
1
-6
/
+10
*
add compile time option for POSIX sigwait on Illumos/Solaris (#19296)
BarrOff
2022-01-02
1
-0
/
+7
*
Various std net improvements (#19132)
Jaremy Creechley
2021-12-12
1
-2
/
+2
*
Add Zephyr Support (#19003)
Jaremy Creechley
2021-10-24
4
-37
/
+77
*
use the correct header for TIOCGWINSZ on Solaris (#19037)
BarrOff
2021-10-22
1
-2
/
+5
*
use more `.}` (#18542)
flywind
2021-07-20
1
-1
/
+1
*
deprecate cuchar, don't redefine it (#18505)
Andreas Rumpf
2021-07-16
2
-7
/
+7
*
docs: make inline markup more compatible with Markdown (#18053)
Andrey Makarov
2021-05-21
1
-1
/
+1
*
fix #17888: remove undefined behavior for posix.open; fix tempfiles.createTem...
Timothee Cour
2021-04-29
1
-1
/
+5
*
remove redundant void return in stdlib (#17464)
Timothee Cour
2021-03-23
2
-2
/
+2
*
Use `.. warning::` (#17320)
konsumlamm
2021-03-10
1
-6
/
+6
*
use lowercase --define switches (#17283)
flywind
2021-03-07
1
-1
/
+1
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
2
-2
/
+2
[next]