Age | Commit message (Expand) | Author |
2018-11-01 | Update news.html for 0.7.8 release. | Rob Landley |
2018-10-31 | Update version to 0.7.8.0.7.8 | Rob Landley |
2018-10-30 | Promote watch to other. | Rob Landley |
2018-10-30 | Use % for -n and shut up gcc's broken "may be used uninitialized" warnings. | Rob Landley |
2018-10-30 | Update roadmap for AOSP. | Elliott Hughes |
2018-10-30 | getconf: add -a, fix the LFS_ output, and blame bionic rather than musl for U... | Elliott Hughes |
2018-10-28 | Rename interestingtimes.c to tty.c. (It's the "not curses" code.) | Rob Landley |
2018-10-27 | Don't unnecessarily recalculate library list. | Rob Landley |
2018-10-27 | Zach Van Rijn asked for "find -empty". | Rob Landley |
2018-10-27 | Dirtree shouldn't put a "No" in front of filename for "permission denied". | Rob Landley |
2018-10-27 | Fix "make distclean defconfig toybox" all on one line (good of $CROSS_COMPILER | Rob Landley |
2018-10-27 | Allow unstripped build to overwrite read-only output file. | Rob Landley |
2018-10-22 | Don't call TIOCGWINSZ on non-ttys | Nick Kralevich |
2018-10-21 | Document % argument suffixes in toybox --help. | Rob Landley |
2018-10-21 | Make ./top -d .1234567890m work. | Rob Landley |
2018-10-21 | Add % to lib/args.c (long time in milliseconds), add xmillitime(), redo | Rob Landley |
2018-10-21 | Move start_redraw() to lib/ and have ps.c (top) use it. | Rob Landley |
2018-10-20 | Some more --help consistency. | Elliott Hughes |
2018-10-20 | The static NDK fix broke the dynamic NDK build. | Rob Landley |
2018-10-20 | Add SPDX identifier, update copyright year, move kconfig note into kconfig/ | Rob Landley |
2018-10-10 | Fix static Android NDK build. | Rob Landley |
2018-10-10 | Rewrite of watch. | Rob Landley |
2018-10-10 | Trivial speedup to format_iso_time(), teach parsetime() leading garbage != 0. | Rob Landley |
2018-10-10 | Add xsignal_flags() and more consistently use xsignal() instead of signal(). | Rob Landley |
2018-10-07 | Fix non-android ps build. | Rob Landley |
2018-10-07 | Fix getconf build for musl. | Rob Landley |
2018-10-07 | libcutils isn't in the NDK. | Elliott Hughes |
2018-10-07 | Fix build break on x32 target. | Rob Landley |
2018-10-06 | getconf: add missing names used by AOSP. | Rob Landley |
2018-10-06 | Say undefined for sysconf/pathconf -1, remove goto, help text tweak, | Rob Landley |
2018-10-06 | Check for cross compiler before creating any generated/* files w/probed vals. | Rob Landley |
2018-10-06 | date.test: add some tests. | Elliott Hughes |
2018-10-06 | date: fix some tests. | Elliott Hughes |
2018-10-05 | getconf: add pathconf(3) variables. | Elliott Hughes |
2018-10-05 | getconf: fix glibc NPROCESSORS_ONLN. | Elliott Hughes |
2018-10-04 | Add the current state of AOSP to the roadmap. | Elliott Hughes |
2018-10-04 | Make it possible to build the AOSP .config against glibc. | Elliott Hughes |
2018-10-04 | blockdev: BLKRAGET returns 512-byte sectors. | Elliott Hughes |
2018-09-29 | Command not in pending or example should probably default y. | Rob Landley |
2018-09-26 | Don't claim to have i2cget non-byte mode support yet. | Rob Landley |
2018-09-21 | Promote i2ctools. | Rob Landley |
2018-09-21 | Implement i2c utilities. | Elliott Hughes |
2018-09-21 | Stack can grow in either direction, so needs signed subtraction and abs(). | Rob Landley |
2018-09-16 | file: remove %s with no corresponding argument. | Rob Landley |
2018-09-16 | Nommu systems want to _exit() after vfork when exec fails, but should do clea... | Rob Landley |
2018-09-16 | It should never matter on Linux (where the top half of virtual address space | Rob Landley |
2018-09-16 | Fluff up the roadmap a bit. | Rob Landley |
2018-09-15 | Add .bmp supoprt to file(1). | Elliott Hughes |
2018-09-15 | Add .wav support to file(1). | Elliott Hughes |
2018-09-15 | Fix glibc build after 013876f067a11ebfcf47789921b376e7bf3bf5b8. | Elliott Hughes |