aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add chroot sysdep, fix endianness sysdep string in .hLaurent Bercot2020-12-141-0/+20
* Add mkptemp2()Laurent Bercot2020-12-093-15/+26
* Get rid of webipc.h and DJBUNIX_FLAG_*Laurent Bercot2020-12-0929-141/+139
* Some trivial bugfixes and cleanupsLaurent Bercot2020-12-079-8/+14
* Fix iobufferk_init on recent Linux; remove last superfluous coeLaurent Bercot2020-12-043-20/+9
* Add documenting comments to exec.hLaurent Bercot2020-12-041-26/+19
* Revamp lock primitives; prepare for 2.10.0.0 instead of 2.9.4.0Laurent Bercot2020-11-2912-191/+74
* Do not use skalibs/environ.hLaurent Bercot2020-11-261-9/+9
* trivial bugfixLaurent Bercot2020-11-261-1/+1
* child_spawn cleanup, configure cleanupLaurent Bercot2020-11-255-119/+119
* Fix typosLaurent Bercot2020-11-251-9/+9
* Complete revamp of the pathexec functionsLaurent Bercot2020-11-2451-181/+392
* Save syscalls on coe and ndelay_onLaurent Bercot2020-11-234-6/+4
* Add fd_shutdown()Laurent Bercot2020-11-202-0/+15
* Add ipc_bind_reuse_lock, rewrite ipc_bind_reuse to use itLaurent Bercot2020-11-083-7/+31
* remove non-working links in libbiguintLaurent Bercot2020-11-082-2/+1
* Refactor textmessage/textclient with channel creation around ancil_*Laurent Bercot2020-10-268-73/+115
* Separate and expose ancil_recv_fd/ancil_send_fdLaurent Bercot2020-10-2626-115/+157
* Change new function names to openc_*; update deps.makLaurent Bercot2020-10-2614-23/+23
* Prepare for 2.9.4.0; add open*coe() functions.Laurent Bercot2020-10-2614-6/+99
* Add stralloc_readyplus_tuned, fix overflow on stralloc_readyplusLaurent Bercot2020-09-172-1/+14
* Fix alloc_realloc UBLaurent Bercot2020-04-294-5/+5
* bugfix: sigprocmask invocation on non-signalfd systemsLaurent Bercot2020-04-041-1/+1
* bugfix: do not include posixishard.h in an early header!Laurent Bercot2020-03-211-1/+0
* Explicitly unblock signals when selfpiped without signalfdLaurent Bercot2020-02-262-3/+3
* execvep_internal: accommodate broken PATHs with ENOTDIR testLaurent Bercot2020-02-191-1/+1
* 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
* Switch getrandom sysdep back to choose clLaurent Bercot2019-10-261-0/+6
* Better bigkvLaurent Bercot2019-10-255-67/+80
* Add bigkvLaurent Bercot2019-10-256-0/+135
* 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
* __GNU__ is actually preferred to __gnu_hurd__, it seemsLaurent Bercot2019-10-181-6/+7
* nonposix.h: define _GNU_SOURCE for Hurd, remove __GLIBC__ testLaurent Bercot2019-10-171-3/+3
* Fix path_canonicalize()'s returned length when absoluteLaurent Bercot2019-10-101-1/+1
* Add path_canonicalize, prepare for 2.9.1.0Laurent Bercot2019-10-092-0/+71
* THAT'S IT WE HAVE EASY CROSS-COMPILATION FOLKSLaurent Bercot2019-09-201-43/+0
* We're down to ONE rogue sysdep, boys. ONE.Laurent Bercot2019-09-2010-137/+20
* sysdeps redesign: first part: minimize clr testsLaurent Bercot2019-09-206-42/+32
* Change tain_now_set_* API: also give an initial valueLaurent Bercot2019-09-064-15/+22
* 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-0311-121/+127
* 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-2218-86/+81
* Rework skalibs/nonposix.h to avoid glibc squealing like a pigLaurent Bercot2019-07-222-21/+31
* bits-fmtscan refactor, part twoLaurent Bercot2019-07-198-18/+40