aboutsummaryrefslogtreecommitdiff
path: root/THANKS
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-11-20 20:46:35 +0200
committerEfraim Flashner <efraim@flashner.co.il>2024-11-28 11:05:33 +0200
commit8aaf538abb169be39470065ac13d8121f1729c5f (patch)
tree4c334cabe03022dee669e6cbaba32085b3346528 /THANKS
parent399146c98fd8c7a14e67525fca98d0706ef9df8e (diff)
downloadguix-8aaf538abb169be39470065ac13d8121f1729c5f.tar.gz
guix-8aaf538abb169be39470065ac13d8121f1729c5f.zip
gnu: Add rust-rustls-platform-verifier-android-0.1.
* gnu/packages/crates-tls.scm (rust-rustls-platform-verifier-android-0.1): New variable. Change-Id: I328033df0bcb01f240f57ad7e901fc7d019cb705
Diffstat (limited to 'THANKS')
0 files changed, 0 insertions, 0 deletions
msg-tooltip'>* tests/records.scm ("define-record-type* & sanitize without default value"): New test. Ludovic Courtès ms.scm?id=969cea683615e79c7e6548f945f15af80ad58a8a'>file-systems: Use cgroups v2....cgroup v2 is the next generation of the control groups API. This patch replaces the cgroup v1 file systems with the unified cgroup v2 file system. cgroup v2 allows for things like containerd/podman to run rootless containers and opens guix system up to running things like Kubernetes. Thanks to Hilton Chain <hako@ultrarare.space> for suggesting the Docker service change. * gnu/system/file-systems.scm (%control-groups): Change to a single "cgroup2" mount point. * gnu/services/docker.scm (docker-shepherd-service): Trim 'requirement' field accordingly. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Sam Lockart 2023-03-05file-systems: Remove deprecated 'title' field helper procedures....* gnu/system/file-systems.scm (<file-system>): Change constructor name to 'file-system'. (report-deprecation, device-expression, process-file-system-declaration, file-system): Remove macros. (file-system-title): Remove procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal 2023-02-26file-systems: Validate 'no-diratime flag....This follows up on commit c0773455397746b10194bc14c7cef144f4095b65, and adds a comment to avoid this in future. * gnu/system/file-systems.scm (invalid-file-system-flags): Add 'no-diratime to the list of KNOWN-FLAGS. Tobias Geerinckx-Rice