aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add crc32c. Prepare for 2.14.5.0Laurent Bercot2025-05-293-0/+97
* Fix stupidity previously addedLaurent Bercot2025-05-264-3/+5
* Typo fixLaurent Bercot2025-05-261-2/+2
* Try and fix statatim(espec) sysdeps for old MacOSLaurent Bercot2025-05-262-1/+5
* Add main_func typeLaurent Bercot2025-05-261-0/+3
* Improve gol. Add tentative dylib support.Laurent Bercot2025-05-264-14/+24
* gol fixes and improvementsLaurent Bercot2025-05-192-5/+11
* Reorder gol struct membersLaurent Bercot2025-05-181-2/+2
* Typo fixLaurent Bercot2025-05-182-2/+2
* Clamp setitimer to 1e8 seconds because MacOSLaurent Bercot2025-05-172-3/+15
* bugfix: alarm_timeout with infinite valueLaurent Bercot2025-05-162-4/+19
* Clarity fixLaurent Bercot2025-04-271-1/+1
* Add rpath; fix excessive ip4_scan toleranceLaurent Bercot2025-04-231-11/+9
* Add debug strerr macros, add __func__ support to tracing macrosLaurent Bercot2025-04-061-4/+30
* child_spawn bugfix (error path could have i > n)Laurent Bercot2025-04-061-0/+1
* Add tain_addmsec, millisleepLaurent Bercot2025-04-044-0/+25
* Deprioritize getexecname(), it's badLaurent Bercot2025-04-032-18/+22
* Declare main when taking its address >.>Laurent Bercot2025-04-021-0/+1
* Add dladdr sysdepLaurent Bercot2025-04-021-0/+33
* It's mach-o, not macho-o. (Or is it?)Laurent Bercot2025-04-021-1/+1
* Add sagetexecname() and all the necessary infrastructureLaurent Bercot2025-04-027-0/+180
* Don't autoflush buffer_timed_putv; fix IFS bug in configureLaurent Bercot2025-03-251-3/+4
* Fix timed_get_g definition typoLaurent Bercot2025-03-221-1/+1
* timed_read[v] needs sanitize_read()Laurent Bercot2025-03-222-2/+2
* Add timed_write and timed_writevLaurent Bercot2025-03-223-0/+87
* Fix gol masksLaurent Bercot2025-03-111-2/+2
* Add timed_read[v], buffer_timed_[get|put]vLaurent Bercot2025-03-015-1/+137
* Add pid namespace support to cspawnLaurent Bercot2024-09-132-13/+5
* Add sysdep for CLONE_NEWPID and fork_newpid functionLaurent Bercot2024-09-123-0/+104
* 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-307-29/+76
* Prepare for 2.14.3.0; add mininetstring_read, cplz.hLaurent Bercot2024-07-054-0/+61
* 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-201-1/+1
* Make env_mergen a symbol again (to avoid ABI breakage)Laurent Bercot2024-05-042-1/+10
* Add mkptemp3Laurent Bercot2024-05-033-17/+27
* Add mspawn functions to cspawn.h; move everything to libenvexecLaurent Bercot2024-04-3022-35/+168
* More support for old MacOS fossilsLaurent Bercot2024-04-163-6/+49
* Try to make the damn thing buildLaurent Bercot2024-04-162-1/+4
* Fix gol headerLaurent Bercot2024-04-162-5/+7
* Tentative support for old MacOS with no O_CLOEXECLaurent Bercot2024-04-1654-59/+247
* 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-021-1/+1
* 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
* env_mergen() should not fail, by policyLaurent Bercot2023-12-202-2/+2