aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-17Snap for 8603585 from 2f7f57d587f1c6a1b0d02bbe0580ec18859993fc to mainline-te...aml_tet_331910040aml_tet_331820050aml_tet_331711040aml_tet_331511160aml_tet_331511000aml_tet_331412030aml_tet_331312080aml_tet_331117000aml_tet_331012080aml_tet_330911010aml_tet_330812150android13-mainline-tethering-releaseAndroid Build Coastguard Worker
2022-05-13Switch to C11 noreturn to work around a compiler bug in llvm. am: ee301d5dedRob Landley
2022-05-12Switch to C11 noreturn to work around a compiler bug in llvm.android13-devRob Landley
2022-05-10Snap for 8564071 from 7b78605fb5d70b30f22a6c0a7b8eac83bb103aef to mainline-te...Android Build Coastguard Worker
2022-04-19Upgrade toybox to 8b97a1fb86b06e329c77c64cdbef29d7738f5840 am: 1ef443927d am:...Elliott Hughes
2022-04-19Upgrade toybox to 8b97a1fb86b06e329c77c64cdbef29d7738f5840 am: 1ef443927d am:...Elliott Hughes
2022-04-19Upgrade toybox to 8b97a1fb86b06e329c77c64cdbef29d7738f5840 am: 1ef443927d am:...Elliott Hughes
2022-04-18Upgrade toybox to 8b97a1fb86b06e329c77c64cdbef29d7738f5840 am: 1ef443927dElliott Hughes
2022-04-18Upgrade toybox to 8b97a1fb86b06e329c77c64cdbef29d7738f5840Elliott Hughes
2022-04-15Thinko spotted by Elliott: actually compare with variable, not if (constant).Rob Landley
2022-04-12Grab definition of UNSTRIPPED and friends.Rob Landley
2022-04-12Unset ASAN after consuming it so scripts/portability.sh can be sourced twice.Rob Landley
2022-04-12Move arch-specific dead code elimination setup into scripts/portability.shRob Landley
2022-04-12Collate ASAN setup, move generated/instlist into generated/unstripped,Rob Landley
2022-04-12Comment template tweak.Rob Landley
2022-04-12Add kconfig-language.txt from Linux 2.6.12.Rob Landley
2022-04-12All PEDANTIC_ARGS does is set a macro that's never used.Rob Landley
2022-04-11lib/portability.c: don't assume we have __NR_copy_file_range.Elliott Hughes
2022-04-11Update man page URL in hello/skeleton examples, and fix hello toRob Landley
2022-04-11Fix mkroot m68k target's network connection.Rob Landley
2022-04-08More wget cleanup.Rob Landley
2022-04-08Cleanup pass on wget.Rob Landley
2022-04-08mkroot: add wget to pending build list, always rebuild .config whenRob Landley
2022-04-04Add "ifconfig eth0 rename NEWNAME".Rob Landley
2022-04-04realpath should parse -eRob Landley
2022-04-04When args.c is just enforcing max/min argument count with no options, imply ?Rob Landley
2022-04-04Earlier test ensures dev isn't null when !FLAG(a), so don't test same again.Rob Landley
2022-04-04Minor cleanups, and switch lll to "long long" for 32 bit platforms.Rob Landley
2022-04-03Give "make install" a default location it can actually install to, whereRob Landley
2022-04-03Replace another hardwared "generated/" with $GENDIRRob Landley
2022-04-03Fix a segfault due to a wrong order global variables of wgetMoritz C. Weber
2022-04-03Replaced sizeof by strlen in wget POSTMoritz C. Weber
2022-04-02Add tar --strip-components.Rob Landley
2022-04-01Cleanup openvt/deallocvt and merge with chvt, promote out of pending.Rob Landley
2022-04-01Fix "toybox command --help" for NEEDROOT commands.Rob Landley
2022-03-31Fix "toybox command --help".Rob Landley
2022-03-31Make tar tests more portable, and add --owner :UID and --group :GIDRob Landley
2022-03-31Add git and bash to airlock install's $PENDING.Rob Landley
2022-03-31Update make.sh to avoid library probe when toolchain hasn't changed.Rob Landley
2022-03-26Added basic post-data supportMoritz C. Weber
2022-03-26Update docs.Rob Landley
2022-03-26Cleanup pass and make -O - write to stdout.Rob Landley
2022-03-23Video was made private, but the same guy gave the same talk at anotherRob Landley
2022-03-22Don't say "see toybox --help" in "toybox --help".Rob Landley
2022-03-22Avoid redundant strlen() inside libc.Rob Landley
2022-03-22Fix a memory leak and update reference after discarding blank pipeline segment.Rob Landley
2022-03-22use $GENDIR variable for (some) generated/ references, and moveRob Landley
2022-03-19The ".." removal logic was looping on file/dir names starting with "..",Rob Landley
2022-03-19Fix copy_file_range() fallback.Rob Landley
2022-03-19Merge "Upgrade toybox to 8a23ac205cb4995d4510a5af880939eda4a5343e" am: d06168...Treehugger Robot