Age | Commit message (Expand) | Author |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-22 | fix warning from needlessly-global functions | Denis Vlasenko |
2006-12-18 | ps: fix buglet, add microoptimization | Denis Vlasenko |
2006-11-05 | ps: add documentation on POSIX ps | Denis Vlasenko |
2006-11-05 | ps: implement POSIX-like options, most notably -o | Denis Vlasenko |
2006-11-05 | replace /proc scanning code by more versatile one. | Denis Vlasenko |
2006-11-05 | top: improve CPU% calculation | Denis Vlasenko |
2006-11-01 | Unneeded code removed, usused field "unsigned pscpu" removed | Denis Vlasenko |
2006-11-01 | mostly style fixes | Denis Vlasenko |
2006-11-01 | PID should be stored in pid_t, not int or long. | Denis Vlasenko |
2006-11-01 | ps: reduce #ifdef forest | Denis Vlasenko |
2006-10-27 | get_terminal_width_height: do not pass insanely large values | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-29 | top: add support for -b, -n <iterations> | Denis Vlasenko |
2006-09-27 | process utilities related style cleanup | Denis Vlasenko |
2006-09-22 | Change license statements (and clean up headers) on some of the files that | Rob 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 config | Bernhard Reutner-Fischer |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-01-30 | removed warning "comparison between signed and unsigned". | "Vladimir N. Oleynik" |
2005-10-05 | update bb_getopt_ulflags special for 'ps' applet, usaging '-' as first group ... | "Vladimir N. Oleynik" |
2005-10-04 | ps selinux logic correction, but do not tested too | "Vladimir N. Oleynik" |
2005-10-04 | use 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-03 | A patch from Takeharu KATO to update/fix SE-Linux support. | Rob Landley |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2003-09-15 | Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) | Eric Andersen |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen |
2003-07-03 | Patch from Russell Coker: | Eric Andersen |
2002-12-05 | Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not | Eric Andersen |
2002-10-22 | Patch last_pach62 from vodz. This patch moves all the /proc parsing | Eric Andersen |
2002-09-30 | Vodz' last_patch57: | Eric Andersen |
2002-04-27 | Patch from Cliff L. Biffle <cbiffle@safety.net> to display memory | Eric Andersen |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-07-22 | Some patches to make dietlibc work... | Eric Andersen |
2001-06-26 | Minor formatting change | Eric Andersen |
2001-06-26 | Fix ps so it doesn't waste space showing group, as it is pretty much | Eric Andersen |
2001-05-23 | Patch from larry to fix some grammar errors. | Eric Andersen |
2001-04-25 | Move messages.c to libbb. Make each string in messages.c be its own .o file. | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-02-01 | Apply a patch from Larry Doolittle to add "-all" and "-none" switches | Eric Andersen |
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai |
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for | Eric Andersen |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2001-01-23 | #define -> static const int. Also got rid of some big static buffers. | Mark Whitley |
2001-01-18 | Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to | Matt Kraai |
2000-12-18 | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai |
2000-12-13 | Fix from Matt Kraai -- a better way to NULL terminate strings for the | Eric Andersen |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |