Age | Commit message (Expand) | Author |
2019-02-10 | Inline more macros only used once, replace BcId with struct str_len from lib, | Rob Landley |
2019-02-09 | Remove more unnecessary macros. Inline bc_parse_exprs[] with the bit order | Rob Landley |
2019-02-09 | Remove more useless typecasts, wrappers, and inline a function. | Rob Landley |
2019-02-09 | Remove some unnecessary wrappers, indirection, and typecasts. | Rob Landley |
2019-02-08 | Sigh. Update release version for non-git source builds. | Rob Landley |
2019-02-08 | Update news.html for 0.8.0 release.0.8.0 | Rob Landley |
2019-02-07 | ps, top: fix VIRT and SHR fields. | Elliott Hughes |
2019-02-05 | Promote sntp to net. | Rob Landley |
2019-02-05 | The android NDK does not appear to have adjtime(). (It has the syscall, and | Rob Landley |
2019-02-05 | Fix some llvm warnings. | Rob Landley |
2019-02-05 | Suppress warnings gcc should not be making (and a comment typo). | Rob Landley |
2019-02-05 | Fix server loop timeout logic. | Rob Landley |
2019-02-05 | Fix server mode and make request timeout 3 tries of 3 seconds (9 sec total). | Rob Landley |
2019-02-04 | Reset screen wrap mode (broken by qemu -nographic output). | Rob Landley |
2019-02-04 | sort -o: fix behavior when output file is one of the input files. | Elliott Hughes |
2019-02-04 | Next round of sntp work: server and multicast modes, actually set time... | Rob Landley |
2019-02-04 | unzip tests. | Elliott Hughes |
2019-02-04 | who: make the output more like coreutils who. | Elliott Hughes |
2019-02-03 | William Djupström pointed out that xexec() lost the absolute path check. | Rob Landley |
2019-02-01 | Fix record-commands and logwrapper.c | Rob Landley |
2019-01-31 | Tweak build dependencies: rebuild toys/*/*.c when .o newer than .config. | Rob Landley |
2019-01-31 | Sed assumed FLAG(r) was 1 but didn't document it above the NEWTOY line. (oops) | Rob Landley |
2019-01-30 | Command logging wrapper to help analyze what commands scripts call and how. | Rob Landley |
2019-01-28 | bc: Update to upstream version 1.1.0 | Gavin Howard |
2019-01-25 | nc: allow immediate reuse of ports. | Josh Gao |
2019-01-25 | No real need to copy data into variables and do nothing else with it... | Rob Landley |
2019-01-25 | Add "make bsd_defconfig" and "make macos_defconfig". | Rob Landley |
2019-01-25 | OpenEmbedded needs commands installed in specific places. | Rob Landley |
2019-01-24 | grep: "tried" should track arguments (not files) that existed, move -o "" test | Rob Landley |
2019-01-24 | More random in-progress sntp work. | Rob Landley |
2019-01-22 | Whitespace: remove tabs from indentation. | Elliott Hughes |
2019-01-22 | Fix sigjmp_buf/jmp_buf mismatches. | Elliott Hughes |
2019-01-22 | Actually calculating/displaying a reasonable time. | Rob Landley |
2019-01-21 | Add more comments to ps.c and replace hardcoded value with a macro. | Rob Landley |
2019-01-19 | Have test.sh use portability.sh too. | Rob Landley |
2019-01-19 | Factor out scripts/portability.sh and have genconfig.sh use it to find sed/gsed. | Rob Landley |
2019-01-19 | Fix various warnings building on FreeBSD. | Rob Landley |
2019-01-19 | hostname: fix behavior when in jail. | Elliott Hughes |
2019-01-18 | xargs: make --help match reality. | Elliott Hughes |
2019-01-18 | Set of commands Ed Maste got building on FreeBSD. | Rob Landley |
2019-01-18 | First chunk of sntp code. | Rob Landley |
2019-01-18 | Teach xpoll() to measure time if interrupted, and wait for what's left. | Rob Landley |
2019-01-18 | Airlock: linux-s390x build grew sha256sum dependency in 420, and remove "test". | Rob Landley |
2019-01-16 | Move xsendto() to lib/net.c. | Rob Landley |
2019-01-14 | Minor cleanups to patch. (Mostly whitespace and brackets.) | Rob Landley |
2019-01-13 | Better support patching files with tabs in the name. | Rob Landley |
2019-01-12 | Fix cp permissions when copying symlink contents, and add test. | Rob Landley |
2019-01-12 | stat: add --format synonym for -c. | Elliott Hughes |
2019-01-12 | sed: add -z. | Elliott Hughes |
2019-01-12 | Merge xconnect/xbind. | Rob Landley |