Commit graph

442 commits

Author SHA1 Message Date
Arcterus
36ce4a20d4 Merge pull request #244 from akiradeveloper/feature/fix-typo-tail
tail: fix typo
2014-06-15 01:32:08 -07:00
Akira Hayakawa
3e9e634fa5 tail: fix typo
Signed-off-by: Akira Hayakawa <ruby.wktk@gmail.com>
2014-06-15 17:00:55 +09:00
Jordi Boggiano
8519927481 Merge pull request #243 from Arcterus/sleep-inf
Fix some errors brought up by vi
2014-06-15 09:35:22 +02:00
Arcterus
38c62a14d9 groups: fix argument parsing 2014-06-15 00:17:20 -07:00
Arcterus
a9cf7baf68 sleep: handle infinity 2014-06-14 23:56:59 -07:00
Oly Mi
49cf9cc419 Merge pull request #235 from Arcterus/non-utils
Remove a bunch of non-utils from the to-do list
2014-06-14 10:34:26 +04:00
Arcterus
aaf2d837aa Remove a bunch of non-utils from the to-do list 2014-06-13 18:03:42 -07:00
Oly Mi
484ea28a3b Merge pull request #230 from Arcterus/rust-crypto
Fix build
2014-06-13 13:26:41 +04:00
Arcterus
2bf98d4598 tail: fix build by changing uint to u64 2014-06-13 00:13:46 -07:00
Arcterus
9ccf4950d4 md5sum: update rust-crypto 2014-06-13 00:08:49 -07:00
Arcterus
a55508fba0 Merge pull request #225 from molysgaard/master
Rudamentary tail implementation.
2014-06-12 23:13:49 -07:00
Oly Mi
361d64d077 Merge pull request #228 from Arcterus/install-target
Add the ability to install coreutils (resolves #216)
2014-06-13 08:27:56 +04:00
Arcterus
18fda74885 Clarify uninstallation instructions 2014-06-12 19:49:00 -07:00
Arcterus
986d7cba79 Add some installation instructions 2014-06-12 19:14:56 -07:00
Arcterus
0bb67fe13a Add the ability to install coreutils (resolves #216) 2014-06-12 18:43:52 -07:00
Morten Olsen Lysgaard
17afa8a1fd Rudamentary tail implementation.
For specific info on missing features and optimizations,
look at tail/README.md
2014-06-12 23:29:50 +02:00
Arcterus
4dbd224e4c Merge pull request #212 from brson/exitcodes
Change the signature of `uumain` to return `int`
2014-06-12 12:37:51 -07:00
Arcterus
c86be225fa Merge pull request #221 from espadrine/patch-1
Readme: Use an SVG badge.
2014-06-12 08:04:10 -07:00
Thaddee Tyl
cc102a87b0 Readme: Use an SVG badge. 2014-06-12 15:48:41 +02:00
Brian Anderson
107c2d4c62 phase(syntax) -> phase(plugin) 2014-06-11 21:48:38 -07:00
Brian Anderson
bad19f6016 Remove tail return statements.
Per review feedback.
2014-06-11 21:48:38 -07:00
Brian Anderson
1adc027382 Restore error handling to md5sum 2014-06-11 21:48:38 -07:00
Brian Anderson
04fb170c2c Restore error recovery behavior in rm, rmdir, etc.
These tools continue on error. This patch uses `Result` and the
`and` method to collect `Err` values.
2014-06-11 21:48:38 -07:00
Brian Anderson
4731928558 Fix typo 2014-06-11 21:48:38 -07:00
Brian Anderson
18acfc0103 Make busytest stop complaining about missing config file 2014-06-11 21:48:38 -07:00
Brian Anderson
8fbfe24176 Make show_error! not set the exit code. #211 2014-06-11 21:48:38 -07:00
Brian Anderson
962a6bbf2f Get test suite passing again by tweaking error handling in mkdir
Replace `show_error!` with Result<(), int> and `display_error!`
2014-06-11 21:48:38 -07:00
Brian Anderson
0ee4fb0576 Handle exit status more consistently. #211
This changes the `uumain` functions to return the exit code as `int`.

It does not eliminate all calls to `os::set_exit_status` and `libc::exit`.
2014-06-11 21:48:38 -07:00
Brian Anderson
ce19eb4329 Update to Rust nightly 2014-06-11 21:48:36 -07:00
Arcterus
8f56befded Merge pull request #213 from Heather/master
rust-crypto submodule update due critical fix
2014-06-09 20:39:54 -07:00
Heather
f8cc46d982 update submodule: rust-crypto 2014-06-09 14:21:04 +04:00
Heather
bcc04ae4fe move hostname to unix_progs 2014-06-09 14:21:03 +04:00
Heather
60bed9e103 Merge pull request #214 from ebfe/fix-build-master
wc: fix build with rust master
2014-06-09 12:52:38 +04:00
Michael Gehring
c5c6362782 wc: fix build with rust master 2014-06-09 10:31:42 +02:00
Arcterus
8b64287202 Merge pull request #209 from mahkoh/factor
prevent infinite loop
2014-06-05 13:47:45 -07:00
Julian Orth
7ae05b9935 prevent infinite loop 2014-06-05 22:35:32 +02:00
Arcterus
f0d121c8cc Merge pull request #201 from beatgammit/feat-factor
add factor
2014-06-05 13:17:49 -07:00
T. Jameson Little
b321a1a5c0 add factor 2014-06-05 14:14:04 -06:00
Heather
79529d456f Merge pull request #206 from ebfe/cp
cp: fix argument parsing
2014-06-03 15:49:57 +04:00
Michael Gehring
44ae45793e cp: fix argument parsing 2014-06-03 13:16:57 +02:00
Heather
74bca57c8b Merge pull request #205 from ebfe/comm
comm: handle final lines without \n
2014-06-03 14:16:27 +04:00
Michael Gehring
ecddbf22ca comm: handle final lines without \n 2014-06-03 11:59:57 +02:00
Arcterus
e932af9795 Merge pull request #204 from brson/master
RFC: Improve busybox compatibility using their test suite
2014-06-02 19:33:37 -07:00
Brian Anderson
1ebd6a7310 Improve busybox compatibility for command line processing 2014-06-02 14:07:55 -07:00
Brian Anderson
c31e36a994 Output list of uutils functions in a way that busybox's 'runtest' understands 2014-06-02 14:07:55 -07:00
Brian Anderson
91da25ff2b Add a 'busytest' target to run uutils under the busybox testsuite
It requires the BUSYBOX_SRC environment variable to be set,
and optionally passes arguments to the busybox test runner with
the RUNTEST_ARGS environment variable.

Example:

```
make busytest MULTICALL=1 BUSYBOX_SRC=~/dev/busybox RUNTEST_ARGS=tr
```
2014-06-02 14:07:55 -07:00
Brian Anderson
2bf64159e0 Update to nightly 2014-06-02 14:07:53 -07:00
Arcterus
fa76f79129 Merge pull request #202 from ebfe/remove-tilde
remove remaining uses of ~[T]
2014-05-30 01:50:39 -07:00
Michael Gehring
448f4d6d70 remove remaining uses of ~[T] 2014-05-30 10:40:36 +02:00
Heather
4107b265ba Merge pull request #199 from mahkoh/readme
remove todo
2014-05-29 12:27:17 -07:00