aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-20NEWS: add entriesHEADmasterLucas De Marchi1-0/+8
2013-09-20rmmod: remove --wait optionLucas De Marchi1-11/+5
2013-09-20libkmod: always pass O_NONBLOCK to kernelLucas De Marchi3-11/+16
2013-09-20libkmod-hash: always align n_buckets to power of 2Lucas De Marchi1-6/+9
2013-09-20util: Add ALIGN_POWER2Lucas De Marchi1-0/+5
2013-09-10depmod: warn on invalid devname specificationTom Gundersen1-3/+10
2013-09-06build: remove check for typeofLucas De Marchi2-7/+0
2013-09-06Add configure check for _Static_assert()Thomas Petazzoni2-0/+11
2013-08-29Fix usage of readdir_r()Lucas De Marchi3-64/+26
2013-08-29testsuite: fix usage of reserved namesJohn Spencer7-26/+26
2013-08-22kmod 15v15Lucas De Marchi3-3/+9
2013-08-13libkmod: Fix getting param with no value from kcmdlineLucas De Marchi1-1/+1
2013-08-13testsuite: Add test for parameter with no value in kcmdlineLucas De Marchi14-0/+33
2013-08-09depmod: add missing "else" clauseJan Engelhardt2-2/+2
2013-08-02shell-completion: Make options accept '=' as last charLucas De Marchi1-7/+29
2013-07-30build: Install bash completion dataLucas De Marchi2-2/+17
2013-07-30shell-completion: Add kmod static-nodesLucas De Marchi1-0/+25
2013-07-30shell-completion: Add initial completion for kmodLucas De Marchi2-1/+57
2013-07-17NEWS: Add entriesLucas De Marchi1-0/+10
2013-07-17README: Move items from TODOLucas De Marchi3-52/+58
2013-07-15static-nodes: create parent directories of output fileTom Gundersen1-3/+9
2013-07-15util: Add mkdir_parents()Lucas De Marchi2-0/+12
2013-07-15util: Add len arg to mkdir_p()Lucas De Marchi3-6/+7
2013-07-15static-nodes: don't fail if modules.devname not foundTom Gundersen1-12/+19
2013-07-15util: Add mkdir_p implementation from testsuiteLucas De Marchi6-109/+62
2013-07-15testsuite: Fix mkdir_p corner casesLucas De Marchi1-19/+32
2013-07-04Use "-internal" suffix instead of "-private"Lucas De Marchi14-21/+21
2013-07-04tools: Do not link dynamically with libkmodLucas De Marchi4-18/+13
2013-07-03kmod 14v14Lucas De Marchi3-2/+21
2013-07-02tools: Use test/kmod instead of kmod-nolibLucas De Marchi5-16/+16
2013-07-01static-nodes: Better -f option descriptionLucas De Marchi1-1/+1
2013-06-06build-sys: do not allow --enable staticLucas De Marchi1-0/+4
2013-05-11Add travis-ci config fileLucas De Marchi1-0/+17
2013-05-11libkmod: Avoid calling syscall() with -1Jan Luebbe1-0/+7
2013-05-11Revert "missing: Don't call syscall() with syscallno == -1"Lucas De Marchi1-6/+4
2013-05-04Add document for exported enumsChengwei Yang2-6/+44
2013-05-04Several minor fixes for documentationChengwei Yang2-9/+9
2013-05-02modprobe: don't check refcount with remove commandJohannes Berg1-1/+1
2013-05-02missing: Don't call syscall() with syscallno == -1Lucas De Marchi1-4/+6
2013-04-30Fix coding styleLucas De Marchi1-2/+2
2013-04-30TODO: Add some entriesLucas De Marchi1-0/+6
2013-04-23libkmod-index: Return early if readroot failedLucas De Marchi2-2/+10
2013-04-23libkmod-module: Don't pass NULL ctx to kmod_logLucas De Marchi1-1/+1
2013-04-23libkmod-module: Don't pass NULL pointer to memcpyLucas De Marchi2-3/+9
2013-04-21build-sys: Add AM_V_XSLT to rule creating man pagesLucas De Marchi1-1/+5
2013-04-21Add format attribute and fix issuesLucas De Marchi5-9/+13
2013-04-19static-nodes: Fix indentationLucas De Marchi1-162/+170
2013-04-19static-nodes: tmpfiles - also create parents directories of device nodesTom Gundersen1-3/+11
2013-04-17kmod: It's an error not to have modules.devnameLucas De Marchi1-2/+3
2013-04-16tools: add static-nodes toolTom Gundersen4-1/+250
2013-04-15Use static assertions for sizeof checksLucas De Marchi1-5/+5
2013-04-15Use _Static_assertLucas De Marchi1-29/+7
2013-04-12testsuite: errno is a positive numberLucas De Marchi1-1/+1
2013-04-09TODO: update and reorderLucas De Marchi1-11/+10
2013-04-09kmod 13v13Lucas De Marchi3-2/+24
2013-04-09build-sys: Always enable parallel testsLucas De Marchi1-1/+1
2013-04-09testsuite: Fix checking __sysnoLucas De Marchi1-5/+5
2013-04-09testsuite: Wrap syscall() to get calls to finit_module()Lucas De Marchi1-0/+36
2013-04-09libkmod: Move finit_module() definition to missing.hLucas De Marchi4-8/+19
2013-04-09libkmod: Add missing definitionsLucas De Marchi4-2/+15
2013-04-04libkmod: Use secure_getenv if availableCristian Rodríguez3-1/+11
2013-03-21modprobe: Fix assertion on --show-depends with bogus config fileLucas De Marchi2-3/+6
2013-03-21testsuite: Add test to check if modprobe explodes on bogus configLucas De Marchi14-0/+36
2013-03-21testsuite: Exit with success on signal if test has expected_fail=trueLucas De Marchi1-1/+1
2013-03-19libkmod-util: Add missing include fileLucas De Marchi1-0/+1
2013-03-18rmmod: Teach rmmod about builtin modulesJosh Boyer1-1/+7
2013-02-19libkmod: fix address argument to mmap callsKees Cook2-3/+4
2013-02-19testsuite: handle finit_moduleKees Cook1-0/+24
2013-02-19libkmod: add finit_module logicKees Cook4-0/+47
2013-01-17testsuite: Add modinfo test for module signaturesMichal Marek4-1/+26
2013-01-17libkmod: Return module signature information in kmod_module_get_info()Michal Marek4-2/+196
2013-01-17libkmod-module: Do not free the list in kmod_module_info_appendMichal Marek1-7/+8
2013-01-16Update copyright noticesLucas De Marchi39-39/+39
2013-01-16libkmod-module: Add helper for building the module info listMichal Marek1-19/+22
2013-01-15gitignore: ignore files generated by Automake's testsuiteLucas De Marchi2-0/+21
2013-01-07man: fix lib dir in which we look for configLucas De Marchi1-1/+1
2012-12-31depmod: fix builtin symbols resolution when the prefix symbol is setAndrey Mazo1-7/+12
2012-12-13depmod: --symbol-prefix actually requires an argumentAndrey Mazo1-1/+1
2012-12-05kmod 12v12Lucas De Marchi3-2/+12
2012-11-28depmod: fix checking file extensionLucas De Marchi1-2/+3
2012-11-28Use bool instead of intLucas De Marchi2-3/+3
2012-11-28fix is_module_filename()Aleksey Makarov4-46/+37
2012-11-21libkmod-module: mangle the section header, not the sectionLucas De Marchi1-13/+41
2012-11-21libkmod-module: Remove key+value vermagic from .modinfo sectionLucas De Marchi1-1/+0
2012-11-16depmod: fix asserting mod->kmod == NULLLucas De Marchi1-1/+1
2012-11-16depmod: fix hash lookup by relpath instead of uncrelpathLucas De Marchi1-3/+3
2012-11-08kmod 11v11Lucas De Marchi3-2/+30
2012-11-08TODO: remove completed actionLucas De Marchi1-2/+0
2012-11-06tools: use program_invocation_short_name provided by libcLucas De Marchi8-19/+17
2012-11-06tools: staticize functions that are now only used in log.cLucas De Marchi2-51/+43
2012-11-06tools: share function for loggingLucas De Marchi7-122/+36
2012-11-06tools: share setting up libkmod logLucas De Marchi5-5/+17
2012-11-06tools: use a single function for logging libkmod outputLucas De Marchi5-75/+86
2012-11-06tools: make usage() messages go to stdout rather than stderrLucas De Marchi5-10/+5
2012-11-06tools: share function to convert prio to stringLucas De Marchi6-66/+61
2012-11-06tools: share getting program name from argv for all toolsLucas De Marchi8-28/+34
2012-11-05rmmod: route all messages to syslog if told toLucas De Marchi1-20/+73
2012-11-05rmmod: prefer ERR over plain fprintfLucas De Marchi1-16/+13
2012-11-05modinfo: prefer ERR over plain fprintfLucas De Marchi1-16/+14
2012-11-05insmod: prefer ERR over plain fprintfLucas De Marchi1-11/+11
2012-11-05depmod: add depmod prefix to log messagesLucas De Marchi1-1/+1
2012-11-05depmod: remove inline from _logLucas De Marchi1-1/+1
2012-11-05TODO: update file with tasksLucas De Marchi1-10/+3
2012-11-05depmod: prefer ERR and WRN over plain fprintfLucas De Marchi1-11/+7
2012-11-01modprobe: use ERR() instead of fprintf(stderr, ...)Lucas De Marchi1-30/+32
2012-11-01modprobe: prefix log messages to stderr with modprobeLucas De Marchi1-3/+3
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 anymoreLucas 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