*: suppress ~60% of "aliased warnings" on gcc-4.4.1
[platform/upstream/busybox.git] / procps / ps.c
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2009-11-24 Denys Vlasenkops: add comment about -T
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-10-09 Denys Vlasenkops: show longer COMMAND
2009-09-21 Denys Vlasenkops: conditionally enable -T on non-DESKTOP build too
2009-09-19 Denys Vlasenkops,top: add an option to show threads. +260 bytes of...
2009-09-11 Denys Vlasenkofix read_cmdline API and a small buglet where "[comm...
2009-07-03 Denys Vlasenkops: conditionally support additional -o FIELDs
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-07-16 Denis Vlasenkos/SELINIX/SELINUX/
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-15 Denis Vlasenko*: use llist_pop for traverse-and-free list operation
2008-05-20 Denis Vlasenkofix another -Wall warning
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-03 Denis Vlasenkops: fixlet to disabled compat code
2008-02-02 Denis Vlasenkops: add (disabled) compat code
2008-01-07 Denis Vlasenkops: fix yet another buglet from recent ulltoa conversion :(
2008-01-07 Denis Vlasenkops: fix COMMAND column adjustment
2008-01-07 Denis Vlasenkops: fix build breakage from vda's recent commit
2008-01-06 Denis Vlasenkops: fix overflow in USER and VSZ columns
2008-01-05 Denis Vlasenkops: add conditional support for -o [e]time
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-29 Denis Vlasenkovsz and rss are unsigned longs (ulong ~= width of void* =>
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-09 Denis Vlasenkols,ps,watch: measure terminal width on fd 0, not 1
2007-07-25 Denis Vlasenkops: fix non-desktop ps -ww -- thanks rockeychu
2007-07-01 Denis Vlasenkops: revert wrong "optimization": (i & 1) -> i
2007-07-01 Denis Vlasenkops: fix "unused variable" warning; fix integer variable...
2007-06-30 Denis Vlasenkotop,ps: improve /proc/PID/cmdinfo reading code
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-19 Denis Vlasenkotop,ps: 'stringify' tty only when needed. -60 bytes.
2007-06-06 Denis Vlasenkops: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-01 Denis Vlasenkotest: code size saving, no logic changes
2007-04-19 Denis Vlasenkoprocps: remove all global variables
2007-04-19 Denis Vlasenkops: add -o tty and -o rss support
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-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
2006-12-18 Denis Vlasenkops: fix buglet, add microoptimization
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 VlasenkoPID should be stored in pid_t, not int or long.
2006-11-01 Denis Vlasenkops: reduce #ifdef forest
2006-10-27 Denis Vlasenkoget_terminal_width_height: do not pass insanely large...
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-29 Denis Vlasenkotop: add support for -b, -n <iterations>
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-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-30 "Vladimir N. Oleynik"removed warning "comparison between signed and unsigned".
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-05-03 Rob LandleyA patch from Takeharu KATO to update/fix SE-Linux support.
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-03 Eric AndersenPatch from Russell Coker:
2002-12-05 Eric AndersenKill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch...
2002-10-22 Eric AndersenPatch last_pach62 from vodz. This patch moves all...
2002-09-30 Eric AndersenVodz' last_patch57:
2002-04-27 Eric AndersenPatch from Cliff L. Biffle <cbiffle@safety.net> to... 0_60_3
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-07-22 Eric AndersenSome patches to make dietlibc work...
2001-06-26 Eric AndersenMinor formatting change
2001-06-26 Eric AndersenFix ps so it doesn't waste space showing group, as...
2001-05-23 Eric AndersenPatch from larry to fix some grammar errors.
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-01 Eric AndersenApply a patch from Larry Doolittle to add "-all" and...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-18 Matt KraaiEliminate calls of the form "fprintf(stdout,". Thanks...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-13 Eric AndersenFix from Matt Kraai -- a better way to NULL terminate...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-09-07 Matt KraaiStop leaking file handles.
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-16 Matt KraaiExtract usage information into a separate file.
next