aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* bugfixes: invalid clockmon detection and futimens detectionLaurent Bercot2017-05-151-1/+1
|
* Fix a configure error message when cross-compilingLaurent Bercot2017-05-021-1/+1
|
* Fix getrandom() detection: need to run the test, not only link!Laurent Bercot2017-04-261-1/+1
|
* Cleanups - mostly removing superfluous includes in headersLaurent Bercot2017-03-131-0/+2
|
* Update documentation for the types change, with some extra fixesLaurent Bercot2017-03-081-9/+0
| | | | Also remove --enable-replace-libc from configure
* add arc4random_addrandom sysdep; next batch of types changes.Laurent Bercot2017-02-151-0/+1
| | | | | The library isn't supposed to be functional yet: there are still a lot of type mismatches.
* More work on the types. This commit builds but has errors.Laurent Bercot2017-01-251-15/+21
| | | | | | | Rework src/headers entirely: build skalibs/types.h Convert skalibs/fmtscan.h types. Propagate changes until it builds. There are a lot of incompatible pointer issues remaining, those will be fixed with the buffer overhaul.
* bugfix: correctly read timer_lib when cross-compilingLaurent Bercot2016-10-291-0/+1
|
* Add timer_lib for support (GNU requires -lrt for timer_create!)Laurent Bercot2016-10-241-1/+12
|
* Add the alarm library, first draft.Laurent Bercot2016-10-241-11/+18
|
* Revert SKALIBS_DEFAULTPATH to /usr/bin:/binLaurent Bercot2016-10-161-2/+2
|
* Clean up and modernize librandom.Laurent Bercot2016-10-141-31/+2
| | | | | | | | | | | | | | | | | | | | | | Correct random number generation has historically been suprisingly painful to achieve. There was no standard, every system behaved in a subtly different way, and there were a few userland initiatives to get decent randomness, all incompatible of course. The situation is a bit better now, we're heading towards some standardization. The arc4random() series of functions is a good API, and available on a lot of systems - unfortunately not Linux, but on Linux the new getrandom() makes using /dev/random obsolete. So I removed the old crap in librandom, dropped EGD support, dropped dynamic backend selection, made a single API series (random_* instead of goodrandom_* and badrandom_*), added an arc4random backend and a getrandom backend, and defaulted to /dev/urandom backed up by SURF in the worst case. This should be much smaller and logical. However, it's a major API break, so the skarnet.org stack will be changed to adapt.
* configure: allow $CC to have several wordsLaurent Bercot2016-09-271-1/+1
|
* Replace c99 compiler test with clangLaurent Bercot2016-09-261-1/+1
|
* ... if I stop being an idiotLaurent Bercot2016-08-121-3/+8
|
* And the next iteration!Laurent Bercot2016-08-121-13/+8
|
* Next iteration... BSD shells are BROKENLaurent Bercot2016-08-121-6/+7
|
* Redirections are hard for the BSD shellsLaurent Bercot2016-08-121-3/+3
|
* Next iteration of the spawn.lib experimentLaurent Bercot2016-08-121-43/+23
|
* Solaris fix attempt for spawn.lib detectionLaurent Bercot2016-08-121-18/+24
|
* Add spawn_lib supportLaurent Bercot2016-08-121-26/+46
|
* Fix posix_spawn() autodetection (it can be in librt)Laurent Bercot2016-08-101-1/+1
|
* Add new sysdeps for futimens() and futimes(), adapt touch() implementationLaurent Bercot2016-04-271-0/+2
|
* More standard support for cross-compilation (--host only, no --enable-cross)Laurent Bercot2016-03-191-7/+15
|
* Change default SKALIBS_DEFAULTPATH to /usr/bin:/usr/sbin:/bin:/sbin to ↵Laurent Bercot2016-03-101-4/+11
| | | | | | accommodate s6-linux-init. Also add /command on slashpackage installations.
* Easier CROSS_COMPILE support in configureLaurent Bercot2015-11-301-6/+7
|
* Separate sections for smaller static binaries (thanks Denys Vlasenko)Laurent Bercot2015-10-261-0/+4
|
* Remove fucking buggy -Bsymbolic option to the linker.v2.3.7.1Laurent Bercot2015-10-051-1/+0
| | | | version: 2.3.7.1
* Add -Bsymbolicv2.3.6.1Laurent Bercot2015-08-121-0/+3
|
* Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot2015-08-121-2/+2
|
* - sysdeps for strnlen (Solaris... sigh)Laurent Bercot2015-07-131-0/+1
| | | | - rc for 2.3.5.2
* Put auto compiler flags into CPPFLAGS. They're useless for linking.Laurent Bercot2015-01-201-7/+7
|
* Fix configure --help: no support for VAR=VALUELaurent Bercot2015-01-021-4/+1
|
* More noob-friendly defaults for configureLaurent Bercot2015-01-021-10/+29
|
* Remove the --enable-right-tz configure option.Laurent Bercot2015-01-021-9/+0
| | | | | | Make it a run-time autodetection instead. Update doc. Thanks to Paul Jarc for the suggestion.
* So the non-portable MSG_DONTWAIT may alleviate the problem... mightLaurent Bercot2014-12-211-1/+2
| | | | as well use it on architectures that support it.
* Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocksLaurent Bercot2014-12-201-1/+7
| | | | | | until buffer full or socket shutdown on BSD, *even if the socket is nonblocking*. So I added an "okwaitall" sysdeps, and won't set MSG_WAITALL on retarded systems.
* Test _XOPEN_SOURCE=700, you never know... (but not for Solaris)Laurent Bercot2014-12-161-1/+1
|
* Declare static/shared libs in configure, it's specific anywayLaurent Bercot2014-12-151-2/+11
|
* Use -O2 by defaultLaurent Bercot2014-12-111-1/+1
|
* Remove CPPFLAGS_AUTO entries that disable compiler warningsLaurent Bercot2014-12-081-7/+0
|
* initial commit with rc for skalibs-2.0.0.0Laurent Bercot2014-09-181-0/+590