summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2018-01-13 Only test strnlen visibility in headersLaurent Bercot
2017-12-21 Add dirfd sysdep, because Solaris sucksLaurent Bercot
2017-12-21 Big 2.6.3.0 reorganizationLaurent Bercot
2017-11-22 Add O_DIRECTORY sysdepLaurent Bercot
2017-10-30 Make all-pic a user optionLaurent Bercot
2017-10-29 Shut up, grepLaurent Bercot
2017-10-29 Add pie test, don't double build on pieLaurent Bercot
2017-10-05 Better *FLAGS management; prepare for 2.6.0.1Laurent Bercot
2017-08-28 Add nsgetparent sysdepLaurent Bercot
2017-08-23 Change xexecvep exit codes ; add namespaces sysdepLaurent Bercot
2017-07-16 Change setgroups() management, in particular add skalibs_setgroups()Laurent Bercot
2017-07-15 Add egidingroups sysdeps, because FreeBSDLaurent Bercot
2017-05-15 bugfixes: invalid clockmon detection and futimens detectionLaurent Bercot
2017-05-02 Fix a configure error message when cross-compilingLaurent Bercot
2017-04-26 Fix getrandom() detection: need to run the test, not only link!Laurent Bercot
2017-03-13 Cleanups - mostly removing superfluous includes in headersLaurent Bercot
2017-03-08 Update documentation for the types change, with some extra fixesLaurent Bercot
2017-02-15 add arc4random_addrandom sysdep; next batch of types changes.Laurent Bercot
2017-01-25 More work on the types. This commit builds but has errors.Laurent Bercot
2016-10-29 bugfix: correctly read timer_lib when cross-compilingLaurent Bercot
2016-10-24 Add timer_lib for support (GNU requires -lrt for timer_create!)Laurent Bercot
2016-10-24 Add the alarm library, first draft.Laurent Bercot
2016-10-16 Revert SKALIBS_DEFAULTPATH to /usr/bin:/binLaurent Bercot
2016-10-14 Clean up and modernize librandom.Laurent Bercot
2016-09-27 configure: allow $CC to have several wordsLaurent Bercot
2016-09-26 Replace c99 compiler test with clangLaurent Bercot
2016-08-12 ... if I stop being an idiotLaurent Bercot
2016-08-12 And the next iteration!Laurent Bercot
2016-08-12 Next iteration... BSD shells are BROKENLaurent Bercot
2016-08-12 Redirections are hard for the BSD shellsLaurent Bercot
2016-08-12 Next iteration of the spawn.lib experimentLaurent Bercot
2016-08-12 Solaris fix attempt for spawn.lib detectionLaurent Bercot
2016-08-12 Add spawn_lib supportLaurent Bercot
2016-08-10 Fix posix_spawn() autodetection (it can be in librt)Laurent Bercot
2016-04-27 Add new sysdeps for futimens() and futimes(), adapt touch() implementationLaurent Bercot
2016-03-19 More standard support for cross-compilation (--host only, no --enable-cross)Laurent Bercot
2016-03-10 Change default SKALIBS_DEFAULTPATH to /usr/bin:/usr/sbin:/bin:/sbin to accom...Laurent Bercot
2015-11-30 Easier CROSS_COMPILE support in configureLaurent Bercot
2015-10-26 Separate sections for smaller static binaries (thanks Denys Vlasenko)Laurent Bercot
2015-10-05 Remove fucking buggy -Bsymbolic option to the linker.v2.3.7.1Laurent Bercot
2015-08-12 Add -Bsymbolicv2.3.6.1Laurent Bercot
2015-08-12 Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot
2015-07-13 - sysdeps for strnlen (Solaris... sigh)Laurent Bercot
2015-01-20 Put auto compiler flags into CPPFLAGS. They're useless for linking.Laurent Bercot
2015-01-02 Fix configure --help: no support for VAR=VALUELaurent Bercot
2015-01-02 More noob-friendly defaults for configureLaurent Bercot
2015-01-02 Remove the --enable-right-tz configure option.Laurent Bercot
2014-12-21 So the non-portable MSG_DONTWAIT may alleviate the problem... mightLaurent Bercot
2014-12-20 Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocksLaurent Bercot
2014-12-16 Test _XOPEN_SOURCE=700, you never know... (but not for Solaris)Laurent Bercot