]> git.ipfire.org Git - thirdparty/kmod.git/history - libkmod/libkmod-file.c
libkmod: add weak dependecies
[thirdparty/kmod.git] / libkmod / libkmod-file.c
2024-04-30  Emil Velikovlibkmod: keep KMOD_FILE_COMPRESSION_NONE/load_reg in...
2024-04-30  Emil Velikovlibkmod: move load_reg() further up
2024-04-30  Emil Velikovlibkmod: tidy-up kmod_file_open()
2024-04-30  Emil Velikovlibkmod: swap alloca usage for a few assert_cc
2024-04-30  Emil Velikovlibkmod: always detect the module compression
2024-04-30  Emil Velikovlibkmod: propagate {zstd,xz,zlib}_load errors
2024-04-30  Emil Velikovlibkmod: nuke struct file_ops
2024-04-30  Emil Velikovlibkmod: clear file->memory if map fails
2024-04-30  Emil Velikovlibkmod: remove kmod_file::{zstd,xz}_used flags
2024-04-30  Emil Velikovlibkmod: keep gzFile gzf local to load_zlib()
2024-04-30  Emil Velikovlibkmod: use a dup()'d fd for zlib
2023-06-20  Lucas De Marchilibkmod: Use kernel decompression when available
2023-06-09  Lucas De Marchilibkmod: Keep track of compression type
2023-06-09  Lucas De Marchilibkmod: Do not inititialize file->memory on open
2020-09-11  Torge Matthiesadd Zstandard compression support
2014-12-26  Lucas De MarchiRemove FSF mailing address
2014-10-03  Lucas De MarchiReorder and reorganize header files
2014-10-03  Lucas De MarchiMove generic util functions to shared directory
2013-11-18  Lucas De Marchifile: use _cleanup_free_
2013-07-04  Lucas De MarchiUse "-internal" suffix instead of "-private"
2013-02-19  Kees Cooklibkmod: fix address argument to mmap calls
2013-02-19  Kees Cooklibkmod: add finit_module logic
2013-01-16  Lucas De MarchiUpdate copyright notices
2012-10-18  Lucas De Marchilibkmod: cache open file for later access
2012-05-08  Dave Reisnerlibkmod-file: gracefully handle errors from zlib
2012-01-09  Lucas De MarchiUpdate copyright
2012-01-04  Lucas De Marchifile: use log facilities
2012-01-04  Lucas De Marchifile: take a weakref to ctx
2012-01-04  Lucas De MarchiAdd missing static const
2012-01-03  Gustavo Sverzut... libkmod-file: refactor code to avoid ifdef mess.
2011-12-24  Lucas De MarchiMerge branch 'master' of git://dev.medozas.de/libkmod
2011-12-24  Jan EngelhardtSupport for loading Xz-compressed modules
2011-12-24  Gustavo Sverzut... file: speed up loading non-gzipped modules when zlib...
2011-12-17  Gustavo Sverzut... implement zlib module loading.