]> git.proxmox.com Git - mirror_lxc.git/shortlog
mirror_lxc.git
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...
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 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
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
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
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
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
2021-02-22 Christian Braunercgroups: skip and warn about invalid file descriptors
2021-02-22 Christian Braunermemory_utils: fix close_equal()
2021-02-22 Stéphane GraberMerge pull request #3688 from brauner/2021-02-19/fixes_2
2021-02-21 Christian Braunercgroups: handle lxc.cgroup.use global parameter
2021-02-21 Christian Braunercgroups: fix cg_legacy_freeze() return type
2021-02-21 Christian Braunerfile_utils: tweak lxc_write_openat()
2021-02-21 Christian Braunercgroups: improve utility controller handling
2021-02-21 Christian Braunercgroups: s/cgroup2_chown/delegate/g
2021-02-21 Christian Braunercgroups: move cgroup2 parameters into substruct
2021-02-21 Christian Braunercgroups: s/container_limit_path/path_lim/g
2021-02-21 Christian Braunercgroups: s/container_full_path/path_con/g
2021-02-21 Christian Braunercgroups: s/cgfd_limit/dfd_lim/g
2021-02-21 Christian Braunercgroups: s/cgfd_mon/dfd_mon/g
2021-02-21 Christian Braunercgroups: s/cgfd_con/dfd_con/g
2021-02-21 Christian Braunercgroups: s/mountpoint/at_mnt/g
2021-02-21 Christian Braunercgroups: s/container_base_path/at_base/g
2021-02-21 Christian Braunercgroups: rename cgroupfs mount fd
2021-02-21 Christian Braunercgroups: simplify and fix mounting on non-cgroup namesp...
2021-02-21 Christian Braunercgroups: introduce cgroup hierarchy type
2021-02-21 Christian Braunercgroups: remove unused helpers
2021-02-21 Christian Braunercgroups: s/add_hierarchy()/cgroup_hierarchy_add()/g
2021-02-21 Christian Braunercgroups: split delegation checks into separate helpers
2021-02-20 Christian Braunercgroups: simplify string list handling
2021-02-20 Christian Braunercgroups: rework cgroup initialization
2021-02-20 Christian Braunercgroups: split out unified cgroup helpers
2021-02-20 Christian Braunermemory_utils: adapt to new pointer error macros
2021-02-20 Christian Braunermacro: add pointer error encoding support
2021-02-20 Christian Braunercompiler: add likely() and unlikely() support
2021-02-20 Christian Braunercgroups: s/basecginfo/cgroup_info/g
2021-02-20 Christian Braunercgroups: simplify current cgroup retrieval on pure...
2021-02-19 Christian Braunercgroups: tweak return values
2021-02-19 Christian Braunercgroups: tweak lxc.cgroup.use handling in __cgroup_init()
2021-02-19 Christian Braunercgroups: s/must_copy_string()/strdup()/g
2021-02-19 Christian Braunercgroups: avoid additional variable for single access
next