1. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 5 months ago
  2. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 6 years ago
  3. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  4. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  5. 1b280e4 loadfont,setfont: make them NOEXEC by Denys Vlasenko · 7 years ago
  6. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  7. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  8. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  9. 6d93299 Convert all console-tools/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  10. 2b28823 loadfont: 32k size limit is not enough by Denys Vlasenko · 8 years ago
  11. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  12. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  13. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  14. 55068c4 move help text from include/usage.src.h to console-tools/*.c by Pere Orga · 14 years ago
  15. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  16. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  17. 8ce1dc0 loadfont/setfont: optional PSF2 font support by Harald Becker · 15 years ago
  18. a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
  19. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  20. dc70069 kbd_mode: support -C TTY option by Denis Vlasenko · 16 years ago
  21. fc66892 *: remove superfluous casts. no code changes by Denis Vlasenko · 16 years ago
  22. eef6077 setfont: use ioctl(KDFONTOP), it honours -C tty by Denis Vlasenko · 16 years ago
  23. 72fa70a setfont: small fixes from Vladimir by Denis Vlasenko · 16 years ago
  24. 53f219e setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir) by Denis Vlasenko · 16 years ago
  25. 2bc5c03 setfont: add comments/TODOs, no code changes by Denis Vlasenko · 16 years ago
  26. c8d02aa setfont: new applet by Vladimir by Denis Vlasenko · 16 years ago
  27. 2afd5ab *: use get_console_fd() as appropriate, and make it fail on open error - by Denis Vlasenko · 16 years ago
  28. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 17 years ago
  29. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  30. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  31. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 18 years ago
  32. e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 18 years ago
  33. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  34. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  35. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  36. 2870301 u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far) by Denis Vlasenko · 18 years ago
  37. 83ea643 svlogd: new applet. +9k. Still too big, but it was 12k yesterday. by Denis Vlasenko · 18 years ago
  38. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  39. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  40. edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 19 years ago
  41. b66c931 kill pointless memory.h includes by Mike Frysinger · 19 years ago
  42. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  43. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  44. 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
  45. 02e0355 Use bb_xopen by Glenn L McGrath · 21 years ago
  46. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  47. 439e3df Add support for devfs device names. by Matt Kraai · 23 years ago
  48. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  49. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  50. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  51. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  52. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  53. ef5529b Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE by Matt Kraai · 24 years ago
  54. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  55. 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
  56. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  57. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  58. df4532b More fixes for "signed vs. unsigned" warnings. by Pavel Roskin · 25 years ago
  59. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 25 years ago
  60. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  61. 3fe7f9f More minor updates to docs (and making apps behave as the docs by Erik Andersen · 25 years ago
  62. a6c7522 Updates -Erik by Erik Andersen · 25 years ago
  63. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  64. e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
  65. 3e0fbae fixes grep, added loadfont from debian bootfloppies. -Erik by Eric Andersen · 25 years ago