project/procd.git
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
2015-11-27 Etienne CHAMPETIERujail: DT_STRTAB uses d_ptr in d_un union (not d_val)
2015-11-27 Etienne CHAMPETIERujail: remove some debug/dev hack
2015-11-27 Etienne CHAMPETIERujail: fixup code style: "func()" -> "func(void)"
2015-11-27 Etienne CHAMPETIERujail: add init_library_search()
2015-11-27 Etienne CHAMPETIERujail: use PATH_MAX for path related buffers
2015-11-27 Etienne CHAMPETIERujail: search libs in /lib before /lib64
2015-11-27 Etienne CHAMPETIERujail: remove "#include log.h" from elf.h
2015-11-27 Etienne CHAMPETIERujail: add <stdio.h> and <syslog.h> to seccomp.h
2015-11-27 Etienne CHAMPETIERujail: add <stdio.h> to log.h
2015-11-27 Etienne CHAMPETIERujail: put #include guard macro in all *.h
2015-11-27 Etienne CHAMPETIERujail: use more const in elf.*
2015-11-27 Etienne CHAMPETIERujail: stop using extern in elf.h
2015-11-27 Etienne CHAMPETIERujail: don't pass unused arg in clone call
2015-11-27 Etienne CHAMPETIERujail: don't add non existant library_path
2015-11-27 John Crispinfix a potential off-by-on eerror inside udevtrigegr
2015-11-07 Ulrich Webersyslog: set sane priority values
2015-10-26 Sergiy Kibrikcmake: use CMAKE_INSTALL_* variables
2015-10-25 Daniel Golleexplicitely ignore return value of symlink(3) call
2015-10-08 Etienne CHAMPETIERjail: Add MS_NODEV MS_NOEXEC MS_NOSUID mount options...
2015-10-07 Etienne CHAMPETIERjail: allow to not use namespaces
2015-10-07 Etienne CHAMPETIERjail: cleanup include
2015-10-07 Etienne CHAMPETIERjail: add capabilities support
2015-10-03 Etienne CHAMPETIERAdd MS_NODEV MS_NOEXEC MS_NOSUID mount options where...
2015-10-03 Alexander Couzenssystem: fix undefined behavior in wdt offline check
2015-10-03 Etienne CHAMPETIERjail: reworks & cleanups
2015-10-03 Etienne CHAMPETIERjail, seccomp: remove useless root check
2015-10-03 Etienne CHAMPETIERjail, seccomp: fix typo/improve log prefix
2015-10-03 Etienne CHAMPETIERadd UTRACE_SUPPORT build option
2015-09-15 Daniel Gimpelevichmove /dev/shm to /tmp/shm
2015-09-15 Sergiy Kibrikinittab: always proceed to next state
2015-09-15 Günther Kelleterhotplug: add BUTTON to environment vars for timeout...
2015-08-11 Hauke Mehrtensfix generating syscall-names.h
2015-07-27 John Crispinallow buttons to call delayed timeout actions
2015-07-24 Etienne CHAMPETIERjail: fix jail root folder permissions
2015-07-07 Rafał Miłeckiservice: if logging start app with LD_PRELOAD & lib...
2015-07-06 Juliusz ChroboczekAttempt to deal gracefully with allocation failures.
next