summaryrefslogtreecommitdiff
path: root/console-tools
Commit message (Expand)AuthorAgeFilesLines
* new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko2017-08-031-1/+1
* new NOFORKs: clear, nproc, tty, uname, arch, unlink, whichDenys Vlasenko2017-08-031-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-2115-31/+31
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-1815-16/+16
* reset: before calling execvp(), reset needs to flush stdoutGlenn Matthews2017-02-171-0/+2
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-102-8/+2
* Convert all console-tools/* applets to "new style" applet definitionsDenys Vlasenko2016-11-2317-187/+213
* loadfont: 32k size limit is not enoughDenys Vlasenko2016-11-031-2/+4
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-0/+1
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+3
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-212-1/+3
* Removes stray empty line from codeManinder Singh2015-07-131-1/+0
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-1/+1
* trim extra newlines in help textsDenys Vlasenko2015-01-241-2/+3
* setlogcons: fix help textDenys Vlasenko2014-07-041-2/+2
* loadkmap: explain what happens with K_ALLOCATED key valueDenys Vlasenko2013-09-191-8/+19
* dumpkmap: code shrinkDenys Vlasenko2013-09-171-14/+23
* whitespace fixes. no code changesDenys Vlasenko2013-01-151-1/+1
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-3/+4
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-055-5/+0
* setconsole: open console for writing rather than readingPeter Korsgaard2011-05-291-1/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+11
* move help text from include/usage.src.h to console-tools/*.cPere Orga2011-03-2815-0/+119
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-3/+1
* showkey: make showkey -a work on any stdinHarald Becker2011-02-271-13/+24
* Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-261-13/+13
* reset: "ESC(K" selects German, why do we use THAT? Change to "ESC(B" (US)Denys Vlasenko2011-02-101-2/+2
* getty: explain every bit in termios; remove redundant stuff in termios_finalDenys Vlasenko2011-01-261-0/+1
* whitespace cleanupDenys Vlasenko2010-10-293-12/+12
* *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek2010-10-283-46/+41
* showkey: code shrinkDenys Vlasenko2010-08-291-16/+16
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-1616-16/+16
* mark Linux-specific configuration optionsJeremie Koenig2010-07-191-0/+13
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-041-2/+1
* *: make exec failure message more consistentDenys Vlasenko2010-06-251-1/+1
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-082-0/+4
* bbconfig: make it independent from printf functionsDenys Vlasenko2010-06-071-5/+1
* loadkmap: remove UNUSED_PARAM from argvDenys Vlasenko2010-06-061-1/+1
* dumpkmap,loadkmap: abort if there are params on cmdlineDenys Vlasenko2010-06-062-1/+11
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-21/+21
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-042-0/+0
* fgconsole: new applet by Grigory Batalov <bga@altlinux.org>Grigory Batalov2010-05-233-0/+37
* setkeycodes: fix handling of 0exx scancodesDenys Vlasenko2010-05-191-8/+8
* consolidate ESC sequencesDenys Vlasenko2010-05-162-6/+7
* clean up redundant, commented-out and misplaced includesDenys Vlasenko2010-04-011-2/+0
* loadfont/setfont: optional PSF2 font supportHarald Becker2010-02-212-108/+224
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-5/+5
* *: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko2010-01-042-4/+4
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-281-9/+2
* tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko2009-11-111-3/+1