aboutsummaryrefslogtreecommitdiffstats
path: root/module/lua/ldo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* module: lua: ldo: fix pragma nameнаб2022-06-291-1/+1
* Silence -Winfinite-recursion warning in luaD_throw()Brian Behlendorf2022-06-271-0/+11
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-231-1/+1
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-041-1/+1
* Clean up CSTYLEDsнаб2022-01-261-2/+0
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-261-1/+0
* lua: avoid gcc -Wreturn-local-addr bugRyan Libby2020-12-151-4/+6
* Fix lua stack overflow on recursive call to gsub()Matthew Ahrens2020-07-271-1/+24
* Fix typosAndrea Gelmini2020-06-091-1/+1
* cppcheck: (error) Address of local auto-variable assignedBrian Behlendorf2019-12-181-0/+1
* Preliminary support for RV64GRomain Dolbeau2019-11-061-0/+2
* Add default case to lua kernel codeMatthew Macy2019-10-161-0/+6
* Fix channel programs on s390xBrian Behlendorf2019-07-281-1/+1
* Increase code coverage for Lua librariesDon Brady2018-02-081-9/+3
* OpenZFS 7431 - ZFS Channel ProgramsChris Williamson2018-02-081-0/+722