aboutsummaryrefslogtreecommitdiff
path: root/procps/fuser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* style fixesvda2006-12-261-2/+2
* fix recognitions of -SIGname signalsvda2006-12-231-1/+2
* silly size savings and capitalization fixesvda2006-10-261-1/+1
* add open_read_close() and similar stuffvda2006-10-141-2/+2
* These should have been part of 15767 too.landley2006-08-031-1/+1
* A couple things that got tangled up in my tree, easier to check in both thanlandley2006-07-121-18/+4
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-1/+2
* Jason Schoon writes: Attached is a patch to display the usage message if fuse...vapier2006-04-211-0/+3
* More "extern" removals from Robert P. Daylandley2006-03-141-4/+8
* rfelker writes in Bug 738: sys/sysmacros.h is needed for makedevvapier2006-02-191-0/+1
* fix up yet more annoying signed/unsigned and mixed type errorsandersen2006-01-301-2/+2
* just whitespacetimr2006-01-251-74/+74
* compile on 2.96 for a while longer -- no floating declarations.pgf2006-01-201-6/+4
* Please don't use if(asprintf(&t)<0) free(t); Use concat_subpath_file() for sc...vodz2005-10-281-34/+21
* New applet, fuser, from Tony J. White. (Needs some cleanup.)landley2005-10-281-0/+386