Revisions of kmod

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 223987 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 21)
- Remove "rmmod -w" documentation and getopt entry
- modprobe: Recognize --allow-unsupported-modules on commandline
  (fate#316971)
- libkmod-config: Recognize allow_unsupported_modules in the
  configuration (fate#316971)

- Drop the non-upstream kmod-no-static.diff; the size difference is
  negligible. (forwarded request 223975 from michal-m)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 213453 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 20)
- Update to new upstream release 16
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 200719 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 19)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 18)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 183080 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 17)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 171051 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 16)
- Update to new upstream release 13
* depmod: --symbol-prefix actually requires an argument
* depmod: fix builtin symbols resolution when the prefix symbol is set
* libkmod: Use secure_getenv if available
* rmmod: Teach rmmod about builtin modules
* libkmod: add finit_module logic
* modprobe: Fix assertion on --show-depends with bogus config file
* Many other bugfixes see https://lwn.net/Articles/546711
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 15)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 144408 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 14)
- Update to new upstream release 12
* Fix removing vermagic from module when told to force load a module
* Fix removing __versions section when told to force load a
  module: we need to mangle the section header, not the section.
* modinfo no longer fails while loading a module from file when
  path contains ".ko" substring
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 143721 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 13)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 141315 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 12)
- Update to kmod-11
* Fix testsuite defining symbols twice on 32 bit systems
* Allow to check generated files against correct ones
* libkmod now keeps a file opened after the first call to
* kmod_module_get_{info,versions,symbols,dependency_symbols}. This
  reduces signficantly the amount of time depmod tool takes to
  execute. Particularly if compressed modules are used.
* Remove --with-rootprefix from build system. It was not a great
  idea after all and should not be use since it causes more harm
  than benefits.
* Hide --wait option on rmmod. This feature is being targeted for
  removal from kernel. rmmod still accepts this option, but it is
  hidden now: man page and usage() says nothing about it and if
  it is used, user will get a 10s sleep. This way we can check and
  help if anyone is using this feature.
* Refactor message logging on all tools, giving proper prefix,
  routing everything to syslog when asked for, etc.
* Fix parsing of modules.order when using compressed modules
* Usage messages go to stdout instead of stderr
* Fix memory leak in hash implementation
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 134993 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 11)
- Provide the "modutils" virtual symbol
- Update to new upstream release 10
* Read coresize from /sys if supported
* Add flag to kmod_module_probe_insert() to apply blacklisting
  during probe only if mod is an alias. Now modprobe uses this
  flag by default.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 125589 from Robert Milasan's avatar Robert Milasan (rmilasan) (revision 10)
- Update to new upstream release 9
* build-sys: allow compressed modules in testsuite
* build-sys: Make dirs writable on rootfs creation
* depmod: use ferror and fclose to check for error
* depmod: return error when index is truncated due to ENOSPC
* depmod: fix coding-style issue in array declaration
* depmod: fail if any index could not be created
* depmod: don't return error if modules.builtin don't exist
* libkmod-util: split function for usec conversion
* libkmod-util: add missing stdbool.h include
- Fix broken testsuites on 32bit systems.
  add: fix-32bits.diff
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 9)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 114895 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 8)
- Restore patch descriptions
  (and use `quilt setup` for rediff in future)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 114761 from Robert Milasan's avatar Robert Milasan (rmilasan) (revision 7)
- Update to new upstream release 8
* doc: remove links to NULL going nowhere.
* modprobe: handle -ENOENT return from init_module.
* doc: silent man page generation and fix gtk-doc warnings.
* modprobe: fix typo in config dump: option->options.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 114359 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 6)
- Update to new upstream release 7
* build-sys: don't set CFLAGS and LDFLAGS.
* build-sys: re-organize configure.ac.
* configure.ac: Move link only flags out of CFLAGS and into LDFLAGS.
* Add CC_CHECK_LDFLAGS_APPEND m4 macro.
* config: use order /etc, /run, /lib.
* modprobe: set log prio to 0 if user passed -q arg.
* modprobe: always try to remove all modules in command line.
* modprobe: don't check if module builtin to decide if it's builtin.
* modprobe: fix error path in removing modules.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 108783 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 5)
- place binary in /usr tree (UsrMerge project)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 107901 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 4)
- Update to new upstream release 6
* New API: kmod_module_apply_filter, a function to apply filters
  in a list of modules
* Lookup modules.builtin.bin to decide if a module is built into
  the kernel
* Resolve infinite loops with softdeps and user configs with
  install commands
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 103147 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 3)
Previous SR did not work due to Source0 being used twice accidentally.
- Update to new upstream release 5
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 99207 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 2)
- Update to new upstream release 3
* new APIs in libkmod: get symbols from module, parsing the ELF
  section, dependency symbols, insert module like modprobe
* support for Xz-compressed modules
* the depmod tool
Displaying revisions 61 - 80 of 81
openSUSE Build Service is sponsored by