summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-11-01jail: elf: Use 64 bit variables for elf offsetsHauke Mehrtens
2021-10-22jail: Fix build with glibcHauke Mehrtens
2021-10-17uxc: add missing 'break' statementDaniel Golle
2021-10-17jail: netifd: check target netns fd before using itDaniel Golle
2021-10-17jail: netifd: fix error handling issue reported by coverityDaniel Golle
2021-10-17jail: netifd: code cosmeticsDaniel Golle
2021-10-12jail: make use of per-container netifd via ubusDaniel Golle
2021-10-12jail: netifd: generate netifd uci config and mount itDaniel Golle
2021-10-12jail: fs: add support for asymmetric mount bindDaniel Golle
2021-10-12uxc: don't free the stackDaniel Golle
2021-10-12uxc: fix segfault caused by use-after-freeDaniel Golle
2021-09-15jail: start ubus and netifd instances for container with netnsDaniel Golle
2021-09-15Revert "jail: do not hack /etc/resolv.conf on container rootfs"Daniel Golle
2021-09-15instance: allow jailed service to join namespace(s)Daniel Golle
2021-09-15jail: prepare for adding process to existing namespaceDaniel Golle
2021-09-15uxc: add JSON output option for 'list' commandDaniel Golle
2021-09-15procd: fix container deletionDaniel Golle
2021-09-15trace: don't leak file descriptor in error pathDaniel Golle
2021-08-31initd: fix off-by-one error in mkdev.cNick Hainke
2021-08-31Revert "initd: fix off-by-one error in mkdev.c"Nick Hainke
2021-08-30trace: preload: avoid NULL-dereference here as wellDaniel Golle
2021-08-30jail: actually check calloc return valueDaniel Golle
2021-08-30utils: don't ignore open() return valueDaniel Golle
2021-08-30initd: fix off-by-one error in mkdev.cDaniel Golle
2021-08-30trace: fix potential use-after-free occurenceNick Hainke
2021-08-30trace: free memory allocated by blobmsg_format_json_indent()Daniel Golle
2021-08-30uxc: move mountpoint of persistent config to /var/run/uxcDaniel Golle
2021-08-24jail: protect against strcat buffer overflowsDaniel Golle
2021-08-24jail: preload: avoid NULL-dereference in case things go wrongDaniel Golle
2021-08-24trace: handle open() return value and make sure string is terminatedDaniel Golle
2021-08-24trace: free string returned by blobmsg_format_json_indent()Daniel Golle
2021-08-24uxc: free string returned by blobmsg_format_json_indent()Daniel Golle
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