aboutsummaryrefslogtreecommitdiff
path: root/console-tools
AgeCommit message (Expand)Author
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-04-16setlogcons: open /dev/ttyN for "setlogcons N", not /dev/tty1Denys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-09-13*: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-07setconsole: much better help textDenys Vlasenko
2017-08-06sv,svc: fix NOEXEC falloutDenys Vlasenko
2017-08-06loadfont,setfont: make them NOEXECDenys Vlasenko
2017-08-06setconsole: make it NOEXECDenys Vlasenko
2017-08-06setconsole: since SUSE version has no -r, nuke our --reset longoptDenys Vlasenko
2017-08-06setkeycodes: make it NOEXEC, better --help textDenys Vlasenko
2017-08-06setlogcons: make it NOEXEC, better --help textDenys Vlasenko
2017-08-06kbd_more: make it NOEXEC, remove redundant opt clearingDenys Vlasenko
2017-08-06kbd_mode: try harder to find console device if -C TTY is not givenDenys Vlasenko
2017-08-06kbd_mode: show "off" mode tooDenys Vlasenko
2017-08-05chvt, deallocvt, dumpkmap, fgconsole, loadkmap: make them NOEXECDenys Vlasenko
2017-08-04libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko
2017-08-04make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys Vlasenko
2017-08-03new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko
2017-08-03new NOFORKs: clear, nproc, tty, uname, arch, unlink, whichDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-02-17reset: before calling execvp(), reset needs to flush stdoutGlenn Matthews
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-23Convert all console-tools/* applets to "new style" applet definitionsDenys Vlasenko
2016-11-03loadfont: 32k size limit is not enoughDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-01-24trim extra newlines in help textsDenys Vlasenko
2014-07-04setlogcons: fix help textDenys Vlasenko
2013-09-19loadkmap: explain what happens with K_ALLOCATED key valueDenys Vlasenko
2013-09-17dumpkmap: code shrinkDenys Vlasenko
2013-01-15whitespace fixes. no code changesDenys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-29setconsole: open console for writing rather than readingPeter Korsgaard
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-03-28move help text from include/usage.src.h to console-tools/*.cPere Orga
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-02-27showkey: make showkey -a work on any stdinHarald Becker
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-02-10reset: "ESC(K" selects German, why do we use THAT? Change to "ESC(B" (US)Denys Vlasenko
2011-01-26getty: explain every bit in termios; remove redundant stuff in termios_finalDenys Vlasenko