]> git.proxmox.com Git - mirror_lxc.git/history - src/lxc/commands.c
commands: port lxc_cmd_serve_state_clients() to new helpers
[mirror_lxc.git] / src / lxc / commands.c
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
2021-01-22 Christian BraunerMerge pull request #3623 from cotequeiroz/seccomp
2021-01-16 Eneas U de Queirozcommands: fix check for seccomp notify support
2020-12-28 Stéphane GraberMerge pull request #3608 from brauner/2020-12-27/no_rootfs
2020-12-27 Christian Braunercgroup2: move bpf device cgroup program to struct cgrou...
2020-11-21 Stéphane GraberMerge pull request #3586 from tenforward/japanese
2020-10-28 Stéphane GraberMerge pull request #3568 from brauner/2020-10-28/fixes
2020-10-28 Christian Braunercommands: don't deref after NULL check
2020-09-17 Stéphane GraberMerge pull request #3539 from brauner/2020-09-17/fixes
2020-09-17 Christian Braunercommands: don't fail if unfreeze fails
2020-08-06 Stéphane GraberMerge pull request #3508 from brauner/2020-08-06/fixes
2020-08-06 Christian Braunerseccomp: add seccomp_notify_fd_active api extension
2020-08-05 Stéphane GraberMerge pull request #3505 from brauner/2020-08-05/safe_n...
2020-08-05 Christian Braunerterminal: safely allocate pts devices from inside the...
2020-07-05 Stéphane GraberMerge pull request #3477 from brauner/2020-07-05/fixes
2020-07-05 Christian Braunertree-wide: s/ptmx/ptx/g
2020-06-25 Stéphane GraberMerge pull request #3460 from brauner/2020-06-25/fixes
2020-06-25 Christian Braunercommands: don't flood logs
2020-06-17 Christian Braunertree-wide: use "ptmx" and "pts" as terminal terms
2020-05-15 Serge HallynMerge pull request #3412 from brauner/2020-05-15/clone3
2020-05-15 Christian BraunerMerge pull request #3414 from Blub/get-cgroup-path...
2020-05-15 Wolfgang Bumillerimprove LXC_CMD_GET_CGROUP compatibility
2020-04-10 Christian BraunerMerge pull request #3370 from stgraber/master
2020-04-05 Christian BraunerMerge pull request #3357 from Blub/cgroup-isolation...
2020-04-05 Wolfgang Bumillerget the right path in get_cgroup command
2020-04-03 Christian BraunerMerge pull request #3353 from Blub/lxc.cgroup.dir-compo...
2020-04-03 Wolfgang Bumillerintroduce lxc.cgroup.dir.{monitor,container,container...
2020-03-30 Stéphane GraberMerge pull request #3340 from brauner/2020-03-30/fixes
2020-03-30 Christian BraunerMerge pull request #3339 from Blub/cmd-get-cgroup-strin...
next