3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 15, 2024 — Aug 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Return processed exit status from PROCESS-WAIT instead of the raw status More... over 14 years ago
Add and export ISYS:WTERMSIG* More... over 14 years ago
Fix WITH-C-ENVIRONMENT: erroneous use of HASH-TABLE-SIZE instead of HASH-TABLE-COUNT More... over 14 years ago
Return process object from PROCESS-KILL More... over 14 years ago
Minor change in CREATE-PROCESS More... over 14 years ago
Remove keyarg SEARCH of CREATE-PROCESS and always use lfp_spawnp() More... over 14 years ago
RUN-PROGRAM's "environment" keyarg now defaults to T, just like CREATE-PROCESS More... over 14 years ago
Coalesce parameters "program" and "arguments" of CREATE-PROCESS and RUN-PROGRAM More... over 14 years ago
Move a few functions More... over 14 years ago
Add comment More... over 14 years ago
Remove last argument of isys:select, following LFP More... over 14 years ago
CREATE-PROCESS: allow setting the current directory of the new process More... over 14 years ago
Remove unused lfp_spawnattr_* functions More... over 14 years ago
Implement lfp_spawn() attributes setuid, setgid and resetids in create-process More... over 14 years ago
Add support for syslog(3) More... over 14 years ago
Fix comments More... over 14 years ago
Fix another include More... over 14 years ago
Fix includes More... over 14 years ago
Update timer-related code from SBCL More... over 14 years ago
Add IOLIB.SYSCALLS:SENDFILE More... over 14 years ago
RUN-PROGRAM: add keyword argument "stderr" More... over 14 years ago
Style fixes More... over 14 years ago
Turn PROCESS-WAIT and PROCESS-KILL into methods More... over 14 years ago
Make sure we don't call waitpid() twice for the same process More... over 14 years ago
Fix RUN-PROGRAM: stdout and stderr need to be redirected to pipes More... over 14 years ago
Fix REDIRECT-TO-PIPES: the wrong end of the pipe was being duplicated More... over 14 years ago
Add back FORK and EXECV to IOLIB.SYSCALLS More... over 14 years ago
Remove debug declarations More... over 14 years ago
PROCESS-KILL: make the signal optional(default SIGTERM) and allow keywords too More... over 14 years ago
PROCESS-WAIT: return only the return status More... over 14 years ago