Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/landley/toybox

toybox
https://github.com/landley/toybox

Cleanup grep: help text, whitespace, add parentheses.

f97eaf158aa0baf868f0b19d192f7d302c1484e9 authored over 11 years ago
Found the fault. My method of -w fails sans -E, so I just disallow it.

Kernel build never uses -w sans -E anyhow.

1fa68247345fa6e2cefe4fb4d88ef75f614b18c4 authored over 11 years ago
Clean up grep.test to use "infile" properly, and not try to work around the $PATH behavior of scripts/test.sh. Tested with both TEST_HOST=1 and normal.

3595eff0bfb6fd66f990d872ed16a5d565c77fc5 authored over 11 years ago
I add testsuite for grep.

It can test grep's option basically and I think it can help to check progress of development.

577377cd4aa0e6625a4f0540cbffae94addd6508 authored over 11 years ago
Move renice from pending to posix, default y, fix link to standard.

9c8047a9395e1ca043a0b76d666b66fe4db410b3 authored over 11 years ago
Cleanup renice and implement '|' (required option) in argument parsing.

9e89d47a29dbcc353004c968c0b5da05ff89c653 authored over 11 years ago
Add renice.

0c03786b5ab1a81bf5abdbd4bc0be9d7379df9dd authored over 11 years ago
The attached KLOGD patch is an improved version of the one you have in hg.

This also has a fix for boundary condition crash.

00385c4f6a3b8b7aeb4b148cad687dae92512597 authored over 11 years ago
Fix lspci -e

e3a6c4e8a0b0be3694e3f5c660ae661d222a66d7 authored over 11 years ago
grep: s/astrcat/x&/g

5335d807defb4cd9e61498c61a8d2ca0f73bb916 authored over 11 years ago
lspci: use toybuf instead of dynamic memory allocation

f97cc9ff9768b746c26c4989a632cc3891e80d76 authored over 11 years ago
add nl

50a0daae792c9586d669aa729752beecbf5d18e7 authored over 11 years ago
I've written an lspci implementation.

