aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Change prsetchildsubreaper sysdep to prctl, add procctl sysdepLaurent Bercot2025-10-222-0/+12
|
* More sysdepsLaurent Bercot2025-10-203-0/+40
|
* fix avltreeb_space sizeLaurent Bercot2025-10-171-1/+1
|
* Add string qsort/bsearch cmp functions and avltreeb wrappersLaurent Bercot2025-10-1710-2/+107
|
* Add GOL macrosLaurent Bercot2025-09-241-0/+5
|
* Add bsearchrLaurent Bercot2025-09-082-0/+18
|
* Add socket_tcpdelayLaurent Bercot2025-08-293-2/+18
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add qsortr, env_dump4Laurent Bercot2025-08-198-49/+151
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't leak on empty salsLaurent Bercot2025-08-061-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Remove sals specialcasingLaurent Bercot2025-08-051-19/+16
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add mkntemp, atomic_symlink4Laurent Bercot2025-08-035-33/+68
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: avltree_delete needs to pass UINT32_MAX as sentinelLaurent Bercot2025-07-303-9/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Catch possible build failure in cspawnLaurent Bercot2025-07-211-10/+9
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* gol_argv bugfix, tai.html doc fixLaurent Bercot2025-07-133-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* fix symlink_at depsLaurent Bercot2025-06-301-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Refactor _at functions, add symlink_atLaurent Bercot2025-06-308-104/+213
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Rework gol, add mkdirp2Laurent Bercot2025-06-305-32/+48
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add mkdirpLaurent Bercot2025-06-182-0/+35
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* prog_pid_fill bugfixLaurent Bercot2025-06-031-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Typo fixLaurent Bercot2025-06-031-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add prog.h and prog_pid_fillLaurent Bercot2025-06-024-2/+35
| | | | 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-293-0/+97
| | | | 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>
* Improve gol. Add tentative dylib support.Laurent Bercot2025-05-264-14/+24
| | | | 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>
* Clarity fixLaurent Bercot2025-04-271-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add rpath; fix excessive ip4_scan toleranceLaurent Bercot2025-04-231-11/+9
| | | | 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-044-0/+25
| | | | 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-021-0/+33
| | | | 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>
* Add sagetexecname() and all the necessary infrastructureLaurent Bercot2025-04-027-0/+180
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't autoflush buffer_timed_putv; fix IFS bug in configureLaurent Bercot2025-03-251-3/+4
| | | | 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-223-0/+87
| | | | 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-015-1/+137
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>