| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add timed_read[v], buffer_timed_[get|put]v | Laurent Bercot | 2025-03-01 | 1 | -1/+11 |
| * | Add pid namespace support to cspawn | Laurent Bercot | 2024-09-13 | 1 | -0/+1 |
| * | Add sysdep for CLONE_NEWPID and fork_newpid function | Laurent Bercot | 2024-09-12 | 1 | -0/+1 |
| * | Fix small bugs, add autodelegation for IOPAUSE_EXCEPT | Laurent Bercot | 2024-07-30 | 1 | -1/+6 |
| * | Prepare for 2.14.3.0; add mininetstring_read, cplz.h | Laurent Bercot | 2024-07-05 | 3 | -0/+16 |
| * | Prepare for 2.4.2.1; align UNIXMESSAGE_MAXFDS to SCM_MAX_FD | Laurent Bercot | 2024-06-20 | 1 | -1/+1 |
| * | Make env_mergen a symbol again (to avoid ABI breakage) | Laurent Bercot | 2024-05-04 | 1 | -1/+1 |
| * | Add mkptemp3 | Laurent Bercot | 2024-05-03 | 1 | -0/+1 |
| * | Add mspawn functions to cspawn.h; move everything to libenvexec | Laurent Bercot | 2024-04-30 | 3 | -3/+58 |
| * | Fix gol header | Laurent Bercot | 2024-04-16 | 1 | -2/+2 |
| * | Tentative support for old MacOS with no O_CLOEXEC | Laurent Bercot | 2024-04-16 | 4 | -2/+54 |
| * | Support midipix | Laurent Bercot | 2024-04-02 | 1 | -1/+1 |
| * | Typo fixes | Laurent Bercot | 2023-10-30 | 1 | -2/+2 |
| * | Modify string_quote/unquote to allow encoding of space as \s | Laurent Bercot | 2023-10-26 | 1 | -3/+10 |
| * | Add string_quotes macro | Laurent Bercot | 2023-10-10 | 1 | -1/+2 |
| * | Revamp case functions, add strcasestr() fallback | Laurent Bercot | 2023-09-22 | 2 | -1/+1 |
| * | Fix skalibs/stat.h comment | Laurent Bercot | 2023-09-21 | 1 | -2/+3 |
| * | Try another workaround for bad struct stat | Laurent Bercot | 2023-09-12 | 1 | -18/+11 |
| * | Include stat.h into posixishard.h | Laurent Bercot | 2023-09-12 | 1 | -0/+1 |
| * | New sysdeps for st.st_atim etc., timespec_cmp | Laurent Bercot | 2023-09-12 | 2 | -0/+34 |
| * | Add gcspawn | Laurent Bercot | 2023-09-11 | 1 | -0/+5 |
| * | Add posix_spawn_file_actions_addchdir() support | Laurent Bercot | 2023-09-11 | 1 | -6/+12 |
| * | Rip off more obsolete bandaids | Laurent Bercot | 2023-09-11 | 1 | -16/+0 |
| * | Remove deprecated *writeclose_unsafe stuff | Laurent Bercot | 2023-09-11 | 1 | -8/+0 |
| * | Add POSIX_SPAWN_SETSID support to cspawn | Laurent Bercot | 2023-09-10 | 1 | -0/+1 |
| * | cspawn revamp, part 1. Prepare for 2.14.0.0. | Laurent Bercot | 2023-09-09 | 3 | -50/+82 |
| * | Make child_spawn_workaround public | Laurent Bercot | 2023-09-08 | 1 | -0/+8 |
| * | error message typo fix | Laurent Bercot | 2023-07-13 | 1 | -1/+1 |
| * | Refactor cdbmake, add cdbmake_addv, cdb_hashv | Laurent Bercot | 2023-07-03 | 1 | -4/+3 |
| * | Apply fixes suggested by jjk | Laurent Bercot | 2023-06-23 | 1 | -0/+1 |
| * | Fix iter_func type; add tain_earliest | Laurent Bercot | 2023-06-13 | 2 | -1/+7 |
| * | Better posixishard.h | Laurent Bercot | 2023-06-09 | 1 | -1/+4 |
| * | Add SKALIBS_NAME_MAX | Laurent Bercot | 2023-06-09 | 1 | -0/+6 |
| * | Typo fixes | Laurent Bercot | 2023-06-09 | 1 | -3/+3 |
| * | Add devino, refactor openwrite(v)nclose | Laurent Bercot | 2023-06-09 | 3 | -24/+52 |
| * | Still declare hiercopy_tmp | Laurent Bercot | 2023-06-02 | 1 | -0/+1 |
| * | Refactor to add hiercopy_loose (for s6-l-i) | Laurent Bercot | 2023-06-01 | 1 | -1/+3 |
| * | More more avltree macro fixes | Laurent Bercot | 2023-05-18 | 1 | -1/+1 |
| * | More avltree macro fixes | Laurent Bercot | 2023-05-18 | 1 | -2/+2 |
| * | Add slurpn, refactor slurp, fix avltree/cdbmake bugs, add strerr_warnf | Laurent Bercot | 2023-05-18 | 4 | -2/+62 |
| * | Add selfpipe_fd(), refactor selfpipe | Laurent Bercot | 2023-04-07 | 1 | -0/+1 |
| * | bugfix: typo in unix-timed.h | Laurent Bercot | 2023-03-23 | 1 | -1/+1 |
| * | Add sals, several refactors | Laurent Bercot | 2023-02-09 | 1 | -1/+1 |
| * | Define SKALIBS_PATH_MAX | Laurent Bercot | 2023-01-31 | 1 | -0/+6 |
| * | Remove stdarg functions from strerr, everything is __VA_ARGS__ now | Laurent Bercot | 2023-01-13 | 1 | -5/+0 |
| * | More strerr.h fixes | Laurent Bercot | 2022-12-18 | 1 | -4/+4 |
| * | strerr.h fixes | Laurent Bercot | 2022-12-18 | 1 | -12/+12 |
| * | Much better strerr revamp, with __VA_ARGS__ | Laurent Bercot | 2022-11-30 | 1 | -325/+210 |
| * | Prepare for 2.13.0.0, revamp strerr | Laurent Bercot | 2022-11-29 | 5 | -384/+356 |
| * | Prepare for 2.12.1.0; add buffer_timed_put(s) | Laurent Bercot | 2022-10-28 | 2 | -1/+5 |