aboutsummaryrefslogtreecommitdiff
path: root/miscutils/conspy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-3/+1
* *: fix up use of "getopt_longopts" for longopts not in getopt appletDenys Vlasenko2017-08-081-2/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-4/+4
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-111-10/+7
* Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko2016-11-221-5/+4
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+2
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-3/+4
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-2/+4
* conspy: add framebuffer support, -Q option.Pascal Bellard2011-09-131-43/+71
* conspy,nandwrite,nanddump: enable in defconfigDenys Vlasenko2011-08-131-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* conspy: fix ESC key lostPascal Bellard2011-04-111-2/+3
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-3/+1
* Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-261-1/+1
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* whitespace cleanupDenys Vlasenko2010-10-291-4/+4
* *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek2010-10-281-5/+8
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-161-1/+1
* mark Linux-specific configuration optionsJeremie Koenig2010-07-191-0/+1
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-4/+1
* conspy: stop losing some keyboard keys.Pascal Bellard2010-07-011-9/+11
* conspy: code shrinkPascal Bellard2010-06-301-110/+101
* conspy: code shrinkPascal Bellard2010-06-281-60/+63
* conspy: significant output minimization; blink attribute supportDenys Vlasenko2010-06-271-72/+126
* conspy: make "conspy 0" use vcsa0 but "conspy" (no param) use vcsaDenys Vlasenko2010-06-251-7/+4
* conspy: code shrinkDenys Vlasenko2010-06-251-21/+28
* conspy: document attribute byte formatDenys Vlasenko2010-06-241-8/+34
* conspy: code shrink ~200 bytesPascal Bellard2010-06-231-45/+42
* fix errors in detecting non-modified areasDenys Vlasenko2010-06-211-24/+25
* conspy: new appletPascal Bellard2010-06-211-0/+472