aboutsummaryrefslogtreecommitdiff
path: root/procps/ps.c
AgeCommit message (Expand)Author
2007-03-28ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer)Denis Vlasenko
2007-03-14- change option -c to -Z to match newer upstream SElinux conventionsBernhard Reutner-Fischer
2007-02-17sort: fix multiple -k (was ignoring all except last)Denis Vlasenko
2007-02-08make sure ps/top output what they claim: vsz, not rss ... down the line we sh...Mike Frysinger
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-22fix warning from needlessly-global functionsDenis Vlasenko
2006-12-18ps: fix buglet, add microoptimizationDenis Vlasenko
2006-11-05ps: add documentation on POSIX psDenis Vlasenko
2006-11-05ps: implement POSIX-like options, most notably -oDenis Vlasenko
2006-11-05replace /proc scanning code by more versatile one.Denis Vlasenko
2006-11-05top: improve CPU% calculationDenis Vlasenko
2006-11-01Unneeded code removed, usused field "unsigned pscpu" removedDenis Vlasenko
2006-11-01mostly style fixesDenis Vlasenko
2006-11-01PID should be stored in pid_t, not int or long.Denis Vlasenko
2006-11-01ps: reduce #ifdef forestDenis Vlasenko
2006-10-27get_terminal_width_height: do not pass insanely large valuesDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-29top: add support for -b, -n <iterations>Denis Vlasenko
2006-09-27process utilities related style cleanupDenis Vlasenko
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley
2006-09-13- fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-01-30removed warning "comparison between signed and unsigned"."Vladimir N. Oleynik"
2005-10-05update bb_getopt_ulflags special for 'ps' applet, usaging '-' as first group ..."Vladimir N. Oleynik"
2005-10-04ps selinux logic correction, but do not tested too"Vladimir N. Oleynik"
2005-10-04use updated bb_getopt_ulflags() for ps applet"Vladimir N. Oleynik"
2005-10-04- add option 'w' to ps (wide output, optional feature defaults to off).Bernhard Reutner-Fischer
2005-05-03A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-09-15Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-07-03Patch from Russell Coker:Eric Andersen
2002-12-05Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm notEric Andersen
2002-10-22Patch last_pach62 from vodz. This patch moves all the /proc parsingEric Andersen
2002-09-30Vodz' last_patch57:Eric Andersen
2002-04-27Patch from Cliff L. Biffle <cbiffle@safety.net> to display memoryEric Andersen
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-07-22Some patches to make dietlibc work...Eric Andersen
2001-06-26Minor formatting changeEric Andersen
2001-06-26Fix ps so it doesn't waste space showing group, as it is pretty muchEric Andersen
2001-05-23Patch from larry to fix some grammar errors.Eric Andersen
2001-04-25Move messages.c to libbb. Make each string in messages.c be its own .o file.Eric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-02-01Apply a patch from Larry Doolittle to add "-all" and "-none" switchesEric Andersen
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2001-01-23#define -> static const int. Also got rid of some big static buffers.Mark Whitley