Commit Graph

  • 2f76fda259 Use last enum value instead of ARRAY_SIZE Lucas De Marchi 2011-12-31 13:01:55 -0200
  • 4926cb501d Do not call exported function for mod->name Lucas De Marchi 2011-12-31 11:21:52 -0200
  • 0d46743ca5 Move function to the right place Lucas De Marchi 2011-12-31 11:15:52 -0200
  • e47c604525 Ignore "already loaded" error in module_probe_insert_module() Lucas De Marchi 2011-12-30 14:15:40 -0200
  • bbf59327e3 Use errno instead of return value of init_module() Lucas De Marchi 2011-12-30 14:13:33 -0200
  • 1698456259 libkmod-util: getline_wrapped: return NULL when buffer allocation fails Leandro Pereira 2011-12-28 14:44:35 -0200
  • 40ee8dadca Do not forget parenthesis around if (streq(A, B)). Leandro Pereira 2011-12-28 15:01:16 -0200
  • 0c010fae10 Move libkmod-util.c to convenience util lib Lucas De Marchi 2011-12-28 13:33:26 -0200
  • 6670c63344 Move array implementation from depmode to libkmod-util Lucas De Marchi 2011-12-28 12:53:37 -0200
  • f6cf14ce13 tools: kmod: bundle depmod together with the others Lucas De Marchi 2011-12-27 19:56:33 -0200
  • bcb812275e Fix header guard Lucas De Marchi 2011-12-27 19:53:38 -0200
  • 4783d69e48 kmod tool: don't keep iterating when command has been executed Leandro Pereira 2011-12-27 18:22:30 -0200
  • a4848e249f Move util functions to libkmod-util.c Lucas De Marchi 2011-12-27 14:38:26 -0200
  • 5cd13064ec kmod-depmod: use hash implementation from util lib Lucas De Marchi 2011-12-27 13:27:42 -0200
  • 8d1278d03f hash: add iterator Lucas De Marchi 2011-12-27 13:27:01 -0200
  • 529148ea70 build-sys: create libkmod-util.la convenience lib Lucas De Marchi 2011-12-27 12:26:51 -0200
  • d707380744 Copy missing hash functions from kmod-depmod to libkmod Lucas De Marchi 2011-12-27 12:20:35 -0200
  • 822913d74c Remove kmod_ prefix from hash implementation Lucas De Marchi 2011-12-27 12:13:54 -0200
  • ebaa7beb0a Log paths if kmod_module_new_from_path() failed Lucas De Marchi 2011-12-27 18:10:19 -0200
  • 3af535c97b TODO: format and add task Lucas De Marchi 2011-12-27 17:32:55 -0200
  • ea1b8c3702 kmod-depmod: Fix leak of dependency vector Lucas De Marchi 2011-12-27 14:18:32 -0200
  • a627c3f31a kmod-depmod: refactor extension matching array, support XZ. Gustavo Sverzut Barbieri 2011-12-26 13:19:07 -0200
  • 18cd9da303 kmod-depmod: implement -A (--quick) Gustavo Sverzut Barbieri 2011-12-24 11:16:40 -0200
  • 4a0e46dac2 kmod-depmod: implement -F and -E options. Gustavo Sverzut Barbieri 2011-12-24 10:31:55 -0200
  • 009ed664d7 update TODO Gustavo Sverzut Barbieri 2011-12-24 01:45:23 -0200
  • 7436788ca0 kmod-depmod: dump modules.dep.bin Gustavo Sverzut Barbieri 2011-12-23 23:21:48 -0200
  • ec77abb918 kmod-depmod: dump modules.alias.bin Gustavo Sverzut Barbieri 2011-12-23 23:21:09 -0200
  • 75a9723bb2 kmod-depmod: dump modules.symbols.bin Gustavo Sverzut Barbieri 2011-12-23 23:20:44 -0200
  • 4b144e5fb4 kmod-depmod: dump modules.builtin.bin Gustavo Sverzut Barbieri 2011-12-23 23:19:22 -0200
  • 92df661697 kmod-depmod: add utility functions to be used by binary dumps. Gustavo Sverzut Barbieri 2011-12-23 23:16:20 -0200
  • 0de40463ba kmod-depmod: copy code from module-init-tools/index.c Gustavo Sverzut Barbieri 2011-12-23 23:11:41 -0200
  • 8e3505c504 kmod-depmod: dump deps. Gustavo Sverzut Barbieri 2011-12-23 20:53:16 -0200
  • 0d13174578 kmod-depmod: dump aliases Gustavo Sverzut Barbieri 2011-12-23 01:43:01 -0200
  • 8bc830efc5 kmod-depmod: dump softdeps. Gustavo Sverzut Barbieri 2011-12-23 01:37:07 -0200
  • 9a14d0e989 kmod-depmod: dump modules.symbols Gustavo Sverzut Barbieri 2011-12-23 01:27:28 -0200
  • 25c4151203 kmod-depmod: dump devname Gustavo Sverzut Barbieri 2011-12-23 00:55:33 -0200
  • 64b8b586eb kmod-depmod: initial code (no files generated, untested) Gustavo Sverzut Barbieri 2011-12-22 20:23:11 -0200
  • 9190c8cda8 Add test for probe insert Lucas De Marchi 2011-12-26 16:06:50 -0200
  • ddbda02286 Add implementation of modprobe's insertion Lucas De Marchi 2011-12-27 11:40:10 -0200
  • 2bd7cbf644 Do not cache softdeps list Lucas De Marchi 2011-12-27 10:15:40 -0200
  • b72f74b5dd Allow to internally get dependencies without copying list Lucas De Marchi 2011-12-27 04:51:05 -0200
  • 9b0e5926fa build-sys: remove unneeded _SOURCES var Lucas De Marchi 2011-12-26 13:53:32 -0200
  • c1c9c44628 Add functions to get ctx blacklists Lucas De Marchi 2011-12-24 10:50:47 -0200
  • eb4ae531f7 Fix kmod_list_remove_n_latest() Lucas De Marchi 2011-12-27 02:46:12 -0200
  • b94a737935 Reverse order of dependency list Lucas De Marchi 2011-12-26 20:10:49 -0200
  • 088a6a83dc TODO: add task in modprobe's compatibility Lucas De Marchi 2011-12-26 16:05:19 -0200
  • 4088b27e21 index_file_open: fix another fd leak on error path. Cristian Rodríguez 2011-12-26 01:38:04 -0300
  • ef4a349aaa Merge branch 'master' of git://dev.medozas.de/libkmod Lucas De Marchi 2011-12-24 17:51:27 -0200
  • 7adfd2c36d Merge branch 'master' of git://dev.medozas.de/libkmod Lucas De Marchi 2011-12-24 17:39:44 -0200
  • c362171286 libkmod: remove external cflags from .pc file Jan Engelhardt 2011-12-24 20:28:11 +0100
  • b182f8fb5e Support for loading Xz-compressed modules Jan Engelhardt 2011-12-24 14:58:30 +0100
  • 5a51a357a8 build: use AC_ARG_WITH for zlib Jan Engelhardt 2011-12-24 04:45:42 +0100
  • 7b3a74fc67 build: use pkgconfig to detect zlib Jan Engelhardt 2011-12-24 04:45:22 +0100
  • 3af4f558da Fix version script with v3 symbols Lucas De Marchi 2011-12-24 02:40:30 -0200
  • 674f8590e3 elf: implement kmod_module_get_dependency_symbols() Gustavo Sverzut Barbieri 2011-12-20 11:54:53 -0200
  • 4b55befd37 elf: add bind type to kmod_modversion. Gustavo Sverzut Barbieri 2011-12-20 10:11:22 -0200
  • f85ae0d598 add test/test-elf Gustavo Sverzut Barbieri 2011-12-19 21:23:45 -0200
  • 45e6db9c01 elf: add get_symbols() Gustavo Sverzut Barbieri 2011-12-19 21:23:13 -0200
  • 9bbb72df05 elf: minimum size is enough. Gustavo Sverzut Barbieri 2011-12-23 02:33:20 -0200
  • bb417099e4 file: speed up loading non-gzipped modules when zlib is enabled. Gustavo Sverzut Barbieri 2011-12-24 00:09:31 -0200
  • cfb908bf66 build-sys: use AS_IF Lucas De Marchi 2011-12-23 12:03:19 -0200
  • 9b966da87e tools: kmod: show wrong command in err message Lucas De Marchi 2011-12-23 11:44:28 -0200
  • a458e36738 tools: kmod: print help message when no commands given Lucas De Marchi 2011-12-23 11:35:48 -0200
  • 252c51a996 tools: kmod: add list command Lucas De Marchi 2011-12-23 11:33:02 -0200
  • fa29c0ee96 tools: kmod: Add handling of compat modprobe Lucas De Marchi 2011-12-22 03:54:46 -0200
  • 769becb5db tools: kmod: Add handling of compat modinfo Lucas De Marchi 2011-12-22 03:50:54 -0200
  • ad6026965f tools: kmod: Add handling of compat insmod Lucas De Marchi 2011-12-22 03:45:07 -0200
  • f712ebc429 tools: kmod: Add handling of compat rmmod Lucas De Marchi 2011-12-22 03:39:11 -0200
  • 6fcf69e62b tools: kmod: Add handling of compat lsmod Lucas De Marchi 2011-12-22 03:01:45 -0200
  • 35a29aa519 tools: kmod: check progname for handling compat commands Lucas De Marchi 2011-12-22 19:21:11 -0200
  • 67d94ad388 Fix leak on error path Cristian Rodríguez 2011-12-23 03:06:56 -0200
  • bc85432aa3 tools: kmod: Add global options Lucas De Marchi 2011-12-23 02:56:27 -0200
  • 8900b9166b tools: add skeleton of kmod tool Lucas De Marchi 2011-12-22 02:33:36 -0200
  • 6a4fa8d8f1 build-sys: use MKDIR_P Lucas De Marchi 2011-12-23 01:59:31 -0200
  • 3e8de63d2d kmod_modprobe: use basename(argv[0]) in help message Lucas De Marchi 2011-12-23 01:36:10 -0200
  • 5f9f58f9f6 kmod-modprobe: fix leak in command line option processing. Gustavo Sverzut Barbieri 2011-12-21 23:54:35 -0200
  • e79bf83b06 introduce --with-rootlibdir=DIR Kay Sievers 2011-12-22 15:40:24 +0100
  • 759214fad0 Initialize line number with 0 Lucas De Marchi 2011-12-22 01:30:40 -0200
  • c72f79b465 Remove useless warning causing trouble in sparc64 Lucas De Marchi 2011-12-21 20:10:43 -0200
  • c6824b62f2 Fix unaligned memory access Gustavo Sverzut Barbieri 2011-12-21 18:23:58 -0200
  • 9faa7b376c do not (mis-)use the config file generator for non-autobuild stuff Kay Sievers 2011-12-21 11:48:07 -0200
  • 205c24e636 gitignore: ignore dist files Lucas De Marchi 2011-12-21 11:44:25 -0200
  • acc18b1451 kmod 2 v2 Lucas De Marchi 2011-12-20 23:48:46 -0200
  • f304afe153 Change error message to reflect reality Lucas De Marchi 2011-12-20 23:39:56 -0200
  • 142db570bf Update doc to reflect function behavior Lucas De Marchi 2011-12-20 23:39:30 -0200
  • 9efaf2f627 Testing for return of alias_normalize. Luis Felipe Strano Moraes 2011-12-20 08:13:56 -0800
  • 7ea6eddda2 build-sys: do not use some compile flags by default Lucas De Marchi 2011-12-20 19:45:59 -0200
  • f39dc70e4b Removing comments saying flags are not implemented Lucas De Marchi 2011-12-20 19:31:14 -0200
  • 5e50464548 Move symbols introduced in libkmod2 to the right place Lucas De Marchi 2011-12-20 17:08:53 -0200
  • 9ce0966197 build-sys: remove remaining _SOURCES var Lucas De Marchi 2011-12-20 16:57:11 -0200
  • 0c5fad937a build-sys: default to "" as rootprefix Lucas De Marchi 2011-12-20 16:52:21 -0200
  • 2c96693eb2 kmod_modprobe: fix description of -C flag Lucas De Marchi 2011-12-20 16:39:59 -0200
  • 1e482783ad configure: disable static zlib build. Gustavo Sverzut Barbieri 2011-12-20 16:30:01 -0200
  • a308abec37 introduce --with-rootprefix=DIR Kay Sievers 2011-12-20 17:58:05 +0100
  • 7fe5f7abce Use sorted configuration files in precedence order Lucas De Marchi 2011-12-20 15:56:31 -0200
  • a597c8bbf5 build: use dist-xz Jan Engelhardt 2011-12-20 16:28:27 +0100
  • 2689912b56 gitignore: only ignore build system files in the top directory Jan Engelhardt 2011-12-20 16:27:07 +0100
  • 87beacc99f libkmod: use C99 __func__ over GNU-specific __FUNCTION__ Jan Engelhardt 2011-12-20 16:27:40 +0100
  • 135bffd652 kmod_config: fix kcmd line parser with dots after = Lucas De Marchi 2011-12-20 13:25:24 -0200
  • a969376fb0 Removing warnings when compiling on i686 platform. Luis Felipe Strano Moraes 2011-12-20 07:11:46 -0800