Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko | |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko | |
2006-08-03 | These should have been part of 15767 too. | Rob Landley | |
2006-07-12 | A couple things that got tangled up in my tree, easier to check in both than | Rob Landley | |
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. | |||
2006-06-02 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | |
and eventual platform specific includes in early. | |||
2006-04-21 | Jason Schoon writes: Attached is a patch to display the usage message if ↵ | Mike Frysinger | |
fuser is called with no arguments, rather than doing no work and failing silently. | |||
2006-03-14 | More "extern" removals from Robert P. Day | Rob Landley | |
2006-02-19 | rfelker writes in Bug 738: sys/sysmacros.h is needed for makedev | Mike Frysinger | |
2006-01-30 | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen | |
2006-01-25 | just whitespace | Tim Riker | |
2006-01-20 | compile on 2.96 for a while longer -- no floating declarations. | Paul Fox | |
2005-10-28 | Please don't use if(asprintf(&t)<0) free(t); Use concat_subpath_file() for ↵ | "Vladimir N. Oleynik" | |
scan dir. Added losed chdir(".."). Removed warnings for 64-bit inode size. Why use memcpy and do not let? Very strange code for me | |||
2005-10-28 | New applet, fuser, from Tony J. White. (Needs some cleanup.) | Rob Landley | |