aboutsummaryrefslogtreecommitdiff
path: root/libbb/recursive_action.c
AgeCommit message (Expand)Author
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-04-06modprobe: do not descend into /etc/modprobe.d/DIR/. Closes 8686Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-09-29find: -follow should not error out on dandling linksDenys Vlasenko
2008-07-27netstat: 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-04libbb/recursive_action.c: fix slight error in prev commitDenis Vlasenko
2008-07-04modutils: optional modutils-small by Vladimir Dronnikov.Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-26open_transformer: fix bug of calling exit instead of _exitDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-07-05md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)Denis Vlasenko
2007-04-08find: fix handling of -pruneDenis Vlasenko
2007-03-29- fold recurse, depthFirst and dereference params into one param flags.Bernhard Reutner-Fischer
2007-01-11Trailing whitespace removal over entire treeDenis Vlasenko
2006-12-12build system: small fix for "release" target to workDenis Vlasenko
2006-10-29find: a lot more compliant to 'standard' findDenis Vlasenko
2006-10-27recursive_action: add depth paramDenis Vlasenko
2006-10-27recursive_action: preparatory changes. will introduce "int level".Denis Vlasenko
2006-10-14grep: add support for -rDenis Vlasenko
2006-09-09tar: fix "xopen with O_CREAT" warning, improve zero padding writeDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer
2006-04-12- add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer
2004-04-07Vladimir N. Oleynik writes:Eric Andersen
2004-04-06Christian Grigis, christian.grigis at smartdata dot ch writes:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-05-26Vodz, last_patch_86Glenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-28Use error_msg instead of fprintf(stderrGlenn L McGrath
2001-12-20Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-04-25Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen
2001-04-10Patch from Valdimir to reduce stack usage, since recursive_actionEric Andersen
2001-03-21A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen
2001-03-16Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen