Bump to version 1.22.1
[platform/upstream/busybox.git] / procps / fuser.c
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-29 Denys Vlasenkofuser: fix inverted access() check. Closes 3799.
2011-05-23 Maksym Kryzhanovskyyfuser: code shrink
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-01-16 Denys Vlasenkoremove a few aliasing warnings
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-06 Maksym Kryzhanovskyyfuser: code shrink
2010-05-22 Maksym Kryzhanovskyyfuser: code shrink, fixing default signal, exitcode...
2009-03-03 Denis Vlasenkomodprobe: emit "can't open 'modules.dep': (errno)"...
2008-12-07 Denis VlasenkoFix forgotten license comments
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-12 Denis Vlasenkofuser: a bit of safety in scanf
2008-07-12 Denis Vlasenkocpio: internalize archive_xread_all_eof. add a few...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-28 Denis Vlasenkofuser: a now, the corrected fix (vda botched previous...
2008-05-28 Denis Vlasenkofiser: opendir "/proc", not "." (by Cristian Ionescu...
2008-03-29 Denis Vlasenkofuser: fix vda's breakage: DOH! chdir'ing to /proc...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-17 Denis Vlasenkofuser: bugfixes and shrink. It was assuming that xmallo...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-26 Denis Vlasenkostyle fixes
2006-12-23 Denis Vlasenkofix recognitions of -SIGname signals
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-08-03 Rob LandleyThese should have been part of 15767 too.
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-04-21 Mike FrysingerJason Schoon writes: Attached is a patch to display...
2006-03-14 Rob LandleyMore "extern" removals from Robert P. Day
2006-02-19 Mike Frysingerrfelker writes in Bug 738: sys/sysmacros.h is needed...
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-25 Tim Rikerjust whitespace
2006-01-20 Paul Foxcompile on 2.96 for a while longer -- no floating decla...
2005-10-28 "Vladimir N. Oleynik"Please don't use if(asprintf(&t)<0) free(t); Use concat...
2005-10-28 Rob LandleyNew applet, fuser, from Tony J. White. (Needs some...