]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/commands.c
storage/dir: cleanup mount code
[mirror_lxc.git] / src / lxc / commands.c
2021-04-17 Stéphane GraberMerge pull request #3790 from brauner/2021-04-15.fixes
2021-04-17 Christian Braunercommands: don't needlessly allocate
2021-04-12 Stéphane GraberMerge pull request #3778 from brauner/2021-04-12/fixes
2021-04-07 Stéphane GraberMerge pull request #3775 from brauner/2021-04-07/fixes
2021-04-07 Christian Braunerconfile: make lxc_get_config() and lxc_get_config_net...
2021-02-26 Stéphane GraberMerge pull request #3698 from brauner/2021-02-25/fixes
2021-02-25 Christian Braunertree-wide: replace old systrace logging helpers
2021-02-25 Christian Braunertree-wide: use new logging helpers
2021-02-25 Christian Braunertree-wide: replace remaining instances of syserrno...
2021-02-25 Christian Braunertree-wide: start replacing instances of syserrno()...
2021-02-25 Christian Braunertree-wide: s/syerrno_set()/syserror_set()/g
2021-02-25 Christian Braunercommands: unify fd retrieval commands
2021-02-25 Christian Braunercommands: fix indentation
2021-02-25 Christian Braunercommands: rsp_one_fd_{reap,keep}() and rsp_many_fds_reap()
2021-02-25 Christian Braunercommands: cleanup error handling and variable naming
2021-02-25 Stéphane GraberMerge pull request #3697 from brauner/2021-02-25/fixes
2021-02-25 Christian Braunercommands: port misnamed functions to general style
2021-02-25 Christian Braunercommands: use debug logging
2021-02-25 Christian Braunercommands: improve lxc_cmd_get_tty_fd()
2021-02-25 Christian Braunercommands: rework lxc_cmd_rsp_recv() to make it more...
2021-02-25 Christian Braunercommands: let lxc_cmd() return ssize_t to indicate...
2021-02-25 Christian Braunercommands: port lxc_cmd_get_limit_cgroup2_fd() to new...
2021-02-25 Christian Braunercommands: port lxc_cmd_get_cgroup2_fd() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_limit_cgroup_fd() to new...
2021-02-25 Christian Braunercommands: port lxc_cmd_get_cgroup_fd() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_unfreeze() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_freeze() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_seccomp_notify_add_listener...
2021-02-25 Christian Braunercommands: port lxc_cmd_serve_state_clients() to new...
2021-02-25 Christian Braunercommands: port lxc_cmd_console_log() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_add_bpf_device_cgropu() to new...
2021-02-25 Christian Braunercommands: port lxc_cmd_add_state_client() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_lxcpath() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_name() to new helpers
2021-02-25 Christian Braunercommands: port lxc_get_tty_fd() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_stop() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_state() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_config_item() to new helpers
2021-02-25 Christian Braunercommands: portlxc_cmd_get_cgroup_path_do() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_clone_flags() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_cgroup_ctx() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_seccomp_notify_fd() to new...
2021-02-25 Christian Braunercommands: port lxc_cmd_get_devpts_fd() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_init_pidfd() to new helpers
2021-02-25 Christian Braunercommands: port lxc_cmd_get_init_pid() to new helpers
2021-02-25 Christian Braunercommands: port lxc_try_cmd() to new helpers
2021-02-25 Christian Braunercommands: s/lxc_cmd_init()/lxc_server_init()/g
2021-02-25 Christian Braunercommands: switch to bool
2021-02-25 Christian Braunercommands: use IN_SET() in lxc_cmd()
2021-02-24 Stéphane GraberMerge pull request #3695 from brauner/2021-02-24/fixes_3
2021-02-24 Christian Braunercommands: ensure that non-NULL and MAX_STATE is always...
2021-02-24 Christian Braunercommands: annotate array argument
2021-02-24 Stéphane GraberMerge pull request #3694 from brauner/2021-02-24/fixes_2
2021-02-24 Christian Braunercommands: s/LXC_CMD_CONSOLE/LXC_CMD_GET_TTY_FD/g
2021-02-24 Christian Braunercommands: add LXC_CMD_GET_CGROUP_FD and LXC_CMD_GET_LIM...
2021-02-24 Christian Braunercommands: extend rsp_one_fd() to also handle additional...
2021-02-24 Christian Braunercommands: set rsp.ret to 0 for lxc_cmd_get_cgroup_ctx_c...
2021-02-24 Christian Braunercommands: add LXC_CMD_GET_CGROUP_FD and LXC_CMD_GET_LIM...
2021-02-24 Christian Braunercommands: s/_LIMITING_/_LIMIT_/g and s/_limiting_/_limit_/g
2021-02-24 Christian Braunercommands: simplify lxc_cmd_get_cgroup_ctx()
2021-02-24 Christian Braunercommands: fix alignment for lxc_cmd_get_cgroup_ctx()
2021-02-24 Christian Braunercommands: tweak return values
2021-02-23 Stéphane GraberMerge pull request #3691 from brauner/2021-02-23/fixes
2021-02-23 Christian Braunercommands: only deref once
2021-02-23 Stéphane GraberMerge pull request #3690 from brauner/2021-02-21/fixes
2021-02-23 Christian Braunercommands: handle old clients for LXC_CMD_GET_CGROUP_CTX
2021-02-23 Stéphane GraberMerge pull request #3689 from brauner/2021-02-21/fixes
2021-02-23 Christian Braunercommands: verify expected file descriptors were sent
2021-02-23 Christian Braunercommands: handle older clients gracefully
2021-02-23 Christian Braunercommands: lxc_cmd_add_state_client_callback()
2021-02-23 Christian Braunercommands: handle older clients elegantly
2021-02-23 Christian Braunercommands: send ENOSYS response
2021-02-23 Christian Braunercommands: introduce LXC_CMD_GET_CGROUP_CTX
2021-02-23 Christian Braunercgroups: allow cgroup fd batch retrieval
2021-02-23 Christian Braunercommands: add LXC_CMD_GET_CGROUP_FD
2021-02-23 Christian Braunercommands: introduce rsp_many_fds()
2021-02-23 Christian Braunercommands: introduce rsp_one_fd()
2021-02-23 Christian Braunercommands: introduce lxc_cmd_rsp_send_reap()
2021-02-23 Christian Braunercommands: be more explicit during command processing
2021-02-23 Christian Brauneraf_unix: improve SCM_RIGHTS file descriptor retrieval
2021-02-22 Christian Braunercommands: tweak validate_string_request()
2021-02-22 Stéphane GraberMerge pull request #3688 from brauner/2021-02-19/fixes_2
2021-02-21 Christian Braunercgroups: s/cgfd_limit/dfd_lim/g
2021-02-21 Christian Braunercgroups: s/cgfd_con/dfd_con/g
2021-02-19 Stéphane GraberMerge pull request #3684 from brauner/2021-02-18/fixes_2
2021-02-19 Christian Braunercgroups: make device cgroup handling smarter and simpler
2021-02-18 Stéphane GraberMerge pull request #3681 from brauner/2021-02-18/cgroups
2021-02-18 Christian Braunerbpf: rework live device cgroup update
2021-02-18 Christian Braunerbpf: let bpf_list_add_device() take the device list...
2021-02-18 Christian Braunercgroups: remove compile-time bpf support detection
2021-02-18 Christian Braunercommands: rework bpf devices BPF_F_REPLACE codepath
2021-02-18 Christian Braunercommands: replace bpf program on update
2021-02-18 Christian Braunercommands: improve bpf device program management
2021-02-18 Christian Braunerbpf: enable helpers to let caller replace existing...
2021-02-18 Christian Braunerbpf: use cgroup fd directly instead of paths
2021-02-02 Stéphane GraberMerge pull request #3647 from brauner/2021-02-02/fixes
2021-02-02 Christian Braunercommands: use __cgroup_unfreeze() directly
2021-02-02 Christian Braunercommands: add missing lxc_cmd_get_limiting_cgroup2_fd...
2021-01-22 Stéphane GraberMerge pull request #3629 from brauner/2021-01-22/static...
2021-01-22 Christian Braunertree-wide: fix some header inclusions
next