1. 1f27ab0 *: optimize code size in strtoul calls by Denys Vlasenko · 15 years ago
  2. af3fd14 hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changes by Denys Vlasenko · 15 years ago
  3. 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
  4. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  5. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  6. 0da1c0a beep: optimize by Denys Vlasenko · 15 years ago
  7. 00ea82e add config knob for default freq and length by Bernhard Reutner-Fischer · 15 years ago
  8. 45de074 add simple beep applet by Bernhard Reutner-Fischer · 15 years ago
  9. 007c6fc typo fix in comment by Denys Vlasenko · 15 years ago
  10. 4803db5 volname: new applet by Matthew Stoltenberg · 15 years ago
  11. dc9495d rx: strip padding from last block. closes bug 501. by Denys Vlasenko · 15 years ago
  12. 0e1b626 man: use man.config, not only man.conf (man version 1.6f compat) by Denys Vlasenko · 15 years ago
  13. 860d2bb fix fallout from BSD patches by Denys Vlasenko · 15 years ago
  14. da49f58 move libc related stuff out of platform.h by Denys Vlasenko · 15 years ago
  15. b22bbff fix dependencies of FEATURE_GETOPT_LONG by Denys Vlasenko · 15 years ago
  16. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  17. bf2af9a flash_lock, flash_unlock: new applets by Denys Vlasenko · 16 years ago
  18. 2b132e5 hdparm: fix a thinko in a previous commit by Denys Vlasenko · 16 years ago
  19. c706845 hdparm: code shrink by Denys Vlasenko · 16 years ago
  20. 6d335be hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col lines by Denys Vlasenko · 16 years ago
  21. 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
  22. 1fd3b38 *: bb_error_msg's messages should not be capitalized by Denis Vlasenko · 16 years ago
  23. 6fb5f01 we need to daemonize *before* opening the watchdog device by Mike Frysinger · 16 years ago
  24. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  25. e41fdbc watchdog: enable it before setting timeout by Denis Vlasenko · 16 years ago
  26. 551ffdc more of pointless whitespace fixes by Denis Vlasenko · 16 years ago
  27. 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
  28. a83dbd4 build system: hdparm -d is not that dangerous, remove warning by Denis Vlasenko · 16 years ago
  29. 3fd1046 timeout: fix parsing of -t NUM on MMU by Denis Vlasenko · 16 years ago
  30. 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
  31. 99d71da chat: update by Vladimir by Denis Vlasenko · 16 years ago
  32. a19e649 docs/logging_and_backgrounding.txt: new mini-doc by Denis Vlasenko · 16 years ago
  33. f09f4e0 runsv: small optimization *: more paranoia around passing NULL to execl[e] by Denis Vlasenko · 16 years ago
  34. e261bba flash_eraseall.c: fix vda's breakage by Denis Vlasenko · 16 years ago
  35. 0adf7f2 - by not calling getpagesize() twice we can save 2 bytes (walter harms) by Bernhard Reutner-Fischer · 16 years ago
  36. 962e365 flash_eraseall: shrink by Denis Vlasenko · 16 years ago
  37. 7307e06 - bail out if screen resolution does not match PPM dimensions. by Bernhard Reutner-Fischer · 16 years ago
  38. 8dcb33c - document ppm header and skip whitespace by Bernhard Reutner-Fischer · 16 years ago
  39. 8af23f8 - eliminate globals by Bernhard Reutner-Fischer · 16 years ago
  40. 7d9d251 - make it compile and shrink it a little bit (~-110 bytes) by Bernhard Reutner-Fischer · 16 years ago
  41. 0d22d17 - add flash_eraseall by Bernhard Reutner-Fischer · 16 years ago
  42. 051fdb9 - PPMs can have comments in the header. by Bernhard Reutner-Fischer · 16 years ago
  43. 4efcec9 - misc untested shrinkage: by Bernhard Reutner-Fischer · 16 years ago
  44. 52b56b7 - improve helptext of obsolete devfs stuff.. by Bernhard Reutner-Fischer · 16 years ago
  45. ded5dfe crond,crontab: make cron directory location configurable by Denis Vlasenko · 16 years ago
  46. 4acdb46 ionice: new applet, adapted from Linux kernel' example by Walter Harms by Denis Vlasenko · 16 years ago
  47. dd76b79 - update Michele address by Bernhard Reutner-Fischer · 16 years ago
  48. d8850f2 dc: fix the "base 2" patch omission of base not being set by Denis Vlasenko · 16 years ago
  49. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  50. 005ff88 watchdog: build fixes, no code changes by Denis Vlasenko · 16 years ago
  51. 12abcb3 libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ by Denis Vlasenko · 16 years ago
  52. 3f70b87 clarify which version of crond is known to put tasks in separate pgrps by Denis Vlasenko · 16 years ago
  53. d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
  54. 6ebb2f5 crond: use bb_setpgrp, not setpgrp platform.h: make a bit more readable by Denis Vlasenko · 16 years ago
  55. 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
  56. b6ddee2 crond: put tasks in separate process groups by Denis Vlasenko · 16 years ago
  57. 7a1ddf2 mountpoint: add -n option (by Vladimir) by Denis Vlasenko · 16 years ago
  58. d723fb1 inotifyd: save resourses by closing unused inotify descriptors by Denis Vlasenko · 16 years ago
  59. 8a2f6bf timeout: fix a few bugs. vda is stupid by Denis Vlasenko · 16 years ago
  60. a9acbe6 timeout: new applet. 370 bytes. by Roberto Foglietta. by Denis Vlasenko · 16 years ago
  61. 4b57094 strings: code shrink -22 bytes by Tito by Denis Vlasenko · 16 years ago
  62. 9a4c0d5 inotifyd: exit if x event happened for all files by Denis Vlasenko · 16 years ago
  63. a09a42c inotify: add x, o, and u events by Denis Vlasenko · 16 years ago
  64. e88bd2d man: better check for duplicated MANPATH. Also -10 bytes. by Denis Vlasenko · 16 years ago
  65. 2479cd4 inotifyd: fix "inotifyd with no params" case by Denis Vlasenko · 16 years ago
  66. 289ff0e inotify: document waiting behavior by Denis Vlasenko · 16 years ago
  67. b0e5d42 inotify: fix buffer overflow and "unreaped zombies" problem by Denis Vlasenko · 16 years ago
  68. 4cfa5a2 build system: reorder less' options in config so that by Denis Vlasenko · 16 years ago
  69. 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
  70. c51457c less: fix pasting into search line ('/' cmd) - by Denis Vlasenko · 16 years ago
  71. 6497479 less: fix newly-introduced case of less spinning forever on pty's closed etc by Denis Vlasenko · 16 years ago
  72. 6b38e18 dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com) by Denis Vlasenko · 16 years ago
  73. 31d58e5 randomconfig fixes by Denis Vlasenko · 16 years ago
  74. 6b9d6c7 devmem: fixlet in cleanup code by Denis Vlasenko · 16 years ago
  75. 0432465 devmem: make it more script-friendly; don't do any reads by Denis Vlasenko · 16 years ago
  76. e1ef89a less: correctly wrap lines with tabs by Denis Vlasenko · 16 years ago
  77. c94fa56 devmem: new applet by Denis Vlasenko · 16 years ago
  78. f3dcd3c less: FEATURE_LESS_LINENUMS depends on FEATURE_LESS_DASHCMD by Denis Vlasenko · 16 years ago
  79. 7b32e8f less: disable _ command, it's useless bloat by Denis Vlasenko · 16 years ago
  80. 5f6aaf3 less: reuse former vi's key reading code. Improve SIGWINCH handling. by Denis Vlasenko · 16 years ago
  81. 53c80f0 less: add optional line number toggle and resizing on SIGWINCH. by Denis Vlasenko · 16 years ago
  82. e8efe81 less: add less v.418 help text doc. No code changes. by Denis Vlasenko · 16 years ago
  83. d908395 less: experimental code to enable wrap/no-wrap by Denis Vlasenko · 16 years ago
  84. 8f39b72 less: more sane way of line numbering. Prepares for by Denis Vlasenko · 16 years ago
  85. 01ea971 - use sys/inotify.h by Bernhard Reutner-Fischer · 16 years ago
  86. 0783230 dc: conditionalize parts which require libm by Denis Vlasenko · 16 years ago
  87. 93d0776 watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds by Denis Vlasenko · 16 years ago
  88. d6855d1 style fixes, no code changes by Denis Vlasenko · 16 years ago
  89. 48a6773 - add less -I to be able to search case-insensitively by Bernhard Reutner-Fischer · 16 years ago
  90. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  91. 30cfdf9 crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e) by Denis Vlasenko · 16 years ago
  92. b8d1a4c init: set stderr to NONBLOCK *: s/setenv(a,b,1)/xsetenv(a,b)/ by Denis Vlasenko · 16 years ago
  93. a1e16c9 man: do not use default if /etc/man.conf has different MANPATH by Denis Vlasenko · 16 years ago
  94. e357d2a man: use default MANPATH of "/usr/man"; do not search paths twice by Denis Vlasenko · 16 years ago
  95. 08ea11a runsvd: shrink by Vladimir *: use unified trivial signal handler by Denis Vlasenko · 16 years ago
  96. 8d89bed watchdog: add -T option by Denis Vlasenko · 16 years ago
  97. 0e7f28d man: teach it to use .lzma if requested by .config by Denis Vlasenko · 16 years ago
  98. e2a09de man: yet another fixlet to "manpage link" code by Denis Vlasenko · 16 years ago
  99. 22b0bd8 man: fixlet for man links by Denis Vlasenko · 16 years ago
  100. 540baf6 man: add handling of "man links", by Ivana Varekova <varekova AT redhat.com> by Denis Vlasenko · 16 years ago