0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Autoconf doesn't "#define HAVE_<FUNCTION> 0" if not found, so fix lfp_pipe() More... almost 15 years ago
Conditionally define LFP_SI_KERNEL, LFP_SI_SIGIO and LFP_SI_TKILL, as they're not defined on OSX More... almost 15 years ago
Another fix for OSX More... almost 15 years ago
Some tweaks for signalfd tests More... almost 15 years ago
Add fix for OSX More... almost 15 years ago
Have the tests be automatically run by "make check" More... almost 15 years ago
Move NSIG out of lfp_signal_t More... almost 15 years ago
Add AF_UNSPEC to lfp_socket_domain_t More... almost 15 years ago
Better definition of LFP_AF_LOCAL and LFP_AF_UNIX More... almost 15 years ago
Remove definition of SIGCLD because the correct name is SIGCHLD More... almost 15 years ago
Use snprintf() rather that 3 x strcat() More... almost 15 years ago
Fix lfp_execvpe(): use strchr() not memchr() which doesn't stop on a NUL More... almost 15 years ago
Add lfp_getpath(), lfp_execve() and lfp_execvpe() More... almost 15 years ago
Arrgh, _GNU_SOURCE is still needed in the external CFLAGS because of NSIG More... almost 15 years ago
Separate internal from external CFLAGS More... almost 15 years ago
Put internal function prototypes into a private header, declare local functions as static More... almost 15 years ago
Require POSIX.1-2008 by defining _XOPEN_SOURCE=700 More... almost 15 years ago
Fix typo More... almost 15 years ago
Remove redundant final '\0' in strings More... almost 15 years ago
Fix printing values returned by sizeof() More... almost 15 years ago
Be optimistic and assume that the child won't block forever before exec() More... almost 15 years ago
Refactor lfp_spawn() and lfp_spawnp() More... almost 15 years ago
Style changes in lfp_spawn() tests More... almost 15 years ago
Add back lfp_spawnp() More... almost 15 years ago
Fixes for C++ More... almost 15 years ago
Add type lfp_sighandler_t More... almost 15 years ago
Remove superfluous AC macro invocation More... almost 15 years ago
Add libfixposix.pc, fix CFLAGS issue wrt. who sets _GNU_SOURCE More... almost 15 years ago
Add lfp_fd_is_open() More... almost 15 years ago
In lfp_set_cloexec() and lfp_set_nonblock, don't call fcntl() if new_flags == current_flags More... almost 15 years ago