Age | Commit message (Expand) | Author |
2020-11-18 | Fix microcom to set serial device's terminal correctly. | Rob Landley |
2020-11-17 | That last sh.c change had a lib/ change I forgot to check in. | Rob Landley |
2020-11-14 | Allow 0 prefix to optstr to include argv[0] in optargs[0]. | Rob Landley |
2020-11-07 | xregcomp: add the specific regex we couldn't parse to the error message. | Elliott Hughes |
2020-11-06 | portability.h: ensure _FILE_OFFSET_BITS=64 takes effect. | Elliott Hughes |
2020-10-29 | Make it easier to switch regex implementations. | Elliott Hughes |
2020-10-28 | Tweak help text again. | Rob Landley |
2020-10-22 | Fix thinko. | Rob Landley |
2020-10-22 | Add nommu-able xvdaemon() and use it to remove some TOYBOX_FORK dependencies | Rob Landley |
2020-10-15 | Three trivial code cleanups and a comment tweak. | Rob Landley |
2020-10-15 | Nitpicky cleanup. | Rob Landley |
2020-10-15 | dirtree_path: always honor size request. | Elliott Hughes |
2020-10-12 | Fix bug introduced last commit: the if (name) else case needs to zero it. | Rob Landley |
2020-10-11 | toysh: more variable/wildcard plumbing and tests. | Rob Landley |
2020-10-06 | The non-recursive dirtree_path wasn't stripping a trailing / from initial path. | Rob Landley |
2020-10-03 | Return empty string for dirtree_path() of "" (instead of NULL). | Rob Landley |
2020-10-03 | Non-recursive dirtree_path() needs to return start of allocation | Rob Landley |
2020-09-26 | Teach dirtree that top level "" node is "." but not show in dirtree_path(). | Rob Landley |
2020-09-23 | Have read_password() read from tty device, handle ctrl-c and ctrl-d. | Rob Landley |
2020-09-23 | Chris Sarra pointed out that nerfing xprintf() so it doesn't actually flush | Rob Landley |
2020-09-12 | Replace HR_COMMAS with HR_NODOT | Rob Landley |
2020-09-09 | Attempt internationalization of HR_COMMAS, 9 digit memory sizes for top, | Rob Landley |
2020-09-04 | Add commas to top display, and adjust memory units to megabytes if >10G RAM. | Rob Landley |
2020-08-27 | xparsedate: support default date(1) output format. | Elliott Hughes |
2020-08-21 | xputsl: fix the *other* line in this function :-) | Elliott Hughes |
2020-08-20 | xputsl: write to stdout, not stdin! | Elliott Hughes |
2020-08-19 | xputsl: remove unused variable. | Elliott Hughes |
2020-08-15 | If we fflush(stdout) first we can just write to filehandle. | Rob Landley |
2020-08-13 | list_signals: fit to window size. | Elliott Hughes |
2020-08-04 | Inline convert_tz() | Rob Landley |
2020-08-04 | xparsedate: support UTC offsets. | Elliott Hughes |
2020-08-04 | Toysh signal handling adds a few EINTR recovery corner cases to lib. | Rob Landley |
2020-08-04 | echo: fix trailing \0. | Elliott Hughes |
2020-06-19 | Bugfix: the code to trim \n off xgetline() was using allocated not read length. | Rob Landley |
2020-06-01 | Use copy_file_range() when available. | Rob Landley |
2020-05-28 | portability.c: fix macOS build. | Elliott Hughes |
2020-05-26 | Instead of ifdef linux or macos, just ifdef the signals. | Rob Landley |
2020-05-21 | Check the signal rather than special case a library and a target. | Rob Landley |
2020-05-21 | glibc on mips is missing SIGSTKFLT | Khem Raj |
2020-05-21 | David Legault reported that unescape2() doesn't handle \0 right | Rob Landley |
2020-05-19 | xsignal_all_killers() should install the handler given to it, and do some | Rob Landley |
2020-05-05 | Fix 32 bit option parsing for long long optflag values. | Rob Landley |
2020-05-03 | Next round of shell work. | Rob Landley |
2020-04-13 | Add unescape2(), migrate some unescape() users over. | Rob Landley |
2020-04-02 | Move #include <linux/*.h> into individual commands, initialize struct | Rob Landley |
2020-04-02 | More shell plumbing. Redo of variable storage, add export. | Rob Landley |
2020-04-01 | Add rtcwake. | Elliott Hughes |
2020-03-18 | Fix WARN_ONLY (and the one caller feeding it in the field it was checking). | Rob Landley |
2020-03-12 | Fix get_block_device_size() for linux | Greg Kaiser |
2020-03-11 | fdlength: device size is reported in bytes, not blocks. | Elliott Hughes |