1. 91f9036 Upgrade toybox to 3ad2a87991aae26f4041031c27dbbf63d5ec1ca7 by Elliott Hughes · 2 days ago main main-kernel-build-2024 master
  2. 3ad2a87 Add TOYFLAG_NOBUF and make microcom use it. by Rob Landley · 2 days ago
  3. a21961f Change -o to uncollated, add -O for collated. by Rob Landley · 5 days ago
  4. 9c3eb4b netcat: add -o by Rob Landley · 5 days ago
  5. 007d102 Allow netcat -f to communicate with serial devices by Yi-Yo Chiang · 12 days ago
  6. dbe06f2 Skip test that triggers a macos bug. by Rob Landley · 7 days ago
  7. 6983f74 find: use S_ISREG() rather than inlining it. by Elliott Hughes · 12 days ago
  8. 601ee22 Upgrade toybox to 6800a95ef32826e753881802a2c126c59d451397 by Sadaf Ebrahimi · 13 days ago
  9. 6800a95 Ray Gardner pointed out we were adding the +4 to the wrong side of by Rob Landley · 2 weeks ago
  10. 1ef5414 Doc: fix typos in mkroot README by Ivan Mirić · 3 weeks ago
  11. c321443 Merge "Build mount(1)/umount(1)/unshare(1) for the Linux host." into main by Treehugger Robot · 3 weeks ago
  12. 9da52af Build mount(1)/umount(1)/unshare(1) for the Linux host. by Elliott Hughes · 3 weeks ago
  13. 5b66401 Fix the post_update.sh annoyance that can remove a home directory. by Elliott Hughes · 3 weeks ago
  14. d52e93c Create generated/tags.h with sed and bash instead of C. by Rob Landley · 3 weeks ago
  15. 41e7186 Add a little bit on the what and why of help text. by Rob Landley · 3 weeks ago
  16. 81a3f11 Doc tweak: accept -A as an alias for -a but don't try to explain it. by Rob Landley · 3 weeks ago
  17. bcbbcb2 Switch most remaining toys.optflags&FLAG_x checks to FLAG(x) by Rob Landley · 3 weeks ago
  18. f53aab3 Consistently indent help blocks. by Rob Landley · 3 weeks ago
  19. 3101559 Only --start-group and --end-group when static linking. by Rob Landley · 3 weeks ago
  20. 6ab0eb5 Don't rely on (skippable) airlock build to set mkroot VERSION. by Rob Landley · 3 weeks ago
  21. 6aaeb38 If /dev/tty was never associated, writing to it produces an error. by Rob Landley · 3 weeks ago
  22. da1474b Fix hwclock to work with current glibc and musl, which have different bugs. by Rob Landley · 3 weeks ago
  23. 1b6d64f The "extra" libraries want to go in a magic order when static linking, by Rob Landley · 4 weeks ago
  24. ddd83be find -size implies -type f. by Rob Landley · 4 weeks ago
  25. aedbaa5 xxd: buffer input via stdio. by Elliott Hughes · 4 weeks ago
  26. 7c075dd Upgrade toybox to 7c6aecd477a9b898df981197088c9e1d5775fe9c by Elliott Hughes · 4 weeks ago
  27. 0ccf2a7 Indent the help text block. by Rob Landley · 5 weeks ago
  28. 7c6aecd Two changes to record-commands: 1) busybox find doesn't understand commas by Rob Landley · 5 weeks ago
  29. 475d3aa The -f doesn't reliably shut up chmod. by Rob Landley · 5 weeks ago
  30. f5dead2 Add a getopt symlink. by Elliott Hughes · 5 weeks ago
  31. 544a855 Add cfspeed2bps() and bsp2cfspeed() conversion functions, and make by Rob Landley · 5 weeks ago
  32. 880e973 Let record-commands be run from an arbitrary directory. by Rob Landley · 5 weeks ago
  33. 7d9ee89 Vidar Karlsen says freebsd needs a magic constant. by Rob Landley · 5 weeks ago
  34. 82720e5 Add uname to freebsd_miniconfig (pointed out by Vidar Karlsen) by Rob Landley · 6 weeks ago
  35. f2079e0 A sufficiently loaded server may not be able to fork()/exec() by Rob Landley · 6 weeks ago
  36. 122bbe6 Version 0.8.11 by Rob Landley · 6 weeks ago
  37. 454cf8f Upgrade toybox to 96d9f66127d84fba2f56f4754fc302e826968751 by Elliott Hughes · 6 weeks ago
  38. 96d9f66 Thinko. (Reused a variable one line too early.) by Rob Landley · 6 weeks ago
  39. 207c985 Build armv4l kernel. by Rob Landley · 6 weeks ago
  40. bd1b098 Stop forcing CONFIG_EXPERT on to disable other symbols. by Rob Landley · 6 weeks ago
  41. 9c0e6ef Fix powerpc, mips64, and s390x boards under qemu. by Rob Landley · 6 weeks ago
  42. 9303bd8 Tweak help text and comments. by Rob Landley · 7 weeks ago
  43. fc0e86b Fix thinko. by Rob Landley · 7 weeks ago
  44. 2b86715 Enforce min/max for % input type (time in seconds w/millisecond granularity). by Rob Landley · 7 weeks ago
  45. 59b041d Stdout buffering broke yet more stuff. by Rob Landley · 7 weeks ago
  46. 9f7d285 Copy numeric config symbols into config.h. by Rob Landley · 7 weeks ago
  47. 63b3684 Fix creating initramfs.cpio.gz without building kernel. by Rob Landley · 7 weeks ago
  48. 3bbc31c Alas, nproc isn't portable (sched_getaffinity() syscall) and by Rob Landley · 7 weeks ago
  49. d21f10e Add suffix to toybox-prereq build. by Rob Landley · 7 weeks ago
  50. b947b52 Promote fold and touch tests to "make tests". by Rob Landley · 7 weeks ago
  51. 8dbf4e1 Update pass over the roadmap. by Rob Landley · 7 weeks ago
  52. cd96017 Fix .gitignore complaining about name collisions in subdirectories. by Rob Landley · 7 weeks ago
  53. 9a270c2 Upgrade toybox to d1acc6e88be52e96e558717805b438c1f46ba529 by Elliott Hughes · 7 weeks ago
  54. d1acc6e Add a canned minimal toybox build that does "cc *.c" against saved headers by Rob Landley · 7 weeks ago
  55. 28316b3 List (installed) debian packages each toybox command lives in. by Rob Landley · 7 weeks ago
  56. 97b776b Move GENERIC_KCONF adjacent to get_target_config() and allow it to by Rob Landley · 7 weeks ago
  57. ce5358d Update architecture list in faq to match mcm-buildall.sh. by Rob Landley · 7 weeks ago
  58. a0a4785 Use be2csv on all kernel configs, including generic section. by Rob Landley · 7 weeks ago
  59. 4f097b4 Simplify record-commands a little. by Rob Landley · 7 weeks ago
  60. 98ff5f6 Add microblaze kernel config, and be2csv function to convert by Rob Landley · 8 weeks ago
  61. 6e1d66a Peel out KARGS and VMLINUX default values. by Rob Landley · 8 weeks ago
  62. 15ce641 Update README generation. by Rob Landley · 8 weeks ago
  63. b19fece Add /etc/os-release file. by Rob Landley · 8 weeks ago
  64. a8b55f8 inotifyd: Don't ignore the first mask character. by Peter Collingbourne · 8 weeks ago
  65. 1a5aa17 Add sh4eb target, with BINFMT_FLAT support. by Rob Landley · 8 weeks ago
  66. 82fcc23 inotifyd: enable line buffering. by Elliott Hughes · 8 weeks ago
  67. bb91cee Use current musl-cross-make and build more toolchains. by Rob Landley · 8 weeks ago
  68. 7cc268c Upgrade toybox to 95906a13d1c6d0df5f521d2d91371791663f339e by Elliott Hughes · 8 weeks ago
  69. 95906a1 uchar is useless since we -funsigned-char by Oliver Webb · 3 months ago
  70. c40010f bc.c: Large block of numbers -> String for -l lib by Oliver Webb · 3 months ago
  71. d4fa148 restorecon: use FLAG() macro for readability. by Elliott Hughes · 9 weeks ago
  72. f584259 Reduce ifconfig test flake. by Elliott Hughes · 9 weeks ago
  73. 39dea77 Fix "install -dm 02750 directory" and add tests. by Rob Landley · 9 weeks ago
  74. 896bb66 Add env -e to execute a different command than argv[0] from the command list. by Rob Landley · 9 weeks ago
  75. 028e13a Try harder to make it clear that non-toybox failures don't count. by Elliott Hughes · 9 weeks ago
  76. de84c21 Upgrade toybox to d298747580c704ba4385e2ec45510de11cf226a4 by Elliott Hughes · 9 weeks ago
  77. d298747 If /sys isn't mounted or the loop device is disassociated between by Rob Landley · 9 weeks ago
  78. 34c1b60 Upgrade toybox to c1fb95a3d859a2bbccbdf333363d518ba9b798d7 by Elliott Hughes · 9 weeks ago
  79. c1fb95a Teach mount to show file= option when displaying loopback mounts. by Rob Landley · 9 weeks ago
  80. 046cb83 Upgrade toybox to 567f8daac6e7e91c27942e16890f472b15aa2f49 by Elliott Hughes · 9 weeks ago
  81. 567f8da Build plumbing: redo compflags(), pull out $VERSION calculation, by Rob Landley · 9 weeks ago
  82. f888f11 Emit make test_help and make test_install targets, only skip command targets. by Rob Landley · 9 weeks ago
  83. bd741fa Fix first line summary for xzcat. by Rob Landley · 10 weeks ago
  84. 919273c Simplify and parallelize library probe. by Rob Landley · 10 weeks ago
  85. 6c23ff0 readelf: fix -n for x86-64 ibt/shstk notes. by Elliott Hughes · 10 weeks ago
  86. cab0b66 hexdump: fix NUL character handling by Mathieu Anquetin · 4 months ago
  87. 788c787 Upgrade toybox to ea119151ccc51bd11d66821a2cf194d2254471c0 by Elliott Hughes · 10 weeks ago
  88. ea11915 watch: flush the buffer each time around the loop. by Elliott Hughes · 2 months ago
  89. eeae568 Fix use after free. by Rob Landley · 10 weeks ago
  90. afeed2d ping: opt in to line buffering. by Elliott Hughes · 2 months ago
  91. 38505e0 Adjust documentation to real possible values by Christian Koestlin · 2 months ago
  92. 96fc21d Upgrade toybox to 7768b83385b2fa7bd095f7fa6a118635bfefdcbb am: 9a71c60d33 by Elliott Hughes · 3 months ago
  93. 5b9542c tests for sha3sum by Oliver Webb · 3 months ago
  94. 9a71c60 Upgrade toybox to 7768b83385b2fa7bd095f7fa6a118635bfefdcbb by Elliott Hughes · 3 months ago
  95. 7768b83 Add riscv64 and sh4eb compiler targets. by Rob Landley · 3 months ago
  96. c39a6ee Upstream musl-cross-make finally updated to musl-1.2.4. by Rob Landley · 3 months ago
  97. a2419ad Add mv -x to atomically swap two files. by Rob Landley · 3 months ago
  98. cc67996 Promote getopt. by Rob Landley · 3 months ago
  99. 71f0509 Cleanup pass. by Rob Landley · 3 months ago
  100. 481ec7b bc: remove a ton of auto-generated test cases that are useless by Oliver Webb · 3 months ago