project/procd.git
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
2014-07-02 Felix Fietkauservice: fix trigger related double-free
2014-07-02 Felix Fietkauservice: implement get_data to dump the data fields...
2014-07-02 Felix Fietkauinstance: allow filling "data" with fields of arbitrary...
2014-06-19 John Crispinmake static linking work for upgraded
2014-06-17 John Crispinonly build upgraded on mips
2014-06-16 John Crispinmove upgrade to its own subfolder
2014-06-16 John Crispinrename the folder option to path
2014-06-11 Felix Fietkauprocd: force -lc -lgcc to handle cross-dependencies...
2014-06-11 Steven BarthIncrease buffers for hotplug and cmdline for UML
2014-06-11 John Crispinonly add the nandupgrade method when /sbin/upgraded...
2014-06-10 John Crispinadd upgraded support for nand flashing
2014-06-06 John Crispinallow instances to report errors. if an error is set...
2014-06-05 Felix Fietkauservice: do not emit any service events before the...
2014-06-05 Felix Fietkauservice: register the subscriber object before the...
2014-06-05 Felix Fietkauservice: fix a debug message typo
2014-06-05 Felix Fietkauservice: fix a leftover debug hack
2014-06-05 John Crispin0467aebb79f64d1c9d05a84367fda7c02c4ea6b8 included too...
2014-06-05 John Crispinwait for kmod loader to complete on first boot
2014-06-05 John Crispinsend ubus_notify events when servers and instances...
2014-06-05 John Crispinadd wildcard support to trigger matching code
2014-06-05 John Crispinallow instances to register ubus object that should...
2014-05-25 Felix Fietkauservice: fix json object leak in validate code
2014-05-25 Felix Fietkauservice: free trigger json_script context
2014-05-25 Felix Fietkauservice: fix trigger data memleak
2014-05-25 Felix Fietkauservice: ensure that trigger timers are always cancelle...
2014-05-25 Felix Fietkauservice: fix memleak in trigger handling
2014-05-25 Felix Fietkauservice: use avl_remove_all_elements()
2014-05-25 Felix Fietkauservice: remove unused argument to service_update()
2014-05-25 Felix Fietkauservice: fix double-free in error path
2014-05-25 Felix Fietkauservice: use blob_memdup()
2014-05-25 Felix Fietkauhotplug: fix memleak in debug codepath
2014-05-24 Felix Fietkauinittab: strip trailing whitespace (especially newline)
2014-03-20 Felix Fietkauinittab: avoid character collating to work around chara...
2014-03-18 Felix FietkaurcS: fix a format string bug
next