summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all console-tools/* applets to "new style" applet definitionsDenys Vlasenko18-203/+213
2016-11-03loadfont: 32k size limit is not enoughDenys Vlasenko1-2/+4
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-07-13Removes stray empty line from codeManinder Singh28-46/+0
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-01-24trim extra newlines in help textsDenys Vlasenko4-5/+6
2014-07-04setlogcons: fix help textDenys Vlasenko1-2/+2
2013-09-19loadkmap: explain what happens with K_ALLOCATED key valueDenys Vlasenko1-8/+19
2013-09-17dumpkmap: code shrinkDenys Vlasenko1-14/+23
2013-01-15whitespace fixes. no code changesDenys Vlasenko20-75/+75
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-28setconsole: open console for writing rather than readingPeter Korsgaard1-1/+1
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-03-28move help text from include/usage.src.h to console-tools/*.cPere Orga16-111/+119
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko12-28/+38
2011-02-27showkey: make showkey -a work on any stdinHarald Becker1-13/+24
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko17-92/+115
2011-02-10reset: "ESC(K" selects German, why do we use THAT? Change to "ESC(B" (US)Denys Vlasenko1-2/+2
2011-01-26getty: explain every bit in termios; remove redundant stuff in termios_finalDenys Vlasenko2-36/+32
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-10-28*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek8-72/+78
2010-08-29showkey: code shrinkDenys Vlasenko1-16/+16
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-18mark Linux-specific configuration optionsJeremie Koenig19-4/+114
2010-07-03libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard22-81/+67
2010-06-24*: make exec failure message more consistentDenys Vlasenko24-40/+40
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko49-0/+102
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko11-35/+32
2010-06-06loadkmap: remove UNUSED_PARAM from argvDenys Vlasenko1-1/+1
2010-06-06dumpkmap,loadkmap: abort if there are params on cmdlineDenys Vlasenko2-1/+11
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko33-1484/+573
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko53-0/+0
2010-05-23fgconsole: new applet by Grigory Batalov <bga@altlinux.org>Grigory Batalov6-4/+48
2010-05-19setkeycodes: fix handling of 0exx scancodesDenys Vlasenko1-8/+8
2010-05-16consolidate ESC sequencesDenys Vlasenko8-27/+29
2010-04-01clean up redundant, commented-out and misplaced includesDenys Vlasenko6-37/+16
2010-02-21loadfont/setfont: optional PSF2 font supportHarald Becker2-108/+224
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2010-01-04*: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko7-15/+20
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko20-93/+79
2009-11-11tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko7-22/+12
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer8-7/+17
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko26-74/+82
2008-12-07Fix forgotten license commentsDenis Vlasenko49-60/+114
2008-11-08kbd_mode: s/ioctl/xioctl. also saves 12 bytesDenis Vlasenko1-1/+1
2008-11-08kbd_mode: support -C TTY optionDenis Vlasenko4-19/+31
2008-11-06*: remove superfluous casts. no code changesDenis Vlasenko3-4/+4
[next]