- fix copy'n paste errors that got introduced when switching to the shorter boilerplate.
[oweals/busybox.git] / procps /
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...
2005-10-05 "Vladimir N. Oleynik"update bb_getopt_ulflags special for 'ps' applet, usagi...
2005-10-04 "Vladimir N. Oleynik"ps selinux logic correction, but do not tested too
2005-10-04 "Vladimir N. Oleynik"use updated bb_getopt_ulflags() for ps applet
2005-10-04 Bernhard Reutner... - add option 'w' to ps (wide output, optional feature...
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-24 Mike Frysingerre-order a little for alphabetical
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-16 "Vladimir N. Oleynik"ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE...
2005-09-14 "Vladimir N. Oleynik"FEATURE->ENABLE_FEATURE loses one for 'top' applet
2005-09-12 Eric Andersensysctl was seriously broken. And since in some cases...
2005-08-27 Mike Frysingersome portability fixes by rmh in Bug 395
2005-07-30 Mike Frysingertouchup syntax
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-05-03 Rob LandleyA patch from Takeharu KATO to update/fix SE-Linux support.
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2005-02-13 Manuel Novoa III Add 'nice' and replace 'renice' with a new implementation.
2004-10-08 Eric Andersenegor duda writes:
2004-09-14 Glenn L McGrathremove a cut/paste mistake, i better get some sleep.
2004-09-14 Glenn L McGrathApply patch from Felipe Kellermann to simlify logic...
2004-08-19 Eric AndersenPatch from Tito adding support for '-q'
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-04-06 Eric AndersenSimplify, make formatting better match the procps version
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-12-26 Glenn L McGrathVodz last_patch120, more busybox integration, saves...
2003-12-24 Eric AndersenPatch from Ned Ludd, solar at gentoo dot org:
2003-12-08 Glenn L McGrathSplitting statements with #define's can cause trouble...
2003-10-22 Eric AndersenAndreas Mohr writes:
2003-10-11 Eric AndersenPaul Mundt (lethal) writes:
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-08-06 Eric AndersenFixup segfault on 'kill -q'
2003-07-26 Eric AndersenRework kill / killall so it behaves itself, even when...
2003-07-22 Eric AndersenPatch from Terje Kvernes adding quite a lot of missing...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-14 Eric AndersenPatch from Thomas Cameron:
2003-07-03 Eric AndersenPatch from Russell Coker:
2003-03-19 Manuel Novoa III Major coreutils update.
2003-02-09 Glenn L McGrathFix compiler warnings, patch by Steven Scholz
2003-01-11 Eric AndersenPatch from Daniel J Walsh at redhat to make free work...
2002-12-06 Glenn L McGrathIt shouldnt depend on itself
2002-12-06 Glenn L McGrathRemove duplicate entry for kill
2002-12-06 Eric AndersenDo the dumb/obvious thing for the killall->kill dependancy
2002-12-05 Eric AndersenYet another major rework of the BusyBox config system...
2002-12-05 Eric AndersenKill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch...
2002-11-25 Glenn L McGrathlast_patch_67 from Vladimir N. Oleynik
2002-10-22 Eric AndersenPatch last_pach62 from vodz. This patch moves all...
2002-10-10 Eric Andersenlast_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCE...
2002-09-30 Eric AndersenBugfix from Claudio Fleiner <claudio@fleiner.com>
2002-09-30 Eric Andersenlast_patch58 from vodz:
2002-09-30 Eric AndersenVodz' last_patch57:
next