proxmox/proxmox-sys/src
Lukas Wagner 2b6ecfd38d sys: add make_tmp_dir
Under the hood, this function calls `mkdtemp` from libc. Unfortunatly
the nix crate did not provide bindings for this function, so we have
to call into libc directly.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
2024-08-09 11:01:30 +02:00
..
fs sys: add make_tmp_dir 2024-08-09 11:01:30 +02:00
linux async, sys: replace deprecated io_err_other 2024-07-26 13:09:33 +02:00
boot_mode.rs sys: cleanup assigned and immediately returned var 2023-11-29 14:57:29 +01:00
command.rs sys: rust fmt 2022-04-10 17:39:31 +02:00
crypt.rs fix typos in rust api documentation 2024-07-22 08:49:42 +02:00
error.rs async, sys: replace deprecated io_err_other 2024-07-26 13:09:33 +02:00
fd.rs sys: make fd::cwd crate-internal 2024-08-06 13:37:36 +02:00
lib.rs new worker-task crate, move WorkerTaskContext from sys 2024-07-11 14:43:37 +02:00
logrotate.rs sys: rust fmt 2022-04-10 17:39:31 +02:00
macros.rs move io error helpers to proxmox-lang 2022-02-21 13:35:14 +01:00
mmap.rs async, sys: replace deprecated io_err_other 2024-07-26 13:09:33 +02:00
process_locker.rs sys: process_locker: explicitly don't truncate the lock file 2024-06-28 11:18:04 +02:00
systemd.rs introduce proxmox-systemd crate 2024-07-24 14:25:50 +02:00