aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-30libkmod-module: probe: change insertion to cover more use casesLucas De Marchi2-164/+185
2012-01-30libkmod-module: add visited fieldLucas De Marchi3-0/+18
2012-01-30build-sys: fix make distLucas De Marchi1-1/+1
2012-01-30build-sys: declare rootfs.tar.xz as dep of rootfs/Dave Reisner1-1/+1
2012-01-30testsuite: let stat.h take care of stat64Lucas De Marchi1-18/+0
2012-01-30Use %zu for size_tLucas De Marchi1-1/+1
2012-01-28testsuite: remove unneeded call to memset()Lucas De Marchi1-1/+0
2012-01-28libkmod: Fix handling of square brackets expressions in function alias_normalizePedro Pedruzzi1-2/+4
2012-01-28testsuite: add test for function alias_normalizePedro Pedruzzi4-1/+108
2012-01-27modprobe: print end of configuration filesLucas De Marchi1-0/+1
2012-01-26build-sys: extract rootfs for make checkLucas De Marchi1-0/+4
2012-01-26testsuite: add GPL licenseLucas De Marchi10-0/+170
2012-01-26testsuite: trap calls to delete_module() including simple testLucas De Marchi6-4/+185
2012-01-26build-sys: autotoolify build of check librariesLucas De Marchi2-26/+18
2012-01-26testsuite: add trap to init_module() including simple testLucas De Marchi6-7/+248
2012-01-26elf: privately export kmod_elf_get_section()Lucas De Marchi2-1/+7
2012-01-26testsuite: add test for modinfoLucas De Marchi5-2/+73
2012-01-26testsuite: remind users to build toolsLucas De Marchi1-2/+3
2012-01-26testsuite: add colors to test outputLucas De Marchi1-4/+19
2012-01-26testsuite: add simple test for list of loaded modulesLucas De Marchi4-3/+114
2012-01-26testsuite: match outputs of test with a known correct oneLucas De Marchi2-7/+223
2012-01-26testsuite: separate child from parentLucas De Marchi1-25/+36
2012-01-26testsuite: allow to run tests outside of top_buildirLucas De Marchi2-4/+9
2012-01-26testsuite: add trap to opendir() including testsLucas De Marchi3-0/+44
2012-01-26testsuite: add trap to stat() and friends including testsLucas De Marchi2-0/+103
2012-01-26testsuite: add trap to open() including testsLucas De Marchi2-0/+68
2012-01-26testsuite: add trap to fopen() including testsLucas De Marchi6-3/+148
2012-01-26testsuite: fake kernel 4.0.20-kmod is outLucas De Marchi2-1/+74
2012-01-26testsuite: export environment with flags and LD_PRELOADLucas De Marchi1-0/+47
2012-01-26testsuite: move oneshot to inside the test structLucas De Marchi2-10/+19
2012-01-26testsuite: trap calls to unameLucas De Marchi3-0/+64
2012-01-26testsuite: test libkmod initializationLucas De Marchi3-0/+68
2012-01-26testsuite: add skeletonLucas De Marchi6-40/+204
2012-01-26modprobe: fix build 'cause of excessive number of argumentsLucas De Marchi1-2/+1
2012-01-26modprobe: remove code referring to -t, --typeDave Reisner1-14/+1
2012-01-23README: add link to packages placeLucas De Marchi1-0/+3
2012-01-21build-sys: do not create symlinks by defaultLucas De Marchi3-116/+1
2012-01-21modprobe: kill operations depending on pathLucas De Marchi1-56/+2
2012-01-20TODO: system() should not be used inside a libraryLucas De Marchi1-0/+2
2012-01-18build-sys: forcefully create linksLucas De Marchi1-6/+6
2012-01-18build-sys: move modprobe to sbindirLucas De Marchi1-2/+6
2012-01-18Add program to calculate the shortest relative path for symlinksLucas De Marchi3-1/+104
2012-01-17libkmod-list: allow to append an empty listLucas De Marchi1-0/+3
2012-01-17build-sys: create symlinks if we are installing toolsLucas De Marchi1-0/+8
2012-01-17WEXITSTATUS is defined in sys/wait.hThierry Vignaud2-0/+2
2012-01-17Check if struct stat has mtim memberLucas De Marchi6-8/+14
2012-01-17modprobe: flush stdout before dumping indexesLucas De Marchi2-1/+5
2012-01-16Fix common misspelling with codespellLucas De Marchi1-1/+1
2012-01-16man: spelling fixesMiklos Vajna3-3/+3
2012-01-16kmod 4v4Lucas De Marchi3-3/+27
2012-01-16build-sys: add release helpersLucas De Marchi1-0/+22
2012-01-16Add doc to kmod_dump_indexLucas De Marchi3-1/+12
2012-01-16modprobe: dump indexes as wellLucas De Marchi1-0/+3
2012-01-16libkmod: dump index filesLucas De Marchi6-12/+141
2012-01-16libkmod-util: add helper function to write to fdLucas De Marchi2-0/+26
2012-01-16libkmod-util: adhere to coding styleLucas De Marchi1-4/+7
2012-01-16libkmod: export enum kmod_index and rename membersLucas De Marchi2-23/+26
2012-01-16libkmod: store prefix of each indexLucas De Marchi1-11/+15
2012-01-14Update documentation with recent changesLucas De Marchi4-3/+137
2012-01-14depmod: deal with relative root dirLucas De Marchi1-3/+4
2012-01-14kmod_new(): deal with relative paths for dirnameLucas De Marchi1-1/+1
2012-01-14depmod: fix idx calculation after postponed array creationLucas De Marchi1-3/+4
2012-01-14Reduce scope of counter variableLucas De Marchi1-1/+3
2012-01-14depmod: adhere to coding styleLucas De Marchi1-3/+6
2012-01-13modprobe: dump configurationLucas De Marchi2-11/+46
2012-01-13config: let softdeps dump their dataLucas De Marchi1-1/+91
2012-01-13config: add exported iterator functionsLucas De Marchi3-0/+185
2012-01-13libkmod-private: allow to get aliases from configLucas De Marchi2-0/+6
2012-01-12build-sys: add script to bootstrap and configureLucas De Marchi2-0/+12
2012-01-12build-sys: rename autogen.sh to bootstrap and keep a symlinkLucas De Marchi2-29/+30
2012-01-12TODO: add code unification to list of tasksLucas De Marchi1-0/+4
2012-01-12modprobe: abort on dependency loop that cannot be brokenLucas De Marchi2-13/+75
2012-01-12modprobe: fix leak on error pathLucas De Marchi1-5/+10
2012-01-12TODO: update tasksLucas De Marchi1-10/+5
2012-01-12modprobe: rework module removal without tree traversingLucas De Marchi1-170/+48
2012-01-12TODO: update differences with m-i-tLucas De Marchi1-0/+14
2012-01-12modprobe: rework module insertion without tree traversingLucas De Marchi1-188/+95
2012-01-12man: build modinfo man pageLucas De Marchi3-170/+170
2012-01-12man: build modprobe man pageLucas De Marchi3-456/+461
2012-01-12man: build rmmod man pageLucas De Marchi3-160/+150
2012-01-12man: build lsmod man pageLucas De Marchi3-84/+71
2012-01-12man: build insmod man pageLucas De Marchi3-95/+86
2012-01-12man: build depmod man pageLucas De Marchi3-286/+276
2012-01-12man: build modules.dep{,.bin} man pagesLucas De Marchi3-91/+82
2012-01-12man: build modprobe.d man pageLucas De Marchi3-253/+240
2012-01-12build-sys: build man pagesLucas De Marchi4-1/+18
2012-01-12man: convert depmod.d.sgml to xml and update itLucas De Marchi2-130/+128
2012-01-12build-sys: fix clean rule removing tracked filesLucas De Marchi1-5/+0
2012-01-12rename doc dir to manLucas De Marchi9-0/+0
2012-01-12doc/modprobe.sgml: Various updates wrt inclusion with kmodRobby Workman1-48/+3
2012-01-12doc/depmod.sgml: Remove references to legacy map filesRobby Workman1-17/+0
2012-01-12doc/depmod.sgml: Remove refs to depmod.confRobby Workman1-6/+2
2012-01-12doc/depmod.d.sgml: Various touchups; mostly s/depmod.conf/depmod.d/gRobby Workman1-4/+4
2012-01-12doc/modprobe.d.sgml: Various touchupsRobby Workman1-16/+13