1. 10544a8 compat and warning fixes by Denys Vlasenko · 15 years ago
  2. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  3. ecd90fd fix Unicode config option limits and some comments in less by Denys Vlasenko · 15 years ago
  4. 083e172 style fixes, no code changes by Denys Vlasenko · 15 years ago
  5. f2c8aa6 libbb: introduce and use monotonic_ms by Denys Vlasenko · 15 years ago
  6. cb23d93 *: add/remove safe_, it seems we had a few incorrect uses by Denys Vlasenko · 15 years ago
  7. dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
  8. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  9. c066472 *: do not assign to stdout/stderr, it's not portable. by Denys Vlasenko · 15 years ago
  10. bd1de18 dc: make "dc -1.23 ..." work by Denys Vlasenko · 15 years ago
  11. 78fcec4 crond: do not log info messages at LOG_ERR. Closes bug 681. +62 bytes. by Denys Vlasenko · 15 years ago
  12. 31e2e7b randomconfig fixes by Denys Vlasenko · 15 years ago
  13. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  14. 86cfb70 flash_eraseall: stop using obsolete mtd/jffs2-user.h; code shrink by Denys Vlasenko · 15 years ago
  15. 1e11360 runlevel: -2 bytes by Denys Vlasenko · 15 years ago
  16. b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
  17. d095fd4 flashcp: new applet by Stefan Seyfried. +900 bytes by Stefan Seyfried · 15 years ago
  18. 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
  19. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  20. 72ac690 eject: band-aid for kernel headers using u8 type by Denys Vlasenko · 15 years ago
  21. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  22. ab19ede tidy up O_NONBLOCK usage. use libbb functions in stty. by Denys Vlasenko · 15 years ago
  23. 6eaac02 fbsplash: allow compressed image files by Vladimir Dronnikov · 15 years ago
  24. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  25. 4214f8b mountpoint: btrfs fix by Vladimir Dronnikov · 15 years ago
  26. e039e68 wall: new applet by Bernhard Reutner-Fischer · 15 years ago
  27. a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
  28. a8df4c0 menuconfig tweaks by Denys Vlasenko · 15 years ago
  29. a7bb3c1 *: code shrink via NOINLINE by Denys Vlasenko · 15 years ago
  30. 7bb346f *: use {i,u}toa() where appropriate by Denys Vlasenko · 15 years ago
  31. b618dba sendmail: accept -i too, not only -oi by Vladimir Dronnikov · 15 years ago
  32. 1f27ab0 *: optimize code size in strtoul calls by Denys Vlasenko · 15 years ago
  33. af3fd14 hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changes by Denys Vlasenko · 15 years ago
  34. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  35. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  36. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  37. 0da1c0a beep: optimize by Denys Vlasenko · 15 years ago
  38. 00ea82e add config knob for default freq and length by Bernhard Reutner-Fischer · 15 years ago
  39. 45de074 add simple beep applet by Bernhard Reutner-Fischer · 15 years ago
  40. 007c6fc typo fix in comment by Denys Vlasenko · 15 years ago
  41. 4803db5 volname: new applet by Matthew Stoltenberg · 15 years ago
  42. dc9495d rx: strip padding from last block. closes bug 501. by Denys Vlasenko · 15 years ago
  43. 0e1b626 man: use man.config, not only man.conf (man version 1.6f compat) by Denys Vlasenko · 15 years ago
  44. 860d2bb fix fallout from BSD patches by Denys Vlasenko · 15 years ago
  45. da49f58 move libc related stuff out of platform.h by Denys Vlasenko · 15 years ago
  46. b22bbff fix dependencies of FEATURE_GETOPT_LONG by Denys Vlasenko · 15 years ago
  47. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  48. bf2af9a flash_lock, flash_unlock: new applets by Denys Vlasenko · 16 years ago
  49. 2b132e5 hdparm: fix a thinko in a previous commit by Denys Vlasenko · 16 years ago
  50. c706845 hdparm: code shrink by Denys Vlasenko · 16 years ago
  51. 6d335be hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col lines by Denys Vlasenko · 16 years ago
  52. 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
  53. 1fd3b38 *: bb_error_msg's messages should not be capitalized by Denis Vlasenko · 16 years ago
  54. 6fb5f01 we need to daemonize *before* opening the watchdog device by Mike Frysinger · 16 years ago
  55. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  56. e41fdbc watchdog: enable it before setting timeout by Denis Vlasenko · 16 years ago
  57. 551ffdc more of pointless whitespace fixes by Denis Vlasenko · 16 years ago
  58. 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
  59. a83dbd4 build system: hdparm -d is not that dangerous, remove warning by Denis Vlasenko · 16 years ago
  60. 3fd1046 timeout: fix parsing of -t NUM on MMU by Denis Vlasenko · 16 years ago
  61. 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
  62. 99d71da chat: update by Vladimir by Denis Vlasenko · 16 years ago
  63. a19e649 docs/logging_and_backgrounding.txt: new mini-doc by Denis Vlasenko · 16 years ago
  64. f09f4e0 runsv: small optimization *: more paranoia around passing NULL to execl[e] by Denis Vlasenko · 16 years ago
  65. e261bba flash_eraseall.c: fix vda's breakage by Denis Vlasenko · 16 years ago
  66. 0adf7f2 - by not calling getpagesize() twice we can save 2 bytes (walter harms) by Bernhard Reutner-Fischer · 16 years ago
  67. 962e365 flash_eraseall: shrink by Denis Vlasenko · 16 years ago
  68. 7307e06 - bail out if screen resolution does not match PPM dimensions. by Bernhard Reutner-Fischer · 16 years ago
  69. 8dcb33c - document ppm header and skip whitespace by Bernhard Reutner-Fischer · 16 years ago
  70. 8af23f8 - eliminate globals by Bernhard Reutner-Fischer · 16 years ago
  71. 7d9d251 - make it compile and shrink it a little bit (~-110 bytes) by Bernhard Reutner-Fischer · 16 years ago
  72. 0d22d17 - add flash_eraseall by Bernhard Reutner-Fischer · 16 years ago
  73. 051fdb9 - PPMs can have comments in the header. by Bernhard Reutner-Fischer · 16 years ago
  74. 4efcec9 - misc untested shrinkage: by Bernhard Reutner-Fischer · 16 years ago
  75. 52b56b7 - improve helptext of obsolete devfs stuff.. by Bernhard Reutner-Fischer · 16 years ago
  76. ded5dfe crond,crontab: make cron directory location configurable by Denis Vlasenko · 16 years ago
  77. 4acdb46 ionice: new applet, adapted from Linux kernel' example by Walter Harms by Denis Vlasenko · 16 years ago
  78. dd76b79 - update Michele address by Bernhard Reutner-Fischer · 16 years ago
  79. d8850f2 dc: fix the "base 2" patch omission of base not being set by Denis Vlasenko · 16 years ago
  80. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  81. 005ff88 watchdog: build fixes, no code changes by Denis Vlasenko · 16 years ago
  82. 12abcb3 libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ by Denis Vlasenko · 16 years ago
  83. 3f70b87 clarify which version of crond is known to put tasks in separate pgrps by Denis Vlasenko · 16 years ago
  84. d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
  85. 6ebb2f5 crond: use bb_setpgrp, not setpgrp platform.h: make a bit more readable by Denis Vlasenko · 16 years ago
  86. 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
  87. b6ddee2 crond: put tasks in separate process groups by Denis Vlasenko · 16 years ago
  88. 7a1ddf2 mountpoint: add -n option (by Vladimir) by Denis Vlasenko · 16 years ago
  89. d723fb1 inotifyd: save resourses by closing unused inotify descriptors by Denis Vlasenko · 16 years ago
  90. 8a2f6bf timeout: fix a few bugs. vda is stupid by Denis Vlasenko · 16 years ago
  91. a9acbe6 timeout: new applet. 370 bytes. by Roberto Foglietta. by Denis Vlasenko · 16 years ago
  92. 4b57094 strings: code shrink -22 bytes by Tito by Denis Vlasenko · 16 years ago
  93. 9a4c0d5 inotifyd: exit if x event happened for all files by Denis Vlasenko · 16 years ago
  94. a09a42c inotify: add x, o, and u events by Denis Vlasenko · 16 years ago
  95. e88bd2d man: better check for duplicated MANPATH. Also -10 bytes. by Denis Vlasenko · 16 years ago
  96. 2479cd4 inotifyd: fix "inotifyd with no params" case by Denis Vlasenko · 16 years ago
  97. 289ff0e inotify: document waiting behavior by Denis Vlasenko · 16 years ago
  98. b0e5d42 inotify: fix buffer overflow and "unreaped zombies" problem by Denis Vlasenko · 16 years ago
  99. 4cfa5a2 build system: reorder less' options in config so that by Denis Vlasenko · 16 years ago
  100. 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago