summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-08-24utils: make sure read() string is 0 terminatedDaniel Golle
2021-08-24jail: use portable sizeof(void *)Daniel Golle
2021-08-24jail: check return value when opening consoleDaniel Golle
2021-08-24jail: return to hook callback instead of just calling itDaniel Golle
2021-08-24jail: devices: create parent folder when creating devicesDaniel Golle
2021-08-22uxc.c: fix coverity resource leak warningKevin Darbyshire-Bryant
2021-08-15uxc: support config in uvolDaniel Golle
2021-08-15uxc: fix help outputDaniel Golle
2021-08-15uxc: fix a bunch of issues discovered by CoverityDaniel Golle
2021-08-15service: make sure string read is null terminatedDaniel Golle
2021-08-15system: fix issues reported by CoverityDaniel Golle
2021-08-14ujail-console: add missing error handling discovered by coverityDaniel Golle
2021-08-14jail: fix several issues discovered by CoverityDaniel Golle
2021-08-14hotplug-dispatch: yet another rare memory leak disovered by CoverityDaniel Golle
2021-08-13system: make rootfs type accessible through board callDaniel Golle
2021-08-05hotplug-dispatch: fix rare memory leaks in error pathsDaniel Golle
2021-08-04jail: cgroups-bpf: fix compile with musl 1.2Daniel Golle
2021-08-04jail: don't ignore return value of write()Daniel Golle
2021-08-04jail: cgroups: replace wrongly used assert()Daniel Golle
2021-08-04hotplug-dispatch: replace wrongly used assert()Daniel Golle
2021-08-04uxc: always handle asprintf() return valueDaniel Golle
2021-08-04hotplug-dispatch: don't ignore asprintf() return valueDaniel Golle
2021-08-04jail: ignore return value when creating default /dev symlinksDaniel Golle
2021-08-04jail: don't ignore return value of seteuid()Daniel Golle
2021-08-04jail: cgroups-bpf: don't use sys/reg.h when building with glibcDaniel Golle
2021-07-25watchdog: Add an info message if the watchdog reset the systemMartin Blumenstingl
2021-07-24uxc: resolve volume UUIDs by name of UCI fstab sectionDaniel Golle
2021-07-24uxc: don't restart containers when mount shows upDaniel Golle
2021-07-18jail: refactor directory handling for rootfs and overlaydirDaniel Golle
2021-07-17jail: make use of realpath() for rootfs and overlaydirDaniel Golle
2021-07-15uxc: check for required blockd mountsDaniel Golle
2021-07-15jail: open() extroot folder before mountingDaniel Golle
2021-07-15jail: allow rootfs to be a symbolic linkDaniel Golle
2021-07-15jail: increase max additional env records to 64Daniel Golle
2021-07-15jail: do not hack /etc/resolv.conf on container rootfsDaniel Golle
2021-07-15uxc: implement support for rootfs overlay in containersDaniel Golle
2021-07-10jail: add support for cgroup devices as in OCI run-time specDaniel Golle
2021-05-05procd: Use /dev/console for serial console if existsGaurav Pathak
2021-03-21procd: Adding support to detect Pantavisor Container PlatformGaurav Pathak
2021-03-19trace: fix build on aarch64Daniel Golle
2021-03-19jail/seccomp: add support for aarch64Daniel Golle
2021-03-07inittab: detect active console from kernel if no console= specifiedMathew McBride
2021-03-07utils: fix C style in header fileDaniel Golle
2021-03-02procd: fix compilation with newer muslRosen Penev
2021-02-23system: expose if system was booted from initramfsDaniel Golle
2021-02-13cosmetics: provide compatible system info on Aarch64Daniel Golle
2021-02-07procd: add hotplug-call dispatcherDaniel Golle
2021-02-02jail: cgroups: fix uninitialized variableDaniel Golle
2021-02-02jail: only output BPF instr. table header if debuggingDaniel Golle
2021-02-02jail: remove duplicate check for hook file permissionsDaniel Golle