aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revamp cspawn, part 2Laurent Bercot2023-09-091-55/+0
* cspawn revamp, part 1. Prepare for 2.14.0.0.Laurent Bercot2023-09-0919-770/+377
* Make child_spawn_workaround publicLaurent Bercot2023-09-089-43/+22
* Fix back slurpnLaurent Bercot2023-08-081-10/+3
* error message typo fixLaurent Bercot2023-07-131-1/+1
* More more jjk fixesLaurent Bercot2023-07-062-2/+14
* More jjk fixesLaurent Bercot2023-07-069-19/+52
* Refactor cdbmake, add cdbmake_addv, cdb_hashvLaurent Bercot2023-07-0312-59/+154
* posix_spawn workaround fixesLaurent Bercot2023-06-292-2/+2
* Add workaround for bad QoI posix_spawn()Laurent Bercot2023-06-288-268/+449
* Apply fixes suggested by jjkLaurent Bercot2023-06-234-7/+10
* Use less stack with avlnodeLaurent Bercot2023-06-232-6/+10
* Fix iter_func type; add tain_earliestLaurent Bercot2023-06-1310-6/+35
* Better posixishard.hLaurent Bercot2023-06-091-1/+4
* Add SKALIBS_NAME_MAXLaurent Bercot2023-06-091-0/+6
* Typo fixesLaurent Bercot2023-06-091-3/+3
* Add devino, refactor openwrite(v)ncloseLaurent Bercot2023-06-0926-192/+310
* Still declare hiercopy_tmpLaurent Bercot2023-06-021-0/+1
* Refactor to add hiercopy_loose (for s6-l-i)Laurent Bercot2023-06-016-83/+110
* Grab as many signals as possible in sig_tableLaurent Bercot2023-05-251-0/+2
* More more avltree macro fixesLaurent Bercot2023-05-181-1/+1
* More avltree macro fixesLaurent Bercot2023-05-181-2/+2
* Add slurpn, refactor slurp, fix avltree/cdbmake bugs, add strerr_warnfLaurent Bercot2023-05-188-34/+112
* Add selfpipe_fd(), refactor selfpipeLaurent Bercot2023-04-0710-299/+188
* bugfix: typo in unix-timed.hLaurent Bercot2023-03-231-1/+1
* Tables should be constLaurent Bercot2023-02-123-4/+5
* Add sals, several refactorsLaurent Bercot2023-02-096-93/+75
* Define SKALIBS_PATH_MAXLaurent Bercot2023-01-311-0/+6
* QoL: subgetopt should return ? on --longLaurent Bercot2023-01-211-10/+9
* Remove stdarg functions from strerr, everything is __VA_ARGS__ nowLaurent Bercot2023-01-135-96/+0
* Add siovec doc, fix siovec_trunc, credit ErmineLaurent Bercot2023-01-041-5/+5
* More strerr.h fixesLaurent Bercot2022-12-181-4/+4
* strerr.h fixesLaurent Bercot2022-12-181-12/+12
* bugfix: uint16_pack and uint16_pack for big-endianLaurent Bercot2022-12-052-2/+2
* Much better strerr revamp, with __VA_ARGS__Laurent Bercot2022-11-3053-805/+210
* Fix strerr_warn7x definitionLaurent Bercot2022-11-291-3/+3
* Prepare for 2.13.0.0, revamp strerrLaurent Bercot2022-11-2976-458/+1007
* bits-template: fix typosLaurent Bercot2022-11-211-2/+2
* Prepare for 2.12.1.0; add buffer_timed_put(s)Laurent Bercot2022-10-284-1/+32
* Better NSIG detection and fixLaurent Bercot2022-09-054-17/+16
* Include mitigation for BSD disease in sigaction wrapperLaurent Bercot2022-09-031-1/+15
* Don't use arc4random() for early random on LinuxLaurent Bercot2022-07-231-1/+1
* Fix allread errno managementLaurent Bercot2022-07-185-8/+16
* Add runtime fallback for GRND_INSECURELaurent Bercot2022-06-231-3/+13
* Export random_devurandom, fix APIsLaurent Bercot2022-06-085-15/+7
* Clean up / homogenize openreadnclose() familyLaurent Bercot2022-06-086-38/+32
* Remove unused variable in generic selfpipe_trapLaurent Bercot2022-06-041-1/+0
* Add blake2s implementation to stdcryptoLaurent Bercot2022-06-017-0/+180
* Rework endianness conversion primitivesLaurent Bercot2022-06-0150-99/+156
* Add openc_*at functionsLaurent Bercot2022-05-3017-16/+118