about summary refs log tree commit diff
path: root/src/libstddjb
Commit message (Expand)AuthorAgeFilesLines
* Better iopause_selectLaurent Bercot2024-07-301-6/+3
* Fix small bugs, add autodelegation for IOPAUSE_EXCEPTLaurent Bercot2024-07-305-21/+67
* Prepare for 2.14.3.0; add mininetstring_read, cplz.hLaurent Bercot2024-07-051-0/+45
* bugfix: unixmessage_put, fd bits initializationLaurent Bercot2024-06-211-2/+2
* Add mspawn functions to cspawn.h; move everything to libenvexecLaurent Bercot2024-04-3010-578/+0
* More support for old MacOS fossilsLaurent Bercot2024-04-161-2/+0
* Try to make the damn thing buildLaurent Bercot2024-04-162-1/+4
* Fix gol headerLaurent Bercot2024-04-161-3/+5
* Tentative support for old MacOS with no O_CLOEXECLaurent Bercot2024-04-1635-35/+162
* bugfix: getlnmax must return 1 when the line just fits the out bufferLaurent Bercot2024-01-301-3/+4
* Do not free on failure to reallocate to size 0 (lol.)Laurent Bercot2024-01-181-1/+2
* Fix bitarray_not when within a single byteOlivier Brunel2024-01-021-1/+1
* cspawn can use open3() over open() for consistencyLaurent Bercot2024-01-021-3/+1
* env_mergen() should not fail, by policyLaurent Bercot2023-12-202-2/+2
* and one moreLaurent Bercot2023-12-181-1/+3
* Fix more small UBsLaurent Bercot2023-12-182-1/+2
* Don't smash 1 byte 1/8th of the timeLaurent Bercot2023-12-181-2/+5
* Actually add autosurf_name; fix cspawn leak in error pathLaurent Bercot2023-12-181-1/+1
* Try to accommodate AIX more?... maybe maybe?Laurent Bercot2023-12-131-1/+1
* socket_recv46 was never workingLaurent Bercot2023-12-112-0/+48
* Prepare for 2.14.0.1. Better ip6_scan().Laurent Bercot2023-11-171-22/+74
* Modify string_quote/unquote to allow encoding of space as \sLaurent Bercot2023-10-264-19/+14
* Add UINT??_BSWAP as constexp macro; rip off typedef uint?? bandaidLaurent Bercot2023-10-124-20/+6
* Revamp case functions, add strcasestr() fallbackLaurent Bercot2023-09-226-45/+17
* New sysdeps for st.st_atim etc., timespec_cmpLaurent Bercot2023-09-121-0/+13
* Add waitid() sysdep, and fuck OpenBSDLaurent Bercot2023-09-121-1/+6
* Add POSIX_SPAWN_SETSID_NP supportLaurent Bercot2023-09-111-2/+6
* 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