Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for 2.14.3.0; add mininetstring_read, cplz.h | Laurent Bercot | 2024-07-05 | 4 | -0/+61 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | bugfix: unixmessage_put, fd bits initialization | Laurent Bercot | 2024-06-21 | 4 | -15/+21 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Prepare for 2.4.2.1; align UNIXMESSAGE_MAXFDS to SCM_MAX_FD | Laurent Bercot | 2024-06-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Make env_mergen a symbol again (to avoid ABI breakage) | Laurent Bercot | 2024-05-04 | 2 | -1/+10 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Add mkptemp3 | Laurent Bercot | 2024-05-03 | 3 | -17/+27 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Add mspawn functions to cspawn.h; move everything to libenvexec | Laurent Bercot | 2024-04-30 | 22 | -35/+168 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | More support for old MacOS fossils | Laurent Bercot | 2024-04-16 | 3 | -6/+49 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Try to make the damn thing build | Laurent Bercot | 2024-04-16 | 2 | -1/+4 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Fix gol header | Laurent Bercot | 2024-04-16 | 2 | -5/+7 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Tentative support for old MacOS with no O_CLOEXEC | Laurent Bercot | 2024-04-16 | 54 | -59/+247 |
| | | | | | | Also add a prototype for gol, not finished yet. Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Fix to the fix, because I'm an idiot. | Laurent Bercot | 2024-04-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Workaround for gcc 14 (and others!) incompatible-pointer-types stupidity | Laurent Bercot | 2024-04-02 | 2 | -6/+6 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Support midipix | Laurent Bercot | 2024-04-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | bugfix: getlnmax must return 1 when the line just fits the out buffer | Laurent Bercot | 2024-01-30 | 1 | -3/+4 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Do not free on failure to reallocate to size 0 (lol.) | Laurent Bercot | 2024-01-18 | 1 | -1/+2 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Fix bitarray_not when within a single byte | Olivier Brunel | 2024-01-02 | 1 | -1/+1 |
| | | | | | | | Notably when a=0 (i.e. start on the first bit) it would affect the entire byte (all 8 bits). Signed-off-by: Olivier Brunel <jjk@jjacky.com> | ||||
* | cspawn can use open3() over open() for consistency | Laurent Bercot | 2024-01-02 | 1 | -3/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | env_mergen() should not fail, by policy | Laurent Bercot | 2023-12-20 | 2 | -2/+2 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | More accurate max env size detection in env_mergen | Laurent Bercot | 2023-12-20 | 1 | -2/+7 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | and one more | Laurent Bercot | 2023-12-18 | 1 | -1/+3 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Fix more small UBs | Laurent Bercot | 2023-12-18 | 2 | -1/+2 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Don't smash 1 byte 1/8th of the time | Laurent Bercot | 2023-12-18 | 1 | -2/+5 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Actually add autosurf_name; fix cspawn leak in error path | Laurent Bercot | 2023-12-18 | 2 | -1/+10 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Add autosurf_name | Laurent Bercot | 2023-12-15 | 1 | -1/+0 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | ok, AIX can *still* fuck off | Laurent Bercot | 2023-12-13 | 1 | -7/+0 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | hahaha no | Laurent Bercot | 2023-12-13 | 1 | -2/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | maybe maybe maybe | Laurent Bercot | 2023-12-13 | 1 | -0/+8 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Try to accommodate AIX more?... maybe maybe? | Laurent Bercot | 2023-12-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | socket_recv46 was never working | Laurent Bercot | 2023-12-11 | 6 | -10/+53 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Prepare for 2.14.1.0; add socket_sendnb46_g and socket_recvnb46_g | Laurent Bercot | 2023-12-11 | 3 | -0/+5 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Fix trypthread.c to work with old compilers | Laurent Bercot | 2023-11-18 | 1 | -1/+2 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Prepare for 2.14.0.1. Better ip6_scan(). | Laurent Bercot | 2023-11-17 | 1 | -22/+74 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Typo fixes | Laurent Bercot | 2023-10-30 | 1 | -2/+2 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Fix envalloc_merge | Josiah Frentsos via skaware | 2023-10-28 | 1 | -2/+3 |
| | | | | | | | Currently, envalloc_merge incorrectly passes the total number of environment entries to env_mergen as the number of modifs. Signed-off-by: Josiah Frentsos <jfrent@tilde.team> | ||||
* | Modify string_quote/unquote to allow encoding of space as \s | Laurent Bercot | 2023-10-26 | 5 | -22/+24 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Add UINT??_BSWAP as constexp macro; rip off typedef uint?? bandaid | Laurent Bercot | 2023-10-12 | 12 | -23/+22 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Add string_quotes macro | Laurent Bercot | 2023-10-10 | 1 | -1/+2 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Revamp case functions, add strcasestr() fallback | Laurent Bercot | 2023-09-22 | 9 | -46/+46 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Fix skalibs/stat.h comment | Laurent Bercot | 2023-09-21 | 1 | -2/+3 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Try another workaround for bad struct stat | Laurent Bercot | 2023-09-12 | 2 | -18/+14 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Include stat.h into posixishard.h | Laurent Bercot | 2023-09-12 | 1 | -0/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | New sysdeps for st.st_atim etc., timespec_cmp | Laurent Bercot | 2023-09-12 | 5 | -0/+65 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Add waitid() sysdep, and fuck OpenBSD | Laurent Bercot | 2023-09-12 | 2 | -1/+18 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Add POSIX_SPAWN_SETSID_NP support | Laurent Bercot | 2023-09-11 | 2 | -2/+36 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Don't forget to uncoe | Laurent Bercot | 2023-09-11 | 1 | -0/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Add gcspawn | Laurent Bercot | 2023-09-11 | 3 | -2/+55 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Add posix_spawn_file_actions_addchdir() support | Laurent Bercot | 2023-09-11 | 4 | -14/+120 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Fix cspawn when lack of flags or actions | Laurent Bercot | 2023-09-11 | 1 | -4/+9 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Rip off more obsolete bandaids | Laurent Bercot | 2023-09-11 | 1 | -16/+0 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Remove deprecated *writeclose_unsafe stuff | Laurent Bercot | 2023-09-11 | 9 | -112/+0 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> |