project/procd.git
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
2015-01-15 Jo-Philipp... system: attempt to parse /proc/device-tree/model
2015-01-15 Jo-Philipp... system: improve system name detection
2015-01-09 Steven Barthinittab: don't close fds unconditionally since this...
2014-12-14 John Crispinonly write to the watchdog if the fd is valid
2014-12-02 John Crispinprevious commit accidentiall dropped the cgroup mount
2014-12-02 John Crispinadd support for zram compressed tmpfs
2014-11-19 Felix Fietkauservice: fix ubus list command
2014-11-14 Luka Perkovinitd: mount cgroup
2014-11-08 Felix Fietkauinittab: clean up tty opening code, fix console shell...
2014-11-05 John Crispincall setsid during startup.
2014-11-05 John Crispinkmodloader takes longer than wdt timeout
2014-11-05 Steven Barthget_cmdline_val: search for entire name, not just suffix
2014-11-04 Michel Stamprocd: Make askconsole work again when no tty is specif...
2014-11-04 Michel StamHonour tty field in /etc/inittab
2014-11-01 Steven BarthRevert "Honour tty field in /etc/inittab"
2014-10-31 Steven BarthFix regression in command line parsing
2014-10-30 John CrispinLog startup/shutdown to console
2014-10-12 John Crispinminor fixes to michels patches
2014-10-12 Michel StamHonour tty field in /etc/inittab
2014-10-12 Michel StamFix ctrl+alt+del support
2014-10-12 Michel StamShow the shutdown sequence on the active virtual terminal
2014-10-12 Michel StamUse one generic routine to access /proc/cmdline
2014-10-06 John Crispinmake procd wait for ubus to come up
2014-10-06 John CrispinFix scroll lock blocking procd
2014-10-02 John Crispinmake procd handle ctrl+alt+del
2014-10-02 Michel StamFix 'reboot' message when the system is powering down
2014-10-02 Michel StamReboot busybox style via procd
2014-10-02 Michel StamKill processes on shutdown
2014-10-02 Michel StamFix procd not handling rapid reboot signals very well
2014-09-13 John Crispinfix a copy/paste bug leading to a bad loop limitation
2014-09-13 John Crispinfix timeout on shutdown
2014-09-07 John Crispininstances can now start as a !root user
2014-08-29 John Crispinadd .data to instance_dump()
2014-08-29 John Crispinadd an event for "service.update" triggers
2014-08-29 Felix Fietkauhotplug: avoid using the deprecated is_error() call...
2014-08-29 Felix Fietkauexplicitly include json/json.h where needed
2014-07-30 Felix Fietkausystem.c: parse quoted version info from /etc/openwrt_r...
2014-07-29 Steven BarthMake failure to resize hotplug buffer non-fatal
2014-07-18 Felix Fietkauhotplug: fix firmware loading
next