index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
watch.c
Age
Commit message (
Expand
)
Author
2006-10-27
get_terminal_width_height: do not pass insanely large values
Denis Vlasenko
2006-10-23
watch: fix warning
Denis Vlasenko
2006-10-20
watch: execute command thru shell, not fork/exec. Other fixes
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-08-28
- pull from busybox_scratch: r15829:15850
Bernhard Reutner-Fischer
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-05-25
Rich Felker suggested removing dprintf() from watch, and one thing led to
Rob Landley
2006-03-23
dont printf arguments given by user for security sanity
Mike Frysinger
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2005-06-30
patch by Shaun Jackman to combine dup/close funcs into dup2
Mike Frysinger
2005-05-28
Patch from Shaun Jackman to save a few bytes.
Rob Landley
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-12-11
Add missing header file to squash a warning
Eric Andersen
2002-09-17
Sane-ify the screen clearing stuff.
Eric Andersen
2002-09-16
Watch applet by Michael Habermann
Glenn L McGrath