Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
of the flags/options, but does the raw output.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
order by default. Make it stop.
|
|
to open it (ala readlink -f /dev/sda as a normal user). Spotted by Ashwini Sharma.
|
|
|
|
|
|
|
|
|
|
|
|
and move xsocket() to it.
|
|
|
|
|
|
|
|
|
|
|
|
module names, so modinfo should too. Made it use mmap() while I was there, and some cosmetic refactoring.
|
|
|
|
|
|
|
|
was still cleaning busybox-isms out of my head...
|
|
|
|
|
|
|
|
main at end).
|
|
web copy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
installed on the host may need --static to run the results.
|
|
|
|
TOYBOX_HELP controlling infrastructure.
|
|
|
|
everywhere. It does not compile OOB on musl, so I changed it to the portable equivalent, char *. This compiles on musl, and should compile anywhere.
|
|
|
|
-drop __always_inline (c. 1.5k of binary size),
-remove the xz_dec_bcj_end and memzero macros
(memeq is left because of negative returns),
-disable XZ_DEC_SINGLE and XZ_DEC_PREALLOC, since we aren't using them.
(160 bytes)
-Merge xz_dec_lzma2_end into xz_dec_end
-Move xz_crc32 to where it's defined.
(That does not seem to be duplicated elsewhere in toybox.)
|