index
:
guix
koszko
koszko-scripts
Wojtek's customized Guix
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
build
/
linux-container.scm
Age
Commit message (
Expand
)
Author
2023-01-30
linux-container: 'container-excursion' forks to join the PID namespace.
...
Ludovic Courtès
2023-01-30
container: Correctly report exit status.
...
Ludovic Courtès
2022-09-24
linux-container: Mark socket pair as SOCK_CLOEXEC.
...
Ludovic Courtès
2022-09-20
linux-container: 'container-excursion*' marks its FDs as FD_CLOEXEC.
...
Ludovic Courtès
2022-05-01
linux-container: Add #:child-is-pid1? parameter to 'call-with-container'.
...
Ludovic Courtès
2022-05-01
linux-container: Ensure signal-handling asyncs get a chance to run.
...
Ludovic Courtès
2022-05-01
linux-container: 'call-with-container' relays SIGTERM and SIGINT.
...
Ludovic Courtès
2022-01-05
linux-container: Handle CLONE_NEWCGROUP and use it by default.
...
Ryan Sundberg
2020-12-06
Revert "linux-container: Correct test for unprivileged user namespace support."
...
Marius Bakke
2020-12-03
linux-container: Correct test for unprivileged user namespace support.
...
Paul Garlick
2020-10-01
linux-container: Reset jailed root permissions.
...
Jelle Licht
2020-09-10
build: linux-container: Fix run-container.
...
Mathieu Othacehe
2020-09-02
linux-container: Do not jail the container unconditionally.
...
Mathieu Othacehe
2019-09-12
linux-container: "run-container" scripts shows the container's PID.
...
Ludovic Courtès
2019-07-06
linux-container: Mount a new /dev/pts instance in the container.
...
Ludovic Courtès
2019-06-23
linux-container: Remove dependency on (guix utils).
...
Ludovic Courtès
2019-04-02
linux-container: Make the guest UID and GID a parameter.
...
Ludovic Courtès
2018-01-15
linux-container: Work around EBADF errors upon exit.
...
Ludovic Courtès
2017-10-11
file-systems: 'mount-file-system' now takes a <file-system> object.
...
Ludovic Courtès
2017-02-07
linux-container: Add 'container-excursion*'.
...
Ludovic Courtès
2017-02-06
linux-container: Add comment on exception handling.
...
Ludovic Courtès
2017-02-06
linux-container: Do not rely on 'isatty?'.
...
Ludovic Courtès
2016-11-10
container: Pass a list of <file-system> objects as things to mount.
...
Ludovic Courtès
2016-10-19
container: Allow 'container-excursion' to the same namespaces.
...
Ludovic Courtès
2016-05-31
container: Gracefully report mount errors in the child process.
...
Ludovic Courtès
2016-05-31
container: Gracefully handle failure to set up user namespaces.
...
Ludovic Courtès
2016-01-23
build: container: Make 'unprivileged-user-namespace-supported?' more robust.
...
Mark H Weaver
2015-11-03
build: container: Add feature test predicates.
...
David Thompson
2015-10-28
container: Remove unnecessary CLONE_CHILD_* flags.
...
Ludovic Courtès
2015-10-10
build: container: Fix call-with-clean-exit.
...
David Thompson
2015-09-07
build: container: Use the same clone flags as fork(3).
...
David Thompson
2015-09-07
build: container: Setup /dev/console.
...
David Thompson
2015-08-08
build: container: Add #:host-uids argument to call-with-container.
...
David Thompson
2015-07-09
gnu: build: Add Linux container module.
...
David Thompson