aboutsummaryrefslogtreecommitdiffstats
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2024-04-26Fix portability issues in configure scriptArthur Williams1-3/+3
2024-01-31Add compatibility check for idtype_tDavid Wei1-0/+27
2023-12-16Link against libgcc based on output of -print-libgcc-file-nameViolet Purcell1-0/+9
2023-10-18Add futex helpersJens Axboe1-0/+39
2023-08-23Add nolibc riscv64 supportMichal Biesek1-2/+2
2023-06-30Fixes make --traceKartik Mahajan1-0/+2
2023-06-23configure: Introduce '--use-libc' optionAmmar Faizi1-7/+16
2023-06-23configure: Remove --nolibc optionAmmar Faizi1-19/+0
2023-02-14test/fsnotify: Skip fsnotify test if sys/fanotify.h not availableAlviro Iskandar Setiawan1-0/+19
2023-02-12use make --no-print-directory to generate version stringBart Trojanowski1-2/+2
2023-01-06configure: Always enable `CONFIG_NOLIBC` if the arch is supportedAlviro Iskandar Setiawan1-5/+35
2022-12-28uapi: Sync with the kernel and adjust the way to avoid linux/time_types.hStefan Metzmacher1-0/+5
2022-12-19Ensure LFS is used on 32-bit compilesJens Axboe1-1/+1
2022-12-01version: generate io_uring_version.h from Makefile.commonChristian Hergert1-0/+16
2022-07-28configure: check for nvme uring command supportAnkit Kumar1-0/+20
2022-06-26test/io_uring_register: kill old memfd testJens Axboe1-20/+0
2022-05-17configure: fix compile-checks for statxSimon A. F. Lund1-2/+1
2022-04-01configure: Allow the configure script to fail with a non-zero exit codeAmmar Faizi1-1/+3
2022-02-23configure: Fix clang-12 warning `-Wdeprecated`Alviro Iskandar Setiawan1-3/+4
2022-02-23configure: Fix _GNU_SOURCE redefinition warningAlviro Iskandar Setiawan1-1/+0
2022-02-15configure: Support busybox mktempNugra1-5/+8
2022-01-28fix statx configure and build on !CONFIG_HAVE_STATX toolchainsJon Kohler1-1/+1
2021-11-12fix 'make' when using glibc >= 2.28Bikal Lem1-1/+30
2021-10-10configure: Add `CONFIG_NOLIBC` variable and macroAmmar Faizi1-0/+9
2021-10-06configure: add openat2.h for open_how and RESOLVE_* flagsJens Axboe1-0/+5
2021-09-11test/io_uring_register: fix -Wimplicit-function-declaration of memfd_createAmmar Faizi1-0/+20
2021-08-27configure: document --cc and --cxx optionsJens Axboe1-0/+2
2021-08-20examples: disable ucontext-cp for elbrus (e2k) architecturepechenkin1-0/+1
2021-07-28test/Makefile: silence string/array overflow for testsJens Axboe1-0/+37
2020-10-28examples: disable ucontext-cp if ucontext.h is not availableSimon Zeni1-0/+21
2020-10-23configure: Fix unsafe temporary file creationGuillem Jover1-13/+4
2020-07-08configure: fix typos in help/error messagesTobias Klauser1-2/+2
2020-06-28configure: Use $CC and $CXX as default compilers if setBart Van Assche1-2/+4
2020-06-28configure: test for presence of C++ compilerJens Axboe1-4/+37
2020-04-29fix build on musl libcMilan P. Stanić1-0/+2
2020-04-09configure: check for struct statxJens Axboe1-0/+24
2020-02-24configure: sync struct open_how with kernel APIJens Axboe1-2/+1
2020-02-20configure: fix mis-generation of compat.h for no __kernel_rwf_tJens Axboe1-1/+1
2020-02-12Auto-generate compat.hJens Axboe1-0/+47
2020-02-12Correctly handle if __kernel_timespec is definedJens Axboe1-0/+1
2020-02-07Fix liburing.so symlink source if libdir != libdevdirStefan Metzmacher1-1/+7
2020-02-06configure/Makefile: introduce libdevdir defaults to $(libdir)Stefan Metzmacher1-1/+8
2020-01-08Add support for IORING_OP_OPENAT2Jens Axboe1-0/+26
2019-12-23configure: allow to set host CCJens Axboe1-0/+4
2019-11-28liburing: create an installation target for testsJohannes Thumshirn1-0/+8
2019-10-01Switch to 32/64-bit agnostic timeout formatJens Axboe1-0/+21
2019-08-28liburing: specifying --prefix to configure script was ineffective, fix.Kevin Vigor1-40/+48
2019-05-25configure: move directory options to ./configureStefan Hajnoczi1-1/+54
2019-01-15Add configure scriptJens Axboe1-0/+127