project/procd.git
2021-09-15 Daniel Golletrace: don't leak file descriptor in error path
2021-08-31 Nick Hainkeinitd: fix off-by-one error in mkdev.c
2021-08-31 Nick HainkeRevert "initd: fix off-by-one error in mkdev.c"
2021-08-30 Daniel Golletrace: preload: avoid NULL-dereference here as well
2021-08-30 Daniel Gollejail: actually check calloc return value
2021-08-30 Daniel Golleutils: don't ignore open() return value
2021-08-30 Daniel Golleinitd: fix off-by-one error in mkdev.c
2021-08-30 Nick Hainketrace: fix potential use-after-free occurence
2021-08-30 Daniel Golletrace: free memory allocated by blobmsg_format_json_ind...
2021-08-30 Daniel Golleuxc: move mountpoint of persistent config to /var/run/uxc
2021-08-24 Daniel Gollejail: protect against strcat buffer overflows
2021-08-24 Daniel Gollejail: preload: avoid NULL-dereference in case things...
2021-08-24 Daniel Golletrace: handle open() return value and make sure string...
2021-08-24 Daniel Golletrace: free string returned by blobmsg_format_json_indent()
2021-08-24 Daniel Golleuxc: free string returned by blobmsg_format_json_indent()
2021-08-24 Daniel Golleutils: make sure read() string is 0 terminated
2021-08-24 Daniel Gollejail: use portable sizeof(void *)
2021-08-24 Daniel Gollejail: check return value when opening console
2021-08-24 Daniel Gollejail: return to hook callback instead of just calling it
2021-08-24 Daniel Gollejail: devices: create parent folder when creating devices
2021-08-22 Kevin Darbyshire... uxc.c: fix coverity resource leak warning
2021-08-15 Daniel Golleuxc: support config in uvol
2021-08-15 Daniel Golleuxc: fix help output
2021-08-15 Daniel Golleuxc: fix a bunch of issues discovered by Coverity
2021-08-15 Daniel Golleservice: make sure string read is null terminated
2021-08-15 Daniel Gollesystem: fix issues reported by Coverity
2021-08-14 Daniel Golleujail-console: add missing error handling discovered...
2021-08-14 Daniel Gollejail: fix several issues discovered by Coverity
2021-08-14 Daniel Gollehotplug-dispatch: yet another rare memory leak disovere...
2021-08-13 Daniel Gollesystem: make rootfs type accessible through board call
2021-08-05 Daniel Gollehotplug-dispatch: fix rare memory leaks in error paths
2021-08-04 Daniel Gollejail: cgroups-bpf: fix compile with musl 1.2
2021-08-04 Daniel Gollejail: don't ignore return value of write()
2021-08-04 Daniel Gollejail: cgroups: replace wrongly used assert()
2021-08-04 Daniel Gollehotplug-dispatch: replace wrongly used assert()
2021-08-04 Daniel Golleuxc: always handle asprintf() return value
2021-08-04 Daniel Gollehotplug-dispatch: don't ignore asprintf() return value
2021-08-04 Daniel Gollejail: ignore return value when creating default /dev...
2021-08-04 Daniel Gollejail: don't ignore return value of seteuid()
2021-08-04 Daniel Gollejail: cgroups-bpf: don't use sys/reg.h when building...
2021-07-25 Martin Blumenstinglwatchdog: Add an info message if the watchdog reset...
2021-07-24 Daniel Golleuxc: resolve volume UUIDs by name of UCI fstab section
2021-07-24 Daniel Golleuxc: don't restart containers when mount shows up
2021-07-18 Daniel Gollejail: refactor directory handling for rootfs and overlaydir
2021-07-17 Daniel Gollejail: make use of realpath() for rootfs and overlaydir
2021-07-15 Daniel Golleuxc: check for required blockd mounts
2021-07-15 Daniel Gollejail: open() extroot folder before mounting
2021-07-15 Daniel Gollejail: allow rootfs to be a symbolic link
2021-07-15 Daniel Gollejail: increase max additional env records to 64
2021-07-15 Daniel Gollejail: do not hack /etc/resolv.conf on container rootfs
2021-07-15 Daniel Golleuxc: implement support for rootfs overlay in containers
2021-07-10 Daniel Gollejail: add support for cgroup devices as in OCI run...
2021-05-05 Gaurav Pathakprocd: Use /dev/console for serial console if exists
2021-03-21 Gaurav Pathakprocd: Adding support to detect Pantavisor Container...
2021-03-19 Daniel Golletrace: fix build on aarch64
2021-03-19 Daniel Gollejail/seccomp: add support for aarch64
2021-03-07 Mathew McBrideinittab: detect active console from kernel if no consol...
2021-03-07 Daniel Golleutils: fix C style in header file
2021-03-02 Rosen Penevprocd: fix compilation with newer musl
2021-02-23 Daniel Gollesystem: expose if system was booted from initramfs
2021-02-13 Daniel Gollecosmetics: provide compatible system info on Aarch64
2021-02-07 Daniel Golleprocd: add hotplug-call dispatcher
2021-02-02 Daniel Gollejail: cgroups: fix uninitialized variable
2021-02-02 Daniel Gollejail: only output BPF instr. table header if debugging
2021-02-02 Daniel Gollejail: remove duplicate check for hook file permissions
2021-01-26 John Crispinprocd: fix compiler warning
2021-01-26 Stefan Eichenbergerhotplug.c: set nl_pid to zero
2020-12-12 Daniel Golletreewide: replace local mkdir_p implementations
2020-12-09 Daniel Gollejail: remove unreachable code
2020-12-04 Daniel Golleearly: fall-back to run ubus as root if user can't...
2020-12-01 Daniel Gollejail: improve seccomp log output
2020-11-30 Daniel Gollejail: seccomp: improve code readability
2020-11-30 Daniel Gollejail: always call cgroups_free()
2020-11-30 Daniel Gollejail: improve seccomp BPF generator
2020-11-27 Daniel Gollejail: properly initialize timens_fd
2020-11-27 Daniel Gollejail: enter existing cgroups namespace if given
2020-11-27 Daniel Gollejail: don't attempt to mount /sys with noatime
2020-11-27 Daniel Gollejail: fix typo in usage output
2020-11-27 Daniel Gollejail: seteuid before clone(CLONE_NEWUSER)
2020-11-27 Daniel Gollejail: don't fail if can't mount-bind /etc/resolv.conf
2020-11-27 Daniel Gollejail: don't use NULL arguments for mount syscall
2020-11-27 Daniel Gollejail: relax /etc/resolv.conf creation
2020-11-27 Daniel Gollejail: fix and simplify userns uid/gid maps from OCI
2020-11-27 Daniel Gollejail: fix segfault on missing name and refactor
2020-11-27 Daniel Gollejail: leak less memory
2020-11-22 Daniel Gollejail: add 'debug' extern variable to preload_seccomp
2020-11-22 Daniel Golleuxc: also delete procd runtime state on 'delete'
2020-11-22 Daniel Golleuxc: fix incomplete commit
2020-11-21 Daniel Gollejail: cgroup hack: rewrite cgroup -> cgroup2
2020-11-21 Daniel Golleseccomp: silence 'unknown syscall' warnings
2020-11-21 Daniel Golleuxc: make force-delete kill container process
2020-11-17 Daniel Golletrace: switch to OCI seccomp JSON output
2020-11-15 Daniel Golleseccomp: switch to new OCI compliant parser
2020-11-15 Daniel Golleseccomp: specifying architectures is optional
2020-11-07 Daniel Gollejail: fix capabilities
2020-10-28 Daniel Golleuxc: mimic runc cmdline by using getopt_long
2020-10-28 Daniel Gollejail: don't fail if maskedPath cannot be found
2020-10-28 Daniel Gollejail: add support for absolute root path in OCI spec
2020-10-28 Daniel Gollejail: relax seccomp unknown syscall handling
2020-10-28 Daniel Gollejail: handle mount propagation flags
next