aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* I don't understand how gcc works on MacOS 10.4.Laurent Bercot2025-05-311-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Try once more to support MacOS 10.4Laurent Bercot2025-05-313-0/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Try another approach for the stat.h workaroundLaurent Bercot2025-05-303-7/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add crc32c. Prepare for 2.14.5.0Laurent Bercot2025-05-2910-52/+153
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix stupidity previously addedLaurent Bercot2025-05-264-3/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Typo fixLaurent Bercot2025-05-261-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Try and fix statatim(espec) sysdeps for old MacOSLaurent Bercot2025-05-262-1/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add main_func typeLaurent Bercot2025-05-261-0/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Typo fixLaurent Bercot2025-05-261-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Theoretical correctness in MakefileLaurent Bercot2025-05-261-13/+14
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Improve gol. Add tentative dylib support.Laurent Bercot2025-05-267-21/+61
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* gol fixes and improvementsLaurent Bercot2025-05-192-5/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Reorder gol struct membersLaurent Bercot2025-05-181-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Typo fixLaurent Bercot2025-05-182-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Clamp setitimer to 1e8 seconds because MacOSLaurent Bercot2025-05-172-3/+15
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: alarm_timeout with infinite valueLaurent Bercot2025-05-162-4/+19
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.14.4.0v2.14.4.0Laurent Bercot2025-05-051-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add package hashLaurent Bercot2025-05-012-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add pkg-config supportLaurent Bercot2025-04-294-8/+134
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update docs to latest posix versionLaurent Bercot2025-04-2820-73/+73
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Clarity fixLaurent Bercot2025-04-271-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add rpath; fix excessive ip4_scan toleranceLaurent Bercot2025-04-233-13/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add debug strerr macros, add __func__ support to tracing macrosLaurent Bercot2025-04-061-4/+30
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* child_spawn bugfix (error path could have i > n)Laurent Bercot2025-04-061-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add tain_addmsec, millisleepLaurent Bercot2025-04-047-1/+34
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Deprioritize getexecname(), it's badLaurent Bercot2025-04-032-18/+22
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Declare main when taking its address >.>Laurent Bercot2025-04-021-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add dladdr sysdepLaurent Bercot2025-04-022-0/+34
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* It's mach-o, not macho-o. (Or is it?)Laurent Bercot2025-04-021-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix configure doc for the new sysdepLaurent Bercot2025-04-021-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add sagetexecname() and all the necessary infrastructureLaurent Bercot2025-04-0213-4/+231
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't autoflush buffer_timed_putv; fix IFS bug in configureLaurent Bercot2025-03-252-6/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix timed_get_g definition typoLaurent Bercot2025-03-221-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* timed_read[v] needs sanitize_read()Laurent Bercot2025-03-222-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add timed_write and timed_writevLaurent Bercot2025-03-226-2/+93
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix gol masksLaurent Bercot2025-03-111-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add timed_read[v], buffer_timed_[get|put]vLaurent Bercot2025-03-0112-9/+163
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.14.3.0v2.14.3.0Laurent Bercot2024-10-093-4/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Better configure --helpLaurent Bercot2024-09-231-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Install libskarnet.a to /usr/lib by defaultLaurent Bercot2024-09-234-10/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add pid namespace support to cspawnLaurent Bercot2024-09-133-14/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add sysdep for CLONE_NEWPID and fork_newpid functionLaurent Bercot2024-09-125-0/+106
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: cspawn (fork): attributes must be handled before file actions!Laurent Bercot2024-08-201-4/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Better iopause_selectLaurent Bercot2024-07-301-6/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix small bugs, add autodelegation for IOPAUSE_EXCEPTLaurent Bercot2024-07-308-29/+78
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.14.3.0; add mininetstring_read, cplz.hLaurent Bercot2024-07-0510-5/+78
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: unixmessage_put, fd bits initializationLaurent Bercot2024-06-214-15/+21
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.4.2.1; align UNIXMESSAGE_MAXFDS to SCM_MAX_FDLaurent Bercot2024-06-205-4/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix cspawn signature in docLaurent Bercot2024-06-191-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.14.2.0v2.14.2.0Laurent Bercot2024-06-071-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>