1. a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
  2. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  3. dc70069 kbd_mode: support -C TTY option by Denis Vlasenko · 16 years ago
  4. fc66892 *: remove superfluous casts. no code changes by Denis Vlasenko · 16 years ago
  5. eef6077 setfont: use ioctl(KDFONTOP), it honours -C tty by Denis Vlasenko · 16 years ago
  6. 72fa70a setfont: small fixes from Vladimir by Denis Vlasenko · 16 years ago
  7. 53f219e setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir) by Denis Vlasenko · 16 years ago
  8. 2bc5c03 setfont: add comments/TODOs, no code changes by Denis Vlasenko · 16 years ago
  9. c8d02aa setfont: new applet by Vladimir by Denis Vlasenko · 16 years ago
  10. 2afd5ab *: use get_console_fd() as appropriate, and make it fail on open error - by Denis Vlasenko · 16 years ago
  11. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  12. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  13. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  14. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  15. e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 18 years ago
  16. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  17. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  18. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  19. 2870301 u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far) by Denis Vlasenko · 18 years ago
  20. 83ea643 svlogd: new applet. +9k. Still too big, but it was 12k yesterday. by Denis Vlasenko · 18 years ago
  21. d3d004d last nail into error_msg() (de)capitalization by Denis Vlasenko · 18 years ago
  22. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  23. edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  24. b66c931 kill pointless memory.h includes by Mike Frysinger · 19 years ago
  25. bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
  26. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  27. 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
  28. 02e0355 Use bb_xopen by Glenn L McGrath · 21 years ago
  29. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  30. 439e3df Add support for devfs device names. by Matt Kraai · 23 years ago
  31. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  32. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  33. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  34. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  35. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  36. ef5529b Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE by Matt Kraai · 24 years ago
  37. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  38. 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
  39. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  40. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  41. df4532b More fixes for "signed vs. unsigned" warnings. by Pavel Roskin · 24 years ago
  42. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  43. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
  44. 3fe7f9f More minor updates to docs (and making apps behave as the docs by Erik Andersen · 25 years ago
  45. a6c7522 Updates -Erik by Erik Andersen · 25 years ago
  46. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  47. e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
  48. 3e0fbae fixes grep, added loadfont from debian bootfloppies. -Erik by Eric Andersen · 25 years ago