Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linux-modules: Use normalized module names for 'modprobe.blacklist'.•••* gnu/build/linux-modules.scm (normalize-module-name): New procedure. (file-name->module-name): Use it. (module-black-list): Expound docstring. | Ludovic Courtès | 2016-02-21 | 1 | -4/+16 |
* | linux-modules: Support 'modprobe.blacklist' on the command line.•••* gnu/build/linux-modules.scm (file-name->module-name) (module-black-list): New procedure. * gnu/build/linux-modules.scm (load-linux-module*): Add #:black-list parameter. [black-listed?, load-dependencies]: New procedures. Use them. | Ludovic Courtès | 2016-01-16 | 1 | -21/+57 |
* | linux-boot: Remove verbose output for module loads.•••* gnu/build/linux-boot.scm (boot-system): Leave 'current-module-debugging-port' unchanged. * gnu/build/linux-modules.scm (load-linux-module*): Update comment about 'mmap'. | Ludovic Courtès | 2016-01-05 | 1 | -1/+1 |
* | linux-modules: Correctly propagate error code from 'init_module'.•••* gnu/packages/patches/guile-linux-syscalls.patch (scm_load_linux_module): Leave 'errno' unchanged when ERR != 0. * gnu/build/linux-modules.scm (load-linux-module*): Check for the errno value of ARGS to determine whether the module was already loaded. | Ludovic Courtès | 2014-11-28 | 1 | -5/+1 |
* | system: Add (gnu build linux-modules).•••* gnu/build/linux-modules.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. | Ludovic Courtès | 2014-11-28 | 1 | -0/+170 |