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