summaryrefslogtreecommitdiff
path: root/coreutils/watch.c
Commit message (Expand)AuthorAgeFilesLines
* move several applets to more correct ex-project. No code changes.Denis Vlasenko2007-06-121-80/+0
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* get_terminal_width_height: do not pass insanely large valuesDenis Vlasenko2006-10-271-1/+0
* watch: fix warningDenis Vlasenko2006-10-231-1/+3
* watch: execute command thru shell, not fork/exec. Other fixesDenis Vlasenko2006-10-201-29/+50
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-12/+9
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-9/+1
* Rich Felker suggested removing dprintf() from watch, and one thing led toRob Landley2006-05-251-61/+21
* dont printf arguments given by user for security sanityMike Frysinger2006-03-231-1/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* patch by Shaun Jackman to combine dup/close funcs into dup2Mike Frysinger2005-06-301-3/+2
* Patch from Shaun Jackman to save a few bytes.Rob Landley2005-05-281-4/+3
* Major coreutils update.Manuel Novoa III2003-03-191-42/+49
* Add missing header file to squash a warningEric Andersen2002-12-111-0/+1
* Sane-ify the screen clearing stuff.Eric Andersen2002-09-171-3/+1
* Watch applet by Michael HabermannGlenn L McGrath2002-09-161-0/+104