]> git.ipfire.org Git - thirdparty/lxc.git/shortlog
thirdparty/lxc.git
2021-02-25  Christian Braunercommands: port misnamed functions to general style 3697/head
2021-02-25  Christian Braunercommands: use debug logging
2021-02-25  Christian Braunerlog: add some more log and return helpers
2021-02-25  Christian Braunertests: add logging to lxc-test-lxc-attach
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 Brauneraf_unix: allow caller and callee to negotiate expectati...
2021-02-25  Christian Braunermacro: add hweight*() helpers
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: add lxc_cmd_init() and lxc_cmd_data()
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... 3695/head
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 3694/head
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 Braunerfile_utils: actually open the file for reading
2021-02-24  Christian Braunercommands: set rsp.ret to 0 for lxc_cmd_get_cgroup_ctx_c...
2021-02-24  Christian Braunercgroups: s/cgroup_layout/layout/g
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 Braunercgroups: handle fallback gracefully
2021-02-24  Christian Braunercgroups: make use of ERRNO_IS_NOT_SUPPORTED()
2021-02-24  Christian Braunererror_utils: copy over Lennart's IN_SET()
2021-02-24  Christian Braunercommands: tweak return values
2021-02-24  Christian Braunererror_utils: move error helper to separate header
2021-02-24  Christian Braunercgroups: simple variable reordering
2021-02-24  Stéphane GraberMerge pull request #3692 from brauner/2021-02-23/fixes
2021-02-24  Christian Braunerattach: be paranoid about file descriptors 3692/head
2021-02-24  Christian Braunercgroups: fix braino during controller list creation
2021-02-24  Christian Braunercommands: remove faulty use of access attribute
2021-02-23  Stéphane GraberMerge pull request #3691 from brauner/2021-02-23/fixes
2021-02-23  Christian Braunercgroups: fix error checking 3691/head
2021-02-23  Christian Brauneraf_unix: prevent oob writes
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 3690/head
2021-02-23  Christian Braunerattach: handle new and old clients
2021-02-23  Christian Braunerattach: make fd sending more uniform
2021-02-23  Christian Braunerterminal: dumb logging down
2021-02-23  Stéphane GraberMerge pull request #3689 from brauner/2021-02-21/fixes
2021-02-23  Christian Braunerattach: fix namespace preservation 3689/head
2021-02-23  Christian Braunercommands: verify expected file descriptors were sent
2021-02-23  Christian Braunercommands: handle older clients gracefully
2021-02-23  Christian Braunerattach: remove additional newline
2021-02-23  Christian Brauneraf_unix: add comment about cast
2021-02-23  Christian Braunerattach: fix unsupported namespaces
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 Braunercgroups: introduce fd-only cgroup attach
2021-02-23  Christian Braunercommands: introduce LXC_CMD_GET_CGROUP_CTX
2021-02-23  Christian Braunerutils: add copy_struct_to_client()
2021-02-23  Christian Braunerlog: add syswarn_set()
2021-02-23  Christian Braunerutils: add copy_struct_from_client()
2021-02-23  Christian Braunermacro: add min() macro
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 Braunerstate: _never_ return NULL from lxc_state2str()
2021-02-23  Christian Braunercgroups: add cgroup_fds() helper
2021-02-23  Christian Brauneraf_unix: improve SCM_RIGHTS file descriptor retrieval
2021-02-22  Christian Braunercommands: tweak validate_string_request()
2021-02-22  Christian Braunercommands: explicitly number enums
2021-02-22  Christian Braunercgroups: close dfd_mon but keep dfd_con and dfd_lim...
2021-02-22  Christian Braunercgroups: start stashing all fds
next