aboutsummaryrefslogtreecommitdiffstats
path: root/module/lua
Commit message (Expand)AuthorAgeFilesLines
* lua: add flex array field to TString typeRob Norris2024-09-304-12/+15
* LUA: Backport CVE-2020-24370's patchthe-Chain-Warden-thresh2024-02-071-3/+4
* Add loongarch64 supportHan Gao2023-04-253-0/+86
* x86 asm: Replace .align with .balignAttila Fülöp2023-01-245-6/+6
* Unify Assembler files between Linux and WindowsJorgen Lundman2023-01-172-20/+8
* Cleanup: Remove unneeded semicolonsRichard Yao2023-01-123-3/+3
* Cleanup: Replace oldstyle struct hack with C99 flexible array membersRichard Yao2023-01-122-4/+4
* Fix Clang 15 compilation errorsszubersk2022-11-301-1/+2
* Fix GCC 12 compilation errorsszubersk2022-11-301-1/+2
* Lua: Fix bad bitshift in lua_strx2number()Richard Yao2022-11-291-1/+1
* icp: properly fix all RETs in x86_64 Asm codeAlexander Lobakin2022-11-041-7/+8
* lua: cast through uintptr_t when return a pointerBrooks Davis2022-11-031-1/+1
* Fix theoretical array overflow in lua_typename()Richard Yao2022-10-141-0/+2
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-141-1/+1
* LUA: Fix CVE-2014-5461Richard Yao2022-09-271-1/+1
* Replace dead opensolaris.org license linkTino Reichardt2022-07-112-2/+2
* module: lua: ldo: fix pragma nameнаб2022-06-291-1/+1
* Fix objtool: missing int3 after ret warningBrian Behlendorf2022-06-271-2/+8
* Silence -Winfinite-recursion warning in luaD_throw()Brian Behlendorf2022-06-271-0/+11
* linux: module: weld all but spl.ko into zfs.koнаб2022-04-202-62/+0
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-231-1/+1
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-041-1/+1
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-154-4/+4
* Clean up CSTYLEDsнаб2022-01-2642-85/+0
* Use fallthrough macroBrian Behlendorf2021-09-145-4/+8
* Normalise /*FALLTHR{OUGH,U}*/наб2021-07-262-2/+2
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-262-2/+0
* lua: avoid gcc -Wreturn-local-addr bugRyan Libby2020-12-151-4/+6
* Use known license string for zluaBrian Behlendorf2020-10-271-1/+1
* FreeBSD: Reduce stack usage of LuaRyan Moeller2020-09-221-9/+0
* Mark lua setjmp/longjmp for powerpc weaksterlingjensen2020-08-251-5/+5
* lua: Increase reserved stack space for FreeBSD in debug configRyan Moeller2020-07-311-0/+9
* Fix lua stack overflow on recursive call to gsub()Matthew Ahrens2020-07-275-1/+34
* Switch off -Wmissing-prototypes for libgcc math functionsArvind Sankar2020-06-181-28/+0
* Add prototypesArvind Sankar2020-06-181-2/+0
* Cleanup linux module kbuild filesArvind Sankar2020-06-101-7/+4
* Fix typosAndrea Gelmini2020-06-091-1/+1
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-7/+7
* Add longjmp support for Thumb-2Brian Behlendorf2020-04-291-1/+18
* cppcheck: (error) Address of local auto-variable assignedBrian Behlendorf2019-12-182-0/+2
* Move linux qsort def to platform headerMatthew Macy2019-12-031-2/+2
* Preliminary support for RV64GRomain Dolbeau2019-11-063-0/+95
* Wrap Linux module macrosMatthew Macy2019-11-011-7/+7
* Add default case to lua kernel codeMatthew Macy2019-10-161-0/+6
* Fix typos in module/Andrea Gelmini2019-08-301-1/+1
* Linux 5.3: Fix switch() fall though compiler errorsTony Hutter2019-08-211-3/+6
* Fix channel programs on s390xBrian Behlendorf2019-07-281-1/+1
* Update build system and packagingBrian Behlendorf2018-05-296-6/+6
* OpenZFS 9035 - zfs: this statement may fall throughToomas Soome2018-02-214-2/+4
* Fix coverity defects: zfs channel programsDon Brady2018-02-209-10/+14