aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bootstrap/i686-linux/tar
blob: d33cd391f18b6f9aad67cd319a12e60dbd869c79 (about) (plain)
blob size (1255KB) exceeds display size limit (100KB).
t on Ubuntu's 4.4 kernels.Ludovic Courtès Fixes <https://bugs.gnu.org/25476>. Reported by Paul Garlick <pgarlick@tourbillion-technology.com> and Maria Sidorova <hydromasha@gmail.com>. * tests/syscalls.scm ("pivot-root"): Skip on known-bad Ubuntu kernels. 2017-11-25syscalls: Adjust utmpx test.Ludovic Courtès Fixes <https://bugs.gnu.org/29426>. Reported by Adonay Felipe Nogueira <adfeno@hyperbola.info>. * tests/syscalls.scm ("utmpx-entries"): Check the value of (utmpx-entries entry) only for INIT_PROCESS, LOGIN_PROCESS, and USER_PROCESS entries. 2017-07-12syscalls: Add network-interface-running?Danny Milosavljevic * guix/build/syscalls.scm (network-interface-running?): New variable. Export it. * tests/syscalls.scm: Add test. Co-authored-by: John Darrington <jmd@gnu.org> 2017-06-16syscalls: Add 'scandir*'.Ludovic Courtès * guix/build/syscalls.scm (%struct-dirent-header): New C struct. (string->pointer/utf-8, pointer->string/utf-8): New procedures. (opendir*, closedir*, readdir*, scandir*): New procedures. * tests/syscalls.scm ("scandir*, ENOENT") ("scandir*, ASCII file names", "scandir*, UTF-8 file names") ("scandir*, properties): New tests. 2017-05-28syscalls: Add 'thread-name' and 'set-thread-name'.Ludovic Courtès * guix/build/syscalls.scm (PR_SET_NAME, PR_GET_NAME) (%max-thread-name-length): New variables. (%prctl, set-thread-name, thread-name): New procedures. * tests/syscalls.scm ("set-thread-name"): New test.