- 59a869a Upgrade toybox to 2422a3060d51448f727e1532e2fd19d14f44c80e by Sadaf Ebrahimi · 5 months ago main master
- 2422a30 Use strany() instead of enum and strcmp staircase. by Rob Landley · 5 months ago
- 61211fb android/log: allow selecting log buffer with '-b' by Aleksander Morgado · 5 months ago
- 84f0704 Upgrade toybox to 2cc5e25fb107fe0ff77c95a983474497b76ac9f8 by Elliott Hughes · 6 months ago
- 2cc5e25 Fix xattr error test. by Rob Landley · 6 months ago
- d1101f2 Fix tar SELinux header by LuK1337 · 6 months ago
- 922ed5d Minor roadmap refresh. by Rob Landley · 6 months ago
- 84080e4 Upgrade toybox to 12bbc85e8a4cc190a818e8f3126e73433448c9a6 am: 4577facef8 by Elliott Hughes · 6 months ago
- 4577fac Upgrade toybox to 12bbc85e8a4cc190a818e8f3126e73433448c9a6 by Elliott Hughes · 6 months ago
- 12bbc85 Add nologin. by Rob Landley · 6 months ago
- e54dfcc Fix the read() and write() path: zero for small reads and support big endian. by Rob Landley · 6 months ago
- b119aec Merge "Remove no longer used configuration." into main am: 56f5eae609 by Elliott Hughes · 6 months ago
- 56f5eae Merge "Remove no longer used configuration." into main by Elliott Hughes · 6 months ago
- b4fd71d Slightly better error reporting. by Rob Landley · 6 months ago
- df0d45f Upgrade toybox to eccdbbc338e83356033fa473b17d3e693e4dea65 am: 42ac3f64ee by Elliott Hughes · 6 months ago
- 81cd8a2 lspci: Support 3+ digit register offsets by Brian Norris · 6 months ago
- bb23558 toysh fix: Move input search after initialing $PATH, and fix reversed test. by Rob Landley · 6 months ago
- 76ed6ba Remove no longer used configuration. by Elliott Hughes · 6 months ago
- 42ac3f6 Upgrade toybox to eccdbbc338e83356033fa473b17d3e693e4dea65 by Elliott Hughes · 6 months ago
- 143dc1a Enable dhcp am: 865c9d0cd3 by Tomasz Michalec · 6 months ago
- eccdbbc Clear inherited signal handlers/ignores in recursive exec path. by Rob Landley · 6 months ago
- f1c4925 fix SHLVL increment (getvar() returns value, not name=value) by Rob Landley · 6 months ago
- e1f7fa6 crontab: Make sure crond detects crontab modifications by Kana Steimle · 6 months ago
- 865c9d0 Enable dhcp by Tomasz Michalec · 6 months ago
- f6d6f93 Fix musl build. (The man page documents a typedef, not a struct.) by Rob Landley · 6 months ago
- f415909 Minor cleanup. by Rob Landley · 6 months ago
- 0abe8e1 Add a status.html category. by Rob Landley · 6 months ago
- 1f2db32 getty: fixed double backslash not being printed by Brian Mayer · 6 months ago
- 6225bb4 Preserve original exitval after trap handler. by Rob Landley · 6 months ago
- 751b539 Implement trap and signal handling. by Rob Landley · 7 months ago
- 9dd8799 Have "binaries" link to all the binaries, not just latest. by Rob Landley · 7 months ago
- ff667cc pgrep: Implement -a by Brian Norris · 7 months ago
- b0fd644 pgrep: Complain about invalid options by Brian Norris · 7 months ago
- fd8d5eb Search fields in modinfo need leading \0 to avoid false positives. by Rob Landley · 7 months ago
- 1f8dece Start of trap support (not there yet). by Rob Landley · 7 months ago
- 69d5370 Upgrade toybox to 7eaddbdb9c1712801ddf131ed79ead0c981ffcb1 am: 36fff7b41e by Elliott Hughes · 7 months ago
- 36fff7b Upgrade toybox to 7eaddbdb9c1712801ddf131ed79ead0c981ffcb1 by Elliott Hughes · 7 months ago
- 7eaddbd Release 8.12 by Rob Landley · 7 months ago
- 1168aa1 First pass update of the roadmap. (Lots more analysis needs to be redone.) by Rob Landley · 7 months ago
- e28bab0 Update starter links to SUSv5 by Rob Landley · 7 months ago
- e9a1c95 Upgrade toybox to 2e9d5017306c760c54030a42d0e1b7128ae49f03 am: 8ab3ba635b by Elliott Hughes · 7 months ago
- 8ab3ba6 Upgrade toybox to 2e9d5017306c760c54030a42d0e1b7128ae49f03 by Elliott Hughes · 7 months ago
- 2e9d501 Move anystr() to lib and have ps.c use it. by Rob Landley · 8 months ago
- e3f35d4 crond: Fix timing by Kana Steimle · 8 months ago
- e59a3fc Upgrade toybox to bade4db092f9ee8ed4353289d3868d248cee7649 am: 4c081dc1dd by Elliott Hughes · 8 months ago
- 4c081dc Upgrade toybox to bade4db092f9ee8ed4353289d3868d248cee7649 by Elliott Hughes · 8 months ago
- bade4db crond: Fix timing by Kana Steimle · 8 months ago
- 006dfd8 Mention $TOOLCHAIN in install_airlock help text, and accept CSV too. by Rob Landley · 8 months ago
- 4ae6033 Cleanup. by Rob Landley · 8 months ago
- ae55ed7 Minor klogd cleanup: fix typos, remove documented NOP operations, by Rob Landley · 8 months ago
- 48aa258 Just comment out the new tests until toysh can runs the test suite. by Rob Landley · 8 months ago
- 49a2897 Update dropbear and zlib versions. by Rob Landley · 8 months ago
- c914983 Workaround mksh expanding ~ even when it's not the first char in a word. by Rob Landley · 8 months ago
- a617454 The new debian release's default vi has syntax highlighting enabled. by Rob Landley · 8 months ago
- 65887c2 Stop micromanaging the versatilepb network card, use the default. by Rob Landley · 8 months ago
- e5f5121 Convert or1k from sim to virt board, which can actually exit. by Rob Landley · 8 months ago
- 07a6fa6 Fixups to work with linux-6.19 by Rob Landley · 8 months ago
- 58500b8 Adjust various tests to pass on TEST_HOST debian bookworm. by Rob Landley · 8 months ago
- b099b26 Test -nt and -ot should only check nanoseconds when seconds match. by Rob Landley · 8 months ago
- 194e28a More portabable endianness checking. by Rob Landley · 8 months ago
- 7a2f81c Delete do_source(), replacing blocking recursive calls with FILE *source by Rob Landley · 8 months ago
- 027a3c4 Link to the choose-a-license thread posts at the end of the "why" section. by Rob Landley · 8 months ago
- d38ee79 Merge "Empty merge ab/12770256 into aosp-main-future" into aosp-main-future by Xin Li · 8 months ago
- 937b998 Move the janitors to last resort owners... am: c94b4a7ff8 by Elliott Hughes · 8 months ago
- c7591e6 Empty merge ab/12770256 into aosp-main-future by Xin Li · 8 months ago
- c94b4a7 Move the janitors to last resort owners... by Elliott Hughes · 8 months ago
- 69ef846 Move the github CI to macOS-13. by Elliott Hughes · 9 months ago
- 8cee682 Kana Steimle reported: by Rob Landley · 9 months ago
- 22c4b72 Upgrade toybox to f1b1c4f57b50fc5755a2c9da9c4fa0e5979c149e am: 8f3bcc7afb by Elliott Hughes · 9 months ago
- 8f3bcc7 Upgrade toybox to f1b1c4f57b50fc5755a2c9da9c4fa0e5979c149e by Elliott Hughes · 9 months ago
- f1b1c4f Temove workaround for old bionic at scheduled 7 year horizon. by Rob Landley · 9 months ago
- ce5c8ab Use tar -Z as short option for --zstd. by Rob Landley · 9 months ago
- 2b58072 file, tar: basic zstd awareness. by Elliott Hughes · 9 months ago
- b1f23f3 patch -F0 should disable fuzz support. by Rob Landley · 9 months ago
- 0956a52 Merge "Define toybox_recovery" into main am: 4eed7b3c43 am: 054d8ab716 by Treehugger Robot · 9 months ago
- 054d8ab Merge "Define toybox_recovery" into main am: 4eed7b3c43 by Treehugger Robot · 9 months ago
- 4eed7b3 Merge "Define toybox_recovery" into main by Treehugger Robot · 9 months ago
- 0771131 Upgrade toybox to 46e22bce880f004b227fd7e674a10253dc097365 am: 04f650ab22 am: 4c1b6cb6ce by Elliott Hughes · 9 months ago
- 4c1b6cb Upgrade toybox to 46e22bce880f004b227fd7e674a10253dc097365 am: 04f650ab22 by Elliott Hughes · 9 months ago
- 8cfbdbf Define toybox_recovery by Jihoon Kang · 9 months ago
- 04f650a Upgrade toybox to 46e22bce880f004b227fd7e674a10253dc097365 by Elliott Hughes · 9 months ago
- 46e22bc Remove getline() / getdelim() declarations by Ray Gardner · 9 months ago
- 1f1641c Add test for setting NF=0 by Ray Gardner · 9 months ago
- 538b762 Fix bugs setting NF=0 or negative by Ray Gardner · 9 months ago
- c7cfe2d Fix clang warning; remove incorrect comment by Ray Gardner · 9 months ago
- 6b02f02 For compatibility with gcc 14. by Rob Landley · 9 months ago
- 91f4f49 Add symlink for blkdiscard am: 200ecee664 am: 50368079b5 by LongPing Wei · 9 months ago
- 5036807 Add symlink for blkdiscard am: 200ecee664 by LongPing Wei · 9 months ago
- 200ecee Add symlink for blkdiscard by LongPing Wei · 9 months ago
- fb3ca98 Update or1k for qemu-9.2.0-rc1. by Rob Landley · 9 months ago
- 97b5ea1 Fix backslash parsing in $'' so \' doesn't end quote context. by Rob Landley · 9 months ago
- cfef2aa Cleanups and bugfixes. Leak less memory, pass tests with ASAN=1. by Rob Landley · 9 months ago
- 493bd40 Kernel commit d9a1dab65aa2 broke qemu -hda for sh4eb, add config symbol by Rob Landley · 9 months ago
- bd2a6d6 Upgrade toybox to a51c66edb7c986337bbe69c0473265a3eac56522 am: 9e0049efd6 am: e5e09c9b54 by Elliott Hughes · 9 months ago
- e5e09c9 Upgrade toybox to a51c66edb7c986337bbe69c0473265a3eac56522 am: 9e0049efd6 by Elliott Hughes · 9 months ago
- 9e0049e Upgrade toybox to a51c66edb7c986337bbe69c0473265a3eac56522 by Elliott Hughes · 9 months ago
- a51c66e Switch type to long long one entry earlier so (1<<31) isn't negative by Rob Landley · 9 months ago
- 4b238cf Don't output "length" byte at start of text replies. by Rob Landley · 9 months ago
- 30f6d6c Detect truncated replies, minor cleanups, better error messages. by Rob Landley · 9 months ago
- 090f138 ls: clarify relationship of -s and --block-size. by Elliott Hughes · 10 months ago