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