1. 769d1e0 fix warning from needlessly-global functions by Denis Vlasenko · 18 years ago
  2. 6dca70a ps: fix buglet, add microoptimization by Denis Vlasenko · 18 years ago
  3. 4021516 ps: add documentation on POSIX ps by Denis Vlasenko · 18 years ago
  4. 9494919 ps: implement POSIX-like options, most notably -o (activated by CONFIG_DESKTOP) by Denis Vlasenko · 18 years ago
  5. 459e4d6 replace /proc scanning code by more versatile one. by Denis Vlasenko · 18 years ago
  6. fa07680 top: improve CPU% calculation style fixes by Denis Vlasenko · 18 years ago
  7. dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
  8. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  9. 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
  10. d3ada32 ps: reduce #ifdef forest by Denis Vlasenko · 18 years ago
  11. 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
  12. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  13. 266bc17 top: add support for -b, -n <iterations> by Denis Vlasenko · 18 years ago
  14. be905d5 process utilities related style cleanup by Denis Vlasenko · 18 years ago
  15. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  16. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  17. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  18. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  19. 2d60458 removed warning "comparison between signed and unsigned". by "Vladimir N. Oleynik" · 19 years ago
  20. 35939d9 by "Vladimir N. Oleynik" · 19 years ago
  21. 9c44dce ps selinux logic correction, but do not tested too by "Vladimir N. Oleynik" · 19 years ago
  22. be0ed3d use updated bb_getopt_ulflags() for ps applet by "Vladimir N. Oleynik" · 19 years ago
  23. 6d6a40c - add option 'w' to ps (wide output, optional feature defaults to off). by Bernhard Reutner-Fischer · 19 years ago
  24. 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 20 years ago
  25. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  26. 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
  27. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  28. 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
  29. deca106 Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not by Eric Andersen · 22 years ago
  30. 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago
  31. 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
  32. 1372780 Patch from Cliff L. Biffle <cbiffle@safety.net> to display memory by Eric Andersen · 23 years ago
  33. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  34. 8d79ce8 Some patches to make dietlibc work... by Eric Andersen · 23 years ago
  35. 0392b86 Minor formatting change by Eric Andersen · 23 years ago
  36. d98337a Fix ps so it doesn't waste space showing group, as it is pretty much by Eric Andersen · 23 years ago
  37. 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 23 years ago
  38. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
  39. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  40. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  41. af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago
  42. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  43. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  44. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  45. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  46. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  47. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  48. bd193a4 Fix from Matt Kraai -- a better way to NULL terminate strings for the by Eric Andersen · 24 years ago
  49. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  50. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  51. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  52. 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
  53. 44e3840 Stop leaking file handles. by Matt Kraai · 24 years ago
  54. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  55. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  56. 3bd8bd8 Don't use strings directly in calls to usage(). This is in preparation by Matt Kraai · 24 years ago
  57. f626dcb More fixes for "missing initializers" by Pavel Roskin · 24 years ago
  58. fad04fd More cleanups. -Erik by Eric Andersen · 24 years ago
  59. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  60. c674d70 Comment on kernel stuff -Erik by Eric Andersen · 24 years ago
  61. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  62. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 24 years ago
  63. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  64. 227a59b Several more updates -Erik by Erik Andersen · 25 years ago
  65. a3e57ca make ps accept (and ignore) all options (--help works of course). by Erik Andersen · 25 years ago
  66. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 25 years ago
  67. 269bba2 Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler by Erik Andersen · 25 years ago
  68. 2ac2fae Fix bugs related to finding PIDs. -Erik by Erik Andersen · 25 years ago
  69. 246cc6d Wrote killall. by Erik Andersen · 25 years ago
  70. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  71. 0ecb54a Stuf by Eric Andersen · 25 years ago
  72. d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
  73. 50d6360 Stuff by Eric Andersen · 25 years ago
  74. c499601 Fixed up copyright notices and such by Eric Andersen · 25 years ago
  75. d23f9ba Made ps work. Fixed some stuff. by Eric Andersen · 25 years ago
  76. ef8b6c7 Add a trivial ps command. by Eric Andersen · 25 years ago