project/procd.git
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...
2016-07-29 Felix Fietkautrigger: remove unnecessary runqueue empty callback
2016-07-29 Felix Fietkautrigger: reduce indentation level in trigger_event()
2016-07-19 Jurgen Van Hamprocd: remove instance_removepid call from instance_stop
2016-07-06 Rafał Miłeckisystem: add reboot method to system ubus object
2016-07-05 Rafał Miłeckisystem: fix localtime value in ubus info method output
2016-07-05 Jurgen Van Hamprocd: remove pidfile after unexpected termination...
2016-07-01 Florian Fainellicmake: Find libubox/uloop.h
2016-06-20 John Crispinhotplug: makedev should be able to set the group of...
2016-06-16 Etienne CHAMPETIERmake /var/{run, lock, state} not world writable (0755)
2016-06-03 Etienne CHAMPETIERjail: don't always CLONE_NEWUTS
2016-06-01 Etienne CHAMPETIERjail: ensure mounts are not MS_SHARED to avoid pivot_ro...
2016-06-01 Etienne CHAMPETIERjail: improve some logs
2016-06-01 Etienne CHAMPETIERjail: don't include capabilities config (-C) inside...
2016-06-01 Etienne CHAMPETIERjail: call build_envp() just before execve()
2016-06-01 Etienne CHAMPETIERjail: regroup add_path_and_deps() calls
2016-06-01 Etienne CHAMPETIERjail: call chdir(/) after pivot_root()
2016-05-23 Alexey Brodkin_GNU_SOURCE should be defined for building vs uClibc
2016-05-17 Jo-Philipp... utils: use O_PATH when opening /dev
2016-05-17 Jo-Philipp... inittab: use more robust dev_exist() implementation
2016-05-16 Jo-Philipp... initd: fix descriptor leak
2016-05-16 Jo-Philipp... inittab: use patch_stdio() for stdio redirection
2016-05-16 Jo-Philipp... initd: use patch_stdio() for kmodloader stdio redirection
2016-05-16 Jo-Philipp... initd: use patch_stdio() for early console setup
2016-05-16 Jo-Philipp... utils: add patch_fd() and patch_stdio() helpers
2016-05-15 John Crispinpreinit: create a sentinel file during preinit
2016-03-08 Karl Palssonprocd: service: Support writing pidfiles
2016-03-05 Felix Fietkauinit: reduce delay after starting kmodloader
2016-03-05 Felix Fietkaumake initial ubus connect delay small, use exponential...
2016-03-05 Felix Fietkauservice: get rid of service_init and service_validate_i...
2016-03-05 Felix Fietkauprocd: add an option to log to stdout
2016-03-05 Felix Fietkauadd a build-time option to disable init related code
2016-03-05 Felix Fietkauadd ifdefs to make service/instance.c compile on non...
2016-03-05 Felix Fietkauutils.c: remove an unnecessary include
2016-03-05 Felix Fietkauadd ifdefs to make system.c compile on non-linux systems
2016-03-05 Felix Fietkauadd option to disable build of the init binary
2016-02-08 Jo-Philipp... Expose EARLY_PATH as cmake flag
2016-02-08 Jo-Philipp... initd: allow overriding early PATH through build time...
2016-02-04 Felix Fietkautrigger: fix memory leak in script calls
2016-01-14 Jo-Philipp... Align early init PATH with system wide OpenWrt path...
2015-12-11 Etienne CHAMPETIERinstance, ujail: wire hostname (-h) option
2015-12-11 Etienne CHAMPETIERujail: split name (-n) and hostname (-h) options
2015-12-11 John Crispininstance, ujail: wire no_new_privs (-c) option
2015-12-11 Etienne CHAMPETIERujail: add no_new_privs (-c) option
2015-12-11 Etienne CHAMPETIERinstance, ujail: wire remount / read only option (-o)
2015-12-11 Etienne CHAMPETIERinstance, ujail: remove "-P <path>" option
2015-12-11 Etienne CHAMPETIERujail: add O_CLOEXEC flag to open() call
2015-12-11 Etienne CHAMPETIERujail: fixup code style // -> /* */
2015-11-27 Etienne CHAMPETIERujail: add ELF interpreter (DT_INTERP) to the jail
2015-11-27 Etienne CHAMPETIERujail: automatically add script (#!) interpreter
2015-11-27 Etienne CHAMPETIERujail: rework fs jail part
next