aboutsummaryrefslogtreecommitdiff
path: root/procps/fuser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
* help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-131-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all procps/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+11
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* fuser: fix inverted access() check. Closes 3799.Denys Vlasenko2011-05-291-1/+1
* fuser: code shrinkMaksym Kryzhanovskyy2011-05-231-196/+190
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+11
* remove a few aliasing warningsDenys Vlasenko2011-01-161-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* fuser: code shrinkMaksym Kryzhanovskyy2010-06-061-29/+15
* fuser: code shrink, fixing default signal, exitcode and PID displayMaksym Kryzhanovskyy2010-05-221-136/+122
* modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"Denis Vlasenko2009-03-031-1/+1
* Fix forgotten license commentsDenis Vlasenko2008-12-071-2/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-2/+2
* fuser: a bit of safety in scanfDenis Vlasenko2008-07-121-1/+1
* cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko2008-07-121-3/+4
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* fuser: a now, the corrected fix (vda botched previous one)Denis Vlasenko2008-05-281-0/+1
* fiser: opendir "/proc", not "." (by Cristian Ionescu-Idbohrn)Denis Vlasenko2008-05-281-2/+3
* fuser: fix vda's breakage: DOH! chdir'ing to /proc breaks relative pathsDenis Vlasenko2008-03-291-6/+4
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* fuser: bugfixes and shrink. It was assuming that xmalloc zeroes returned area!Denis Vlasenko2008-03-171-221/+179
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-99/+118
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* style fixesDenis Vlasenko2006-12-261-2/+2
* fix recognitions of -SIGname signalsDenis Vlasenko2006-12-231-1/+2
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-1/+1
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-2/+2
* These should have been part of 15767 too.Rob Landley2006-08-031-1/+1
* A couple things that got tangled up in my tree, easier to check in both thanRob Landley2006-07-121-18/+4
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-1/+2
* Jason Schoon writes: Attached is a patch to display the usage message if fuse...Mike Frysinger2006-04-211-0/+3
* More "extern" removals from Robert P. DayRob Landley2006-03-141-4/+8
* rfelker writes in Bug 738: sys/sysmacros.h is needed for makedevMike Frysinger2006-02-191-0/+1
* fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-2/+2
* just whitespaceTim Riker2006-01-251-74/+74
* compile on 2.96 for a while longer -- no floating declarations.Paul Fox2006-01-201-6/+4
* Please don't use if(asprintf(&t)<0) free(t); Use concat_subpath_file() for sc..."Vladimir N. Oleynik"2005-10-281-34/+21
* New applet, fuser, from Tony J. White. (Needs some cleanup.)Rob Landley2005-10-281-0/+386