hush: move testsuite files from hush-bugs to hush-parsing
[oweals/busybox.git] / procps /
2007-05-06 Denis Vlasenkokill: improve comment
2007-05-06 Denis Vlasenkokill: fix recent breakage of vda, also make code smalle...
2007-05-01 Denis Vlasenkotest: code size saving, no logic changes
2007-04-29 Denis Vlasenkoash,kill: use common code for kill applet/builtin
2007-04-19 Denis Vlasenkoprocps: remove all global variables
2007-04-19 Denis Vlasenkops: add -o tty and -o rss support
2007-04-16 Denis Vlasenkostyle fixes, no code changes
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-04-08 Denis Vlasenkogetopt32: fix llist_t options ordering. llist_rev is...
2007-03-28 Denis Vlasenkops: work around libc bug: printf("%.*s\n", MAX_INT...
2007-03-24 Denis Vlasenkorandom style fixes (extra spaces deleted)
2007-03-14 Bernhard Reutner... - change option -c to -Z to match newer upstream SElinu...
2007-02-17 Denis Vlasenkosort: fix multiple -k (was ignoring all except last)
2007-02-08 Mike Frysingermake sure ps/top output what they claim: vsz, not rss...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-22 Denis Vlasenkofix warning from needlessly-global functions
2007-01-13 Denis Vlasenkowhitespace fixes (leading spaces to tab)
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2006-12-30 Denis Vlasenkodone a dozen of randconfig test. guess what? ALL failed...
2006-12-26 Denis Vlasenkostyle fixes
2006-12-23 Denis Vlasenkofix recognitions of -SIGname signals
2006-12-18 Denis Vlasenkops: fix buglet, add microoptimization
2006-11-27 Denis Vlasenkosafe_strtoXX interface proved to be a bit unconvenient.
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-11-17 Denis Vlasenkoadd -Wundef, fix uncovered bugs
2006-11-05 Denis Vlasenkops: add documentation on POSIX ps
2006-11-05 Denis Vlasenkops: implement POSIX-like options, most notably -o
2006-11-05 Denis Vlasenkoreplace /proc scanning code by more versatile one.
2006-11-05 Denis Vlasenkotop: improve CPU% calculation
2006-11-01 Denis VlasenkoUnneeded code removed, usused field "unsigned pscpu...
2006-11-01 Denis Vlasenkomostly style fixes
2006-11-01 Denis Vlasenkopidof: reduce #ifdef forest
2006-11-01 Denis VlasenkoPID should be stored in pid_t, not int or long.
2006-11-01 Denis Vlasenkops: reduce #ifdef forest
2006-10-27 Denis Vlasenkotop: batch mode should output all processes
2006-10-27 Denis Vlasenkoget_terminal_width_height: do not pass insanely large...
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-08 Denis Vlasenkostart_stop_daemon: add -N <nice> compat
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-06 Denis Vlasenkodnsd fix; option_mask32 added. dnsd needs more love.
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-29 Denis Vlasenkotop: add support for -b, -n <iterations>
2006-09-27 Denis Vlasenkokill: implement killall5. OpenWRT folks will be happy.
2006-09-27 Denis Vlasenkokill: fix bugs (kill -l output was horrible), fix style...
2006-09-27 Denis Vlasenkoprocess utilities related style cleanup
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-09-12 Rob LandleyRandom cleanup hanging around my tree.
2006-09-09 Denis Vlasenkotop: fixed wrong comment, made error message more clear
2006-09-09 Denis Vlasenkousing [xa]sprintf for string concatenation is neat...
2006-08-03 Rob LandleyThese should have been part of 15767 too.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
2006-06-30 Rob LandleyMake another warning go away.
2006-06-28 Rob LandleyTop was catching sigterm (and fumbling sigint) so it...
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-19 Bernhard Reutner... - make it C89 compatible; Declarations in the middle...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-08 Rob LandleyFiddling with llist to make memory management easier...
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-05-04 Rob LandleyFix allbareconfig.
2006-04-24 Rob LandleyFrom Denis Vlasenko:
2006-04-21 Mike FrysingerJason Schoon writes: Attached is a patch to display...
2006-04-17 Rob LandleyRemove a superfluous quote and more non-generic standal...
2006-04-13 Rob LandleyPatch from Robert P Day: let menuconfig indent stuff...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-04-12 Bernhard Reutner... - add and use bb_opendir(), bb_xopendir().
2006-03-14 Rob LandleyMore "extern" removals from Robert P. Day
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-19 Mike Frysingerrfelker writes in Bug 738: sys/sysmacros.h is needed...
2006-02-15 "Vladimir N. Oleynik"add last terminal line
2006-02-14 "Vladimir N. Oleynik"restore change by Denis Vlasenko: file_to_buf must...
2006-02-13 Rob LandleyCleanups from Denis Vlasenko.
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-30 "Vladimir N. Oleynik"removed warning "comparison between signed and unsigned".
2006-01-30 "Vladimir N. Oleynik"removed warning "comparison between signed and unsigned...
2006-01-25 "Vladimir N. Oleynik"close bug 638
2006-01-25 Tim Rikerjust whitespace
2006-01-20 Paul Foxcompile on 2.96 for a while longer -- no floating decla...
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-04 Mike FrysingerJason Schoon writes:
2005-11-29 "Vladimir N. Oleynik"getopt -> getopt_ulflags. noticed by Rob Sullivan
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...
2005-10-15 "Vladimir N. Oleynik"RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-07 Bernhard Reutner... - size reduction of pidof
2005-10-06 Bernhard Reutner... - pidof(8): make -s optional and optional -o; closes...
next