index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
other
Age
Commit message (
Expand
)
Author
2021-05-19
readelf: fix 32-bit build on Android.
Elliott Hughes
2021-05-16
Add black and white mode (x to toggle)
Rob Landley
2021-05-15
Promote readelf to other.
Rob Landley
2021-05-15
Missed a couple in the wchar_t -> unsigned conversion.
Rob Landley
2021-05-15
Promote unicode (merge into ascii.c)
Rob Landley
2021-04-27
More line buffering.
Elliott Hughes
2021-04-20
hexedit: various improvements.
Elliott Hughes
2021-04-20
setsid(1): call setsid(2) before setpgrp(2).
Elliott Hughes
2021-02-22
Remove ifdefs from stat.
Rob Landley
2021-02-22
stat: fix macOS build and behavior.
Elliott Hughes
2021-02-11
Switch sha3sum on in defconfig, and document -b (it's same as sha2sum).
Rob Landley
2021-02-08
Have xclose() perform the fd != -1 test.
Rob Landley
2021-02-07
Add lots of "static" annotations, make a couple things use FLAG() macros, etc.
Rob Landley
2021-01-15
Cleanup base32 slightly.
Rob Landley
2021-01-07
new toy: base32
Moritz Röhrich
2020-12-19
FS_ENCRYPT_FL introduced too recently to depend on, use constant.
Rob Landley
2020-12-15
Speed up count: use 64k block size, update display at most 4x/second.
Rob Landley
2020-12-07
Rename randbuf and hook up -s
Rob Landley
2020-12-07
Promote pwgen.
Rob Landley
2020-11-17
Fix printenv -0 (broken by the lib/args.c 0 prefix change).
Rob Landley
2020-11-08
Teach devmem about nommu and 0x prefix on address. Print hex or decimal
Rob Landley
2020-10-28
Tweak help text again.
Rob Landley
2020-10-22
Add nommu-able xvdaemon() and use it to remove some TOYBOX_FORK dependencies
Rob Landley
2020-10-21
blkdiscard: fix uninitialised offset
Patrick Oppenlander
2020-10-21
Tweak watchdog help.
Rob Landley
2020-10-21
Promote watchdog.
Rob Landley
2020-10-18
Add sha3sum.
Rob Landley
2020-10-15
rtcwake: default to UTC if /etc/adjtime can't be read
Patrick Oppenlander
2020-10-15
hwclock: default to UTC if /etc/adjtime can't be read
Patrick Oppenlander
2020-10-05
Update i2ctools.c
chrisrfq
2020-09-10
blkid: don't show empty tags.
Elliott Hughes
2020-09-09
Use flag macros and document -rn options.
Rob Landley
2020-06-11
hwclock: just assume /dev/rtc0.
Elliott Hughes
2020-05-27
devmem: replace getpagesize with POSIX sysconf(_SC_PAGESIZE)
Ethan Sommer
2020-05-24
Cleanup blkdiscard.
Rob Landley
2020-05-21
vmstat: increase column sizes
Petri Gynther
2020-05-13
devmem: avoid sign extension.
Elliott Hughes
2020-04-16
Promote rtcwake.
Rob Landley
2020-04-16
Promote blkdiscard.
Rob Landley
2020-04-14
shred: fix -z flag check, switch to FLAG() macros.
Ethan Sommer
2020-04-12
Minor cleanup.
Rob Landley
2020-04-02
Move #include <linux/*.h> into individual commands, initialize struct
Rob Landley
2020-04-01
Add rtcwake.
Elliott Hughes
2020-03-13
Fix various typos.
Elliott Hughes
2020-03-11
Redo NOFORK plumbing so commands like eval/unset can access/edit shell state.
Rob Landley
2020-03-10
modinfo: various fixes.
Elliott Hughes
2020-03-02
Merge realpath into readlink, use xabspath() instead of libc realpath().
Rob Landley
2020-02-27
chattr: allow `chattr =`.
Elliott Hughes
2020-02-11
chattr: fix exit status, redo the tests.
Elliott Hughes
2020-02-06
chattr: improve error messages.
Elliott Hughes
[next]