]> git.ipfire.org Git - thirdparty/lxc.git/shortlog
thirdparty/lxc.git
2021-08-30  Christian Braunerlxccontainer: don't pass NULL pointer 3957/head
2021-08-30  Christian Braunerlxccontainer: fail when container can't be loaded
2021-08-30  Christian Braunerlxccontainer: remove useless {}
2021-08-30  Christian Braunerlxccontainer: use free_disarm() in list_all_containers()
2021-08-30  Christian Braunerlxc-usernsexec: small tweaks
2021-08-30  Christian Braunertree-wide: fix list_entry()
2021-08-27  Christian Braunerlxccontainer: tweak some array handling helpers
2021-08-27  Christian Braunerlxccontainer: improve add_to_clist()
2021-08-27  Christian Braunerlxccontainer: improve add_to_array()
2021-08-27  Christian Braunerconf: port groups to new list type
2021-08-27  Christian Braunerconf: port hooks to new list type
2021-08-27  Christian Braunerconf: port apparmor to new list type
2021-08-27  Stéphane GraberMerge pull request #3956 from brauner/2021-08-27.list
2021-08-27  Christian Braunerconf: port mounts to new list type 3956/head
2021-08-27  Christian Braunercgroups: fix bpf device list
2021-08-27  Christian Braunernetwork: port ipv6 routes to new list type
2021-08-27  Christian Braunernetwork: port ipv4 routes to new list type
2021-08-27  Christian Braunercgroups: fix cgroup settings sorting
2021-08-26  Stéphane GraberMerge pull request #3955 from brauner/2021-08-26.list.2
2021-08-26  Christian Braunerlxccontainer: align initialization 3955/head
2021-08-26  Christian Braunertree-wide: s/ipv{4,6}_list/ipv{4,6}_addresses/g
2021-08-26  Christian Braunernetwork: port ipv6 addresses to new list type
2021-08-26  Stéphane GraberMerge pull request #3953 from brauner/2021-08-26.list
2021-08-26  Christian Braunernetwork: port ipv4 to new list type 3953/head
2021-08-26  Stéphane GraberMerge pull request #3952 from brauner/2021-08-25.list.2
2021-08-26  Christian Braunerconf: simplify and port caps to new list type 3952/head
2021-08-26  Christian Braunercgroup: remove unneeded forward declaration
2021-08-26  Christian Braunerterminal: remove unused struct member
2021-08-26  Christian Braunerconf: port environment to new list type
2021-08-26  Christian Braunerconf: remove unused variables
2021-08-26  Christian Braunerconf: switch to parse_mount_attrs() even for legacy...
2021-08-26  Christian Braunerconf: support recursive propagation options properly
2021-08-26  Christian Braunerconf: rework recursive mount option handling
2021-08-26  Christian Braunerrootfs: remove "options" member
2021-08-26  Christian Braunerconf: remove unused mountflags nember
2021-08-26  Christian Braunerconf: port id_map to new list type
2021-08-26  Christian Braunerconf: port cgroup settings to new list type
2021-08-26  Christian Braunerconf: port procs to new list type
2021-08-25  Christian Braunerconf: port sysctls to new list type
2021-08-25  Christian Braunerconf: port rlimits to new list type
2021-08-25  Stéphane GraberMerge pull request #3950 from brauner/2021-08-25.list
2021-08-25  Christian Braunerconf: port state_clients to new list type 3950/head
2021-08-25  Christian Braunermainloop: port handlers to new list type
2021-08-25  Christian Braunercgroups: port bpf devices to new list type
2021-08-25  Christian Braunertree-wide: port network handling to new list type
2021-08-25  Christian Braunerlist: add new kernel-based list implementation
2021-08-25  Stéphane GraberMerge pull request #3949 from brauner/2021-08-24.attach
2021-08-24  Stéphane GraberMerge pull request #3948 from brauner/2021-08-24.fixes
2021-08-24  Maximilian... tools: fix elevated privilege handler in lxc-attach 3949/head
2021-08-24  Christian Braunerconfile: rework lxc_fill_elevated_privileges()
2021-08-24  Christian Braunerattach_options: add LXC_ATTACH_LSM_LABEL to LXC_ATTACH_...
2021-08-24  Christian Braunertools: align struct initialization
2021-08-24  Christian Braunertools: fix variable declarations in lxc-attach
2021-08-24  Maximilian... attach: allow LSM attach without new mnt namespace
2021-08-24  Christian Braunerconfile: return negative errno everywhere 3948/head
2021-08-24  Christian BraunerMerge pull request #3947 from blenk92/fix-missing-seccomp
2021-08-23  Maximilian... config: enable seccomp profile only when compiled with... 3947/head
2021-08-19  Stéphane GraberMerge pull request #3943 from brauner/2021-08-19.fixes
2021-08-19  Christian Braunerseccomp: fix complication when !HAVE_DECL_SECCOMP_NOTIFY_FD 3943/head
2021-08-17  Stéphane GraberMerge pull request #3940 from brauner/2021-08-16.fixes.2
2021-08-17  Christian Braunertests: use busybox in lxc-test-usernic.in 3940/head
2021-08-17  Christian Braunertests: use busybox in lxc-test-unpriv
2021-08-17  Christian Braunertests: use busybox in lxc-test-no-new-privs
2021-08-17  Christian Braunertest: use busybox in lxc-test-autostart
2021-08-17  Christian Braunertest: use busybox in lxc-test-apparmor-mount
2021-08-17  Christian Braunertest: use busybox in lxc-test-apparmor-generated
2021-08-17  Christian Braunertests: fix order in sys_mixed
2021-08-17  Christian Braunerconf: allow for tty allocation even when container...
2021-08-17  Christian Braunerbusybox: simplify
2021-08-17  Christian Braunerbusybox: mount sys:ro
2021-08-17  Christian Braunerterminal: use /dev/ptmx when allocating pty devices...
2021-08-17  Christian Braunerfile_utils: add same_device() helper
2021-08-16  Stéphane GraberMerge pull request #3938 from brauner/2021-08-16.fixes
2021-08-16  Christian BraunerMerge pull request #3939 from Cypresslin/fix-test-exec-bit
2021-08-16  Po-Hsu Lintests: set lxc-test-automount/createconfig/snapdeps... 3939/head
2021-08-16  Christian Braunercgroups: simplify offline and isolated cpu handling 3938/head
2021-08-16  Christian Braunercgroups: use semantically clean check in cpuset1_cpus_i...
2021-08-14  Stéphane GraberMerge pull request #3937 from brauner/2021-08-13.fixes
2021-08-13  Christian Braunercgroups: fix cpumask handling 3937/head
2021-08-13  Christian Braunercgroups: fix comments in cpuset1_initialize()
2021-08-13  Christian BraunerRevert "cgroups: fix cpu bitmasks"
2021-08-12  Christian BraunerMerge pull request #3934 from brauner/2021-08-12.fixes
2021-08-12  Christian Braunercgroups: s/calloc/zalloc/g 3934/head
2021-08-12  Jim Ferrignocgroups: fix cpu bitmasks
2021-08-11  Stéphane GraberMerge pull request #3899 from denisfa/master
2021-08-11  Stéphane GraberMerge pull request #3932 from brauner/2021-08-11.fixes
2021-08-11  Christian Braunermainloop: disable IORING_SETUP_SQPOLL for now 3932/head
2021-08-11  Christian Braunermainloop: add comments about multishot and oneshot...
2021-08-11  Christian Braunermainloop: s/handler_name/name/g
2021-08-11  Stéphane GraberMerge pull request #3931 from brauner/2021-08-11.fixes
2021-08-11  Christian Braunermainloop: move variables into tighter scope 3931/head
2021-08-11  Christian Braunermemory_utils: make cleanup handler as unused
2021-08-11  Stéphane GraberMerge pull request #3930 from brauner/2021-08-10.fixes
2021-08-11  Christian Braunermainloop: fix io_uring cleanup handling 3930/head
2021-08-10  Christian Braunermainloop: remove CANCEL_RAISE flag
2021-08-10  Christian Braunermainloop: minor fixes
2021-08-10  Christian BraunerMerge pull request #3928 from simondeziel/download...
2021-08-10  Christian BraunerMerge pull request #3929 from tych0/fix-sys-poll-warning
2021-08-10  Tycho Andersenmainloop: s,sys/poll,poll 3929/head
2021-08-10  Simon Deziellxc-download: add LXC version/compat level to user... 3928/head
next