summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/guile-linux-syscalls.patch
Commit message (Expand)AuthorAgeFilesLines
* 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ès2014-11-281-7/+2
* gnu: guile-static: Add bindings for `reboot'.•••* gnu/packages/patches/guile-linux-syscalls.patch: Add `scm_reboot'. Ludovic Courtès2013-02-161-2/+44
* gnu: guile-static: Add bindings for low-level Linux syscalls.•••* gnu/packages/make-bootstrap.scm (%guile-static): Add `guile-linux-syscalls.patch' as an input, and use it. * gnu/packages/patches/guile-linux-syscalls.patch: New file. * Makefile.am (dist_patch_DATA): Add it. Ludovic Courtès2013-02-151-0/+234