aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Fix some bits and pieces of the new docLaurent Bercot2024-05-172-24/+25
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* document env.hCarlos Eduardo2024-05-172-2/+167
| | | | | Singling out envdir_chomp might sound a bit snarky, but it's somewhat contradictory, so I believe it's better to document it separately.
* Make env_mergen a symbol again (to avoid ABI breakage)Laurent Bercot2024-05-043-1/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add mkptemp3Laurent Bercot2024-05-036-18/+31
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add mspawn functions to cspawn.h; move everything to libenvexecLaurent Bercot2024-04-3024-48/+185
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Credit CarlosLaurent Bercot2024-04-271-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* document unix-transactionalCarlos Eduardo2024-04-271-1/+98
| | | | Signed-off-by: Carlos Eduardo <carana2099@gmail.com>
* Prepare for 2.14.2.0Laurent Bercot2024-04-275-3/+16
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More support for old MacOS fossilsLaurent Bercot2024-04-165-8/+52
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Try to make the damn thing buildLaurent Bercot2024-04-162-1/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>