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
Not heavily tested yet but should be finished at the design level.
github.com/landley/toybox - e973d23094883ad66ec24247cb95dbe65db1324e authored over 10 years ago by Rob Landley <[email protected]>
Remove unnecessary typecasting of things that are already char * to char *,
and multiplying by s...
github.com/landley/toybox - 97c2c1eba507d10005e305098c3fc21b1472c97e authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 7e90d22ef73d97d2280565761fba092a33e483b4 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 5369517b2cd0437a603ab7b33b499062804ae141 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 6ef8ce45ae3adae2bd6a36781a6d7f60122548f2 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 3a41541347e2b404964964072fa70dfe85639b81 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 48c172ba589cfd848624b51f6f748b56bc217775 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 30e28cf7e166cf54b3a2a4fea5e6e134b5968812 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 4c2bd6277d5966ea7ef7d59a34838066b5c130eb authored over 10 years ago by Rob Landley <[email protected]>
names_to_pid() is one usecase example here.
github.com/landley/toybox - 26b21882bfd8a3712614e94dde41a5194dda7aee authored over 10 years ago by Ashwini Sharma <[email protected]>
This is the modified and better version from the last one I sent.
It is having the both the main...
Note that directory timestamps are still sometimes wrong because creating
things in a directory ...
github.com/landley/toybox - 7bcaf03f1506d338cde2f6d1b953d6ba6e5a7ea7 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - d9403ab91a89f17bd33707dd161fe19b229b1d33 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 5f6ec72f8eafb1598fe40d388a38137ce52b03a0 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - f9070f36adfaf1b5c175768fb7169b9ff79da21d authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 5fe77cf9ed586a84c5ccd289154d0b543d2b4949 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 3297e87c2ab798696b0fb3d06904dccea076b77a authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 08e18fb05fa027de0d4c5aa1dc3a4c1ce9ad4647 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - fd63a899fe559e3e5b3cd8a3377a503f0cda30b7 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - aac4222dd8dcce3e7a782111ac7d7d9d0bfb2972 authored over 10 years ago by Samuel Holland <[email protected]>
Mercurial's "import" command is still broken, committing local tree changes to files that weren'...
github.com/landley/toybox - 6c64f5f186d26d4c95d408979d33831935e026f1 authored over 10 years ago by Rob Landley <[email protected]>github.com/landley/toybox - 76e1cb3ada7fb12f38e248a08c2deedc5c9ce888 authored over 10 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 15027d6de049fa139a193abc5a86e6578faf630d authored over 10 years ago by Rob Landley <[email protected]>
This implementation depends on the _stty_ 'sane' settings.
github.com/landley/toybox - dd61393cba9d4dd7152960274aff1d25dd239c93 authored over 10 years ago by Ashwini Sharma <[email protected]>github.com/landley/toybox - 1d12fb66550660f97ef90484dc31304eddfd4bf7 authored over 10 years ago by Ashwini sharma <[email protected]>
github.com/landley/toybox - 0d8467b371d93bff03f59a8f11f01094f7618372 authored over 10 years ago by Ashwini Sharma <[email protected]>
github.com/landley/toybox - 603e206e53bf5709e596884aec8933bda0b848b6 authored over 10 years ago by Rob Landley <[email protected]>
Attached is a simple version using the libc's iconv.
github.com/landley/toybox - 85224dd4982ba22f448e8cc1319bb3252b2a6671 authored over 10 years ago by Felix Janda <[email protected]>
build fix: xmsprintf has been renamed
shorten and lowercase the error messages
use xexec() inste...
github.com/landley/toybox - cbd775281d54e35e28a547bb49020fec75dc0f10 authored over 10 years ago by Rob Landley <[email protected]>
Some glibc commands are irrelevant because they're for functionality
that is excluded from musl ...
github.com/landley/toybox - 669f332aafe1afdbbfbe4b7c1c8fdab6fa2cec1d authored over 10 years ago by Rob Landley <[email protected]>
Move <fnmatch.h> to toys.h, since it's POSIX.
Avoid duplicating code in an if/else block.
Terser...
github.com/landley/toybox - be07288043fbc4bd7a1a4688d0bf17af4b6e73d7 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 7eaf4f535da215cd7061d60fb691df2ba09fff8a authored almost 11 years ago by Rob Landley <[email protected]>
No idea what to do about 'em yet, but there they are.
github.com/landley/toybox - 348a8004af8d14cf6349d97b5846bae6f524b2bd authored almost 11 years ago by Rob Landley <[email protected]>github.com/landley/toybox - 15938ae315a5016333429337da3aed929de503a3 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - ca51eb88831521ae4df60e88d5f3cd3c4b99d46d authored almost 11 years ago by Rob Landley <[email protected]>
Only the first __long__ option, without any __short__ option had a proper
flag value, rest all w...
github.com/landley/toybox - e6314da6fe9b251448e6a4a2cab12e256688ab5d authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 6f9d481062e171fb0bd1aa5cdcf043c0e4f9d733 authored almost 11 years ago by Isaac Dunham <[email protected]>
github.com/landley/toybox - 547c8d980bb5ae37f8002aead4e155cc5554dfca authored almost 11 years ago by Samuel Holland <[email protected]>
github.com/landley/toybox - 7183a637432c9f0957e4e0e68b71e61a67fa89d6 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 18720dc21a8de3e5cff780f6b89111fe1d9b17a1 authored almost 11 years ago by Ashwini Sharma <[email protected]>
github.com/landley/toybox - 2b0b548381c2872cc1d6ea0603632c0ee7cad211 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 52ab00b60863baf995522da1a638df4d6e9b0e8b authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 5b405827a2fa4c928c488f3e7b0197dfec60dcc2 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - d4f01257d9d3b0d776114046a43d237a424fef77 authored almost 11 years ago by Isaac Dunham <[email protected]>
github.com/landley/toybox - 4b0341f429fa7d384041b03b775b778fe4602149 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 36aa7d7382f64695ef003e5616890188b9f1f61b authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - e9a41fc5ae51ccf7bd5677773bfe72d01f06b3cd authored almost 11 years ago by Isaac Dunham <[email protected]>
Fix FLAG_o to actually be 1 like the comment says, don't try to strlen(name) before reading it, ...
github.com/landley/toybox - 392e12769fd41ede6b3e2685b5682275843a9b1d authored almost 11 years ago by Rob Landley <[email protected]>
After some waffling I put it in "posix", even though it was last specified in
susv2 (where it wa...
github.com/landley/toybox - 6d796b61a6b9f7ea8c15f26db6dec7e0b9b486fd authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - dba5a37b9d1388bfd642d5404da6fce6849c5b1f authored almost 11 years ago by Rob Landley <[email protected]>
Stripping leading / is not the right thing to do there.
Broken when the code moved to lib and wa...
I am of the opinion that __-__ be converted to '_' for generating the FLAG_xxx macros and be use...
github.com/landley/toybox - 64f61640880011b991931ac30371719edd88e65d authored almost 11 years ago by Ashwini Sharma <[email protected]>github.com/landley/toybox - 817d97ba626f86c376cb8311c099ea5f010205d5 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 9ea9911b20ed353ead9170366c44138489c2889c authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 2c451a89be65778ae3b1af011029181e917f988b authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - bab79fe8d6fd57de66761de6263b405ad237edf7 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - c8f379c1f70378f24cd697043b651f3422582cf0 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - ca1b60e3bdb19eca981e5ccf4e07100aafddb007 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - a8b88fe47237028fb5314c4c572a738b967b10b7 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - fad38c7d1675a34a350fb1d99fb6b66728cad8a7 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 69664c24a11e8bba39890ec52aefa5654aab60bd authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - d96e0ba7926941910d99ecc87c7a76ed6c480622 authored almost 11 years ago by Rob Landley <[email protected]>
1. freeramdisk - If we unmount or detach the RAM disk based file system the Linux Kernel
will ...
github.com/landley/toybox - 4d886d69511e3d3a7b3c3ead914f638b01ff7433 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 4dd800cb577c45b601fdf2bdaf1b471ea938f20b authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - da60b9b163a598ae97d7566f095d5d69f53a6dab authored almost 11 years ago by Rob Landley <[email protected]>
You shouldn't use "" as an option string because a NULL allows toy_init()
to avoid calling the o...
github.com/landley/toybox - 6ebe03d6169188b71f6d178cef27f8ecb6407821 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - e36a9dda21ca656dd5dc96fbbe9eacf7e3995e78 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 2992a66e2c7f1c5225f49c68274a8a323e445a80 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - fa1625d84e803df9a6a92551a106d42c62464e88 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 7dbb9826d2a60734b1963c2598c6780ce9962d86 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - c5dabf136495a69e9226eaa8316332de57ad481e authored almost 11 years ago by Rob Landley <[email protected]>
Don't #undefine TT in the CLEANUP blocks of generated/flags.h, and #ifdef
around the other TT de...
github.com/landley/toybox - 1fb3ae7075ab9d198b757f7da5cc9c748abc3574 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 33b022d873abc5255e22bf70687e5c0a260fb107 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 3cd89c3f640e8ad2cdb422d0504554c2636a8412 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - b34b237e6229344ce460e117eb442db9a32fe813 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 5a2583ac4ff866caee57b465f429f75417c629ad authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - b6c8a8609fbfcbaf054e254f74974394c8932712 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 5486075caee329fcc5ab7766a8a571fd3a45d363 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - a89f8aa4f9181fa2de082ec3656743c64c85f6fc authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 0e040df95b0b0728446fe97a6f216a01595a1e6c authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 030c3f3779d147fe02430ca02709f668c4533329 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 0bf4c9578204245ea76cefbf782fd21578b299b1 authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 39f39b37a4cf895df816c56f174cd3064232bdbc authored almost 11 years ago by Rob Landley <[email protected]>
github.com/landley/toybox - 7ea4ebf7a5e3321cabffd6cc56ba0ab8d238e852 authored almost 11 years ago by Rob Landley <[email protected]>
Confirmed with him on IRC it's ok to use under toybox license, glued the files
together and hamm...
github.com/landley/toybox - 0432050a75f615a6e68d6bc60bba2fb939fbb586 authored almost 11 years ago by Rob Landley <[email protected]>
The original codepath checks if there is a VT available,
and if there isn't sets TERM to vt102 (...
* __GLIBC__ was checked unconditionally;
this made for a very messy build on musl.
* int fd in ch...
-Don't panic on failure to write messages.
-Don't panic on failure to fork; sleep an extra second...
github.com/landley/toybox - c049bca2394d076bf198cd723f28896932be3679 authored almost 11 years ago by Rob Landley <[email protected]>