aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-07Reland "Upgrade toybox to 1986075975db4cdab08133f8299ad72dd5af4b23".android-s-v2-preview-2android-s-v2-preview-1android-s-v2-beta-2android-s-v2-preview-1Elliott Hughes
2021-10-07Revert "Upgrade toybox to 1986075975db4cdab08133f8299ad72dd5af4b23"Wilson Sung
2021-10-06Upgrade toybox to 1986075975db4cdab08133f8299ad72dd5af4b23Elliott Hughes
2021-10-05pidof: fix -s.Elliott Hughes
2021-10-03Cleanups.Rob Landley
2021-10-03new toy: Simple hexdump implementationMoritz Röhrich
2021-10-01Use -dead_strip for --gc-sections on macOS.Elliott Hughes
2021-09-30Upgrade toybox to 340b1cf8f79cc9ea7232453e0052d2418c806103 am: 59970ce9e4Elliott Hughes
2021-09-30Upgrade toybox to 340b1cf8f79cc9ea7232453e0052d2418c806103Elliott Hughes
2021-09-28The mac compiler can't optimize out unused functions.Rob Landley
2021-09-28Attempt to fix yesterday's mac commit.Rob Landley
2021-09-28about.html: when was Android M again?Elliott Hughes
2021-09-27Move the sys/personality.h import Mac can't do into portability.h.Rob Landley
2021-09-27lsof: explicit size for device major:minor buffer.Elliott Hughes
2021-09-26The VERBOSE= behavior changed a while ago.Elliott Hughes
2021-09-26comm: stop using get_line().Elliott Hughes
2021-09-26pmap: cleanup.Elliott Hughes
2021-09-25Test tweaks.Rob Landley
2021-09-25Add linux32, remove uname 32 bit hack, just say "Toybox" for -o,Rob Landley
2021-09-25www: Fix typo in about pageJohannes Schmitz
2021-09-25blkid: more scanf fun.Elliott Hughes
2021-09-25chvt: remove old workarounds.Elliott Hughes
2021-09-25getline() returns -1 on EOF, not 0.Elliott Hughes
2021-09-25arp: fix the scanf %s numbers.Elliott Hughes
2021-09-24Add += prefix and direct assignment (not in export x+=y and friends yet),Rob Landley
2021-09-24Fix warnings.Rob Landley
2021-09-24macOS: add a timer_create() and timer_settimer() to fix the build.Elliott Hughes
2021-09-23The FS_IOC_{GET,SET}{VERSION,FLAGS} ioctls are historically brokenRob Landley
2021-09-23timeout: use the monotonic clock.Elliott Hughes
2021-09-23Fix grep --color to highlight all matches, based on Peter Collingbourne'sRob Landley
2021-09-23Upgrade toybox to 2a5dc105a323a20ab3dce82f3b39fa20555ab174 am: 7cc7771c12Elliott Hughes
2021-09-23Upgrade toybox to 2a5dc105a323a20ab3dce82f3b39fa20555ab174Elliott Hughes
2021-09-23makedevs: stop using get_line().Elliott Hughes
2021-09-23userdel: stop using get_line().Elliott Hughes
2021-09-23init: stop using get_line().Elliott Hughes
2021-09-23crond: stop using get_line().Elliott Hughes
2021-09-23bootchartd: stop using get_line().Elliott Hughes
2021-09-23arp: just use fscanf().Elliott Hughes
2021-09-22Merge remote-tracking branch 'aosp/upstream-master' into HEAD am: 2703f86b6cElliott Hughes
2021-09-22arp: some cleanup.Elliott Hughes
2021-09-21grep: Implement -L.Peter Collingbourne
2021-09-21Add load average to uptime -p.Rob Landley
2021-09-21uptime: trivial modernization.Elliott Hughes
2021-09-21Merge remote-tracking branch 'aosp/upstream-master' into HEADElliott Hughes
2021-09-20strace: fix macOS build.Elliott Hughes
2021-09-19Tweak help text and todo list.Rob Landley
2021-09-18Fix error detection for $((1+3-)) and such.Rob Landley
2021-09-18Start of $((math))Rob Landley
2021-09-17Fix error path that was trying to free constant strings.Rob Landley
2021-09-17strace: initial commit.Elliott Hughes