Age | Commit message (Expand) | Author |
2019-03-04 | More tar cleanup. | Rob Landley |
2019-03-04 | Consistently use ARRAY_LEN. | Elliott Hughes |
2019-03-03 | Cleanup pass on tar. | Rob Landley |
2019-03-02 | Promote devmem. | Rob Landley |
2019-03-02 | Fix instances of "Usage:" rather than "usage:". | Elliott Hughes |
2019-03-02 | devmem: new command. | Elliott Hughes |
2019-02-25 | arp: inline get_hw_add and minor sscanf error handling cleanup | Colin Davidson |
2019-02-23 | One last (for now) typo. | Elliott Hughes |
2019-02-23 | Promote mcookie | Rob Landley |
2019-02-23 | Cleanup mcookie. | Rob Landley |
2019-02-23 | Here's an 'mcookie' implementation for toybox. | Isaac Dunham |
2019-02-23 | Bumper typo cleanup. | Elliott Hughes |
2019-02-21 | getfattr: add --only-values. | Elliott Hughes |
2019-02-18 | route: fix command argument parsing | Uros Prestor |
2019-02-11 | Inline more functions only called once, unwrap wrappers, etc. | 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-05 | Promote sntp to net. | 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 | Next round of sntp work: server and multicast modes, actually set time... | Rob Landley |
2019-01-28 | bc: Update to upstream version 1.1.0 | Gavin Howard |
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-18 | First chunk of sntp code. | Rob Landley |
2019-01-08 | modprobe: don't return failure just because we didn't find global config. | Elliott Hughes |
2019-01-08 | more: don't _exit(0) on success. | Elliott Hughes |
2019-01-07 | modprobe: reset errno before ins_mod. | Elliott Hughes |
2018-12-27 | ipv6 address didn't fit in the buffer. | Rob Landley |
2018-12-21 | Fix UDP checksum verification error. | Elliott Hughes |
2018-12-04 | Clean up some --help formatting. | Elliott Hughes |
2018-12-02 | Fresh implementation of test.c. | Rob Landley |
2018-11-29 | Marius Adaskevicius pointed out mdev -s should follow symlinks. | Rob Landley |
2018-11-19 | Eduardas Meile reported "The -Werror=format-security flag is applied by | Rob Landley |
2018-11-17 | Remove the "const" and "restrict" nonsense so it compiles without tainting lib.c | Rob Landley |
2018-11-17 | Update bc for 1.1 release | Gavin Howard |
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-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-10 | Rewrite of watch. | Rob Landley |
2018-09-21 | Promote i2ctools. | Rob Landley |
2018-09-21 | Implement i2c utilities. | Elliott Hughes |