summaryrefslogtreecommitdiff
path: root/libkmod/libkmod-file.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-25Remove FSF mailing addressLucas De Marchi1-2/+1
2014-10-03Reorder and reorganize header filesLucas De Marchi1-9/+8
2014-10-03Move generic util functions to shared directoryLucas De Marchi1-0/+2
2013-11-18file: use _cleanup_free_Lucas De Marchi1-4/+4
2013-07-04Use "-internal" suffix instead of "-private"Lucas De Marchi1-1/+1
2013-02-19libkmod: fix address argument to mmap callsKees Cook1-1/+2
2013-02-19libkmod: add finit_module logicKees Cook1-0/+13
2013-01-16Update copyright noticesLucas De Marchi1-1/+1
2012-10-18libkmod: cache open file for later accessLucas De Marchi1-0/+13
2012-05-08libkmod-file: gracefully handle errors from zlibDave Reisner1-1/+7
2012-01-09Update copyrightLucas De Marchi1-1/+1
2012-01-04file: use log facilitiesLucas De Marchi1-10/+10
2012-01-04file: take a weakref to ctxLucas De Marchi1-1/+4
2012-01-04Add missing static constLucas De Marchi1-1/+1
2012-01-03libkmod-file: refactor code to avoid ifdef mess.Gustavo Sverzut Barbieri1-83/+98
2011-12-24Support for loading Xz-compressed modulesJan Engelhardt1-0/+132
2011-12-24file: speed up loading non-gzipped modules when zlib is enabled.Gustavo Sverzut Barbieri1-20/+53
2011-12-17implement zlib module loading.Gustavo Sverzut Barbieri1-0/+163