index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
posix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-22
In piped_process, replace dprintf with more portable functions
Michael Gran
1
-2
/
+15
2025-03-22
Allow piped-process and system* to exist when fork is undefined
Michael Gran
1
-5
/
+4
2025-03-22
MinGW32: cast arguments to execvp
Michael Gran
1
-1
/
+13
2025-03-18
piped_process: silence spurious -Wmaybe-uninitialized warnings
Rob Browning
1
-2
/
+2
2025-02-28
Warn about mutation of ‘environ’ when multi-threaded.
Olivier Dion
1
-12
/
+19
2025-01-22
Don't hold lock during scm_async_tick in readdir and ttyname
Rob Browning
1
-25
/
+12
2024-10-20
posix.c: Set errno when pipe2 is not available and flags provided.
Tomas Volf
1
-1
/
+1
2024-05-06
Fix typos throughout codebase.
Morgan Smith
1
-3
/
+3
2024-05-06
‘system*’ no longer changes SIGINT and SIGQUIT handlers.
Ludovic Courtès
1
-35
/
+3
2024-01-05
Stop signal thread before forking, restart it afterwards.
Ludovic Courtès
1
-0
/
+6
2023-07-17
Test for clearenv function
Michael Gran
1
-0
/
+4
2023-07-17
Check return value of nice
Michael Gran
1
-2
/
+2
2023-07-16
Fix dangling pointers in `environ'.
Olivier Dion
1
-1
/
+20
2023-05-08
Use /dev/null in 'piped-process' if port is not backed by a fdes.
Josselin Poiret
1
-4
/
+16
2023-05-08
Add error handling for spawn's posix_spawn_file_actions_adddup2.
Josselin Poiret
1
-6
/
+13
2023-04-02
Use 'posix_spawn_file_actions_addclosefrom_np' where available.
Ludovic Courtès
1
-0
/
+14
2023-04-02
Remove racy optimized file descriptor closing loop in 'spawn'.
Ludovic Courtès
1
-29
/
+1
2023-04-02
'spawn' closes only open file descriptors on non-GNU/Linux systems.
Ludovic Courtès
1
-1
/
+18
2023-01-26
'spawn' ensures it is passed open file ports.
Ludovic Courtès
1
-5
/
+13
2023-01-23
Verify 'W_EXITCODE' only when we provide our own definition.
v3.0.9
Ludovic Courtès
1
-1
/
+1
2023-01-18
Adjust 'W_EXITCODE' for Windows.
Ludovic Courtès
1
-1
/
+5
2023-01-18
Fix argument number in 'spawn' type check.
Ludovic Courtès
1
-1
/
+1
2023-01-13
Reduce redundant 'close' calls when forking on some systems.
Andrew Whatson
1
-3
/
+38
2023-01-13
Make 'system*' and 'piped-process' internally use 'spawn'.
Josselin Poiret
1
-154
/
+78
2023-01-13
Add 'spawn'.
Josselin Poiret
1
-2
/
+154
2022-10-21
Define AT_REMOVEDIR and others when available.
Maxime Devos
1
-0
/
+6
2022-10-21
Allow file ports in ‘utime’.
Maxime Devos
1
-6
/
+22
2022-10-14
Remove special logic for the obscure CMU C library's libc.h
Mike Gran
1
-4
/
+0
2022-10-14
Presume time.h and sys/time.h don't conflict when included
Mike Gran
1
-8
/
+2
2022-10-14
Presume ISO C90 functions are always available
Mike Gran
1
-5
/
+0
2022-09-19
'pipe' now takes an optional 'flags' parameter.
Ludovic Courtès
1
-6
/
+45
2022-08-05
'system*' can no longer close file descriptor 2.
Ludovic Courtès
1
-2
/
+3
2021-11-03
Const qualify return of strerror
Philipp Klaus Krause
1
-2
/
+2
2021-05-08
'primitive-fork' closes and recreates the current thread's 'sleep_pipe'.
Ludovic Courtès
1
-1
/
+28
2021-03-10
Add mkstemp; undocument mkstemp!
Andy Wingo
1
-3
/
+3
2020-05-16
popen: Add 'pipeline' procedure.
Rutger van Beusekom
1
-48
/
+18
2020-04-14
bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!
Andy Wingo
1
-1
/
+1
2020-03-22
Deprecate 'tmpnam' and add '--disable-tmpnam' configure option.
Matt Wette
1
-0
/
+11
2019-08-02
Merge from stable-2.2
Andy Wingo
1
-9
/
+38
2019-06-18
open-process: Fix dup(2) and execvp(2) error handling.
Mark H Weaver
1
-9
/
+38
2019-05-23
Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.
Mark H Weaver
1
-2
/
+2
2019-05-23
Define AT_SYMLINK_NOFOLLOW et al.
Ludovic Courtès
1
-2
/
+18
2018-10-17
Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.
Mark H Weaver
1
-5
/
+3
2018-10-07
Fix use of uninstalled header by installed headers
Andy Wingo
1
-0
/
+1
2018-09-23
Define AT_SYMLINK_NOFOLLOW et al.
Ludovic Courtès
1
-1
/
+17
2018-08-07
Make sure the return value of 'scm_crypt' is always initialized.
Ludovic Courtès
1
-4
/
+7
2018-08-07
Fix 'crypt' deadlock upon error.
Ludovic Courtès
1
-4
/
+21
2018-06-25
Give multiple-values objects a tc7
Andy Wingo
1
-7
/
+5
2018-06-21
Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types
Andy Wingo
1
-3
/
+3
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
[next]