1. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  2. bcb66ec od: shrink a bit by Denis Vlasenko · 17 years ago
  3. 1da7772 setfiles: small tweaks to usage text and code by Denis Vlasenko · 17 years ago
  4. 3e64e98 zcip: remove stray seed48. It's the only thing which was pulling in by Denis Vlasenko · 17 years ago
  5. 65b8cfb add comment why preferred stack boundary is 4 on i386 by Denis Vlasenko · 17 years ago
  6. 64a8a3b chpasswd: rename long options definition to match other applets. no code changes by Denis Vlasenko · 17 years ago
  7. 5bfcb4d getopt32 must remain NOFORK-safe (no mallocs!). Using alloca and pretending by Denis Vlasenko · 17 years ago
  8. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  9. 9fe9c1a setiles: cosmetics, no real code changes by Denis Vlasenko · 17 years ago
  10. 397137b setfiles,restorecon: new SELinux applets by Yuichi Nakamura <ynakam@hitachisoft.jp> by Denis Vlasenko · 17 years ago
  11. 845db2a chpasswd: fix indentation by Denis Vlasenko · 17 years ago
  12. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  13. 82bd9ee fix typo in last commit by Denis Vlasenko · 17 years ago
  14. 6cd84da Three patches from FreeWRT people by Denis Vlasenko · 17 years ago
  15. e8feca0 chpasswd: fixes for shadow password handling by Denis Vlasenko · 17 years ago
  16. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  17. 557fb71 chpasswd: fixes and code shrink by Denis Vlasenko · 17 years ago
  18. 1ec5eae chpasswd: now with svn add by Denis Vlasenko · 17 years ago
  19. 21d1014 chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> by Denis Vlasenko · 17 years ago
  20. 2f6ae43 stray trailing tabs removed by Denis Vlasenko · 17 years ago
  21. 2a86a61 ifup/ifdown: make location of ifstate configurable by Denis Vlasenko · 17 years ago
  22. 2414a96 vi: comment out dead code by Denis Vlasenko · 17 years ago
  23. b69e872 Trim help text. With compressed help: -143 bytes by Denis Vlasenko · 17 years ago
  24. d4293c7 ash: fix SEGV in forkchild (jp can be NULL). here documents were affected. by Denis Vlasenko · 17 years ago
  25. de1c8b2 fix unpacker testsuite to match actual output by Denis Vlasenko · 17 years ago
  26. 960eca6 awk: actually do "svn add" for testsuite by Denis Vlasenko · 17 years ago
  27. af1bd09 awk: fix -F 'regex' bug (miscounted fields if last field is empty) by Denis Vlasenko · 17 years ago
  28. b78c782 awk: style fixes; remove one xstrdup/free pair; testsuite by Denis Vlasenko · 17 years ago
  29. 91afdf8 vi: style fixlet by Denis Vlasenko · 17 years ago
  30. a3d15c8 fix typo in prev commit :( by Denis Vlasenko · 17 years ago
  31. 27da707 vi: s/argv[0]/applet_name/ by Denis Vlasenko · 17 years ago
  32. eaabf06 vi: multiple fixes by Natanael Copa <natanael.copa@gmail.com> by Denis Vlasenko · 17 years ago
  33. 2851082 ifconfig: make it work with ifaces with ifnames > 255 by Denis Vlasenko · 17 years ago
  34. 49a128a remove accumulated stray trailing whitespace by Denis Vlasenko · 17 years ago
  35. 150d2fa Modify method of linking against libs. Now we fisrt try all by Denis Vlasenko · 17 years ago
  36. c5f2426 fix discrepancy in GPL version number. Pointed out by "Marsh David" <dmarsh@bigw.com.au> by Denis Vlasenko · 17 years ago
  37. 110967a top: nested function allows us to reuse some code by Denis Vlasenko · 17 years ago
  38. 24c5fba top: make "100%" case less ugly, and shrink code while at it by Denis Vlasenko · 17 years ago
  39. c1166c3 top: simpler loadavg processing by Denis Vlasenko · 17 years ago
  40. 9109fbe top: truncate usernames to 8 chars by Denis Vlasenko · 17 years ago
  41. 4652daa grep: implement -m MAX_MATCHES; fix help text by Denis Vlasenko · 17 years ago
  42. 8d5aa87 grep: fix buglets with context printing by Denis Vlasenko · 17 years ago
  43. bdc406d ash: make "jobs | cat" work like in bash (was giving empty output) by Denis Vlasenko · 17 years ago
  44. 39125be adduser: close /etc/{passwd,shadow} before calling passwd etc. by Denis Vlasenko · 17 years ago
  45. 59a1f30 vi: make status line less confusing when we open non-readable files, by Denis Vlasenko · 17 years ago
  46. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  47. fcfaf2e ash: small size optimization by Denis Vlasenko · 17 years ago
  48. 8fdc4b7 ash: recognize -l as --login equivalent; do not recognize +-login by Denis Vlasenko · 17 years ago
  49. 40ba998 ash: fix for buglet in DEBUG code (Nguyen Thai Ngoc Duy <pclouds@gmail.com>) by Denis Vlasenko · 17 years ago
  50. 153cd69 FAQ: add timezone Q by Denis Vlasenko · 17 years ago
  51. 828e2a9 nc: minor code shrink by Denis Vlasenko · 17 years ago
  52. 8cc9cb8 remove last source id by Mike Frysinger · 17 years ago
  53. d611ccc add support for --symbol-prefix/-P by Mike Frysinger · 17 years ago
  54. c540e75 fix applet order error by Denis Vlasenko · 17 years ago
  55. d166f83 md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path) by Denis Vlasenko · 17 years ago
  56. 42b3dea udhcp: many small fixes: by Denis Vlasenko · 17 years ago
  57. 54e19da correct_password: if password is 'x' or '*' and there is no shadow, use by Denis Vlasenko · 17 years ago
  58. a483691 ifupdown: kill -TERM is default, so drop -TERM by Denis Vlasenko · 17 years ago
  59. e190c16 correct_password: do not print "no shadow passwd..." message by Denis Vlasenko · 17 years ago
  60. 3483e85 ping: fix non-fancy ping6 by Denis Vlasenko · 17 years ago
  61. 10aea3e devfsd: futher sanitization by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  62. c6753c1 expr: small code shrink by Denis Vlasenko · 17 years ago
  63. 679b412 devfsd: indentation fixes by Denis Vlasenko · 17 years ago
  64. 4b9b0ce find: fix build failure on certain configs by Denis Vlasenko · 17 years ago
  65. 99fcc62 find: style fix by Denis Vlasenko · 17 years ago
  66. aba7f49 ps: revert wrong "optimization": (i & 1) -> i by Denis Vlasenko · 17 years ago
  67. e6bce97 fix comment placement (no code changes) by Denis Vlasenko · 17 years ago
  68. c82b510 udhcp: new config option "Rewrite the lease file at every new acknowledge" by Denis Vlasenko · 17 years ago
  69. dc7a5ea ps: fix "unused variable" warning; fix integer variable declared as char. by Denis Vlasenko · 17 years ago
  70. 16b7cb4 web site: announce 1.6.1 by Denis Vlasenko · 17 years ago
  71. 98ebab8 top,ps: improve /proc/PID/cmdinfo reading code by Denis Vlasenko · 17 years ago
  72. 8b14098 add bb_basename.c by Denis Vlasenko · 17 years ago
  73. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  74. f7d07b1 killall, pidof: use argv0 for process matching too by Denis Vlasenko · 17 years ago
  75. 42ee26d procps: shrink /proc scanning code a bit by Denis Vlasenko · 17 years ago
  76. ae7f7eb document firmware support by Mike Frysinger · 17 years ago
  77. 12d2129 wget: fix bug in base64 encoding (bug 1404). +10 bytes. by Denis Vlasenko · 17 years ago
  78. c965f4b devfsd: style cleanup; size reduction (Tito <farmatito@tiscali.it>) by Denis Vlasenko · 17 years ago
  79. e8240f1 uuencode: shrink by Denis Vlasenko · 17 years ago
  80. 1fc6238 devfsd: fix formatting (Tito <farmatito@tiscali.it>) by Denis Vlasenko · 17 years ago
  81. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  82. 1399282 - need to pass the PATH down to the gcc-version check to be able to find the correct cc. by Bernhard Reutner-Fischer · 17 years ago
  83. 88308fe test: suppress gcc warning telnetd: do not use suferfluous static variable. by Denis Vlasenko · 17 years ago
  84. 56258b6 httpd: NOMMU fixes by Alex Landau <landau_alex@yahoo.com> by Denis Vlasenko · 17 years ago
  85. 198bada pidof: size optimizations (-50 bytes) by Denis Vlasenko · 17 years ago
  86. 118b81d - handy to have the cross_compile block here, too by Bernhard Reutner-Fischer · 17 years ago
  87. 2ee028d syslogd: do not convert tabs to ^I by Denis Vlasenko · 17 years ago
  88. b304ead test: shrink a bit by Denis Vlasenko · 17 years ago
  89. d67a606 build system: remove kernel .config locations (spotted by walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  90. 931de89 random shrinkage of statics, -60 bytes saved by Denis Vlasenko · 17 years ago
  91. a80b4a0 tar: improve OLDGNU compat, make old SUN compat configurable by Denis Vlasenko · 17 years ago
  92. 9a33780 - add ATTRIBUTE_UNUSED_RESULT for internal use by Bernhard Reutner-Fischer · 17 years ago
  93. b7e6148 since we removed the deprecated matches() now and thus not alot of warnings are currently seen, let's strive to fixup these: by Bernhard Reutner-Fischer · 17 years ago
  94. 789b87e - remove matches() from networking/. Untested. by Bernhard Reutner-Fischer · 17 years ago
  95. 8333587 slattach: code shrink (Bernhard Fischer <rep.dot.nop@gmail.com>) by Denis Vlasenko · 17 years ago
  96. 88976d0 remove extra ')' by Denis Vlasenko · 17 years ago
  97. 14923db slattach: new applet. by Denis Vlasenko · 17 years ago
  98. cd0e80c - move iprule and ipaddress from matches() to index_in_str_array by Bernhard Reutner-Fischer · 17 years ago
  99. 7510384 do not do utime() on links, it acts on link targets, and we don't want that. by Denis Vlasenko · 17 years ago
  100. 761ce14 - remove another user of the deprecated matches() func by moving it to use index_in_str_array. Untested. by Bernhard Reutner-Fischer · 17 years ago