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