project/procd.git
2020-08-06 Daniel Gollejail: parse OCI cgroups resources
2020-08-06 Daniel Golleinstance: add instances into unified cgroup hierarchy
2020-08-06 Daniel Gollejail: make use of BLOBMSG_CAST_INT64 for OCI rlimits
2020-08-06 Daniel Gollejail: use pidns semantics also for timens
2020-08-06 Daniel Golleinitd: attempt to mount cgroup2
2020-07-30 Daniel Golleservice: add method to query available container features
2020-07-30 Daniel Golleuxc: remove debugging left-over
2020-07-30 Daniel Golleinstance: make sure values are not inherited from previ...
2020-07-29 Daniel Golleuxc: use new container.%s kill ubus API
2020-07-29 Daniel Gollejail: add 'kill' method to container.%s object
2020-07-29 Daniel Golleuxc: fix create operation
2020-07-28 Daniel Golleuxc: behave more like a compliant OCI run-time
2020-07-28 Daniel Gollejail: add some remaining OCI features
2020-07-25 Daniel Gollejail: serialize hook execution
2020-07-25 Daniel Gollejail: fix build on glibc and uclibc
2020-07-21 Daniel Gollejail: add support for referencing existing namespaces
2020-07-20 Rosen Penevjail: fix wrong format for 32-bit
2020-07-20 Rosen PenevrcS: cast format string to int64_t
2020-07-20 Daniel Gollejail: re-implement /proc/sys/net read-write in netns...
2020-07-20 Daniel Gollejail: refactor default mounts into new structure
2020-07-20 Daniel Gollejail: actually apply filesystem-specific mount options
2020-07-20 Daniel Gollejail: add support for defining devices
2020-07-20 Daniel Gollejail: move /tmp/resolv.conf.d to /dev/resolv.conf.d
2020-07-19 Daniel Gollejail: /proc/$pid/oom_score_adj to OCI defined oomScoreAdj
2020-07-19 Daniel Gollejail: parse and apply POSIX rlimits
2020-07-19 Daniel Gollejail: read and apply umask from OCI if defined
2020-07-19 Daniel Gollejail: implement OCI user additionalGIDs
2020-07-19 Daniel Gollejail: parse and apply OCI sysctl values
2020-07-19 Daniel Gollejail: fix hooks
2020-07-17 Daniel Gollejail: add support for maskedPaths and readonlyPaths
2020-07-16 Daniel Gollejail: fix some more mount options
2020-07-15 Daniel Gollejail: fs: fix build on uClibc-ng
2020-07-15 Daniel Golleprocd: fix compile if procd-ujail is not selected
2020-07-13 Daniel Gollejail: fix false return in case of nofail mount
2020-07-13 Daniel Baileyprocd: add service instance watchdog
2020-07-13 Daniel Golleuxc: fix build with uClibc-ng
2020-07-13 Daniel Golleuxc: fix 'stop' command
2020-07-13 Daniel Gollejail: don't make mount source read-only
2020-07-13 Daniel Gollejail: refactor mount support to cover OCI spec
2020-07-13 Daniel Gollejail: memory allocation fixes
2020-07-13 Daniel Gollejail: parse and run OCI hooks
2020-07-13 Daniel Gollejail: actually chdir into OCI defined CWD
2020-07-13 Daniel Gollejail: consider PATH for argv in OCI container
2020-07-13 Daniel Gollejail: fix segfault with len(uidmap/gidmap) > 1
2020-07-11 Rosen Penevprocd: fix compilation with uClibc-ng
2020-07-11 Daniel Gollejail: use linux/capability.h instead of sys/capability.h
2020-07-11 Daniel Golleujail: add dependency on syscall-names-h
2020-07-10 Daniel Gollejail: fix build on platforms without seccomp support
2020-07-10 Daniel Golleuxc: add container management CLI tool
2020-07-10 Daniel Gollejail: add support for running OCI bundle
2020-05-28 Daniel Gollejail: handle containers seperately
2020-05-28 Daniel Gollejail: use sane termios settings for console pts
2020-05-15 Daniel Gollejail: add option to provide /dev/console to containers
2020-05-15 Leonardo Mörleinjail: unnamed jails can not have netns (fix segfault)
2020-05-15 Leonardo Mörleinjail: SIGSEGV must not be forwarded to the child process
2020-04-25 Daniel Gollejail: don't load libpreload-seccomp.so if it doesn...
2020-04-25 Daniel Gollejail: don't fail unless requirejail is set
2020-04-19 Daniel Gollejail: include /etc/nsswitch.conf in jail for glibc.
2020-04-14 Daniel Gollejail: always mount /dev as additional tmpfs
2020-04-13 Daniel Gollejail: replace /etc/resolv.conf with symlink in extroot...
2020-04-13 Daniel Gollejail: mount /sys read-only
2020-04-13 Daniel Gollejail: make /proc more secure
2020-04-12 Daniel Golleinstance: harmonize instance API
2020-04-12 Daniel Gollejail: only mess with rootfs if CLONE_NEWNS was set
2020-04-09 Daniel Gollejail: add support for (ram-)overlayfs
2020-04-09 Daniel Gollejail: add support for userns and cgroupsns
2020-04-09 Daniel Gollejail: add support for launching extroot containers
2020-03-12 Daniel Gollejail: mount-bind /etc/resolv.conf for non-netns jails
2020-02-11 Kevin Darbyshire... seccomp: fix resource leak
2020-02-01 Kevin Darbyshire... instance: add 'requirejail' attribute
2020-01-24 Ondřej Votavaprocd: show process's exit code
2020-01-21 Petr Štetiarstate: fix reboot causing shutdown inside LXC container
2020-01-21 Petr Štetiarinstance: provide error feedback if ujail binary is...
2020-01-21 Daniel Gollejail: more strict mount options for /tmp/resolv.conf.d/
2020-01-21 Daniel Gollejail: create resolv.conf symlink for netns jails
2020-01-21 Daniel Gollejail: add basic support for network namespaces
2020-01-19 Daniel Golleinstance: Fix instance_config_move_strdup() function
2020-01-18 Petr Štetiarinstance: fix typo in error message
2020-01-18 Petr Štetiarinstance: fix pidfile and seccomp attributes double...
2020-01-05 Daniel Golleinstance: strdup string attributes
2020-01-05 Petr Štetiarsystem: watchdog_set: fix misleading indentation
2020-01-05 Petr Štetiarsystem: sysupgrade: fix possibly misleading error
2020-01-05 Petr Štetiarsystem: sysupgrade: rework firmware validation
2020-01-05 Petr Štetiarsystem: fix failing image validation due to EINTR
2020-01-05 Petr Štetiarcmake: fix lookup of external libraries
2019-12-30 Daniel Gollejail: remove accidentally added lines
2019-12-30 Daniel Gollejail: set user and group inside jail
2019-11-04 Dustin Lundquistsystem: sysupgrade: close input side of pipe before...
2019-11-02 Hauke Mehrtensinstance: Warn about unexpected number of parameters
2019-11-02 Hauke Mehrtensinstance: ujail: Fix allocated size for no_new_privs...
2019-10-27 Michael Heimpoldprocd: simplify code in procd_inittab_run
2019-10-27 Michael Heimpoldprocd: replace exit(-1) with exit(EXIT_FAILURE)
2019-10-27 Michael Heimpoldprocd: add upgraded binary to .gitignore
2019-10-27 Michael Heimpoldprocd: add start-console support
2019-10-27 Michael Heimpoldprocd: shift arguments for askfirst only once
2019-10-27 Michael Heimpoldprocd: skip respawn in case device disappeared
2019-10-27 Michael Heimpoldprocd: guard fork_worker calls
2019-10-17 Zachary Cookprocd: Add cached and available to memory table
2019-09-20 Rosen Penevprocd: Switch to nanosleep
2019-09-19 Hauke Mehrtenssystem: Fix possible integer overflows
next