about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add sysdep for CLONE_NEWPID and fork_newpid function HEAD masterLaurent Bercot12 days5-0/+106
* bugfix: cspawn (fork): attributes must be handled before file actions!Laurent Bercot2024-08-201-4/+4
* Better iopause_selectLaurent Bercot2024-07-301-6/+3
* Fix small bugs, add autodelegation for IOPAUSE_EXCEPTLaurent Bercot2024-07-308-29/+78
* Prepare for 2.14.3.0; add mininetstring_read, cplz.hLaurent Bercot2024-07-0510-5/+78
* bugfix: unixmessage_put, fd bits initializationLaurent Bercot2024-06-214-15/+21
* Prepare for 2.4.2.1; align UNIXMESSAGE_MAXFDS to SCM_MAX_FDLaurent Bercot2024-06-205-4/+10
* Fix cspawn signature in docLaurent Bercot2024-06-191-2/+2
* version: 2.14.2.0 v2.14.2.0Laurent Bercot2024-06-071-0/+1
* Fix some bits and pieces of the new docLaurent Bercot2024-05-172-24/+25
* document env.hCarlos Eduardo2024-05-172-2/+167
* Make env_mergen a symbol again (to avoid ABI breakage)Laurent Bercot2024-05-043-1/+11
* Add mkptemp3Laurent Bercot2024-05-036-18/+31
* Add mspawn functions to cspawn.h; move everything to libenvexecLaurent Bercot2024-04-3024-48/+185
* Credit CarlosLaurent Bercot2024-04-271-0/+1
* document unix-transactionalCarlos Eduardo2024-04-271-1/+98
* Prepare for 2.14.2.0Laurent Bercot2024-04-275-3/+16
* More support for old MacOS fossilsLaurent Bercot2024-04-165-8/+52
* Try to make the damn thing buildLaurent Bercot2024-04-162-1/+4
* Fix gol headerLaurent Bercot2024-04-163-6/+8
* Tentative support for old MacOS with no O_CLOEXECLaurent Bercot2024-04-1656-108/+300
* Fix to the fix, because I'm an idiot.Laurent Bercot2024-04-021-2/+2
* Workaround for gcc 14 (and others!) incompatible-pointer-types stupidityLaurent Bercot2024-04-022-6/+6
* Support midipixLaurent Bercot2024-04-022-2/+1
* version: 2.14.1.1 v2.14.1.1Laurent Bercot2024-01-306-4/+16
* bugfix: getlnmax must return 1 when the line just fits the out bufferLaurent Bercot2024-01-301-3/+4
* Do not free on failure to reallocate to size 0 (lol.)Laurent Bercot2024-01-181-1/+2
* Fix bitarray_not when within a single byteOlivier Brunel2024-01-021-1/+1
* cspawn can use open3() over open() for consistencyLaurent Bercot2024-01-021-3/+1
* version: 2.14.1.0 v2.14.1.0Laurent Bercot2023-12-211-0/+1
* env_mergen() should not fail, by policyLaurent Bercot2023-12-202-2/+2
* More accurate max env size detection in env_mergenLaurent Bercot2023-12-201-2/+7
* and one moreLaurent Bercot2023-12-181-1/+3
* Fix more small UBsLaurent Bercot2023-12-182-1/+2
* Don't smash 1 byte 1/8th of the timeLaurent Bercot2023-12-181-2/+5
* Actually add autosurf_name; fix cspawn leak in error pathLaurent Bercot2023-12-183-1/+11
* Add autosurf_nameLaurent Bercot2023-12-152-2/+2
* ok, AIX can *still* fuck offLaurent Bercot2023-12-131-7/+0
* hahaha noLaurent Bercot2023-12-131-2/+1
* maybe maybe maybeLaurent Bercot2023-12-131-0/+8
* Try to accommodate AIX more?... maybe maybe?Laurent Bercot2023-12-131-1/+1
* Try and accommodate AIX... maybe?Laurent Bercot2023-12-131-1/+1
* More tr fixingLaurent Bercot2023-12-132-3/+3
* Make it werkLaurent Bercot2023-12-131-1/+1
* Better endianness detection for SolarisLaurent Bercot2023-12-131-2/+16
* socket_recv46 was never workingLaurent Bercot2023-12-117-10/+55
* Prepare for 2.14.1.0; add socket_sendnb46_g and socket_recvnb46_gLaurent Bercot2023-12-119-4/+22
* version: 2.14.0.1 v2.14.0.1Laurent Bercot2023-11-201-1/+1
* Fix trypthread.c to work with old compilersLaurent Bercot2023-11-181-1/+2
* Prepare for 2.14.0.1. Better ip6_scan().Laurent Bercot2023-11-176-25/+88