]> git.proxmox.com Git - mirror_zfs.git/history - module/lua
ZIO: Add overflow checks for linear buffers
[mirror_zfs.git] / module / lua /
2023-04-25 Han GaoAdd loongarch64 support
2023-01-24 Attila Fülöpx86 asm: Replace .align with .balign
2023-01-17 Jorgen LundmanUnify Assembler files between Linux and Windows
2023-01-13 Richard YaoCleanup: Remove unneeded semicolons
2023-01-13 Richard YaoCleanup: Replace oldstyle struct hack with C99 flexible...
2022-11-30 szuberskFix Clang 15 compilation errors
2022-11-30 szuberskFix GCC 12 compilation errors
2022-11-29 Richard YaoLua: Fix bad bitshift in lua_strx2number()
2022-11-04 Alexander Lobakinicp: properly fix all RETs in x86_64 Asm code
2022-11-03 Brooks Davislua: cast through uintptr_t when return a pointer
2022-10-14 Richard YaoFix theoretical array overflow in lua_typename()
2022-10-14 Richard YaoCleanup: Address Clang's static analyzer's unused code...
2022-09-27 Richard YaoLUA: Fix CVE-2014-5461
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-29 набmodule: lua: ldo: fix pragma name
2022-06-27 Brian BehlendorfFix objtool: missing int3 after ret warning
2022-06-27 Brian BehlendorfSilence -Winfinite-recursion warning in luaD_throw()
2022-04-20 набlinux: module: weld all but spl.ko into zfs.ko
2022-03-23 Brian BehlendorfSwitch from _Noreturn to __attribute__((noreturn))
2022-03-05 Alejandro ColomarUse _Noreturn (C11; GNU89) properly
2022-02-15 Jorgen LundmanRename fallthrough to zfs_fallthrough
2022-01-26 набClean up CSTYLEDs
2021-09-14 Brian BehlendorfUse fallthrough macro
2021-07-26 набNormalise /*FALLTHR{OUGH,U}*/
2021-01-27 Brian Behlendorfcppcheck: integrete cppcheck
2020-12-15 Ryan Libbylua: avoid gcc -Wreturn-local-addr bug
2020-10-27 Brian BehlendorfUse known license string for zlua
2020-09-22 Ryan MoellerFreeBSD: Reduce stack usage of Lua
2020-08-25 sterlingjensenMark lua setjmp/longjmp for powerpc weak
2020-07-31 Ryan Moellerlua: Increase reserved stack space for FreeBSD in debug...
2020-07-27 Matthew AhrensFix lua stack overflow on recursive call to gsub()
2020-06-18 Arvind SankarSwitch off -Wmissing-prototypes for libgcc math functions
2020-06-18 Arvind SankarAdd prototypes
2020-06-10 Arvind SankarCleanup linux module kbuild files
2020-06-10 Andrea GelminiFix typos
2020-06-07 Jorgen LundmanReplace sprintf()->snprintf() and strcpy()->strlcpy()
2020-04-30 Brian BehlendorfAdd longjmp support for Thumb-2
2019-12-19 Brian Behlendorfcppcheck: (error) Address of local auto-variable assigned
2019-12-03 Matthew MacyMove linux qsort def to platform header
2019-11-06 Romain DolbeauPreliminary support for RV64G
2019-11-01 Matthew MacyWrap Linux module macros
2019-10-17 Matthew MacyAdd default case to lua kernel code
2019-08-30 Andrea GelminiFix typos in module/
2019-08-22 Brian BehlendorfFix automake program name transformations (#9190)
2019-08-21 Tony HutterLinux 5.3: Fix switch() fall though compiler errors
2019-07-29 Brian BehlendorfFix channel programs on s390x
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-02-21 Toomas SoomeOpenZFS 9035 - zfs: this statement may fall through
2018-02-20 Don BradyFix coverity defects: zfs channel programs
2018-02-15 Don BradyAddress objtool check failures in lua module
2018-02-08 Don BradyIncrease code coverage for Lua libraries
2018-02-08 Chris WilliamsonOpenZFS 7431 - ZFS Channel Programs