aboutsummaryrefslogtreecommitdiff
path: root/procps/fuser.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* style fixesvda2006-12-261-2/+2
| | | | | | | last xcalloc replaced by xzalloc git-svn-id: svn://busybox.net/trunk/busybox@17081 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix recognitions of -SIGname signalsvda2006-12-231-1/+2
| | | | | | | (fix by Jacques LUDER <jacques.luder@thalesgroup.com>) git-svn-id: svn://busybox.net/trunk/busybox@17061 69ca8d6d-28ef-0310-b511-8ec308f3f277
* silly size savings and capitalization fixesvda2006-10-261-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16438 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add open_read_close() and similar stuffvda2006-10-141-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@16377 69ca8d6d-28ef-0310-b511-8ec308f3f277
* These should have been part of 15767 too.landley2006-08-031-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15770 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A couple things that got tangled up in my tree, easier to check in both thanlandley2006-07-121-18/+4
| | | | | | | | | | | | | | | | | untangle them: Rewrite u_signal_names() into get_signum() and get_signame(), plus trim the signal list to that required by posix (they can specify the numbers for the rest if they really need them). (This is preparatory cleanup for adding a timeout applet like Roberto Foglietta wants.) Export the itoa (added due to Denis Vlasenko, although it's not quite his preferred implementation) from xfuncs.c so it's actually used, and remove several other redundant implementations of itoa and utoa() in the tree. git-svn-id: svn://busybox.net/trunk/busybox@15687 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-1/+2
| | | | | | | and eventual platform specific includes in early. git-svn-id: svn://busybox.net/trunk/busybox@15267 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Jason Schoon writes: Attached is a patch to display the usage message if ↵vapier2006-04-211-0/+3
| | | | | | fuser is called with no arguments, rather than doing no work and failing silently. git-svn-id: svn://busybox.net/trunk/busybox@14938 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More "extern" removals from Robert P. Daylandley2006-03-141-4/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14541 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rfelker writes in Bug 738: sys/sysmacros.h is needed for makedevvapier2006-02-191-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14133 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix up yet more annoying signed/unsigned and mixed type errorsandersen2006-01-301-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13732 69ca8d6d-28ef-0310-b511-8ec308f3f277
* just whitespacetimr2006-01-251-74/+74
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13584 69ca8d6d-28ef-0310-b511-8ec308f3f277
* compile on 2.96 for a while longer -- no floating declarations.pgf2006-01-201-6/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@13460 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Please don't use if(asprintf(&t)<0) free(t); Use concat_subpath_file() for ↵vodz2005-10-281-34/+21
| | | | | | scan dir. Added losed chdir(".."). Removed warnings for 64-bit inode size. Why use memcpy and do not let? Very strange code for me git-svn-id: svn://busybox.net/trunk/busybox@11961 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet, fuser, from Tony J. White. (Needs some cleanup.)landley2005-10-281-0/+386
git-svn-id: svn://busybox.net/trunk/busybox@11954 69ca8d6d-28ef-0310-b511-8ec308f3f277