about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* version: 2.14.1.1 v2.14.1.1Laurent Bercot2024-01-306-4/+16
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: getlnmax must return 1 when the line just fits the out bufferLaurent Bercot2024-01-301-3/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Do not free on failure to reallocate to size 0 (lol.)Laurent Bercot2024-01-181-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix bitarray_not when within a single byteOlivier Brunel2024-01-021-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 consistencyLaurent Bercot2024-01-021-3/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.14.1.0 v2.14.1.0Laurent Bercot2023-12-211-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* env_mergen() should not fail, by policyLaurent Bercot2023-12-202-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More accurate max env size detection in env_mergenLaurent Bercot2023-12-201-2/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* and one moreLaurent Bercot2023-12-181-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix more small UBsLaurent Bercot2023-12-182-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't smash 1 byte 1/8th of the timeLaurent Bercot2023-12-181-2/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Actually add autosurf_name; fix cspawn leak in error pathLaurent Bercot2023-12-183-1/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add autosurf_nameLaurent Bercot2023-12-152-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* ok, AIX can *still* fuck offLaurent Bercot2023-12-131-7/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* hahaha noLaurent Bercot2023-12-131-2/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* maybe maybe maybeLaurent Bercot2023-12-131-0/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Try to accommodate AIX more?... maybe maybe?Laurent Bercot2023-12-131-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Try and accommodate AIX... maybe?Laurent Bercot2023-12-131-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More tr fixingLaurent Bercot2023-12-132-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Make it werkLaurent Bercot2023-12-131-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Better endianness detection for SolarisLaurent Bercot2023-12-131-2/+16
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* socket_recv46 was never workingLaurent Bercot2023-12-117-10/+55
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.14.1.0; add socket_sendnb46_g and socket_recvnb46_gLaurent Bercot2023-12-119-4/+22
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.14.0.1 v2.14.0.1Laurent Bercot2023-11-201-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix trypthread.c to work with old compilersLaurent Bercot2023-11-181-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.14.0.1. Better ip6_scan().Laurent Bercot2023-11-176-25/+88
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* make distclean shouldn't error out when no config.makLaurent Bercot2023-11-061-5/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.14.0.0 v2.14.0.0Laurent Bercot2023-11-062-1/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Typo fixesLaurent Bercot2023-10-301-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Credit JosiahLaurent Bercot2023-10-281-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix envalloc_mergeJosiah Frentsos via skaware2023-10-281-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 \sLaurent Bercot2023-10-266-23/+24
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add UINT??_BSWAP as constexp macro; rip off typedef uint?? bandaidLaurent Bercot2023-10-1214-26/+26
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add string_quotes macroLaurent Bercot2023-10-101-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Revamp case functions, add strcasestr() fallbackLaurent Bercot2023-09-2212-47/+52
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Change datadir to sysconfdir, aligning with autoconfLaurent Bercot2023-09-222-9/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix skalibs/stat.h commentLaurent Bercot2023-09-211-2/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Try another workaround for bad struct statLaurent Bercot2023-09-122-18/+14
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* ... with the correct adjusted dependenciesLaurent Bercot2023-09-121-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Include stat.h into posixishard.hLaurent Bercot2023-09-121-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* New sysdeps for st.st_atim etc., timespec_cmpLaurent Bercot2023-09-126-0/+66
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* New sysdeps because Darwin is *also* a giant snowflakeLaurent Bercot2023-09-122-1/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* test for ./configure compatibly with make 3.81Laurent Bercot2023-09-121-2/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add waitid() sysdep, and fuck OpenBSDLaurent Bercot2023-09-123-1/+19
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add POSIX_SPAWN_SETSID_NP supportLaurent Bercot2023-09-114-3/+37
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't forget to uncoeLaurent Bercot2023-09-111-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add gcspawnLaurent Bercot2023-09-115-9/+69
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add posix_spawn_file_actions_addchdir() supportLaurent Bercot2023-09-115-14/+122
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix cspawn when lack of flags or actionsLaurent Bercot2023-09-111-4/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Rip off more obsolete bandaidsLaurent Bercot2023-09-112-47/+25
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>