index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2020-12-18
Andy Hu wants mount -tnomsdos,smbfs to work.
Rob Landley
2020-12-14
Follow RFC1952 when consuming gzip header
Puck Meerburg
2020-12-11
The "fall back to C.UTF-8" check was backwards, and make TOYFLAG_LINEBUF
Rob Landley
2020-12-06
unicode: new toy.
Elliott Hughes
2020-12-06
Remove CONFIG_TOYBOX_I18N and just always support utf8.
Rob Landley
2020-12-05
Small cleanup.
Rob Landley
2020-12-04
chmod: support complex modes.
Elliott Hughes
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
[next]