summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bump libaio versionHEADlibaio-0.3.113masterJeff Moyer2022-03-281-1/+1
* Verify structure padding is correct at build timeJeff Moyer2021-09-292-0/+24
* Fix struct io_iocb_sockaddr padding for 32bit architecturesJeff Moyer2021-09-291-2/+2
* Fix struct io_iocb_vector padding for 32bit architecturesBrett Holman2021-09-291-2/+2
* Use generic syscall number schema for loongarchyehui ren2021-07-201-1/+1
* Add endian detection and bit width detection for loongarchyehui ren2021-07-201-1/+3
* Use ctx consistently for io_context_t instead of ctx_idGuillem Jover2019-07-293-5/+5
* Merge branch 'master' of ssh://pagure.io/libaiolibaio-0.3.112Jeff Moyer2018-10-221-1/+1
|\
| * Merge #7 `Link against libgcc to avoid unresolved symbols`Jeffrey E. Moyer2018-10-221-1/+1
| |\
| | * Link against libgcc to avoid unresolved symbolsGuillem Jover2018-09-281-1/+1
* | | src/Makefile: add ENABLE_SHARED boolean to allow static-only buildThomas Petazzoni2018-10-221-1/+8
|/ /
* | Merge branch 'aio-poll'Jeff Moyer2018-10-229-29/+128
|\ \ | |/ |/|
| * add support for io_pgeteventsChristoph Hellwig2018-01-166-1/+68
| * move the aio_ring defintion and empty check into a headerChristoph Hellwig2018-01-162-25/+52
| * provide a generic io_syscall6Christoph Hellwig2018-01-161-0/+7
| * resurrect aio poll supportChristoph Hellwig2018-01-161-3/+1
* | Add endian detection (LE) and bit width detection (32/64) for RISC-VIcenowy Zheng2018-03-051-1/+2
* | Use generic syscall number schema for RISC-VIcenowy Zheng2018-03-051-1/+1
* | Change syscall-arm64.h to syscall-generic.hIcenowy Zheng2018-03-053-19/+12
|/
* syscall: get rid of custom syscall implementationsyscall-refactorJeff Moyer2018-01-1211-892/+34
* syscall-generic: don't overwrite errnoJeff Moyer2018-01-121-4/+10
* Add support for preadv2/pwritev2Jeff Moyer2017-12-141-1/+27
* Generic arch dectection for padding definesNathan Rossi2015-02-121-4/+12
* add more archesMike Frysinger2013-02-051-2/+5
* unify LE/BE 32/64bit logicMike Frysinger2013-02-051-40/+17
* add a generic syscall() fallbackMike Frysinger2013-01-312-1/+31
* respect CFLAGS/LDFLAGS build flagsMike Frysinger2013-01-311-2/+3
* build system: respect AR/RANLIBMike Frysinger2013-01-311-3/+4
* add arm64 (aarch64) supportJeff Moyer2013-01-313-0/+113
* add sparc supportJeff Moyer2011-04-193-0/+113
* Add in ARM architecture support.libaio-0.3.108Jeff Moyer2009-06-093-0/+128
* - Fix the test harness (Rusty Russell)libaio.0-3-107.1Jeff Moyer2008-01-091-9/+42
* - Add a .proc directive for the ia64_aio_raw_syscall macro. This sounds a lotJeff Moyer2006-01-041-0/+1
* Initial problem description:Jeff Moyer2005-08-011-0/+1
* - Add Alpha architecture support. (Sergey Tikhonov <tsv@solvo.ru>)Jeff Moyer2005-04-013-1/+212
* - Fix SONAME breakage. In changing file names around, I also changed thelibaio.0-3-103.1Jeff Moyer2005-01-251-6/+9
* - S390 asm had a bug; I forgot to update the clobber list. Lucky for me,libaio.0-3-102.1Jeff Moyer2004-10-141-41/+53
* - Revert syscall return values to be -ERRNO. This was an inadvertant buglibaio.0-3-101.1Jeff Moyer2004-10-137-32/+368
* - Switch around the tests for _PPC_ and _powerpc64_ so that the ppc64libaio.0-3-100.1Jeff Moyer2004-09-141-4/+4
* Backed out the 0.3.93 patch from daniel.libaio.0-3-99.3Jeff Moyer2004-03-301-27/+0
* o Fix header file to allow inclusion from c++ code.libaio.0-3-98.2Jeff Moyer2004-03-303-4/+44
* get rid of compiler warningsJeff Moyer2004-02-261-0/+1
* update syscall calling mechanism to be more generic. add -fpic to i386 build...libaio.0-3-97.1Jeff Moyer2004-02-249-415/+35
* fix /lib64 archeslibaio.0-3-96.2Bill Nottingham2003-07-091-4/+6
* deal with ia64Michael K. Johnson2003-06-181-1/+1
* optimize out unnecessary syscalls with 2.5 aio interfaceMichael K. Johnson2003-06-181-1/+32
* ppc bugfix from Julie DeWandellibaio.0-3-95.1Michael K. Johnson2003-05-281-4/+8
* symbol versioning patch from UlrichMichael K. Johnson2003-05-2015-143/+110
* add libaio support for s/390libaio.0-3-93.1Ben LaHaise2002-10-083-0/+129
* oooh, powerpc support for libaioBen LaHaise2002-10-081-0/+188