]> git.proxmox.com Git - mirror_lxc.git/shortlog
mirror_lxc.git
2021-02-11 Christian Braunerstart: convert to strnprintf()
2021-02-11 Christian Braunerseccomp: convert to strnprintf()
2021-02-11 Christian Braunerrexec: convert to strnprintf()
2021-02-11 Christian Braunernetwork: convert to strnprintf()
2021-02-11 Christian Braunermount_utils: convert to strnprintf()
2021-02-11 Christian Braunermonitor: convert to strnprintf()
2021-02-11 Christian Braunerlxclock: convert to strnprintf()
2021-02-11 Christian Braunerlxccontainer: convert to strnprintf()
2021-02-11 Christian Braunerlog: convert to strnprintf()
2021-02-11 Christian Braunerfile_utils: convert to strnprintf()
2021-02-11 Christian Braunercriu: convert to strnprintf()
2021-02-11 Christian Braunerconfile_utils: convert to strnprintf()
2021-02-11 Christian Braunerconfile: convert to strnprintf()
2021-02-11 Christian Braunerconf: convert to strnprintf()
2021-02-11 Christian Braunercommands_utils: convert to strnprintf()
2021-02-11 Christian Braunerattach: convert to strnprintf()
2021-02-11 Christian Braunercgroups: convert to strnprintf()
2021-02-11 Christian Braunerstring_utils: add wrapper for snprintf()
2021-02-10 Stéphane GraberMerge pull request #3664 from brauner/2021-02-10/fixes
2021-02-10 Christian Braunercgroups: log container process entering
2021-02-10 Christian Braunercgroups: log monitor and transient process entering
2021-02-10 Christian Braunercgroups: do not return early when entering monitor...
2021-02-10 Christian Braunercgroups: use brackets to have clear semantics for flags...
2021-02-10 Stéphane GraberMerge pull request #3663 from brauner/2021-02-10/fixes
2021-02-10 Christian Braunercriu: handle new cgroup layout
2021-02-10 Christian Braunercriu: lxc_init() already initializes cgroups
2021-02-10 Christian Braunercriu: warn about cgroup hierarchies without controllers
2021-02-10 Christian Braunercriu: rework init pid retrieval
2021-02-10 Christian Braunercriu: use cleanup macro when parsing mount data
2021-02-10 Christian Braunercriu: use cleanup macro
2021-02-10 Christian Braunercriu: move logging under lxc_log_trace()
2021-02-10 Christian Braunercriu: massage exec_criu()
2021-02-10 Christian Braunercriu: mark cgroups methods specific to criu
2021-02-10 Christian Braunerconf: fix memory leak
2021-02-09 Stéphane GraberMerge pull request #3661 from blenk92/iw_error_msg
2021-02-09 Stéphane GraberMerge pull request #3662 from brauner/2021-02-08/fixes
2021-02-08 Christian Braunerconf: kill PATH_MAX bytes
2021-02-08 Christian Braunerconf: kill PATH_MAX bytes
2021-02-08 Christian Braunertests: add logging to lxc-test-unpriv
2021-02-08 Christian Braunerconf: fd-only tty setup
2021-02-08 Christian Braunermount_utils: s/OPEN_TREE_CLONE | OPEN_TREE_CLONE/OPEN_T...
2021-02-08 Christian Braunerconf: rework rootfs pinning
2021-02-08 Maxnetwork: Add error message if iw couldn't be found
2021-02-08 Christian Braunerconf: kill PAT_MAX bytes
2021-02-08 Christian Braunerconf: kill PATH_MAX bytes
2021-02-08 Christian Braunerconf: don't pass struct lxc_conf
2021-02-08 Christian Braunerconf: kill PATH_MAX bytes
2021-02-08 Christian Braunerconf: s/setup_mount()/setup_mount_fstab()/g
2021-02-08 Christian Braunermount_utils: add locked flag helpers
2021-02-05 Stéphane GraberMerge pull request #3660 from brauner/2021-02-05/fixes_1
2021-02-05 Christian Braunermount_utils: kill mount_filesystem()
2021-02-05 Christian Braunerattach: switch to simple mount()
2021-02-05 Christian Braunermount_utils: initialize fd
2021-02-05 Stéphane GraberMerge pull request #3659 from brauner/2021-02-05/fixes
2021-02-05 Christian Braunertree-wide: make use of new_mount_api() where it makes...
2021-02-05 Christian Braunermount_utils: detect new mount api support
2021-02-05 Christian Braunermount_utils: kill mount_from_at()
2021-02-05 Christian Braunerconf: use fd_bind_mount() in lxc_fill_autodev()
2021-02-05 Christian Braunermount_utils: add support for bind-mounts through the...
2021-02-05 Christian Braunermount_utils: kill mount_at()
2021-02-05 Christian Braunercgroups: switch __cg_mount_direct() to use the new...
2021-02-05 Christian Braunercgroups: switch tmpfs mounting to new mount api
2021-02-05 Christian Braunerconf: switch mount_autodev() to new mount api
2021-02-05 Christian Braunermount_utils: add extended helpers for new mount api
2021-02-05 Christian Braunermount_utils: move mount_at() and mount_from_at() over...
2021-02-05 Christian BraunerMerge pull request #3657 from brauner/2021-02-05/init_g...
2021-02-05 Christian Braunerconfile: make garbage groups an error
2021-02-05 Christian Braunertests: improve lxc.init.groups tests
2021-02-05 Christian Braunerconfile: handle appending init groups
2021-02-05 Christian Braunerconf: use lxc_groups_t directly
2021-02-05 Christian Braunerattach_options: use size_t for lxc_groups_t
2021-02-05 Christian Braunerattach: use brackets around flag check
2021-02-05 Christian Braunerattach_options: use standard C pointer syntax
2021-02-05 Christian Braunerattach_options: initialize .groups
2021-02-05 Ruben Jensterattach: Add groups option to keep additional group...
2021-02-05 Ruben Jensterconfile: add lxc.init.groups to keep additional groups
2021-02-05 Christian Braunerutils: rework lxc_setgroups()
2021-02-05 Christian Braunertree-wide: use lxc_drop_groups() instead of lxc_setgrou...
2021-02-05 Christian Braunerutils: add lxc_drop_groups()
2021-02-04 Stéphane GraberMerge pull request #3655 from brauner/2021-02-04/fixes_1
2021-02-04 Christian Braunerutils: check for snprintf() error
2021-02-04 Christian Braunerattach: improve logging and terminology
2021-02-04 Stéphane GraberMerge pull request #3651 from brauner/2021-02-04/fixes
2021-02-04 Christian Braunercgroups: check for correct error in __cg_unified_attach...
2021-02-04 Christian Braunertree-wide: s/dfd_root_host/dfd_host/g
2021-02-04 Christian Braunertree-wide: s/mntpt_fd/dfd_mnt/g
2021-02-04 Christian Braunertree-wide: s/dev_mntpt_fd/dfd_dev/g
2021-02-04 Christian Braunersyscall_wrappers: fix PROTECT_OPEN_W macro
2021-02-04 Christian Braunerconf: restricted fd-only lxc_fill_autodev()
2021-02-04 Christian Braunerconf: start stashing dfd to host's / during container...
2021-02-04 Christian Braunerconf: fix lxc_setup_dev_console()
2021-02-04 Christian Braunerutils: add mount_from_at()
2021-02-04 Christian Braunercgroups: restrict open calls in cgroup_attach_create_leaf()
2021-02-04 Christian Braunercgroups: improve error handling and logging in cgroup_a...
2021-02-04 Christian Braunercgroups: fix argument vetting in cgroup_attach()
2021-02-04 Christian Braunerattach: fix fallback logic when attaching to cgroups
2021-02-04 Christian Braunercgroups: switch to fd-based cgroup mounting
2021-02-04 Christian Braunercgroups: restricted fd-only controller mountpoint creation
2021-02-04 Christian Braunercgroups: fix cgroup mounting
2021-02-03 Stéphane GraberMerge pull request #3650 from brauner/2021-02-03/fixes_1
next