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
/
libbb
/
recursive_action.c
Age
Commit message (
Expand
)
Author
2009-09-29
find: -follow should not error out on dandling links
Denys Vlasenko
2008-07-27
netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu>
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-04
libbb/recursive_action.c: fix slight error in prev commit
Denis Vlasenko
2008-07-04
modutils: optional modutils-small by Vladimir Dronnikov.
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-26
open_transformer: fix bug of calling exit instead of _exit
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-07-05
md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)
Denis Vlasenko
2007-04-08
find: fix handling of -prune
Denis Vlasenko
2007-03-29
- fold recurse, depthFirst and dereference params into one param flags.
Bernhard Reutner-Fischer
2007-01-11
Trailing whitespace removal over entire tree
Denis Vlasenko
2006-12-12
build system: small fix for "release" target to work
Denis Vlasenko
2006-10-29
find: a lot more compliant to 'standard' find
Denis Vlasenko
2006-10-27
recursive_action: add depth param
Denis Vlasenko
2006-10-27
recursive_action: preparatory changes. will introduce "int level".
Denis Vlasenko
2006-10-14
grep: add support for -r
Denis Vlasenko
2006-09-09
tar: fix "xopen with O_CREAT" warning, improve zero padding write
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-05-19
- remove emacs layout block as suggested by Robert P.J. Day
Bernhard Reutner-Fischer
2006-04-12
- add and use bb_opendir(), bb_xopendir().
Bernhard Reutner-Fischer
2004-04-07
Vladimir N. Oleynik writes:
Eric Andersen
2004-04-06
Christian Grigis, christian.grigis at smartdata dot ch writes:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-05-26
Vodz, last_patch_86
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-11-28
Use error_msg instead of fprintf(stderr
Glenn L McGrath
2001-12-20
Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.
Matt Kraai
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-04-25
Move messages.c to libbb. Make each string in messages.c be its own .o file.
Eric Andersen
2001-04-10
Patch from Valdimir to reduce stack usage, since recursive_action
Eric Andersen
2001-03-21
A nice patch from Larry Doolittle that adds -Wshadow and
Eric Andersen
2001-03-16
Convert utility.c into libbb.a. It is now a whole pile of .c
Eric Andersen