Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Toybox
Toybox provides common Linux command line utilities together in a single BSD-licensed executable that's simple, small, fast, and reasonably standards-compliant.
Collective -
Host: opensource -
https://opencollective.com/toybox
- Website: https://landley.net/toybox/about.html
- Code: https://github.com/landley/toybox
github.com/landley/toybox - 42cf443ab6fc488572e31233e603323c5a6479ba authored over 10 years ago by Rob Landley <[email protected]>
(Fixes messages about not being able to delete directories when running make test).
github.com/landley/toybox - 7e96783ee7ea149d157f14151a8c2592c36f074e authored over 10 years ago by Isaac Dunham <[email protected]>github.com/landley/toybox - 14a11ed5ebfb2309a3fdfea1ce7a741519e44693 authored over 10 years ago by Ashwini Sharma <ak.ashwini1981.gmail.com>
Other versions are adding Cached from /proc/meminfo to free buffers/cache
(and subtracting it fr...
github.com/landley/toybox - c022d276d14996fc4d3bea3c0e1792a05eb816cc authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 1b7e562a286b528a440e56b48a4afe3823b2d86b authored over 10 years ago by Rob Landley <[email protected]>
Cut predates the "pending" directory, so was checked in as-is. Ashwini
Sharma's recent static an...
github.com/landley/toybox - 38cb603c1f169febdffcf5c2fbe041c276f47d08 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - eca573cbca392dd10a88b4a799d4a87d60d3bd08 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - a6336b942302b92f0b65ec35299e7667b9fcbe19 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 8a9907119bf22f2279470be40cf40027dc37018c authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 360d57f843f5435a75270e54583430dcb8f62546 authored over 10 years ago by Rob Landley <[email protected]>
The fix: replace the access() with unlink(), which produces the same "does not
exist" errno and ...
This way we can snapshot the generated/*.{h,sh} from a defconfig build into
a "shipped" director...
Clearing out old .o files needs -r now that generated/obj has its own subdirectory. (Works if yo...
github.com/landley/toybox - 09af6a7d3f5076b52a89a4be5cebebdb9c9d00c8 authored over 10 years ago by Rob Landley <[email protected]>github.com/landley/toybox - f8c411cc26460d1cc920c15ad9e57d994f072129 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - c6705af4231b8071830721f98021d0e79223da12 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 7a07c6bc431d441a2363b58a1d82fe7a2a6d75f2 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 3edbb571ab5ba1d0c177d5b9bee6c67f021ed06a authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 12eff430e9d20c62fa9cc81d0b6ecface61bac18 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 6634e46216410161f0f56dc54b16da2de6a8f2b3 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 9b4ea9cf9934d5639a7d1a9b50b90b8d5569ba7e authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - cc3bf66666cb0d2c8937b1a60c2be8d3f5a49d04 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 25fe0e0bea85f1d851ce03a90c0f1bf41ab431f2 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 980458f62748d273a006da3ddcd2b619d44598ce authored over 10 years ago by Rob Landley <[email protected]>
echo prints a newline if it has nothing to print, so wc -l always returns at least 1. Fix: echo -n
github.com/landley/toybox - 9bb73ade0bb019c0819052d27c34959ec55dbe02 authored over 10 years ago by Rob Landley <[email protected]>github.com/landley/toybox - 01e6a73bf9506803bd1725726177f55e58498dba authored over 10 years ago by Divya Kothari <[email protected]>
Chmod ?
In this testsuite after change file mode bits, we are comparing file mode with expected...
github.com/landley/toybox - 207b6a66ba0c225a7977cedcf8537883a434db3e authored over 10 years ago by Divya Kothari <[email protected]>-F is equivalent to the gnu/dammit flag --we-think-long-options-without-short-options-are-a-good...
github.com/landley/toybox - c164960f468ffae19b080b264f6e9960e0eb1027 authored over 10 years ago by Rob Landley <[email protected]>
echo "$PENDING" needs the quotes to avoid gluing the lines together, which
prevents wc -l or hea...
Testing level: It compiled. If any portion of this works, I'll be amazed.
Still a bunch of todo...
github.com/landley/toybox - 72e84a2f3b758026dcb37abdb8c8383c9a07ec94 authored over 10 years ago by Rob Landley <[email protected]>Toybox expects to be setuid root; setuid some other user confuses the attempt to drop privileges...
github.com/landley/toybox - 5c87c1426b5c99dd1f2a3ac7493996c342efef4e authored over 10 years ago by Rob Landley <[email protected]>github.com/landley/toybox - 96146200ea3b7b67b7e4a6b91f3419013d4cfaab authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 082a9a7d25f78856daf1dc9bb8f1f70f98f7470f authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 50b82970b1bd599fb84fd3add0b60cb0cb3e40c7 authored over 10 years ago by Rob Landley <[email protected]>
crond : CRON scheduler
github.com/landley/toybox - 14c8ef42870ca9623b44e369c0231766e8371bfd authored over 10 years ago by Ashwini Sharma <[email protected]>github.com/landley/toybox - e996bddf88a946a8ac8338c02e14add57e3d588c authored over 10 years ago by Rob Landley <[email protected]>
jobs -p removes finished jobs from the list after reporting them once,
so we need to record the ...
github.com/landley/toybox - 8f5ad7ef175851a18b35a10707742ff3b3382c7d authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 62d796a75dd2e0f0c63615e937cfd3d7ccb0a27d authored over 10 years ago by Rob Landley <[email protected]>
The O_CLOEXEC reversal resulted in login failing.
github.com/landley/toybox - c106a7861b67e37d5ae7c7abc1abcad75cee0354 authored over 10 years ago by Isaac Dunham <[email protected]>github.com/landley/toybox - e70eea41eeed05e0ac938a6aceab27c918090fde authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - eeb3541652110c35e9c434565a2c509687bb6697 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 01a806ff123aa091e0d41023432dfe2c0173a62d authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - a8bee46cfebcf1ae9c3749b820c483054be81295 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 5cf4bd1922e6a87b5d0e14403e55cce2ab74bb12 authored over 10 years ago by Rob Landley <[email protected]>
s _all_ saved command line arguments in GLOBALS(), not just for the command bein
g dropped.
github.com/landley/toybox - 3b5b19e7bf4598536bc7ef501598c0f6e28e4e5a authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - be3a48c269cfa4cf35e0bb31155553a8d3c6d6c1 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 056bc9029d8830a18a4e2dd7ad5fc0a4f661cdc4 authored over 10 years ago by Ashwini Sharma <[email protected]>
portability.h.patch - it is for O_CLOEXEC, as compiler complained of it.
Makefile.patch - for cl...
github.com/landley/toybox - 6a77734d1b1ac1938abbc33014b60cfb49828824 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 32a3a0806403d5bd652df1a8fefc318c7812ddca authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 579ce3511a9bd9f288201c16553c866384e14a79 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - b843203842448f144f895f7b4c5b2adb3af69048 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 91b360a42c56997302cd6a6bbb7a820dee67f46e authored over 10 years ago by Rob Landley <[email protected]>
The fact other implementations don't implement "! -mindepth" doesn't mean we can't. Also, find u...
github.com/landley/toybox - c572530223ddad725e0f7606bf4b898d8f95f640 authored over 10 years ago by Rob Landley <[email protected]>github.com/landley/toybox - c39a337101de8613e71c5c474feb54297cce5eaa authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 5e4787ea3144364983944c38eb2a5ab2f12351bc authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 6804d2324ff2524cdf9ac013cb2b6b72c2295117 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 2c2eaba63fd42442453b1ad87fadc7d02532ea28 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 9fdc1fe5033cbc8922e4bb65900b3696b7ae938d authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 4edcd084f4782518249b888efc5d8f965bd5742e authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 60c35c486a2ea1c6ea8920c599abf992b27542c5 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 64038da9fe9eab1fcf7e1fb6c654a6820c6d2064 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 44b89867e0bfc085083e17657697af74e273a534 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - dc48a0c7c5d5bd001adfe2827f357aaaf7dcbb7c authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - bd0ad99d2e39c0eaf86ef8a92cceafd79989f470 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 825d7148d057a012fd8df0851a768a0d438f6c61 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - e686dcc30ba4505f813b9f5ccfa8ed9cf8644d3f authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 3acdbc16e8e474c99ba945a869059beccc6ac1d5 authored over 10 years ago by Ashwini Sharma <[email protected]>
github.com/landley/toybox - 732ef894567bf1d98abd88594bd68b8ccf309d72 authored over 10 years ago by Bradley Conroy <[email protected]>
Now factor 9223372036854775783 (largest positive 64 bit signed prime) takes a
couple minutes but...
I was reading http://www.muppetlabs.com/~breadbox/txt/rsa.html and it mentioned
"factor" and I n...
github.com/landley/toybox - b3c2d1cd4ef97f200bb7b668ae4c3be06d59063c authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 3c69835d6e0b4f8e72e441ae5e34439612790844 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - fd14a61e941828c580bd476bb51f371f3d1ddf09 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 749c523240100484151b94a57b94ea44f2f28315 authored over 10 years ago by Rob Landley <[email protected]>
Musl's regex engine doesn't support \| which changes the behavior of busybox
sed, breaks toybox ...
github.com/landley/toybox - fec3fd1f8ac1db9ed87b79bd3eb5e38aa835e881 authored over 10 years ago by Rob Landley <[email protected]>
This way we're not leaking filehandles to children from things like find -exec.
github.com/landley/toybox - ccb73f8bf9191c01c90975958a210c47175bd98c authored over 10 years ago by Rob Landley <[email protected]>github.com/landley/toybox - dc62a012d7ce3e9a397e28022ab1fb6568a867c2 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 63352139e7b957c930a756563f7cf2a75c8955de authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 4fd07e0f6698cdb873aab0113369eb36c81853a9 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 546b293cb9369c9c421981c71577af29d83b925a authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 280bb5942526c06211185144a5cdb4c5d05aa2f6 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 31db579265fa9e0acea036faa486be26f508e67a authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 4a86c8193bf05646cdca9faa5253c607d6df5d35 authored over 10 years ago by Rob Landley <[email protected]>
Use wcwidth() instead of strlen(), and extend the -q substitution to also
whiteout nonprintable ...
github.com/landley/toybox - 87c06e15329a0ef39385408a2e41be82e56a5418 authored over 10 years ago by Rob Landley <[email protected]>
The check for -print vs -print0 was tested before I optimized out the "-" in the strcmps, and I ...
github.com/landley/toybox - a873444aa3e57d05c639c849a41a2add146f0309 authored over 10 years ago by Rob Landley <[email protected]>github.com/landley/toybox - 1f80e11e3b85d72544d3b52178d0ea7a8c36c177 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - c880061f511e85d55afe3966f5eda0df7c3ebb56 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - fc7bc38af05fc882472d310a0b68648ed990ef2d authored over 10 years ago by Rob Landley <[email protected]>
fsck: memory leak/segfault resolved.
ftpget : warning for unused variable 'ptr' removed.
github.com/landley/toybox - fbe5dda4d488fdd9961ef1fd21beee59467d8e29 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 8bae314ab43037498fc0eeceb5dd6fa5f1a1e16c authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 1446fecef589dbd5678c6cdb1ad985c2967dac1b authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 056d0a00de99639fb39d19e984dd66fe82be7820 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - b6efbb62f60638635c102bbe9b3e50e711e615a8 authored over 10 years ago by Rob Landley <[email protected]>