aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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