summaryrefslogtreecommitdiff
path: root/procps/fuser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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