summaryrefslogtreecommitdiff
path: root/shell/cttyhack.c
Commit message (Expand)AuthorAgeFilesLines
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-6/+6
* make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys Vlasenko2017-08-041-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-27/+27
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* cttyhack: handle multiple consoles found in sysfsAaro Koskinen2012-02-041-3/+10
* cttyhack: move /sys/class/tty/console/active check to the frontDenys Vlasenko2011-10-311-13/+18
* cttyhack: print detected ctty name when called without parametersAlexander Shishkin2011-10-311-34/+42
* cttyhack: trivial spelling/spacing fixesKevin Cernekee2011-08-161-1/+1
* cttyhack: remove the trailing newline when reading console name from sysfsKevin Cernekee2011-08-161-3/+5
* cttyhack: fail gracefully if the device node is missingKevin Cernekee2011-07-131-1/+3
* cttyhack: check sysfs for the name of the active consoleKevin Cernekee2011-07-131-31/+48
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-2/+2
* cttyhack: make it survive WERROR buildDenys Vlasenko2010-07-301-1/+1
* cttyhack: serial console detection is Linux-specificJeremie Koenig2010-07-301-3/+12
* mark Linux-specific configuration optionsJeremie Koenig2010-07-191-0/+1
* cttyhack: move build system bits into cttyhack.c, no code changesDenys Vlasenko2010-07-161-0/+52
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-041-2/+1
* cttyhack: don't do anything if ctty is already availableDenys Vlasenko2010-05-141-17/+26
* switch_root: improve behavior on error; improve help textDenis Vlasenko2009-04-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-1/+1
* cttyhack: trivial build fixletDenis Vlasenko2007-12-221-1/+1
* cttyhack: add missing ';'Denis Vlasenko2007-12-101-1/+1
* init: remove superfluous forks and messing up with argv[0]Denis Vlasenko2007-12-101-9/+13
* cttyhack: new applet.Denis Vlasenko2007-05-181-0/+73