aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bugfix: do not include posixishard.h in an early header!Laurent Bercot2020-03-212-2/+1
|
* version: 2.9.2.0v2.9.2.0Laurent Bercot2020-03-021-1/+0
|
* Explicitly unblock signals when selfpiped without signalfdLaurent Bercot2020-02-262-3/+3
| | | | | | | | | | | | | | | | This is arguably a bugfix, since selfpipe without signalfd relies on signals being actually delivered, and a process may have inherited a nonempty sigprocmask. Also use SIG_BLOCK instead of SIG_SETMASK when using selfpipe_trapset() with signalfd, because we shouldn't unblock signals that may have previously been blocked. This is also arguably a bugfix. This commit is essential for using the version of s6-linux-init that blocks SIGINT before disablecad on kernels without signalfd. Without it, SIGINT never gets unblocked, so it's never delivered to s6-svscan.
* execvep_internal: accommodate broken PATHs with ENOTDIR testLaurent Bercot2020-02-191-1/+1
|
* bugfix: env_merge didn't correctly handle variable removalLaurent Bercot2020-02-102-1/+3
|
* Fix Solaris patching scriptLaurent Bercot2020-02-091-1/+1
|
* Make sagethostname() work with all glibcsLaurent Bercot2020-01-301-4/+11
|
* Put correct /library.so back into MakefileLaurent Bercot2020-01-271-0/+3
|
* Fix shared libs installation; prepare for 2.9.2.0Laurent Bercot2020-01-276-9/+18
|
* Simplify endianness testLaurent Bercot2019-10-261-31/+14
|
* Switch getrandom sysdep back to choose clLaurent Bercot2019-10-263-6/+9
|
* Better bigkvLaurent Bercot2019-10-256-68/+81
|
* Add bigkvLaurent Bercot2019-10-257-1/+141
|
* Document that getrandom is now clrLaurent Bercot2019-10-251-4/+10
|
* getrandom sysdep must be clr, THANKS GLIBCLaurent Bercot2019-10-251-3/+2
|
* Also fix documentation for default pathLaurent Bercot2019-10-231-1/+1
|
* Remove obsolete documentation for --enable-clockLaurent Bercot2019-10-231-27/+0
|
* version: 2.9.1.0v2.9.1.0Laurent Bercot2019-10-212-1/+4
|
* 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
| | | | | | | | | | __GLIBC__ and similar ftms are not defined in the compiler, but in features.h, which isn't POSIX so cannot be included, and standard headers can't be included either because nonposix.h defines ftms that must exist *prior to* std headers inclusion. The kernel ftms, however, are defined by the compiler, so we can use them.
* Fix path_canonicalize()'s returned length when absoluteLaurent Bercot2019-10-101-1/+1
|
* Add path_canonicalize, prepare for 2.9.1.0Laurent Bercot2019-10-098-2/+99
|
* Fix SKALIBS_SIZEOF* macro declarations in skalibs/sysdeps.hLaurent Bercot2019-10-091-2/+2
|
* version: 2.9.0.0v2.9.0.0Laurent Bercot2019-09-221-1/+1
|
* Update tainnow.lib mentions in docLaurent Bercot2019-09-213-1/+11
|
* INSTALL now explains the easy cross-compilationLaurent Bercot2019-09-202-25/+21
|
* THAT'S IT WE HAVE EASY CROSS-COMPILATION FOLKSLaurent Bercot2019-09-203-181/+124
|
* We're down to ONE rogue sysdep, boys. ONE.Laurent Bercot2019-09-2013-144/+24
|
* Better endianness test, because BSDLaurent Bercot2019-09-201-1/+16
|
* sysdeps redesign: first part: minimize clr testsLaurent Bercot2019-09-2012-197/+273
| | | | | | | | Remaining clr: emptyregex: can be safely guessed to no nullispointer: can't be safely guessed, but do we need the test? devurandom: can't be safely guessed malloc0: can more or less be safely guessed to no
* Update docLaurent Bercot2019-09-071-5/+28
|
* 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-042-1/+2
|
* With the correct sysdeps macros, pleaseLaurent Bercot2019-09-041-2/+2
|
* Big wallclock/stopwatch refactor. It was long overdue.Laurent Bercot2019-09-0318-249/+215
| | | | | | | | | | | | | * --enable-clock and --enable-monotonic are gone * tain_sysclock() has been renamed tain_wallclock_read() * tain_wallclock_read() reads from CLOCK_REALTIME (or gettimeofday()) * tain_clockmon[_init]() have been renamed to tain_stopwatch_[read|init]() and now accept a monotonic clock name as an extra argument * tain_now() points to the system (wall) clock by default * tain_now_set_[stopwatch|wallclock]() can be used to switch Now to make a pass on all skarnet.org programs and add a tain_now_set_stopwatch() call everywhere needed... >.>
* Add more reproducibility to the buildLaurent Bercot2019-08-192-2/+2
|
* iopause_select: add protection against UB in FD_SETLaurent Bercot2019-08-071-0/+1
|
* bugfix: env_dump() unterminated stringsLaurent Bercot2019-07-311-1/+2
|
* Fix uint16.h and uint32.h dependenciesLaurent Bercot2019-07-231-2/+2
|
* Typo fixLaurent Bercot2019-07-231-1/+1
|
* Factor all the BSD complaints into one new headerLaurent Bercot2019-07-2219-100/+98
|
* Document changesLaurent Bercot2019-07-222-1/+8
|
* Tentative magic to support out-of-path CC, especially in cross-buildsLaurent Bercot2019-07-221-3/+12
|
* Rework skalibs/nonposix.h to avoid glibc squealing like a pigLaurent Bercot2019-07-222-21/+31
| | | | | Also move a conformance workaround from nonposix.h to posixishard.h This may break things on MacOS, needs testing.
* Simplify cross-build support some moreLaurent Bercot2019-07-192-7/+8
|
* Accept configure invocation from any directoryLaurent Bercot2019-07-191-0/+1
|
* Accept raw external $CC for cross-compilingLaurent Bercot2019-07-191-0/+7
|
* bits-fmtscan refactor, part twoLaurent Bercot2019-07-198-18/+40
|