about summary refs log tree commit diff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
...
* Only test strnlen visibility in headersLaurent Bercot2018-01-131-1/+1
* Add dirfd sysdep, because Solaris sucksLaurent Bercot2017-12-211-0/+1
* Big 2.6.3.0 reorganizationLaurent Bercot2017-12-211-0/+1
* Add O_DIRECTORY sysdepLaurent Bercot2017-11-221-0/+1
* Make all-pic a user optionLaurent Bercot2017-10-301-11/+19
* Shut up, grepLaurent Bercot2017-10-291-1/+1
* Add pie test, don't double build on pieLaurent Bercot2017-10-291-0/+14
* Better *FLAGS management; prepare for 2.6.0.1Laurent Bercot2017-10-051-21/+30
* Add nsgetparent sysdepLaurent Bercot2017-08-281-0/+1
* Change xexecvep exit codes ; add namespaces sysdepLaurent Bercot2017-08-231-0/+1
* Change setgroups() management, in particular add skalibs_setgroups()Laurent Bercot2017-07-161-1/+0
* Add egidingroups sysdeps, because FreeBSDLaurent Bercot2017-07-151-0/+1
* 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
* add arc4random_addrandom sysdep; next batch of types changes.Laurent Bercot2017-02-151-0/+1
* More work on the types. This commit builds but has errors.Laurent Bercot2017-01-251-15/+21
* 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
* 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 accom...Laurent Bercot2016-03-101-4/+11
* 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
* Add -Bsymbolic v2.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
* 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
* So the non-portable MSG_DONTWAIT may alleviate the problem... mightLaurent Bercot2014-12-211-1/+2
* Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocksLaurent Bercot2014-12-201-1/+7
* Test _XOPEN_SOURCE=700, you never know... (but not for Solaris)Laurent Bercot2014-12-161-1/+1