Bump to version 1.22.1
[platform/upstream/busybox.git] / procps / ps.c
2013-09-06 Denys VlasenkoMake smart_ulltoa return pointer to end (allows for...
2013-01-26 Denys Vlasenkops: seconds_since_boot: uint64_t -> ulong
2013-01-22 Denys Vlasenkops: fix sscanf format specifier (%l); make uptime unsigned
2012-09-25 Denys Vlasenkops: fix build failure in !DESKTOP case
2012-06-14 Denys VlasenkoMerge branch 'master' of git+ssh://busybox.net/var...
2012-06-13 Michael Tokarevps: use separate get_uptime() and make it work on non...
2011-09-29 Cristian Ionescu... ps: fix for !FEATURE_PS_LONG build
2011-09-27 Flemming Madsenps: with -l, show STIME too
2011-09-26 Denys Vlasenkops: add support for -l for !DESKTOP
2011-07-26 Denys Vlasenko*: work around sysinfo.h versus linux/*.h problems
2011-06-18 Denys Vlasenkoprocps: remove PSSCAN_STAT define, users were using...
2011-06-05 Denys Vlasenkofix breakage caused by 'remove "Options:" string from...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-02-01 Denys Vlasenkops: implement -o stat
2010-09-05 Cristian Ionescu... remove redundant ENABLE_DESKTOP in procps/ps.c
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-05-22 Denys Vlasenkops: make "ps -o BAD" emit list of good -o params
2010-05-04 Denys Vlasenkofix typo in commented-out code
2010-04-07 Denys Vlasenkops: fix non-DESKTOP option handling code
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
next