Link against libcrypto, not all of openssl
[platform/upstream/kmod.git] / Makefile.am
2012-05-11 Lucas De Marchibuild-sys: copy rootfs to another directory
2012-05-11 Lucas De Marchibuild-sys: distribute testsuite
2012-05-11 Dan McGeetestsuite: ship testsuite/rootfs unzipped
2012-04-19 Lucas De Marchikmod 8 v8
2012-03-19 Lucas De Marchikmod 7 v7
2012-03-19 Lucas De Marchibuild-sys: don't set CFLAGS and LDFLAGS
2012-03-03 Lucas De Marchikmod 6 v6
2012-02-24 Lucas De MarchiMove repository to kernel.org
2012-02-08 Lucas De Marchibuild-sys: add rule to pack rootfs
2012-02-08 Lucas De Marchitestsuite: add tests to modprobe --show-depends
2012-02-07 Dan McGeetestsuite: libtestsuite depends on individual components
2012-02-06 Lucas De Marchikmod 5 v5
2012-01-30 Lucas De Marchitestsuite: add test for kmod_module_new_from_name()
2012-01-30 Lucas De Marchibuild-sys: fix make dist
2012-01-30 Dave Reisnerbuild-sys: declare rootfs.tar.xz as dep of rootfs/
2012-01-28 Pedro Pedruzzitestsuite: add test for function alias_normalize
2012-01-26 Lucas De Marchibuild-sys: extract rootfs for make check
2012-01-26 Lucas De Marchitestsuite: trap calls to delete_module() including...
2012-01-26 Lucas De Marchibuild-sys: autotoolify build of check libraries
2012-01-26 Lucas De Marchitestsuite: add trap to init_module() including simple...
2012-01-26 Lucas De Marchitestsuite: add test for modinfo
2012-01-26 Lucas De Marchitestsuite: add simple test for list of loaded modules
2012-01-26 Lucas De Marchitestsuite: allow to run tests outside of top_buildir
2012-01-26 Lucas De Marchitestsuite: add trap to fopen() including tests
2012-01-26 Lucas De Marchitestsuite: fake kernel 4.0.20-kmod is out
2012-01-26 Lucas De Marchitestsuite: trap calls to uname
2012-01-26 Lucas De Marchitestsuite: test libkmod initialization
2012-01-26 Lucas De Marchitestsuite: add skeleton
2012-01-21 Lucas De Marchibuild-sys: do not create symlinks by default
2012-01-18 Lucas De Marchibuild-sys: forcefully create links
2012-01-18 Lucas De Marchibuild-sys: move modprobe to sbindir
2012-01-18 Lucas De MarchiAdd program to calculate the shortest relative path...
2012-01-17 Lucas De Marchibuild-sys: create symlinks if we are installing tools
2012-01-16 Lucas De Marchikmod 4 v4
2012-01-16 Lucas De Marchibuild-sys: add release helpers
2012-01-12 Lucas De Marchibuild-sys: build man pages
2012-01-11 Lucas De Marchitest: add check of module's state
2012-01-10 Lucas De Marchibuild-sys: fix build with zlib/xz after private lib
2012-01-10 Lucas De Marchibuild-sys: workaround libtool issue with argv[0]
2012-01-10 Lucas De Marchibuild-sys: build tests as part of check phase
2012-01-10 Lucas De Marchibuild-sys: create symlinks instead of building separate...
2012-01-09 Lucas De Marchidoc: add gtk-doc to generate documentation
2012-01-05 Lucas De Marchikmod 3 v3
2012-01-04 Lucas De Marchibuild-sys: do not install kmod-* tools
2012-01-01 Lucas De MarchiAdd test to check kmod_validate_resources
2011-12-28 Lucas De MarchiMove libkmod-util.c to convenience util lib
2011-12-28 Lucas De MarchiMove array implementation from depmode to libkmod-util
2011-12-27 Lucas De Marchitools: kmod: bundle depmod together with the others
2011-12-27 Lucas De MarchiMove util functions to libkmod-util.c
2011-12-27 Lucas De Marchikmod-depmod: use hash implementation from util lib
2011-12-27 Lucas De Marchibuild-sys: create libkmod-util.la convenience lib
2011-12-27 Gustavo Sverzut... kmod-depmod: initial code (no files generated, untested)
2011-12-27 Lucas De MarchiAdd test for probe insert
2011-12-27 Lucas De Marchibuild-sys: remove unneeded _SOURCES var
2011-12-24 Lucas De MarchiMerge branch 'master' of git://dev.medozas.de/libkmod
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 Jan Engelhardtbuild: use pkgconfig to detect zlib
2011-12-24 Gustavo Sverzut... add test/test-elf
2011-12-23 Lucas De Marchitools: kmod: Add handling of compat modprobe
2011-12-23 Lucas De Marchitools: kmod: Add handling of compat modinfo
2011-12-23 Lucas De Marchitools: kmod: Add handling of compat insmod
2011-12-23 Lucas De Marchitools: kmod: Add handling of compat rmmod
2011-12-23 Lucas De Marchitools: kmod: Add handling of compat lsmod
2011-12-23 Lucas De Marchitools: add skeleton of kmod tool
2011-12-23 Lucas De Marchibuild-sys: use MKDIR_P
2011-12-22 Kay Sieversintroduce --with-rootlibdir=DIR
2011-12-21 Kay Sieversdo not (mis-)use the config file generator for non...
2011-12-21 Lucas De Marchikmod 2 v2
2011-12-20 Lucas De Marchibuild-sys: remove remaining _SOURCES var
2011-12-20 Kay Sieversintroduce --with-rootprefix=DIR
2011-12-20 Lucas De Marchibuild-sys: remove unneeded _SOURCES vars
2011-12-19 Gustavo Sverzut... Introduce kmod-modinfo.
2011-12-19 Gustavo Sverzut... ELF: initial support for modinfo and strip of modversio...
2011-12-17 Gustavo Sverzut... implement zlib module loading.
2011-12-15 Lucas De Marchikmod 1 v1
2011-12-15 Lucas De MarchiAdd libkmod files to EXTRA_DIST
2011-12-12 Lucas De Marchibuild-sys: add version map file to build dependencies
2011-12-12 Lucas De MarchiRemove libkmod-loaded.c and re-order functions in libkm...
2011-12-12 Lucas De MarchiMerge branch 'use-mmap'
2011-12-11 Gustavo Sverzut... tools: add modprobe
2011-12-11 Gustavo Sverzut... add lsmod, insmod and rmmod tools.
2011-12-08 Gustavo Sverzut... add kmod_module_get_filtered_blacklist()
2011-12-06 Lucas De Marchitest: add test for modules' hash
2011-12-06 Lucas De Marchitest: add test to get dependencies of a module
2011-12-06 Lucas De Marchitest: add test to convert name to path
2011-12-05 Gustavo Sverzut... Add simple hash implementation
2011-12-02 Lucas De MarchiDo not ship autogen.sh in the tarball
2011-11-30 Lucas De MarchiAdd test for lookup function
2011-11-30 Lucas De MarchiImport index handling from module-init-tools
2011-11-29 Lucas De MarchiAdd support for parsing config files
2011-11-29 Lucas De MarchiAdd getline_wrapped() to parse config files
2011-11-25 Lucas De MarchiAdd test-insmod to insert modules
2011-11-25 Lucas De MarchiAdd test-rmmod2
2011-11-25 Lucas De MarchiAdd functions to operate on modules
2011-11-25 Lucas De MarchiFix check_PROGRAMS in autofoo
2011-11-23 Lucas De MarchiAdd binary to test rmmod feature
2011-11-23 Lucas De MarchiRename libkmod-util.h to macro.h
2011-11-23 Lucas De MarchiAdd libkmod-loaded to handle live modules information
2011-11-23 Lucas De MarchiImplement circular double-linked list
next