Currently it supports -emkn; -e is an extension ("class" is a 24-bit number,
but lspci only shows...

fe03a1fd159ae3272a868d248ddc1c56b20cfadd authored over 11 years ago
This removes xz_mode.

Mostly outdated comments and unused function parameters/struct members.

0c2509957b6291fb136eca4a5c278466045ce31d authored over 11 years ago
Link to Georgi's mirror on github.

49f8d6f5e000e6c6be43f215406d6633195d7774 authored over 11 years ago
Juhani Haverinen pointed out that python 3 doesn't work with config2help.py, so you python2 binary until finishing the C rewrite.

7c9d6ce182bf7e48484a1edbd59a6d416f6c5152 authored over 11 years ago
Don't make a FLAG_ macro for " ", it's a control character, doing so throws the indexes off. Reported by Ashwini Sharma.

5e56568fa59ada3c516cbf29ee1a64435f4ec4c7 authored over 11 years ago
pgrep and pkill by Madhur Verma,

fe850691155be9a23cc1480e7afdb77028d87e78 authored over 11 years ago
netstat by Ranjan Kumar.

74323a5a5369573804a8d5ac36a3d4f216a24184 authored over 11 years ago
syslogd by Madhur Verma.

4c7cf4e3bdc9c839e5cce087d304482dcced8074 authored over 11 years ago
logger: Some cleanup

bf05d4a1bf90d973476a851d319462939259ab7d authored over 11 years ago
grep

174ba2bed2f33fe90926b08a3e9ec4e3ce7febab authored over 11 years ago
More ifconfig cleanup: Remove if_list, unify get_device_info and display_ifconfig(), inline another magic constant #define that's only used once.

62b151ea166039dabd767be290a45814a9d29ec3 authored over 11 years ago
Another round of ifconfig cleanup.

b3c552023cab71048f23ffbce2f5f32b33cfc646 authored over 11 years ago
Start of TOYBOX_SINGLE support, for building standalone commands with no multiplexer.

bb504f382dc6c596e6b2b9ce04931e7fbdd15bbe authored over 11 years ago
Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reuse bug during argument parsing.

a817a02c00a06fbf2090259320968addb5f46e58 authored over 11 years ago
Implement test

a6b99efdebc9df9d6b8b8ef3472fc2cb733d4694 authored over 11 years ago
make xzcat use loopfiles(), thereby allowing regular usage.

39af4ae3e61d352c3faa7d1b87e6ac6fdb69add1 authored over 11 years ago
xzcat: remove XZ_(PREALLOC|SINGLE), inline xz_dec_bcj_create

Because we only use XZ_DYNALLOC, there's a bunch of dead code.
This patch removes the #ifdef's a...

9641a3c6c5447c76f56cefd1844a4e545c015822 authored over 11 years ago
Add timeout, factoring out common code from sleep.

72756670274dac9562b869761c50c59ed57b7295 authored over 11 years ago
Split lib/xwrap.c from lib/lib.c

d390493d76c4cda76c1c6d21897b0f246857e588 authored over 11 years ago
klogd, submitted by Ashwini Sharma.

9bd2e1896e2660bf39128ec2920e93e077fe0be9 authored over 11 years ago
New stuff added to lib.c needs review too, so make a lib/pending.c and move several functions to it.

87aef2480ed3c6ca587815ea36e7dd380301c97c authored over 11 years ago
add grep

e999ca008416e3d41c1079bcb4d151b43c95dc3a authored over 11 years ago
Eject cleanups.

19ee0eb865a674c8c11dc8e89ef5e1498a27b087 authored over 11 years ago
Eject, by Kyungwan Han.

4ae257edfb0ce0252906130dad151a2fbcac2e62 authored over 11 years ago
add paramtype in to the list of tags

a2168e74516c41a6c6f0a22f9bffce4578c9c546 authored over 11 years ago
This inlines CRC64, and nothing more.

The functions involved were called only once.

c810f9f80b9db62de09b6cf4c6ca770eed72ce53 authored over 11 years ago
here's a version of paste. It doesn't deal with wide characters yet and

likely behaves very badly when given too many files or delimiters.

8e9ec867e5753e63778d67c3cb1cce68792f7b24 authored over 11 years ago
Added tag 0.4.5 for changeset 62ba5ce62e9d

ea878307ab6a5cbf99567d8f43aaa30de53d599e authored over 11 years ago
Make ls output major, minor for block devices.

876903c5e063431091fd3f9a2e01b496e88950d4 authored over 11 years ago
First pass at ls --color

12a4d74fb8813ad17a480732415d8ffc478d3ab3 authored over 11 years ago
Condense ls help text.

53b47708a7852dd9dc15b981888afec42cd0d591 authored over 11 years ago
Add config option for --help support in all commands.

953722e3826c779f261a4c8a3649e36b1333a86f authored over 11 years ago
Fix another segfault in ls -C when terminal size is 0x0.

302d9d3e5138e950487dd22ab9e8b1d32a67456c authored over 11 years ago
modinfo: support -b basedir and -k kernel.release, fix two bugs

Add two less-frequently used flags for modinfo; -b specifies an alternate
root and -k replaces th...

7bb5221b1f943c53c9abb96f7a25ef922ae9972d authored over 11 years ago
Update status to include recently implemented commands.

aafa148d9d2c0dd59abed1a4e3715d1e9dee318c authored over 11 years ago
Modinfo cleanups.

Don't use xopen() if you want to iterate through multiple files.
Don't abort if unable to open t...

10217d386975fe4456bb98e9195096165da4119d authored over 11 years ago
Patch that assumes that the presence of the string ".ko" indicates

use of a path to a module (*.ko.xz and similar included, but not supported).

9d5456c70b549e8eded8f634fcdad999b655c205 authored over 11 years ago
Implement mv as an extension of cp.

1f3c42d490f5e4d354ea4ac22ec16d88ec3b734a authored over 11 years ago
Option type @ counts number of occurrences, it doesn't take an argument.

4d3b3da2746f6b71b4f1f2649a800818e88a1b66 authored over 11 years ago
Generate FLAG_longopt macros for --longopts with no corresponding short option.

3a489e4f02f2003c972e5bdf7780266a5a495dd8 authored over 11 years ago
Add pivot_root.

50b2625145f4919c3752c9e974f88a5666cac476 authored over 11 years ago
Test cases for split.

55ec010efa77fe10cf4b7eaa480bc52008ef7a54 authored over 11 years ago
Misc website updates.

e566f3a4a560b530cb9e451f7912f8578489d9d3 authored over 11 years ago
Typo fix

d683b17f4e106509753bc458178490a306988b8b authored over 11 years ago
Add xexit() and make error_exit() use it.

558303076c494519a2d4a1212f0a60e011662f42 authored over 11 years ago
Implement split.

c2305e895d92412761d5be258c2b73064a7061ed authored over 11 years ago
Upgrade modinfo to support multiple modules, and add tests, from Isaac Dunham.

5b2510562c26fbb41dd0f93326e4eb3f4f349b50 authored over 11 years ago
Force 64 bit math in expr, from Daniel Verkamp

bc9cfe08cfa2c47b2d106eda7b5d0ecc73f47238 authored over 11 years ago
Yet more ifconfig cleanup.

fdc0a0e74f2ac366399c152196a2498a0e98ad0a authored over 11 years ago
Start of expr, by Daniel Verkamp.

32526f25a7e62b1fe82d1ea30dc4a8506d0ee0d4 authored over 11 years ago
More ifconfig cleanup, described on list.

cfb4c488eeeae92aaf075b7181f4e1e6367c06e8 authored over 11 years ago
Move stat from pending to other, default y.

40cc4168136c0fbb939dec8ffd7828c013f1c568 authored over 11 years ago
Stat cleanup.

Move ftname out of GLOBALS into 'F' handler. Make 'i' zero pad output (zeroes
in middle of ID ca...

e340e4ea3d70a9a3a0397a9f142dbde5cabab5fc authored over 11 years ago
Stat cleanup.

lib: rename format_mode() to mode_to_string() (echoing string_to_mode), make it
take a normal ch...

5a26a86cec424d728d43523988ca70aa56ee76c9 authored over 11 years ago
Add peek/poke to header file.

085f23692575e93142df2347cfe76dd173f23e16 authored over 11 years ago
Stat cleanup.

Put global stat info in a union so we don't have to malloc it and thus don't need an explicit si...

ceca2e3d77bd2d922f3ebb19c9f74dd72639fae0 authored over 11 years ago
Enable readfile() and add peek() and poke() functions.

6b28341dfc933ccd631a4d1e0b5d055c39e96e8d authored over 11 years ago
Stat cleanup.

From the mailing list:

Ok, first thing: clean up the help text. I realize what's there is copie...

e8d186a510b929d84fefaccf8822fc0e6d3c1b0d authored over 11 years ago
Tests for touch (needs more work).

8d9b9ca3033a42ccdec43437747612b159e86fce authored over 11 years ago
Tests for losetup.

ee492df7356dcfd3bf35e12d163ee4f6d0407236 authored over 11 years ago
stat: Separate stat and statfs

2586c269d6b08d8cb9899aa64b02265b54a96d3b authored over 11 years ago
stat: Add support for stat'ing multiple files

9d2f77711f6d2ecf49a9022128ecea957073a2db authored over 11 years ago
More ifconfig cleanup, inlining show_ip_addr(), hex_to_binary(), and set_hw_address().

073733195da21acbd4988f2679a83cf65971f97e authored over 11 years ago
Next round of ifconfig cleanup, to be described on mailing list.

c3ddf43fc31fcc1abd28476d139b812095d57ba9 authored over 11 years ago
Yet more ifconfig cleanup. (As described on the mailing list [CLEANUP] thread.)

c94966f75df87269d4bd9b5a0d200f2414ed3d3d authored over 11 years ago
xioctl() error message should use hex ioctl number; that's what headers list.

6a921ee56e2f989f6cadb0d9a4bc1855b9e4addf authored over 11 years ago
Make groups handle multiple usernames on command line.

1c1db048ad86067de70305a6e737802cf96ea302 authored over 11 years ago
Tighten up lsusb, default to "y".

0ae71803f7ea7dc5c76ed3c330f5a4c3a5fe5f87 authored over 11 years ago
Silence warning and comment a subtle bit.

00474ef9d3fceffe45758122a1c3db53c84a2370 authored over 11 years ago
Attached is a pretty simple implementation of lsub. It doesn't implement any of the flags/options, but does the raw output.

bd7a7fe6cddf790c66841c1fd636f51967060433 authored over 11 years ago
add groups implementation to id.c

38aa170897534e31afcb1e940b13d103e40cd1c4 authored over 11 years ago
Ifconfig cleanup to option parsing.

970bf321a3ea466cc6113dc612002f019321fc9a authored over 11 years ago
Convert getmountlist() to xgetmountlist().

078d31cb5e33b244fdcdc4285090877a084cd31a authored over 11 years ago
Web page tweaks.

934b2d3d9a70fafbc1805b17d0cd4f4334d317a1 authored over 11 years ago
Add --help option to toybox command when TOYBOX_HELP is enabled.

09ee264817b4331a02279a9a5c9af6f2e846c37f authored over 11 years ago
Another stab at recapitulating phylogeny in a README file.

0b87b2e71324a20bdb7839ac95742d6208d5c321 authored over 11 years ago
Some work I did over the weekend on nbd_client, not sure where I left off...

d7a4e11cb25930d6f381d82b171e0b5c71009024 authored over 11 years ago
generated/help.h depends on CONFIG_TOYBOX_HELP

45084bd30f9ce5a4b80017a7e167c293f98a78d9 authored over 11 years ago
Fix bare longopts to set unique optflag bits.

6938c0b78948bbec9f0a8853663eea5e7c614429 authored over 11 years ago
The host sort on many distros behaves stupidly, and sorts stuff in non-ascii order by default. Make it stop.

b3d4f0bb10b5591a2a87ed9f26aed21a16a7cf84 authored over 11 years ago
Fix xabspath when last path component exists but we haven't got permissions to open it (ala readlink -f /dev/sda as a normal user). Spotted by Ashwini Sharma.

acede57b4fd2d9d7f5cb576bdf12cf8586cef44a authored over 11 years ago
Fix conflicting types for show_help().

7a1f582a04f165db489de0648ff31b6b6ace2efd authored over 11 years ago
Add firmware field to modinfo output.

b4a86ac3ab6a248b5345557a4c9f1efba7695246 authored almost 12 years ago
Fix find -mtime

018f7ffa5c69313492bc0fc3d408170665a8af88 authored almost 12 years ago
Add posix headers to toynet.h, move xioctl() to lib.c, introduce lib/net.c and move xsocket() to it.

f01534401412812bc1d904812dfb4b0a31ee8fff authored almost 12 years ago
Remove leaked global path_mounts.

a4a6dfb584a3de8c947d2ccf159b53bf56daebb7 authored almost 12 years ago
Eliminate leaked global bunzip_errors.

4f499558a11f46d91b1a9f81a02c49226249d9ab authored almost 12 years ago
Quick sniff test to find leaked global variables.

7d4d0a010926ed98f10c410eb1d6549d4131ec18 authored almost 12 years ago