Age | Commit message (Expand) | Author |
2019-02-20 | Simplify netcat a lot using the net.c upgrades from last commit. | Rob Landley |
2019-02-20 | Make xgetaddrinfo() return a wildcard address for NULL host, and xconnbind() | Rob Landley |
2019-02-20 | Minor cleanups, mostly wordwrapping. | Rob Landley |
2019-02-19 | grep: add --quiet and --silent synonyms for -q. | Elliott Hughes |
2019-02-18 | route: fix command argument parsing | Uros Prestor |
2019-02-17 | top: make the task/thread count add up. | Elliott Hughes |
2019-02-16 | Disallow -o "" in top. | Rob Landley |
2019-02-16 | top: differentiate tasks (processes) and threads in the header. | Elliott Hughes |
2019-02-16 | top: make the column header span the terminal. | Elliott Hughes |
2019-02-15 | mountpoint: add missing synopsis. | Elliott Hughes |
2019-02-15 | Fix typos: e.g. change "cannonical" to "canonical". | Jason Spiro |
2019-02-14 | The title line is confusing github's license detector thingy. | Rob Landley |
2019-02-14 | Use current time for unspecified fields, set weekday to match date. | Rob Landley |
2019-02-13 | top: support Enter as a synonym for Space. | Elliott Hughes |
2019-02-13 | top: use human_readable for the header lines too. | Elliott Hughes |
2019-02-13 | top: hide the cursor in interactive mode. | Elliott Hughes |
2019-02-13 | Oops, missed one. | Rob Landley |
2019-02-13 | Use xrecvwait() in ping, and move signal handler setup to start of ping loop. | Rob Landley |
2019-02-13 | Move nanomove(), nanodiff(), union socksaddr, and xrecvwait() to lib. | Rob Landley |
2019-02-13 | find: fix -path/-ipath and add -wholename/-iwholename synonyms. | Elliott Hughes |
2019-02-13 | date: more test cleanup. | Elliott Hughes |
2019-02-13 | sed: fix endless loop in "b loop" test. | Elliott Hughes |
2019-02-12 | sed: fix substitution of empty capturing groups. | Elliott Hughes |
2019-02-11 | date: some fixes. | Elliott Hughes |
2019-02-11 | Inline more functions only called once, unwrap wrappers, etc. | Rob Landley |
2019-02-11 | Add SPDX identifier, and link to a wikipedia page. | Rob Landley |
2019-02-10 | Remove unnecessary macros and typedefs, multipliation by sizeof(char), etc. | Rob Landley |
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 |