1. 6248a73 xargs: simplify option parsing by Denis Vlasenko · 18 years ago
  2. 981b24d rt_names.c: move few strings into rodata by Denis Vlasenko · 18 years ago
  3. 5492884 dpkg: style fixes; short -> int (generated code is smaller) by Denis Vlasenko · 18 years ago
  4. 57308af dpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!) by Denis Vlasenko · 18 years ago
  5. 06b543b ifupdown: make dhcp start/stop scripts user configurable by Denis Vlasenko · 18 years ago
  6. 5241766 Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c by Denis Vlasenko · 18 years ago
  7. de9ec92 usage.h: fix compile-time bugs exposed by previous change by Denis Vlasenko · 18 years ago
  8. ce97960 usage.h: remove ugly tricks. We have USE_FEATURE_xxx now. by Denis Vlasenko · 18 years ago
  9. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
  10. 94d5d82 crontab: we indent using tabs by Denis Vlasenko · 18 years ago
  11. 956a569 losetup: with no arguments lists all /dev/loopN. Corrected help text. by Denis Vlasenko · 18 years ago
  12. 0bb628f kill: implement killall5. OpenWRT folks will be happy. by Denis Vlasenko · 18 years ago
  13. a77947f kill: fix bugs (kill -l output was horrible), fix style, constify data by Denis Vlasenko · 18 years ago
  14. be905d5 process utilities related style cleanup by Denis Vlasenko · 18 years ago
  15. 2f4399c ifupdown: fix for standalone shell; removed hardcoded PATH by Denis Vlasenko · 18 years ago
  16. 0534125 ifupdown: style cleanup, no code changes by Denis Vlasenko · 18 years ago
  17. e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
  18. 22f6dcb login: fix getopt_ulflags fallout (wasn't taking username supplied by getty) by Denis Vlasenko · 18 years ago
  19. 8b8c75e httpd: sanitize indentation by Denis Vlasenko · 18 years ago
  20. a552eeb wget: add (configurable) large file support. Run tested. by Denis Vlasenko · 18 years ago
  21. 3312c98 fix 'grep -C' which requires an argument by Eric Andersen · 18 years ago
  22. d986732 vlock: make message shorter by Denis Vlasenko · 18 years ago
  23. da3cec9 mount: fix breakage from recent changes (spurious -ro mounts) by Denis Vlasenko · 18 years ago
  24. 29d94b9 Another attempt at untangling the logic so the compiler can follow it and not by Rob Landley · 18 years ago
  25. a94554d wget: fix bug where wget creates null file if there is no remote one. by Denis Vlasenko · 18 years ago
  26. 01a74f9 applets.c: fix indentation by Denis Vlasenko · 18 years ago
  27. c290563 remove unneeded #includes, fix indentation by Denis Vlasenko · 18 years ago
  28. c1876d7 inetd: deindent main loop, other readability enhancements by Denis Vlasenko · 18 years ago
  29. 4c196a8 hexdump: fixlet for my breakage by Denis Vlasenko · 18 years ago
  30. ec17d43 inetd: reformat with tabs for indentation by Denis Vlasenko · 18 years ago
  31. 2dbeaa9 hexdump: deindent, almost fits into 80 columns now by Denis Vlasenko · 18 years ago
  32. a36a676 correct_password: undo whitespace damage. by Denis Vlasenko · 18 years ago
  33. 7f1f5b0 ifupdown: getopt_ulflags'ification. by Denis Vlasenko · 18 years ago
  34. a65a177 arping: fix bug (getopt_ulflags and optarg don't mix), by Denis Vlasenko · 18 years ago
  35. fe76cd5 insmod: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  36. d78b433 passwd: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  37. 6429aab bb_askpass: shorten static password buffer. 256 is way too large. by Denis Vlasenko · 18 years ago
  38. b97f07f Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1, by Rob Landley · 18 years ago
  39. 0372197 "I'll think about it" != "apply it now". It means I need to think about it. by Rob Landley · 18 years ago
  40. 754a88f netstat: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  41. 01e88f0 gzip: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  42. 27ee7ba losetup: getopt_ulflags'ification + small fix for perror_nomsg by Denis Vlasenko · 18 years ago
  43. 099efbf awk: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  44. 750fc6d sed: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  45. 8514fc5 hostname: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  46. 0e87d34 telnetd: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  47. 109d21f adjtimex: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  48. cb1ba86 logger: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  49. f47ff10 getopt: fix whitespace damage by Denis Vlasenko · 18 years ago
  50. cad3668 readprofile: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  51. 7869c01 ipcs: fix my recent breakage by Denis Vlasenko · 18 years ago
  52. ae843e9 - add new applet resize. by Bernhard Reutner-Fischer · 18 years ago
  53. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  54. 05592ac - update and expand TODO a little bit by Bernhard Reutner-Fischer · 18 years ago
  55. 3503ff7 - pull r15578 from busybox_scratch branch: by Bernhard Reutner-Fischer · 18 years ago
  56. 42f6702 - silence gcc warning about a funcptr possibly being used uninitialized. by Bernhard Reutner-Fischer · 18 years ago
  57. ce32f65 mount: nfs mount should enable bb_error-to-syslog support by Denis Vlasenko · 18 years ago
  58. a528643 - gcc-2.95 doesn't support -static-libgcc - remove Winline by Bernhard Reutner-Fischer · 18 years ago
  59. 116080a mount: make Rob happy by reinstating #defines by Denis Vlasenko · 18 years ago
  60. fbdf121 Teach get_terminal_width_height to fall back to $LINES and $COLUMNS when by Rob Landley · 18 years ago
  61. 4ef6f64 The version checked into the tree is a snapshot of an unifinished applet, and by Rob Landley · 18 years ago
  62. eb84a42 The Software Freedom Law Center wants us to add a copyright notice to the by Rob Landley · 18 years ago
  63. 94b383d License clarification. by Rob Landley · 18 years ago
  64. d1f939e - fix documentation for the command-line options of ipcs. Closes #1036 by Bernhard Reutner-Fischer · 18 years ago
  65. a658577 - fix embarrassing typo of mine. Closes bug #1038 by Bernhard Reutner-Fischer · 18 years ago
  66. 3ccc100 ipcs: fix output (misaligned columns) by Denis Vlasenko · 18 years ago
  67. c7b9bad ipcs: getopt_ulflag'ification, -170 bytes by Denis Vlasenko · 18 years ago
  68. 79deb66 stty: fix few bugs found in testing by Denis Vlasenko · 18 years ago
  69. 2969c77 getty: oops... removing duplicate #include <syslog.h> by Denis Vlasenko · 18 years ago
  70. debaf2f stty: reorder code, reducing need in forward declarations. by Denis Vlasenko · 18 years ago
  71. 20b253d stty: convert "enum mode_type" into unnamed enum by Denis Vlasenko · 18 years ago
  72. 8971cda stty: reduce #ifdef forest by Denis Vlasenko · 18 years ago
  73. e40c04b stty: simplify linewrapping code a bit by Denis Vlasenko · 18 years ago
  74. 9efb070 stty: style fixes by Denis Vlasenko · 18 years ago
  75. 7eab79a stty: fix a longstanding FIXME (was able to die half-way setting term params) by Denis Vlasenko · 18 years ago
  76. 85f9e32 mount: fstabname needs to be const char* by Denis Vlasenko · 18 years ago
  77. 23514fe mount: fix warning (printf field width of * wants int, not size_t) by Denis Vlasenko · 18 years ago
  78. f702652 getty: #include <syslog.h> by Denis Vlasenko · 18 years ago
  79. 0b5fd45 change char *string = "foo" -> char string[] = "foo" by Denis Vlasenko · 18 years ago
  80. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  81. a6127aa mount: style fixlet by Denis Vlasenko · 18 years ago
  82. 6231e87 style fixes by Denis Vlasenko · 18 years ago
  83. 029c469 mount: revert mount --bind to using "bind" as fstype. by Denis Vlasenko · 18 years ago
  84. a52145a mount: mount_it_now() - char *dir is not really needed. by Denis Vlasenko · 18 years ago
  85. c889d2b mount: fix "duplicate mount options in mtab" bug by Denis Vlasenko · 18 years ago
  86. c097519 mount: nfs_strerror's static buffer was bigger than needed. by Denis Vlasenko · 18 years ago
  87. 9c99b62 mount: getopt_ulflag'ification by Denis Vlasenko · 18 years ago
  88. 13b4924 mount: style fixes by Denis Vlasenko · 18 years ago
  89. 3bc59aa mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr; by Denis Vlasenko · 18 years ago
  90. fc56dd2 mount: use bb_simplify_path as appropriate by Denis Vlasenko · 18 years ago
  91. 8d474b5 mount: style fixes by Denis Vlasenko · 18 years ago
  92. 66fabdb login: apply fixes + getopt_ulflag'ification by Bernhard by Denis Vlasenko · 18 years ago
  93. 4d0f54a - Steven Scholz pointed out that ssd's make-pid doesn't take an argument. by Bernhard Reutner-Fischer · 18 years ago
  94. 30a64cd mount: reorder things, fix NFS-less mount. by Denis Vlasenko · 18 years ago
  95. 215c61d Unbreak allbareconfig. by Rob Landley · 18 years ago
  96. f5fc138 So, in the cornucopia of superfulous warning directives I didn't add to the by Rob Landley · 18 years ago
  97. 69115c6 Unbreak allbareconfig. by Rob Landley · 18 years ago
  98. da9d1d0 Strangely, using // in the comments I added was not a persistent accident. by Rob Landley · 18 years ago
  99. 7ccf5cc login: eliminate forward decls and #ifdefs by Denis Vlasenko · 18 years ago
  100. af9854b umount: do not try to close FILE* which is NULL. by Denis Vlasenko · 18 years ago