1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 6446c2d which: fix testsuite failure by Denis Vlasenko · 17 years ago
  3. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  4. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  5. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  6. 198bada pidof: size optimizations (-50 bytes) by Denis Vlasenko · 17 years ago
  7. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  8. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  9. 048c93c pidof: reduce #ifdef forest by Denis Vlasenko · 18 years ago
  10. 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
  11. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  12. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  13. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  14. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  15. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  16. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago
  17. a6b5b60 Fiddling with llist to make memory management easier. Specifically, the by Rob Landley · 18 years ago
  18. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  19. a2eec60 RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 by "Vladimir N. Oleynik" · 19 years ago
  20. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  21. ab52db8 - size reduction of pidof - fix typo in reverse_pidlist by Bernhard Reutner-Fischer · 19 years ago
  22. 81c3a51 - pidof(8): make -s optional and optional -o; closes #168 first cut. by Bernhard Reutner-Fischer · 19 years ago
  23. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  24. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  25. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  26. bb2e9d4 last_patch_67 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  27. 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago
  28. d11edf9 Made exit code SysV compliant. Also added -s (single pid) flag. by Robert Griebl · 22 years ago
  29. 5d8d4a6 Patch from Jim Treadway <jim@stardot-tech.com> to teach by Eric Andersen · 22 years ago
  30. b24d656 If find_pid_by_name() had an error, it was returning -1, but storing by Eric Andersen · 23 years ago
  31. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  32. 221b2ea I just wrote up a simple pidof applet, closing bug #1197 -Erik by Eric Andersen · 23 years ago