aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb
Commit message (Expand)AuthorAgeFilesLines
* Don't forget to uncoeLaurent Bercot2023-09-111-0/+1
* Add gcspawnLaurent Bercot2023-09-111-0/+48
* Add posix_spawn_file_actions_addchdir() supportLaurent Bercot2023-09-111-8/+46
* Fix cspawn when lack of flags or actionsLaurent Bercot2023-09-111-4/+9
* Remove deprecated *writeclose_unsafe stuffLaurent Bercot2023-09-118-104/+0
* Add POSIX_SPAWN_SETSID support to cspawnLaurent Bercot2023-09-101-71/+97
* Revamp cspawn, part 2Laurent Bercot2023-09-091-55/+0
* cspawn revamp, part 1. Prepare for 2.14.0.0.Laurent Bercot2023-09-0912-717/+290
* Make child_spawn_workaround publicLaurent Bercot2023-09-088-43/+14
* Fix back slurpnLaurent Bercot2023-08-081-10/+3
* More jjk fixesLaurent Bercot2023-07-061-3/+4
* Refactor cdbmake, add cdbmake_addv, cdb_hashvLaurent Bercot2023-07-0311-55/+151
* posix_spawn workaround fixesLaurent Bercot2023-06-291-1/+1
* Add workaround for bad QoI posix_spawn()Laurent Bercot2023-06-287-268/+425
* Apply fixes suggested by jjkLaurent Bercot2023-06-233-7/+9
* Fix iter_func type; add tain_earliestLaurent Bercot2023-06-132-0/+17
* Add devino, refactor openwrite(v)ncloseLaurent Bercot2023-06-0923-168/+258
* Refactor to add hiercopy_loose (for s6-l-i)Laurent Bercot2023-06-015-82/+107
* Grab as many signals as possible in sig_tableLaurent Bercot2023-05-251-0/+2
* Add slurpn, refactor slurp, fix avltree/cdbmake bugs, add strerr_warnfLaurent Bercot2023-05-184-32/+50
* Add selfpipe_fd(), refactor selfpipeLaurent Bercot2023-04-079-299/+187
* Tables should be constLaurent Bercot2023-02-121-2/+3
* Add sals, several refactorsLaurent Bercot2023-02-093-78/+68
* QoL: subgetopt should return ? on --longLaurent Bercot2023-01-211-10/+9
* Remove stdarg functions from strerr, everything is __VA_ARGS__ nowLaurent Bercot2023-01-134-91/+0
* Add siovec doc, fix siovec_trunc, credit ErmineLaurent Bercot2023-01-041-5/+5
* bugfix: uint16_pack and uint16_pack for big-endianLaurent Bercot2022-12-052-2/+2
* Much better strerr revamp, with __VA_ARGS__Laurent Bercot2022-11-308-0/+154
* Prepare for 2.13.0.0, revamp strerrLaurent Bercot2022-11-299-64/+7
* Better NSIG detection and fixLaurent Bercot2022-09-052-8/+3
* Include mitigation for BSD disease in sigaction wrapperLaurent Bercot2022-09-031-1/+15
* Fix allread errno managementLaurent Bercot2022-07-183-8/+11
* Clean up / homogenize openreadnclose() familyLaurent Bercot2022-06-083-25/+28
* Remove unused variable in generic selfpipe_trapLaurent Bercot2022-06-041-1/+0
* Rework endianness conversion primitivesLaurent Bercot2022-06-0146-88/+137
* Add waitn_posix() and waitn_reap_posix()Laurent Bercot2022-04-154-21/+49
* Don't autoshrink after slurpingLaurent Bercot2022-02-251-12/+7
* Full errno paranoia in selfpipe signal handlerLaurent Bercot2022-02-171-0/+3
* Add opendir_at, prepare for 2.11.1.0Laurent Bercot2021-12-041-2/+2
* Axe iobufferLaurent Bercot2021-09-2517-518/+25
* Don't forget child_spawn eitherLaurent Bercot2021-09-025-22/+22
* Infinite recursion my ass cheeksLaurent Bercot2021-09-021-1/+1
* fix selfpipe_tophalf typeLaurent Bercot2021-08-261-1/+1
* Add ipc_bind_reuse_permsLaurent Bercot2021-08-222-2/+19
* Add tain_infiniteLaurent Bercot2021-08-181-0/+5
* Add sig_altignore()2.11.0.0Laurent Bercot2021-07-291-0/+15
* Huge incompatible changes.Laurent Bercot2021-07-28149-405/+270
* Don't use dirfd as an identifierLaurent Bercot2021-07-241-2/+2
* Hide cdb_find_state in the common caseLaurent Bercot2021-07-242-51/+60
* Add cdb_init_at and cdb_init_fromfd, rename cdb_readerLaurent Bercot2021-07-245-25/+47