aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-01modprobe: move log functionLucas De Marchi1-29/+29
2012-11-01modprobe: prefix libkmod messages to stderr with modprobe:Lucas De Marchi1-7/+18
2012-10-31modprobe: use prio_to_str() helperLucas De Marchi1-39/+25
2012-10-31modprobe: exit in one placeLucas De Marchi1-8/+5
2012-10-30depmod: unref kmod_module once we don't need it anymoretipLucas De Marchi1-3/+6
2012-10-30depmod: use our copy of modname instead of calling libkmodLucas De Marchi1-10/+6
2012-10-30depmod: cache dependency_symbol list in struct modLucas De Marchi1-11/+15
2012-10-30depmod: cache info_list in struct modLucas De Marchi1-32/+22
2012-10-30depmod: do not create a hole in struct depmodLucas De Marchi1-1/+1
2012-10-23build-sys: use AS_IF autoconf macroLucas De Marchi1-2/+2
2012-10-22build-sys: require xsltproc when manpages are enabledSami Kerola1-1/+4
2012-10-18libkmod: cache open file for later accessLucas De Marchi3-112/+54
2012-10-17rmmod: Deprecate --wait optionLucas De Marchi2-5/+5
2012-10-12libkmod-hash: Plug possible memory leak when free_value is definedLeandro Pereira1-1/+5
2012-10-09libkmod: Add support for '.' in module parameter on kcmdlineLucas De Marchi1-2/+4
2012-10-04testsuite: add depmod test for modules.aliasLucas De Marchi9-1/+113
2012-10-04testsuite: allow to check generated filesLucas De Marchi2-0/+106
2012-10-03depmod: fix parsing of modules.order with compressed modulesLucas De Marchi1-17/+29
2012-10-02build-sys: Remove --with-rootprefix optionDave Reisner6-19/+11
2012-09-14build-sys: Append -Werror when testing flagsLucas De Marchi1-1/+1
2012-09-13NEWS: language correctionsJan Engelhardt1-15/+14
2012-09-08modinfo: clarify verbiage for field shortcutsDave Reisner1-5/+5
2012-09-08Makefile: remove redundant flags to $(RM)Dave Reisner1-2/+2
2012-09-08Define rootfs as dependency of check-amDave Reisner1-1/+1
2012-09-08Revert "build-sys: disable jobserver for rootfs target"Dave Reisner1-2/+1
2012-09-07testsuite: Fix double definition of 64-bits variantLucas De Marchi1-3/+7
2012-09-06kmod 10v10Lucas De Marchi3-4/+23
2012-08-31Remove test directoryLucas De Marchi8-586/+0
2012-08-30TODO: deprecate use of rmmod -wLucas De Marchi1-0/+4
2012-08-17modprobe: Unconditionally use KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ONLYLucas De Marchi1-0/+1
2012-08-17libkmod-module: Add KMOD_PROBE_APPLY_BLACKLIST_ALIAS_ONLY flagLucas De Marchi2-3/+10
2012-08-01testsuite preload: Factorize into macros, add more stat and open variantsMartin Pitt1-124/+90
2012-07-31README: let people know they don't need to subscribeLucas De Marchi1-1/+1
2012-07-31build-sys: add 'man' entry in summaryLucas De Marchi1-0/+1
2012-07-31build-sys: Add --disable-manpages optionColin Walters2-1/+10
2012-07-26man/rmmod: specify each option in separate <term> tagDave Reisner1-3/+15
2012-07-26man/depmod: specify each option in separate <term> tagDave Reisner1-12/+56
2012-07-25man/modprobe: specify each option in separate <term> tagDave Reisner1-10/+69
2012-07-25man/modinfo: specify each option in separate <term> tagDave Reisner1-0/+8
2012-07-25man/modinfo: document longopts for field shortcutsDave Reisner1-0/+13
2012-07-25man/modinfo: document --basedir optionDave Reisner1-0/+11
2012-07-25man/modprobe: clarify --dirname optionDave Reisner1-3/+1
2012-07-18Use #pragma once instead of #ifndefLucas De Marchi11-41/+11
2012-07-10build-sys: disable jobserver for rootfs targetDave Reisner1-1/+2
2012-07-10testsuite: re-license under LGPLLucas De Marchi19-138/+658
2012-07-10testsuite: path wrapper: Fix open() with 3 argumentsMartin Pitt1-1/+1
2012-06-29module: support reading coresize from /sys if supportedDave Reisner1-3/+27
2012-06-29Implicitly run 'make rootfs' with 'make check'Dave Reisner1-0/+3
2012-06-21testsuite: use right offset for module nameLucas De Marchi2-5/+23
2012-06-19kmod 9v9Lucas De Marchi3-2/+15
2012-06-19build-sys: allow compressed modules in testsuiteLucas De Marchi1-1/+1
2012-06-19build-sys: Make dirs writable on rootfs creationLucas De Marchi2-3/+3
2012-06-15depmod: use ferror and fclose to check for errorLucas De Marchi1-7/+6
2012-06-15bootstrap: remove unnecessary echoDave Reisner1-1/+1
2012-06-15bootstrap-configure: quote command line arg expansionDave Reisner1-1/+1
2012-06-15depmod: return error when index is truncated due to ENOSPCLucas De Marchi1-0/+9
2012-06-15depmod: fix coding-style issue in array declarationLucas De Marchi1-29/+29
2012-06-15depmod: fail if any index could not be createdLucas De Marchi1-8/+14
2012-06-15depmod: don't return error if modules.builtin don't existLucas De Marchi1-3/+2
2012-06-15Remove ifdef for building tools not bundledLucas De Marchi7-58/+0
2012-06-14build-sys: add missing header to fix distcheckLucas De Marchi1-1/+1
2012-06-14tools: rename source filesLucas De Marchi7-4/+4
2012-06-12libkmod-config: refactor functions to get configLucas De Marchi4-53/+28
2012-06-11TODO: update tasksLucas De Marchi1-13/+12
2012-06-11testsuite: Fix test descriptionLucas De Marchi1-1/+1
2012-06-06libkmod-index: protect ourselves from corrupted indexesLucas De Marchi1-3/+5
2012-06-06testsuite: add test for install-commands loopLucas De Marchi12-0/+167
2012-06-06testsuite: allow to export custom env varsLucas De Marchi2-0/+9
2012-06-06testsuite: add timeout for each testLucas De Marchi2-6/+37
2012-06-06testsuite: create additional pipe to monitor childLucas De Marchi1-12/+34
2012-06-06libkmod-util: split function for usec conversionLucas De Marchi2-2/+8
2012-06-05testsuite: add test for softdep loopsLucas De Marchi13-0/+94
2012-06-05testsuite: check if module is in kernel for return codeLucas De Marchi1-3/+32
2012-06-05testsuite: set default init_module behavior to mimic kernel'sLucas De Marchi1-7/+17
2012-06-05testsuite: create initstate file upon fake init_module()Lucas De Marchi2-4/+53
2012-06-05testsuite: add mkdir_p implementationLucas De Marchi3-0/+97
2012-06-05testsuite: trap calls to mkdirLucas De Marchi1-0/+17
2012-06-05testsuite: check if rootfs dir is dirty before runningLucas De Marchi3-4/+38
2012-06-05testsuite: separate insert and delete rootfs from modinfoLucas De Marchi11-2/+58
2012-06-05libkmod-util: add missing stdbool.h includeLucas De Marchi1-0/+1
2012-06-05testsuite: rename rootfs dirLucas De Marchi147-8/+10
2012-06-05build-sys: provide --sysconfdir to make distcheck flagsLucas De Marchi1-1/+1
2012-06-05testsuite: fix find_module() finding wrong moduleLucas De Marchi1-1/+1
2012-05-23Silence clang warnings with __unused__ attributeLucas De Marchi2-6/+7
2012-05-23Don't use __ for attribute definesLucas De Marchi3-36/+34
2012-05-23libkmod-index: use generic function for unaligned accessLucas De Marchi1-1/+1
2012-05-23doc: Don't reference /etc/modprobe.confJosh Boyer1-2/+2
2012-05-21libkmod-hash: use generic function for unaligned accessLucas De Marchi2-14/+6
2012-05-21libkmod-util: copy macros for unaligned access from BlueZLucas De Marchi1-0/+16
2012-05-15libkmod: move function to the only file using itMike Frysinger3-32/+31
2012-05-11test-conversion: convert test-get-dependencies to new infrastructureDan McGee18-53/+169
2012-05-11test-conversion: convert test-blacklist to new infrastructureDan McGee5-77/+114
2012-05-11build-sys: copy rootfs to another directoryLucas De Marchi2-2/+11
2012-05-11build-sys: distribute testsuiteLucas De Marchi1-0/+2
2012-05-11testsuite: ship testsuite/rootfs unzippedDan McGee133-16/+237
2012-05-10build: remove private symbol from linker scriptLucas De Marchi1-1/+0
2012-05-10Revert "libkmod: make sure to export kmod_log"Lucas De Marchi1-3/+3
2012-05-08depmod: report failures in loading symbolsDave Reisner1-2/+5
2012-05-08libkmod-file: gracefully handle errors from zlibDave Reisner1-1/+7
2012-04-26Remove dead incrementLucas De Marchi1-1/+0
2012-04-26Return error instead of always 0Lucas De Marchi1-1/+1
2012-04-26Remove dead assignmentLucas De Marchi1-1/+1
2012-04-23libkmod: make sure to export kmod_logMike Frysinger1-3/+3
2012-04-19kmod 8v8Lucas De Marchi3-2/+14
2012-04-19doc: remove links to NULL going nowhereLucas De Marchi1-6/+6
2012-04-16TODO: add item to implement actions in kmodLucas De Marchi1-0/+2
2012-04-16modprobe: handle -ENOENT return from init_moduleDave Reisner1-0/+5
2012-04-15doc: silent man page generation and fix gtk-doc warningsKay Sievers3-12/+4
2012-03-22modprobe: fix typo in config dump: option->optionsElan Ruusamäe1-1/+1
2012-03-21README: note that there are more files to readLucas De Marchi1-1/+2
2012-03-19kmod 7v7Lucas De Marchi3-2/+23
2012-03-19build-sys: don't set CFLAGS and LDFLAGSLucas De Marchi3-121/+75
2012-03-17build-sys: re-organize configure.acLucas De Marchi1-18/+50
2012-03-17configure.ac: Move link only flags out of CFLAGS and into LDFLAGS.Randy Witt1-3/+5
2012-03-17Add CC_CHECK_LDFLAGS_APPEND m4 macro.Randy Witt1-6/+37
2012-03-15config: use order /etc, /run, /libLucas De Marchi1-1/+1
2012-03-15modprobe: set log prio to 0 if user passed -q argLucas De Marchi1-1/+1
2012-03-15Merge branch 'master' of git://code.falconindy.com/kmodLucas De Marchi1-11/+8
2012-03-15modprobe: always try to remove all modules in command lineLucas De Marchi1-1/+1
2012-03-15modprobe: don't check if module builtin to decide if it's builtinLucas De Marchi1-5/+14
2012-03-14modprobe: fix error path in removing modulesDave Reisner1-11/+8
2012-03-02kmod 6v6Lucas De Marchi3-3/+27
2012-03-02Use upper case after Deprecated in docLucas De Marchi1-1/+1
2012-03-02Add kmod_module_apply_filter() to doc-sections fileLucas De Marchi1-0/+1
2012-03-02Fix wrong printf format stringLucas De Marchi1-1/+2
2012-03-02libkmod-index: do not pre-populate mmapLucas De Marchi3-10/+6
2012-03-01Downgrade log message: refcnt file may not existLucas De Marchi1-1/+1
2012-02-27man: detail modprobe.blacklist in kcmdlineLucas De Marchi1-1/+2
2012-02-27libkmod-index: free node when we have only partial matchLucas De Marchi1-14/+12
2012-02-27modprobe: show builtin label on --show-dependsDave Reisner1-1/+3
2012-02-27libkmod-module: fill builtin's nameLucas De Marchi2-8/+46
2012-02-24find builtins by property, not initstateDave Reisner1-2/+1
2012-02-24modinfo: use new apply_filter method to avoid builtinsDave Reisner1-3/+15
2012-02-24libkmod/module: add kmod_module_apply_filter methodDave Reisner3-46/+76
2012-02-24Move repository to kernel.orgLucas De Marchi3-5/+13
2012-02-23libkmod-module: don't treat "coming" as in-kernelLucas De Marchi1-1/+0
2012-02-22TODO: update and organize itemsLucas De Marchi1-45/+23
2012-02-22libkmod-module: probe: check if module exists for install cmdsLucas De Marchi1-9/+12
2012-02-18Add missing newlinesLucas De Marchi3-5/+6
2012-02-17Downgrade log level when modules.dep{,.bin} don't existLucas De Marchi1-1/+1
2012-02-16testsuite: fix color of unexpected failureLucas De Marchi1-1/+1
2012-02-16kmod-module: lookup: search modules.builtin file tooLucas De Marchi6-7/+45
2012-02-16testsuite: add test for builtins with modprobeLucas De Marchi2-0/+22
2012-02-16testsuite: add .path member to test structDave Reisner3-1/+29
2012-02-16Fix path.c's function pointer defenitions.Wouter van Kesteren1-4/+4
2012-02-14TODO: add tasks and bug fixesLucas De Marchi1-0/+15
2012-02-13libkmod-index: don't print an error if index doesn't existLucas De Marchi1-1/+1
2012-02-11libkmod-module: probe: fix infinite loop with softdepsLucas De Marchi1-1/+1
2012-02-09test: remove test-stateLucas De Marchi1-49/+0
2012-02-08Mark functions with attribute noreturnLucas De Marchi5-7/+9
2012-02-08Check if libc has __xstatLucas De Marchi2-0/+4
2012-02-08build-sys: add rule to pack rootfsLucas De Marchi2-1/+6
2012-02-08testsuite: add tests to modprobe --show-dependsLucas De Marchi5-4/+82
2012-02-07testsuite: update README fileLucas De Marchi1-13/+15
2012-02-07testsuite: macronify test definitionsLucas De Marchi7-68/+29
2012-02-07testsuite: macronify main functionLucas De Marchi7-162/+35
2012-02-07testsuite: libtestsuite depends on individual componentsDan McGee1-7/+9
2012-02-07libkmod-module: probe: Fix ignore-loaded flag not being appliedLucas De Marchi2-1/+5
2012-02-06kmod 5v5Lucas De Marchi3-3/+35
2012-02-06modinfo: handle arguments more carefullyDan McGee1-3/+20
2012-02-06Add WARNING file for test dir and improve testsuite READMELucas De Marchi3-2/+6
2012-02-06testsuite: add READMELucas De Marchi2-0/+89
2012-02-06libkmod-module: probe: return -EEXIST if told to do soLucas De Marchi1-3/+3
2012-02-06libkmod-module: probe: rename flag to be more meaningfulLucas De Marchi3-5/+6
2012-02-05test-conversion: remove test/test-{insmod,rmmod,rmmod2}Dan McGee3-153/+0
2012-02-05test-conversion: remove test/test-initDan McGee1-23/+0
2012-02-05test-conversion: remove test/test-loadedDan McGee1-63/+0
2012-02-05Update .gitignore filesDan McGee3-17/+24
2012-02-05Fix simple grammar issueDan McGee1-1/+1
2012-02-03Fix unaligned memory access in hash functionAmbroz Bizjak1-7/+15
2012-02-03TODO: add task to write testsuite/READMELucas De Marchi1-0/+2
2012-02-03man: insmod: we don't handle modules from stdinLucas De Marchi1-2/+1
2012-02-03depmod: Dont use errno unconditionallyKhem Raj1-14/+16
2012-02-03fix building and cleaning of manpagesDave Reisner1-0/+3
2012-02-03modprobe: avoid breaking on insertion failureDave Reisner1-2/+0
2012-02-03lib/module: check initstate before inserting moduleDave Reisner1-15/+21
2012-02-02whitespace fix -- no logical code changesDave Reisner1-12/+12
2012-02-02fix manpage build and install.Gustavo Sverzut Barbieri1-0/+3
2012-01-31improve logging to mention context.Gustavo Sverzut Barbieri3-9/+15
2012-01-31improve log when debugging.Gustavo Sverzut Barbieri1-0/+35
2012-01-31libkmod: organize public headerLucas De Marchi1-36/+56
2012-01-31Prepare for API bumpLucas De Marchi2-39/+21
2012-01-31modprobe: properly handle errors from init_moduleDave Reisner1-4/+15
2012-01-31libkmod-module: probe: remove useless KMOD_PROBE_STOP_ON_COMMANDLucas De Marchi2-14/+4
2012-01-31libkmod-module: probe: return -EEXIST if told to stop on already loadedLucas De Marchi2-8/+8
2012-01-31testsuite: allow for expected failure of testsDave Reisner2-14/+34
2012-01-31modprobe: post-remove module deps with 0 refcntDave Reisner1-0/+12
2012-01-31kmod-modprobe: migrate to kmod_module_probe_insert_module()Lucas De Marchi1-224/+41
2012-01-31libkmod-module: probe: add flag to dry-runLucas De Marchi2-2/+8
2012-01-31libkmod-module: probe: add flag to ignore loaded modulesLucas De Marchi2-5/+10
2012-01-31libkmod-module: probe: add print_action callbackLucas De Marchi2-2/+15
2012-01-30libkmod-module: probe: add room in flags for future extensionLucas De Marchi1-7/+7
2012-01-30libkmod-module: probe: ignore-command flag can't be used in returnLucas De Marchi1-4/+4
2012-01-30libkmod-module: probe: remove useless flag to stop on failureLucas De Marchi2-6/+4
2012-01-30libkmod-module: probe: add flag to stop loading on already loadedLucas De Marchi2-4/+20
2012-01-30testsuite: check if dots are allowed in aliasesLucas De Marchi2-0/+50
2012-01-30testsuite: add test for kmod_module_new_from_name()Lucas De Marchi4-2/+110
2012-01-30libkmod-module: split creation of new modules to share codeLucas De Marchi1-57/+78
2012-01-30Partially fix parsing of alias with dotsLucas De Marchi2-3/+1
2012-01-30libkmod-module: probe: add flag to ignore commandsLucas De Marchi2-18/+30