1. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  2. 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
  3. 2aeb201 libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avoided by Denys Vlasenko · 7 years ago
  4. 2328690 lineedit: allow window size tracking to be disabled by Ron Yorston · 7 years ago
  5. 86d5bf4 config: trim/improve item names and help texts. by Denys Vlasenko · 7 years ago
  6. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  7. a3df2fa config: merge "Busybox Settings" and "Busybox Library Tuning" into one menu by Denys Vlasenko · 7 years ago
  8. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  9. 1afa494 Make FEATURE_USERNAME_COMPLETION=y by default by Denys Vlasenko · 8 years ago
  10. 24860fa Move FEATURE_BUFFERS_USE_foo options to library tuning by Denys Vlasenko · 8 years ago
  11. 1255925 Move locale, unicode, and "use sendfile?" options to library tuning by Denys Vlasenko · 8 years ago
  12. fe0dc34 lineedit: FEATURE_REVERSE_SEARCH should not depend on SAVEHISTORY by Denys Vlasenko · 9 years ago
  13. db70033 tweak defconfig by Denys Vlasenko · 9 years ago
  14. 30a8652 sha3: make size/speed optimization decision configurable by Denys Vlasenko · 12 years ago
  15. 74b871f Config: fix wording in help-text by Bernhard Reutner-Fischer · 14 years ago
  16. 522041e regularize options which control size/speed trade by Denys Vlasenko · 13 years ago
  17. bede215 lineedit: add support for history saving on exit by Denys Vlasenko · 13 years ago
  18. a669eca libbb/lineedit: implement optional Ctrl-R history search by Denys Vlasenko · 13 years ago
  19. 2c4de5b ash,hush: optional support for $HISTFILESIZE. by Denys Vlasenko · 14 years ago
  20. e3b1a1f Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" by Denys Vlasenko · 14 years ago
  21. df4e16c wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers by Denys Vlasenko · 14 years ago
  22. 55ae0e9 df,find_mount_point: optionally don't ignore rootfs by Lauri Kasanen · 14 years ago
  23. 2753aae libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names by Denys Vlasenko · 14 years ago
  24. b507cc3 powertop: new applet by Marek Polacek · 14 years ago
  25. 99862cb hush: optional support for history saving by Denys Vlasenko · 14 years ago
  26. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  27. 5d26df6 tweak defconfig by Denys Vlasenko · 14 years ago
  28. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  29. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  30. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago[Renamed from libbb/Config.in]
  31. d83bbf4 rename sent_ESC_br_n6 variable to sent_ESC_br6n by Denys Vlasenko · 15 years ago
  32. a68bd4b comment anc Config.in changes, no code changes by Denys Vlasenko · 15 years ago
  33. 7e7e08f tweak MD5 config text by Denys Vlasenko · 15 years ago
  34. 2d7b5bf cp: by popular demand, make it POSIX compliant (but less safe) by Denys Vlasenko · 15 years ago
  35. bcbd37d tweak Config texts and some broken English elsewhere by Denys Vlasenko · 15 years ago
  36. 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
  37. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  38. f3b778a - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever by Bernhard Reutner-Fischer · 17 years ago
  39. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
  40. d5fe880 cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470 by Denis Vlasenko · 17 years ago
  41. 518d8dd eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savings by Paul Fox · 17 years ago
  42. 4c13922 Introduce FEATURE_COPYBUF_KB. by Denis Vlasenko · 17 years ago
  43. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  44. 3afac4c top,ps: reduce CPU usage in decimal conversion (optional) by Denis Vlasenko · 17 years ago
  45. a61cb92 make /etc/network parsing configurable. -200 bytes when off. by Denis Vlasenko · 17 years ago
  46. 459be35 hwclock: size optimizations by Denis Vlasenko · 18 years ago
  47. e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 18 years ago
  48. 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago
  49. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  50. 087b9d6 Allow a user-configurable minimum password length. by "Robert P. J. Day" · 18 years ago
  51. 5cf7c2d Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked by Rob Landley · 19 years ago