project/procd.git
2019-04-07 Kristian Evensenprocd: instance: Support deleting stopped instances
2019-03-11 Wojciech Dubowikprocd: trace: Define syscall registers for powerpc...
2018-12-27 Hauke Mehrtenshotplug.c: Make sure hotplug buffer is NULL terminated
2018-11-23 Hans Dedeckerearly: set /tmp permissions explicitly
2018-11-08 Hans Dedeckerwatchdog: improve seting watchdog timeout and frequency
2018-10-11 Chris Blakeprocd: Add cpu string to board detection
2018-07-30 Michal SojkaAllow disabling seccomp or changing the whitelist
2018-07-30 Michal Sojkatrace: Use properly sized type for PTRACE_GETEVENTMSG
2018-07-25 John Crispinprocd: fix ustream deadlock when there are 0 bytes...
2018-07-05 Felix Fietkauprocd: increase watchdog fd_buf storage size to fix...
2018-03-28 Yousong Zhouservice: initialize supplementary group ids
2018-03-28 Yousong Zhouservice: add func for string config change check
2018-02-12 Rosen Penevprocd: get rid of putenv usage.
2018-01-23 Hans Dedeckertrace: check asprintf() return value
2018-01-23 Hans Dedeckertrace: add missing limits.h include
2018-01-22 Karl Vogelprocd: add timing to start/stop logging
2018-01-02 Rosen Penevprocd: Add %m to several functions that return errno.
2018-01-02 Rosen Penevprocd: Remove redundant errno variable in several print...
2018-01-02 Rosen Penevprocd: Replace strerror(errno) with %m.
2018-01-02 Rosen Penevprocd: Fix minor null pointer dereference.
2017-12-29 Nathan Hintzprocd: initd: fix path allocation in early_insmod
2017-11-13 Rosen Penevprocd: Remove unnecessary memset calls.
2017-11-10 Pierre Lebleuservice: add data within the service itself
2017-11-10 Pierre Lebleuservice: fix calls to blobmsg_parse()
2017-11-06 John Crispinprocd: lower the logging threshold
2017-11-06 Michal Sojkaservice: Start services normally when seccomp is disabled
2017-11-06 John Crispinprocd: add missing new lines inside debug code
2017-10-28 Pierre Lebleuservice: fix service_handle_event array
2017-10-05 pme.lebleu... service: fix SERVICE_ATTR_NAME usage in service_handle_set
2017-09-28 Karl Palssoninstance: properly compare and reload respawn config
2017-09-28 Michal Sojkautrace: Start the tracee only after uloop initialization
2017-09-28 Michal Sojkautrace: Switch all logging to ulog
2017-09-28 Michal Sojkautrace: Support non-contiguous syscall numbers
2017-09-28 Michal Sojkautrace: Forward SIGTERM to the traced process
2017-09-28 Michal Sojkautrace: Report ptrace errors
2017-09-28 Michal Sojkaseccomp: Improve error message
2017-09-28 Michal Sojkapreload-seccomp: Use proper log level for error messages
2017-09-28 Michal SojkaStart seccomp-enabled services via seccomp-trace
2017-09-28 Michal Sojkaseccomp: Log seccomp violations with utrace
2017-09-28 Michal Sojkautrace: Use PTHREAD_SEIZE instead of PTHREAD_TRACEME
2017-09-28 Michal Sojkautrace: Deliver signals to traced processes
2017-09-28 Michal Sojkautrace: Support tracing multi-threaded processes and...
2017-09-28 Michal Sojkautrace: Trace processes across forks
2017-09-28 Michal Sojkautrace: Sort syscalls by number of invocations
2017-09-28 Michal SojkaUpdate trace attribute
2017-09-28 Michal SojkaDo not disable seccomp when configuration is not found
2017-09-28 Michal Sojkautrace: Fix off-by-one errors
2017-09-28 Michal Sojkautrace: Fix environment initialization
2017-08-22 John Crispinprocd: send ubus notify when a config file has changed
2017-08-08 Hans Dedeckerwatchdog: fix inline watchdog_get_magicclose function...
2017-07-31 Michal Sojkaprocd: Do not leak pipe file descriptors to children
2017-07-20 Matthias Schiffersystem: return ubus error when sysupgrade_exec_upgraded...
2017-07-20 Florian Fainelliupgraded: Check chroot() return value
2017-07-20 Florian Fainelliinit: Check chroot return value in sysupgrade_exec_upgr...
2017-07-13 Matthias Schifferupgraded: improve error handling
2017-07-12 Matthias Schifferupgraded: register stage2 process in uloop as intended
2017-06-22 Hans Dedeckerwatchdog: add support for starting/stopping kernel...
2017-06-18 Daniel Gollesystem: introduce new attribute board_name
2017-06-16 Hans Dedeckerpreinit: define _GNU_SOURCE
2017-06-13 Florian Fainelliupgraded: cmake: Find and include uloop.h
2017-06-11 Alexander Couzenshotplug: fix a memory leak in handle_button_complete()
2017-06-11 Alexander Couzensservice/service_stopped(): fix a use-after-free
2017-06-08 Daniel Gollesystem: return legacy board name
2017-05-30 Matthias Schifferupgraded: define __GNU_SOURCE
2017-05-29 Matthias SchifferrcS: add missing fcntl.h include
2017-05-29 Matthias Schifferinit: add support for sysupgrades triggered from preinit
2017-05-29 Matthias SchifferRemove code that has become unnecessary after sysupgrad...
2017-05-29 Matthias Schifferupgraded: add support for passing a "command" argument...
2017-05-29 Matthias Schifferupgraded: link dynamically, chroot during exec
2017-05-29 Matthias Schiffersystem: always support staged sysupgrade
2017-05-09 Michal Sojkaprocd/rcS: Use /dev/null as stdin
2017-04-05 John Crispinservice/instance: add an auto start option
2017-03-20 Michal Sojkaprocd: Log initscript output prefixed with script name
2017-03-20 Michal Sojkaprocd: Don't use syslog before its initialization
2017-03-20 Michal Sojkaprocd: Add missing \n in debug message
2017-03-05 Alin Năstacprocd: service gets deleted when its last instance...
2017-02-21 Nathan Hintzprocd: update modprobe path
2017-02-15 Jurgen Van Hamprocd: add cancel_timeout on rc scripts when a runtime_...
2017-02-15 Alin Năstacprocd: stop service using SIGKILL if SIGTERM failed...
2017-02-11 Felix Fietkauadd missing includes
2017-02-08 John Crispinujail: fix signal forwarding
2017-01-26 Matthias Schifferinit: fix /tmp permissions on zram
2017-01-10 Etienne CHAMPETIERujail: add basic /dev files
2016-12-13 Jo-Philipp... service: add reload_signal property
2016-12-13 Jo-Philipp... hotplug: fix uninitialized variable
2016-12-13 Jo-Philipp... service: add service.signal ubus call
2016-12-05 Felix Fietkautrace: use the cloned environment pointer
2016-12-05 Rosen Penevprocd: Fix memory leaks found by cppcheck
2016-12-04 Florian Fainellihotplug: Check chown return value
2016-12-02 Felix Fietkauujail: send SIGKILL to jail process if SIGTERM fails
2016-10-19 Felix Fietkauservice: do not restart instances if data changes
2016-10-19 Felix Fietkauservice: make instance_update() void and unconditionall...
2016-10-19 Felix Fietkauservice: add support for instances without command
2016-10-14 Zefir Kurtisiprocd: fix build when DEBUG is set
2016-10-14 Zefir Kurtisiprocd: fire events at instance respawn and failure
2016-09-28 John Crispinadd late variant of respawn and askconsole
2016-09-27 John Crispinfixes a copy paste error in the service ubus binding
2016-08-12 Hans Dedeckerprocd: uClibc O_PATH backwards compatibility fixes
2016-07-29 Felix Fietkautrigger: rework timeout handling and command queueing
2016-07-29 Felix Fietkautrigger: replace trigger_init() with static runqueue...
next