summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko14-172/+184
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-29fuser: fix inverted access() check. Closes 3799.Denys Vlasenko1-1/+1
2011-05-23fuser: code shrinkMaksym Kryzhanovskyy1-196/+190
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-01-16remove a few aliasing warningsDenys Vlasenko2-2/+2
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-06fuser: code shrinkMaksym Kryzhanovskyy1-29/+15
2010-05-22fuser: code shrink, fixing default signal, exitcode and PID displayMaksym Kryzhanovskyy2-139/+125
2009-03-03modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"Denis Vlasenko5-18/+19
2008-12-07Fix forgotten license commentsDenis Vlasenko49-60/+114
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-12fuser: a bit of safety in scanfDenis Vlasenko1-1/+1
2008-07-12cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko9-64/+45
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-28fuser: a now, the corrected fix (vda botched previous one)Denis Vlasenko1-0/+1
2008-05-28fiser: opendir "/proc", not "." (by Cristian Ionescu-Idbohrn)Denis Vlasenko1-2/+3
2008-03-29fuser: fix vda's breakage: DOH! chdir'ing to /proc breaks relative pathsDenis Vlasenko1-6/+4
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-03-17fuser: bugfixes and shrink. It was assuming that xmalloc zeroes returned area!Denis Vlasenko2-232/+191
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko20-162/+183
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-12-26style fixesDenis Vlasenko39-118/+114
2006-12-23fix recognitions of -SIGname signalsDenis Vlasenko2-8/+10
2006-10-26silly size savings and capitalization fixesDenis Vlasenko24-81/+81
2006-10-14add open_read_close() and similar stuffDenis Vlasenko38-234/+228
2006-08-03These should have been part of 15767 too.Rob Landley9-61/+34
2006-07-12A couple things that got tangled up in my tree, easier to check in both thanRob Landley10-339/+102
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer34-193/+77
2006-04-21Jason Schoon writes: Attached is a patch to display the usage message if fuse...Mike Frysinger1-0/+3
2006-03-14More "extern" removals from Robert P. DayRob Landley2-6/+12
2006-02-19rfelker writes in Bug 738: sys/sysmacros.h is needed for makedevMike Frysinger1-0/+1
2006-01-30fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen13-46/+49
2006-01-25just whitespaceTim Riker254-2027/+2027
2006-01-20compile on 2.96 for a while longer -- no floating declarations.Paul Fox1-6/+4
2005-10-28Please don't use if(asprintf(&t)<0) free(t); Use concat_subpath_file() for sc..."Vladimir N. Oleynik"1-34/+21
2005-10-28New applet, fuser, from Tony J. White. (Needs some cleanup.)Rob Landley5-0/+409