project/procd.git
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.
2015-06-20 Felix FietkauRevert "hotplug: support for interval commands"
2015-06-18 Daniel Gimpelevichfix /dev/shm permissions, this time for real
2015-06-17 Daniel Gimpelevichfix /dev/shm permissions
2015-06-14 Rafał Miłeckihotplug: support for interval commands
2015-06-14 Felix Fietkauservice: reorder function to avoid forward declaration
2015-06-14 Yousong Zhouservice: close instance pipe fd on restart.
2015-06-14 Yousong Zhouservice: allow get_data of specifc instance.
2015-06-14 Yousong Zhouservice: remove unused struct watch_subscribe definition.
2015-06-14 Yousong Zhouservice: dump respawn params in the same order as when...
2015-06-14 Yousong Zhouservice: optimize relaying stdio output of daemons...
2015-06-04 Felix Fietkautrigger: make trigger_match() bool and make return...
2015-06-02 John Crispinallow multiple identical events to be queued
2015-05-22 John Crispinremove ->
2015-05-14 Daniel Gollejail: respect byte order when setting AUDIT_ARCH
2015-05-14 Daniel Gollejail: add support for ARM architecture
2015-05-14 Daniel Golletrace: add support for ARM architecture
2015-05-05 Jo-Philipp... instance: handle setgid() before setuid()
2015-04-19 Felix Fietkauinstance: avoid dumping invalid service instances ...
2015-04-09 John Crispinfix include order
2015-03-28 John Crispinproperly handle return codes
2015-03-27 John Crispinmake it optional to remount the tmpfs as ro
2015-03-26 John Crispinmake jail build optional
2015-03-23 John Crispinprocd can now start jailed processes
2015-03-23 John Crispinadd initial version of ujail and utrace
2015-03-18 Zefir Kurtisicheck for empty parameters in askfirst
2015-03-12 John Crispinswitch to _DEFAULT_SOURCE for modern glibc compat
2015-03-06 John Crispinjson 0.12 fixes
2015-02-27 Felix Fietkauservice: rename variables / struct members called stdou...
2015-02-26 Jo-Philipp... service: don't use stdio log channel
2015-02-26 Jo-Philipp... procd: support relayoing daemon stdout/stderr to syslog
2015-02-25 Jo-Philipp... Convert log calls to ulog() api
2015-01-28 Nathan Hintzprocd: increase memory allocated for tmpfs on zram
2015-01-25 Jo-Philipp... Make build of upgraded optional
2015-01-15 Jo-Philipp... system: increase memory field sizes to 64bit
next