openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
libFixPOSIX
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Aug 20, 2024 — Aug 20, 2025
Showing page 15 of 19
Search / Filter on:
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()
Stelian Ionescu
More...
almost 15 years ago
Conditionally define LFP_SI_KERNEL, LFP_SI_SIGIO and LFP_SI_TKILL, as they're not defined on OSX
Stelian Ionescu
More...
almost 15 years ago
Another fix for OSX
Stelian Ionescu
More...
almost 15 years ago
Some tweaks for signalfd tests
Stelian Ionescu
More...
almost 15 years ago
Add fix for OSX
Stelian Ionescu
More...
almost 15 years ago
Have the tests be automatically run by "make check"
Stelian Ionescu
More...
almost 15 years ago
Move NSIG out of lfp_signal_t
Stelian Ionescu
More...
almost 15 years ago
Add AF_UNSPEC to lfp_socket_domain_t
Stelian Ionescu
More...
almost 15 years ago
Better definition of LFP_AF_LOCAL and LFP_AF_UNIX
Stelian Ionescu
More...
almost 15 years ago
Remove definition of SIGCLD because the correct name is SIGCHLD
Stelian Ionescu
More...
almost 15 years ago
Use snprintf() rather that 3 x strcat()
Stelian Ionescu
More...
almost 15 years ago
Fix lfp_execvpe(): use strchr() not memchr() which doesn't stop on a NUL
Stelian Ionescu
More...
almost 15 years ago
Add lfp_getpath(), lfp_execve() and lfp_execvpe()
Stelian Ionescu
More...
almost 15 years ago
Arrgh, _GNU_SOURCE is still needed in the external CFLAGS because of NSIG
Stelian Ionescu
More...
almost 15 years ago
Separate internal from external CFLAGS
Stelian Ionescu
More...
almost 15 years ago
Put internal function prototypes into a private header, declare local functions as static
Stelian Ionescu
More...
almost 15 years ago
Require POSIX.1-2008 by defining _XOPEN_SOURCE=700
Stelian Ionescu
More...
almost 15 years ago
Fix typo
Stelian Ionescu
More...
almost 15 years ago
Remove redundant final '\0' in strings
Stelian Ionescu
More...
almost 15 years ago
Fix printing values returned by sizeof()
Stelian Ionescu
More...
almost 15 years ago
Be optimistic and assume that the child won't block forever before exec()
Stelian Ionescu
More...
almost 15 years ago
Refactor lfp_spawn() and lfp_spawnp()
Stelian Ionescu
More...
almost 15 years ago
Style changes in lfp_spawn() tests
Stelian Ionescu
More...
almost 15 years ago
Add back lfp_spawnp()
Stelian Ionescu
More...
almost 15 years ago
Fixes for C++
Stelian Ionescu
More...
almost 15 years ago
Add type lfp_sighandler_t
Stelian Ionescu
More...
almost 15 years ago
Remove superfluous AC macro invocation
Stelian Ionescu
More...
almost 15 years ago
Add libfixposix.pc, fix CFLAGS issue wrt. who sets _GNU_SOURCE
Stelian Ionescu
More...
almost 15 years ago
Add lfp_fd_is_open()
Stelian Ionescu
More...
almost 15 years ago
In lfp_set_cloexec() and lfp_set_nonblock, don't call fcntl() if new_flags == current_flags
Stelian Ionescu
More...
almost 15 years ago
←
1
2
…
11
12
13
14
15
16
17
18
19
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree