summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add travis-ci config fileLucas De Marchi2013-05-111-0/+17
* libkmod: Avoid calling syscall() with -1Jan Luebbe2013-05-111-0/+7
* Revert "missing: Don't call syscall() with syscallno == -1"Lucas De Marchi2013-05-111-6/+4
* Add document for exported enumsChengwei Yang2013-05-042-6/+44
* Several minor fixes for documentationChengwei Yang2013-05-042-9/+9
* modprobe: don't check refcount with remove commandJohannes Berg2013-05-021-1/+1
* missing: Don't call syscall() with syscallno == -1Lucas De Marchi2013-05-021-4/+6
* Fix coding styleLucas De Marchi2013-04-301-2/+2
* TODO: Add some entriesLucas De Marchi2013-04-301-0/+6
* libkmod-index: Return early if readroot failedLucas De Marchi2013-04-232-2/+10
* libkmod-module: Don't pass NULL ctx to kmod_logLucas De Marchi2013-04-231-1/+1
* libkmod-module: Don't pass NULL pointer to memcpyLucas De Marchi2013-04-232-3/+9
* build-sys: Add AM_V_XSLT to rule creating man pagesLucas De Marchi2013-04-211-1/+5
* Add format attribute and fix issuesLucas De Marchi2013-04-215-9/+13
* static-nodes: Fix indentationLucas De Marchi2013-04-191-162/+170
* static-nodes: tmpfiles - also create parents directories of device nodesTom Gundersen2013-04-191-3/+11
* kmod: It's an error not to have modules.devnameLucas De Marchi2013-04-171-2/+3
* tools: add static-nodes toolTom Gundersen2013-04-164-1/+250
* Use static assertions for sizeof checksLucas De Marchi2013-04-151-5/+5
* Use _Static_assertLucas De Marchi2013-04-151-29/+7
* testsuite: errno is a positive numberLucas De Marchi2013-04-121-1/+1
* TODO: update and reorderLucas De Marchi2013-04-091-11/+10
* kmod 13v13Lucas De Marchi2013-04-093-2/+24
* build-sys: Always enable parallel testsLucas De Marchi2013-04-091-1/+1
* testsuite: Fix checking __sysnoLucas De Marchi2013-04-091-5/+5
* testsuite: Wrap syscall() to get calls to finit_module()Lucas De Marchi2013-04-091-0/+36
* libkmod: Move finit_module() definition to missing.hLucas De Marchi2013-04-094-8/+19
* libkmod: Add missing definitionsLucas De Marchi2013-04-094-2/+15
* libkmod: Use secure_getenv if availableCristian Rodríguez2013-04-043-1/+11
* modprobe: Fix assertion on --show-depends with bogus config fileLucas De Marchi2013-03-212-3/+6
* testsuite: Add test to check if modprobe explodes on bogus configLucas De Marchi2013-03-2114-0/+36
* testsuite: Exit with success on signal if test has expected_fail=trueLucas De Marchi2013-03-211-1/+1
* libkmod-util: Add missing include fileLucas De Marchi2013-03-191-0/+1
* rmmod: Teach rmmod about builtin modulesJosh Boyer2013-03-181-1/+7
* libkmod: fix address argument to mmap callsKees Cook2013-02-192-3/+4
* testsuite: handle finit_moduleKees Cook2013-02-191-0/+24
* libkmod: add finit_module logicKees Cook2013-02-194-0/+47
* testsuite: Add modinfo test for module signaturesMichal Marek2013-01-174-1/+26
* libkmod: Return module signature information in kmod_module_get_info()Michal Marek2013-01-174-2/+196
* libkmod-module: Do not free the list in kmod_module_info_appendMichal Marek2013-01-171-7/+8
* Update copyright noticesLucas De Marchi2013-01-1639-39/+39
* libkmod-module: Add helper for building the module info listMichal Marek2013-01-161-19/+22
* gitignore: ignore files generated by Automake's testsuiteLucas De Marchi2013-01-152-0/+21
* man: fix lib dir in which we look for configLucas De Marchi2013-01-071-1/+1
* depmod: fix builtin symbols resolution when the prefix symbol is setAndrey Mazo2012-12-311-7/+12
* depmod: --symbol-prefix actually requires an argumentAndrey Mazo2012-12-131-1/+1
* kmod 12v12Lucas De Marchi2012-12-053-2/+12
* depmod: fix checking file extensionLucas De Marchi2012-11-281-2/+3
* Use bool instead of intLucas De Marchi2012-11-282-3/+3
* fix is_module_filename()Aleksey Makarov2012-11-284-46/+37