1. 02a2a27 reset: before calling execvp(), reset needs to flush stdout by Glenn Matthews · 8 years ago
  2. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  3. 6d93299 Convert all console-tools/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  4. 2b28823 loadfont: 32k size limit is not enough by Denys Vlasenko · 8 years ago
  5. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  6. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  7. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  8. 97f2f7c Removes stray empty line from code by Maninder Singh · 9 years ago
  9. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  10. 86031a5 trim extra newlines in help texts by Denys Vlasenko · 10 years ago
  11. 6e17766 setlogcons: fix help text by Denys Vlasenko · 10 years ago
  12. 054f3eb loadkmap: explain what happens with K_ALLOCATED key value by Denys Vlasenko · 11 years ago
  13. 32ed30d dumpkmap: code shrink by Denys Vlasenko · 11 years ago
  14. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  15. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  16. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  17. 8dc6195 setconsole: open console for writing rather than reading by Peter Korsgaard · 14 years ago
  18. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  19. 55068c4 move help text from include/usage.src.h to console-tools/*.c by Pere Orga · 14 years ago
  20. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 14 years ago
  21. 9beb68e showkey: make showkey -a work on any stdin by Harald Becker · 14 years ago
  22. e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
  23. b2f00ac reset: "ESC(K" selects German, why do we use THAT? Change to "ESC(B" (US) by Denys Vlasenko · 14 years ago
  24. d849493 getty: explain every bit in termios; remove redundant stuff in termios_final by Denys Vlasenko · 14 years ago
  25. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  26. 7b18107 *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler by Marek Polacek · 14 years ago
  27. cc13153 showkey: code shrink by Denys Vlasenko · 14 years ago
  28. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  29. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  30. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  31. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  32. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  33. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
  34. 8aab0c9 loadkmap: remove UNUSED_PARAM from argv by Denys Vlasenko · 15 years ago
  35. 2fd45c2 dumpkmap,loadkmap: abort if there are params on cmdline by Denys Vlasenko · 15 years ago
  36. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  37. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  38. ad7a5d4 fgconsole: new applet by Grigory Batalov <bga@altlinux.org> by Grigory Batalov · 15 years ago
  39. 2e068e7 setkeycodes: fix handling of 0exx scancodes by Denys Vlasenko · 15 years ago
  40. d9a3e89 consolidate ESC sequences by Denys Vlasenko · 15 years ago
  41. 5342c3f clean up redundant, commented-out and misplaced includes by Denys Vlasenko · 15 years ago
  42. 8ce1dc0 loadfont/setfont: optional PSF2 font support by Harald Becker · 15 years ago
  43. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  44. a355da0 *: make 2 more "int argc"'s unused; more saved if !DESKTOP by Denys Vlasenko · 15 years ago
  45. e992bae *: remove a few more cases of argc usage. -89 bytes. by Denys Vlasenko · 15 years ago
  46. ab19ede tidy up O_NONBLOCK usage. use libbb functions in stty. by Denys Vlasenko · 15 years ago
  47. a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
  48. f3b92d3 getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS by Denys Vlasenko · 15 years ago
  49. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  50. 4febd91 kbd_mode: s/ioctl/xioctl. also saves 12 bytes by Denis Vlasenko · 16 years ago
  51. dc70069 kbd_mode: support -C TTY option by Denis Vlasenko · 16 years ago
  52. fc66892 *: remove superfluous casts. no code changes by Denis Vlasenko · 16 years ago
  53. 651d49a showkey: suppress gcc warning by Denis Vlasenko · 16 years ago
  54. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  55. ea7c9b3 whitespace fixes by Denis Vlasenko · 16 years ago
  56. eef6077 setfont: use ioctl(KDFONTOP), it honours -C tty by Denis Vlasenko · 16 years ago
  57. 72fa70a setfont: small fixes from Vladimir by Denis Vlasenko · 16 years ago
  58. 53f219e setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir) by Denis Vlasenko · 16 years ago
  59. 2bc5c03 setfont: add comments/TODOs, no code changes by Denis Vlasenko · 16 years ago
  60. d4b7198 kbd_mode: fix non-ASCII letters in comments install: support -D by Denis Vlasenko · 16 years ago
  61. 625ed8e Updating defconfig, fixing a typo in Config.in by Denis Vlasenko · 16 years ago
  62. d7cc2e6 showkey: new applet by Vladimir by Denis Vlasenko · 16 years ago
  63. c8d02aa setfont: new applet by Vladimir by Denis Vlasenko · 16 years ago
  64. 2afd5ab *: use get_console_fd() as appropriate, and make it fail on open error - by Denis Vlasenko · 16 years ago
  65. e0143a1 kbd_mode: remove erroneous & from &var. By Vladimir. by Denis Vlasenko · 16 years ago
  66. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  67. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  68. ae4342c - Rename getpty() to xgetpty() and adjust callers. by Bernhard Reutner-Fischer · 17 years ago
  69. 1f22898 whitespace fixes. no code changes by Denis Vlasenko · 17 years ago
  70. 1b2d0b2 openvt: handle -ws correctly. By James Simmons <jsimmons AT infradead.org> by Denis Vlasenko · 17 years ago
  71. 95891fc openvt: fix gross mismatch between us and "standard" openvt. by Denis Vlasenko · 17 years ago
  72. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  73. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
  74. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  75. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  76. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  77. d4f0b94 reset: call "stty sane". Closes bug 1414. by Denis Vlasenko · 17 years ago
  78. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  79. 968dbf9 minor fix in comment, no code changes by Denis Vlasenko · 17 years ago
  80. aa7a888 kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
  81. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  82. 6ee023c *: compile fixes for 64-bit build by Denis Vlasenko · 17 years ago
  83. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  84. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  85. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  86. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  87. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  88. e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 18 years ago
  89. 4e5f82c find_stray_communal_vars: script which finds communal variables by Denis Vlasenko · 18 years ago
  90. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
  91. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  92. f1a7141 random NOMMU fixes. compressed --help really does work for NOMMU! /me happy by Denis Vlasenko · 18 years ago
  93. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  94. 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 18 years ago
  95. cad04ef add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy by Denis Vlasenko · 18 years ago
  96. c9c893d resize: make it usable in in backticks; have a timeout (if display by Denis Vlasenko · 18 years ago
  97. 4eb8b93 more: do not mess with "/dev/console" (!); by Denis Vlasenko · 18 years ago
  98. ec27feb init: code readability enhancements; very small code changes by Denis Vlasenko · 18 years ago
  99. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  100. e991303 udhcp: use improved gethostbyname replacement from IPv6 code by Denis Vlasenko · 18 years ago