index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
conspy.c
Age
Commit message (
Expand
)
Author
2017-01-11
libbb: consolidate the code to set termios unbuffered mode
Denys Vlasenko
2016-11-22
Split miscutils/Config.src items into miscutils/*.c files
Denys Vlasenko
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-04-21
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2011-09-13
conspy: add framebuffer support, -Q option.
Pascal Bellard
2011-08-13
conspy,nandwrite,nanddump: enable in defconfig
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-11
conspy: fix ESC key lost
Pascal Bellard
2011-03-08
use user's shell instead of hardwired "/bin/sh" (android needs this)
Denys Vlasenko
2011-02-26
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Denys Vlasenko
2011-01-18
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-10-28
*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler
Marek Polacek
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
*: fix "see file License ..." - the file is named LICENSE (in uppercase)
Denys Vlasenko
2010-07-19
mark Linux-specific configuration options
Jeremie Koenig
2010-07-04
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-07-01
conspy: stop losing some keyboard keys.
Pascal Bellard
2010-06-30
conspy: code shrink
Pascal Bellard
2010-06-28
conspy: code shrink
Pascal Bellard
2010-06-27
conspy: significant output minimization; blink attribute support
Denys Vlasenko
2010-06-25
conspy: make "conspy 0" use vcsa0 but "conspy" (no param) use vcsa
Denys Vlasenko
2010-06-25
conspy: code shrink
Denys Vlasenko
2010-06-24
conspy: document attribute byte format
Denys Vlasenko
2010-06-23
conspy: code shrink ~200 bytes
Pascal Bellard
2010-06-21
fix errors in detecting non-modified areas
Denys Vlasenko
2010-06-21
conspy: new applet
Pascal Bellard