aboutsummaryrefslogtreecommitdiff
path: root/guix/build/syscalls.scm
Commit message (Expand)AuthorAge
* syscalls: ‘processes’ really omits kernel threads.Ludovic Courtès2024-02-20
* syscalls: Define riscv64 syscall ID for clone.MarcoFalke2023-12-13
* syscalls: Add fallback case for ‘terminal-string-width’.Ludovic Courtès2023-11-25
* guix: syscalls: Add terminal-string-width.Julien Lepiller2023-11-11
* syscalls: Consistently use existing linux? definition.Sören Tempel2023-10-23
* syscalls: Add support for musl libc.Sören Tempel2023-10-23
* syscalls: 'getxattr' throws upon error.Ludovic Courtès2023-03-27
* syscalls: 'with-file-lock' removes lock file upon exit.Ludovic Courtès2023-02-12
* syscalls: Adjust for lack of 'libutil.so' on glibc >= 2.34.Ludovic Courtès2022-12-02
* file-systems: Always do recursive bind mounts.Ricardo Wurmus2022-11-20
* syscalls: Define 'MS_NODIRATIME' and recognize "nodiratime".Ludovic Courtès2022-10-20
* syscalls: Avoid repeated calls to 'syscall->procedure'.Ludovic Courtès2022-09-08
* gnu: system: file-systems: Add shared flag.Oleg Pykhalov2022-08-10
* linux-container: Handle CLONE_NEWCGROUP and use it by default.Ryan Sundberg2022-01-05
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-23
|\
| * system: Add swap flags.Josselin Poiret2021-11-23
* | build: syscalls: Add a SET-CHILD-SUBREAPER! procedure.Maxim Cournoyer2021-11-20
|/
* syscalls: Gracefully handle failure to load libc's libutil.Ludovic Courtès2021-10-26
* syscalls: Add 'openpty' and 'login-tty'.Ludovic Courtès2021-10-26
* syscalls: Deduplicate device number conversion.Tobias Geerinckx-Rice2021-09-23
* Revert "syscalls: 'terminal-dimension' ignores EPERM."Tobias Geerinckx-Rice2021-07-07
* syscalls: Fix RNDADDTOENTCNT on powerpc64le-linux.Chris Marusich2021-03-23
* syscalls: Fix clone on powerpc64le-linux.Chris Marusich2021-03-23
* syscalls: mounts: Fix a matching bug.Chris Marusich2021-03-15
* syscalls: Define the ST_* constants and add 'statfs-flags->mount-flags'.Ludovic Courtès2021-03-10
* syscalls: Add 'mounts' and the <mount> record type.Ludovic Courtès2021-02-25
* syscalls: Define MS_RELATIME.Ludovic Courtès2021-02-25
* syscalls: set-thread-name, thread-name: Fix thinko.Jan (janneke) Nieuwenhuizen2020-06-08
* syscalls: set-thread-name, thread-name: Stub for the Hurd.Jan (janneke) Nieuwenhuizen2020-06-08
* syscalls: 'terminal-dimension' ignores EPERM.Ludovic Courtès2020-05-29
* syscalls: Properly match %HOST-TYPE.Jesse Dowell2020-05-29
* syscalls: Adjust 'sockaddr-in', 'sockaddr-in6' structs for the Hurd.Jan (janneke) Nieuwenhuizen2020-05-15
* syscalls: Add 'getxattr'.Jan (janneke) Nieuwenhuizen2020-05-14
* syscalls: Add 'setxattr'.Jan (janneke) Nieuwenhuizen2020-05-13
* syscalls: Add ioctl flags for the Hurd.Jan (janneke) Nieuwenhuizen2020-05-07
* syscalls: 'define-c-struct' supports cross-compilation.Ludovic Courtès2020-05-05
* syscalls: Fix Linux detection in 'readdir*'.Julien Lepiller2020-04-20
* syscalls: 'readdir*' chooses between the Linux and Hurd code at run time.Ludovic Courtès2020-04-16
* syscalls: 'with-file-lock' re-grabs lock when reentering its dynamic extent.Ludovic Courtès2020-03-22
* syscalls: Pass the right 'throw' arguments in 'call-with-file-lock/no-wait'.Ludovic Courtès2020-01-19
* file-systems: Add support for 'strict-atime' and 'lazy-time' flags.Guillaume Le Vaillant2019-12-07
* ui: 'with-profile-lock' keeps going upon ENOLCK.Ludovic Courtès2019-11-29
* guix: Add file-locking with no wait.Julien Lepiller2019-11-08
* syscalls: Add 'add-to-entropy-count'.Ludovic Courtès2019-10-05
* syscalls: 'define-as-needed' does not re-export local variables.Ludovic Courtès2019-07-19
* syscalls: Use 'define-as-needed' for 'AT_' constants introduced in Guile 2.2.5.Ludovic Courtès2019-07-15
* syscalls: Add 'terminal-rows'.Ludovic Courtès2019-06-27
* syscalls: 'with-lock-file' catches ENOSYS.Ludovic Courtès2019-06-05
* syscalls: 'with-file-lock' expands to a call to 'call-with-file-lock'.Ludovic Courtès2019-06-05
* syscalls: Add 'with-file-lock' macro.Ludovic Courtès2019-06-05