| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clarity fix | Laurent Bercot | 2025-04-27 | 1 | -1/+1 |
| * | Add rpath; fix excessive ip4_scan tolerance | Laurent Bercot | 2025-04-23 | 1 | -11/+9 |
| * | Add debug strerr macros, add __func__ support to tracing macros | Laurent Bercot | 2025-04-06 | 1 | -4/+30 |
| * | child_spawn bugfix (error path could have i > n) | Laurent Bercot | 2025-04-06 | 1 | -0/+1 |
| * | Add tain_addmsec, millisleep | Laurent Bercot | 2025-04-04 | 4 | -0/+25 |
| * | Deprioritize getexecname(), it's bad | Laurent Bercot | 2025-04-03 | 2 | -18/+22 |
| * | Declare main when taking its address >.> | Laurent Bercot | 2025-04-02 | 1 | -0/+1 |
| * | Add dladdr sysdep | Laurent Bercot | 2025-04-02 | 1 | -0/+33 |
| * | It's mach-o, not macho-o. (Or is it?) | Laurent Bercot | 2025-04-02 | 1 | -1/+1 |
| * | Add sagetexecname() and all the necessary infrastructure | Laurent Bercot | 2025-04-02 | 7 | -0/+180 |
| * | Don't autoflush buffer_timed_putv; fix IFS bug in configure | Laurent Bercot | 2025-03-25 | 1 | -3/+4 |
| * | Fix timed_get_g definition typo | Laurent Bercot | 2025-03-22 | 1 | -1/+1 |
| * | timed_read[v] needs sanitize_read() | Laurent Bercot | 2025-03-22 | 2 | -2/+2 |
| * | Add timed_write and timed_writev | Laurent Bercot | 2025-03-22 | 3 | -0/+87 |
| * | Fix gol masks | Laurent Bercot | 2025-03-11 | 1 | -2/+2 |
| * | Add timed_read[v], buffer_timed_[get|put]v | Laurent Bercot | 2025-03-01 | 5 | -1/+137 |
| * | Add pid namespace support to cspawn | Laurent Bercot | 2024-09-13 | 2 | -13/+5 |
| * | Add sysdep for CLONE_NEWPID and fork_newpid function | Laurent Bercot | 2024-09-12 | 3 | -0/+104 |
| * | bugfix: cspawn (fork): attributes must be handled before file actions! | Laurent Bercot | 2024-08-20 | 1 | -4/+4 |
| * | Better iopause_select | Laurent Bercot | 2024-07-30 | 1 | -6/+3 |
| * | Fix small bugs, add autodelegation for IOPAUSE_EXCEPT | Laurent Bercot | 2024-07-30 | 7 | -29/+76 |
| * | Prepare for 2.14.3.0; add mininetstring_read, cplz.h | Laurent Bercot | 2024-07-05 | 4 | -0/+61 |
| * | bugfix: unixmessage_put, fd bits initialization | Laurent Bercot | 2024-06-21 | 4 | -15/+21 |
| * | 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 | 2 | -1/+10 |
| * | Add mkptemp3 | Laurent Bercot | 2024-05-03 | 3 | -17/+27 |
| * | Add mspawn functions to cspawn.h; move everything to libenvexec | Laurent Bercot | 2024-04-30 | 22 | -35/+168 |
| * | More support for old MacOS fossils | Laurent Bercot | 2024-04-16 | 3 | -6/+49 |
| * | Try to make the damn thing build | Laurent Bercot | 2024-04-16 | 2 | -1/+4 |
| * | Fix gol header | Laurent Bercot | 2024-04-16 | 2 | -5/+7 |
| * | Tentative support for old MacOS with no O_CLOEXEC | Laurent Bercot | 2024-04-16 | 54 | -59/+247 |
| * | Fix to the fix, because I'm an idiot. | Laurent Bercot | 2024-04-02 | 1 | -2/+2 |
| * | Workaround for gcc 14 (and others!) incompatible-pointer-types stupidity | Laurent Bercot | 2024-04-02 | 2 | -6/+6 |
| * | Support midipix | Laurent Bercot | 2024-04-02 | 1 | -1/+1 |
| * | bugfix: getlnmax must return 1 when the line just fits the out buffer | Laurent Bercot | 2024-01-30 | 1 | -3/+4 |
| * | Do not free on failure to reallocate to size 0 (lol.) | Laurent Bercot | 2024-01-18 | 1 | -1/+2 |
| * | Fix bitarray_not when within a single byte | Olivier Brunel | 2024-01-02 | 1 | -1/+1 |
| * | cspawn can use open3() over open() for consistency | Laurent Bercot | 2024-01-02 | 1 | -3/+1 |
| * | env_mergen() should not fail, by policy | Laurent Bercot | 2023-12-20 | 2 | -2/+2 |
| * | More accurate max env size detection in env_mergen | Laurent Bercot | 2023-12-20 | 1 | -2/+7 |
| * | and one more | Laurent Bercot | 2023-12-18 | 1 | -1/+3 |
| * | Fix more small UBs | Laurent Bercot | 2023-12-18 | 2 | -1/+2 |
| * | Don't smash 1 byte 1/8th of the time | Laurent Bercot | 2023-12-18 | 1 | -2/+5 |
| * | Actually add autosurf_name; fix cspawn leak in error path | Laurent Bercot | 2023-12-18 | 2 | -1/+10 |
| * | Add autosurf_name | Laurent Bercot | 2023-12-15 | 1 | -1/+0 |
| * | ok, AIX can *still* fuck off | Laurent Bercot | 2023-12-13 | 1 | -7/+0 |
| * | hahaha no | Laurent Bercot | 2023-12-13 | 1 | -2/+1 |
| * | maybe maybe maybe | Laurent Bercot | 2023-12-13 | 1 | -0/+8 |
| * | Try to accommodate AIX more?... maybe maybe? | Laurent Bercot | 2023-12-13 | 1 | -1/+1 |
| * | socket_recv46 was never working | Laurent Bercot | 2023-12-11 | 6 | -10/+53 |