summary refs log tree commit diff
path: root/src/libstddjb
Commit message (Expand)AuthorAgeFilesLines
* 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
* New 2.11.0.0 branch with several modificationsLaurent Bercot2021-07-2315-187/+165
* Save errno when freeing a cdbLaurent Bercot2021-07-211-1/+8
* bugfix: offset in cdb mmapLaurent Bercot2021-06-302-3/+3
* cdb always mmapsLaurent Bercot2021-06-293-38/+25
* Cosmetic fixesLaurent Bercot2021-05-143-10/+9
* bugfix: ipc_bind_reuse_lock must ignore umaskLaurent Bercot2021-02-131-1/+2
* Get rid of webipc.h and DJBUNIX_FLAG_*Laurent Bercot2020-12-0921-43/+56
* Some trivial bugfixes and cleanupsLaurent Bercot2020-12-075-2/+5
* Fix iobufferk_init on recent Linux; remove last superfluous coeLaurent Bercot2020-12-042-7/+4
* Revamp lock primitives; prepare for 2.10.0.0 instead of 2.9.4.0Laurent Bercot2020-11-2910-184/+67
* child_spawn cleanup, configure cleanupLaurent Bercot2020-11-255-119/+119
* Complete revamp of the pathexec functionsLaurent Bercot2020-11-2428-509/+0
* Save syscalls on coe and ndelay_onLaurent Bercot2020-11-234-6/+4
* Add fd_shutdown()Laurent Bercot2020-11-201-0/+14
* Add ipc_bind_reuse_lock, rewrite ipc_bind_reuse to use itLaurent Bercot2020-11-082-7/+30
* Separate and expose ancil_recv_fd/ancil_send_fdLaurent Bercot2020-10-267-7/+7
* Change new function names to openc_*; update deps.makLaurent Bercot2020-10-2613-15/+15
* Prepare for 2.9.4.0; add open*coe() functions.Laurent Bercot2020-10-2613-6/+91
* Add stralloc_readyplus_tuned, fix overflow on stralloc_readyplusLaurent Bercot2020-09-171-0/+12
* Fix alloc_realloc UBLaurent Bercot2020-04-293-4/+4
* bugfix: sigprocmask invocation on non-signalfd systemsLaurent Bercot2020-04-041-1/+1
* Explicitly unblock signals when selfpiped without signalfdLaurent Bercot2020-02-262-3/+3
* bugfix: env_merge didn't correctly handle variable removalLaurent Bercot2020-02-101-1/+2
* Make sagethostname() work with all glibcsLaurent Bercot2020-01-301-4/+11
* Real fix for undefined PATH_MAXLaurent Bercot2019-10-201-1/+13
* Don't rely on the existence of PATH_MAXLaurent Bercot2019-10-201-2/+1
* Fix path_canonicalize()'s returned length when absoluteLaurent Bercot2019-10-101-1/+1
* Add path_canonicalize, prepare for 2.9.1.0Laurent Bercot2019-10-091-0/+69
* We're down to ONE rogue sysdep, boys. ONE.Laurent Bercot2019-09-206-78/+16
* Change tain_now_set_* API: also give an initial valueLaurent Bercot2019-09-063-12/+17
* Also better when you actually pull the sysdepsLaurent Bercot2019-09-041-0/+1
* With the correct sysdeps macros, pleaseLaurent Bercot2019-09-041-2/+2
* Big wallclock/stopwatch refactor. It was long overdue.Laurent Bercot2019-09-039-112/+103
* iopause_select: add protection against UB in FD_SETLaurent Bercot2019-08-071-0/+1
* bugfix: env_dump() unterminated stringsLaurent Bercot2019-07-311-1/+2
* Typo fixLaurent Bercot2019-07-231-1/+1
* Factor all the BSD complaints into one new headerLaurent Bercot2019-07-229-44/+22
* bits-fmtscan refactor, part twoLaurent Bercot2019-07-197-18/+39