| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add chroot sysdep, fix endianness sysdep string in .h | Laurent Bercot | 2020-12-14 | 1 | -0/+20 |
| * | Add mkptemp2() | Laurent Bercot | 2020-12-09 | 3 | -15/+26 |
| * | Get rid of webipc.h and DJBUNIX_FLAG_* | Laurent Bercot | 2020-12-09 | 29 | -141/+139 |
| * | Some trivial bugfixes and cleanups | Laurent Bercot | 2020-12-07 | 9 | -8/+14 |
| * | Fix iobufferk_init on recent Linux; remove last superfluous coe | Laurent Bercot | 2020-12-04 | 3 | -20/+9 |
| * | Add documenting comments to exec.h | Laurent Bercot | 2020-12-04 | 1 | -26/+19 |
| * | Revamp lock primitives; prepare for 2.10.0.0 instead of 2.9.4.0 | Laurent Bercot | 2020-11-29 | 12 | -191/+74 |
| * | Do not use skalibs/environ.h | Laurent Bercot | 2020-11-26 | 1 | -9/+9 |
| * | trivial bugfix | Laurent Bercot | 2020-11-26 | 1 | -1/+1 |
| * | child_spawn cleanup, configure cleanup | Laurent Bercot | 2020-11-25 | 5 | -119/+119 |
| * | Fix typos | Laurent Bercot | 2020-11-25 | 1 | -9/+9 |
| * | Complete revamp of the pathexec functions | Laurent Bercot | 2020-11-24 | 51 | -181/+392 |
| * | Save syscalls on coe and ndelay_on | Laurent Bercot | 2020-11-23 | 4 | -6/+4 |
| * | Add fd_shutdown() | Laurent Bercot | 2020-11-20 | 2 | -0/+15 |
| * | Add ipc_bind_reuse_lock, rewrite ipc_bind_reuse to use it | Laurent Bercot | 2020-11-08 | 3 | -7/+31 |
| * | remove non-working links in libbiguint | Laurent Bercot | 2020-11-08 | 2 | -2/+1 |
| * | Refactor textmessage/textclient with channel creation around ancil_* | Laurent Bercot | 2020-10-26 | 8 | -73/+115 |
| * | Separate and expose ancil_recv_fd/ancil_send_fd | Laurent Bercot | 2020-10-26 | 26 | -115/+157 |
| * | Change new function names to openc_*; update deps.mak | Laurent Bercot | 2020-10-26 | 14 | -23/+23 |
| * | Prepare for 2.9.4.0; add open*coe() functions. | Laurent Bercot | 2020-10-26 | 14 | -6/+99 |
| * | Add stralloc_readyplus_tuned, fix overflow on stralloc_readyplus | Laurent Bercot | 2020-09-17 | 2 | -1/+14 |
| * | Fix alloc_realloc UB | Laurent Bercot | 2020-04-29 | 4 | -5/+5 |
| * | bugfix: sigprocmask invocation on non-signalfd systems | Laurent Bercot | 2020-04-04 | 1 | -1/+1 |
| * | bugfix: do not include posixishard.h in an early header! | Laurent Bercot | 2020-03-21 | 1 | -1/+0 |
| * | Explicitly unblock signals when selfpiped without signalfd | Laurent Bercot | 2020-02-26 | 2 | -3/+3 |
| * | execvep_internal: accommodate broken PATHs with ENOTDIR test | Laurent Bercot | 2020-02-19 | 1 | -1/+1 |
| * | bugfix: env_merge didn't correctly handle variable removal | Laurent Bercot | 2020-02-10 | 1 | -1/+2 |
| * | Make sagethostname() work with all glibcs | Laurent Bercot | 2020-01-30 | 1 | -4/+11 |
| * | Switch getrandom sysdep back to choose cl | Laurent Bercot | 2019-10-26 | 1 | -0/+6 |
| * | Better bigkv | Laurent Bercot | 2019-10-25 | 5 | -67/+80 |
| * | Add bigkv | Laurent Bercot | 2019-10-25 | 6 | -0/+135 |
| * | Real fix for undefined PATH_MAX | Laurent Bercot | 2019-10-20 | 1 | -1/+13 |
| * | Don't rely on the existence of PATH_MAX | Laurent Bercot | 2019-10-20 | 1 | -2/+1 |
| * | __GNU__ is actually preferred to __gnu_hurd__, it seems | Laurent Bercot | 2019-10-18 | 1 | -6/+7 |
| * | nonposix.h: define _GNU_SOURCE for Hurd, remove __GLIBC__ test | Laurent Bercot | 2019-10-17 | 1 | -3/+3 |
| * | Fix path_canonicalize()'s returned length when absolute | Laurent Bercot | 2019-10-10 | 1 | -1/+1 |
| * | Add path_canonicalize, prepare for 2.9.1.0 | Laurent Bercot | 2019-10-09 | 2 | -0/+71 |
| * | THAT'S IT WE HAVE EASY CROSS-COMPILATION FOLKS | Laurent Bercot | 2019-09-20 | 1 | -43/+0 |
| * | We're down to ONE rogue sysdep, boys. ONE. | Laurent Bercot | 2019-09-20 | 10 | -137/+20 |
| * | sysdeps redesign: first part: minimize clr tests | Laurent Bercot | 2019-09-20 | 6 | -42/+32 |
| * | Change tain_now_set_* API: also give an initial value | Laurent Bercot | 2019-09-06 | 4 | -15/+22 |
| * | Also better when you actually pull the sysdeps | Laurent Bercot | 2019-09-04 | 1 | -0/+1 |
| * | With the correct sysdeps macros, please | Laurent Bercot | 2019-09-04 | 1 | -2/+2 |
| * | Big wallclock/stopwatch refactor. It was long overdue. | Laurent Bercot | 2019-09-03 | 11 | -121/+127 |
| * | iopause_select: add protection against UB in FD_SET | Laurent Bercot | 2019-08-07 | 1 | -0/+1 |
| * | bugfix: env_dump() unterminated strings | Laurent Bercot | 2019-07-31 | 1 | -1/+2 |
| * | Typo fix | Laurent Bercot | 2019-07-23 | 1 | -1/+1 |
| * | Factor all the BSD complaints into one new header | Laurent Bercot | 2019-07-22 | 18 | -86/+81 |
| * | Rework skalibs/nonposix.h to avoid glibc squealing like a pig | Laurent Bercot | 2019-07-22 | 2 | -21/+31 |
| * | bits-fmtscan refactor, part two | Laurent Bercot | 2019-07-19 | 8 | -18/+40 |