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