summaryrefslogtreecommitdiff
path: root/inittab.c
Commit message (Expand)AuthorAgeFilesLines
* procd: service_stop_all: also kill inittab actionsDaniel Golle2021-11-231-0/+14
* procd: Use /dev/console for serial console if existsGaurav Pathak2021-05-051-1/+4
* inittab: detect active console from kernel if no console= specifiedMathew McBride2021-03-071-0/+8
* procd: simplify code in procd_inittab_runMichael Heimpold2019-10-271-5/+2
* procd: shift arguments for askfirst only onceMichael Heimpold2019-10-271-6/+12
* procd: skip respawn in case device disappearedMichael Heimpold2019-10-271-0/+5
* procd: guard fork_worker callsMichael Heimpold2019-10-271-6/+12
* procd: Add %m to several functions that return errno.Rosen Penev2018-01-021-2/+2
* procd: Remove unnecessary memset calls.Rosen Penev2017-11-131-4/+2
* procd: Add missing \n in debug messageMichal Sojka2017-03-201-1/+1
* add late variant of respawn and askconsoleJohn Crispin2016-09-281-0/+8
* procd: uClibc O_PATH backwards compatibility fixesHans Dedecker2016-08-121-0/+4
* _GNU_SOURCE should be defined for building vs uClibcAlexey Brodkin2016-05-231-0/+1
* inittab: use more robust dev_exist() implementationJo-Philipp Wich2016-05-171-19/+12
* inittab: use patch_stdio() for stdio redirectionJo-Philipp Wich2016-05-161-10/+2
* inittab: always proceed to next stateSergiy Kibrik2015-09-151-1/+4
* properly handle return codesJohn Crispin2015-03-281-5/+6
* inittab: don't close fds unconditionally since this breaks UMLSteven Barth2015-01-091-4/+0
* inittab: clean up tty opening code, fix console shell job control issuesFelix Fietkau2014-11-081-3/+13
* procd: Make askconsole work again when no tty is specified in inittabMichel Stam2014-11-041-6/+11
* Honour tty field in /etc/inittabMichel Stam2014-11-041-21/+52
* Revert "Honour tty field in /etc/inittab"Steven Barth2014-11-011-49/+21
* minor fixes to michels patchesJohn Crispin2014-10-121-5/+5
* Honour tty field in /etc/inittabMichel Stam2014-10-121-17/+45
* Use one generic routine to access /proc/cmdlineMichel Stam2014-10-121-21/+9
* fix a copy/paste bug leading to a bad loop limitationJohn Crispin2014-09-131-1/+1
* inittab: strip trailing whitespace (especially newline)Felix Fietkau2014-05-241-0/+6
* inittab: avoid character collating to work around character class escaping is...Felix Fietkau2014-03-201-1/+1
* debloat and reorganize codeJohn Crispin2013-11-151-5/+5
* bugfix of error handling while open()Thomas Huehn2013-07-081-1/+1
* add respawn supportJohn Crispin2013-06-241-0/+13
* add a rcS helperJohn Crispin2013-05-091-27/+25
* add inittab supportJohn Crispin2013-03-131-0/+284