Commit graph

337 commits

Author SHA1 Message Date
Michael Gehring
577e4baef9 Update for getopts changes 2014-05-17 12:32:14 +02:00
Arcterus
aa466b5928 Merge pull request #171 from zvms/add-unlink
Add unlink command.
2014-05-16 17:37:27 -07:00
zvms
ee98e49514 Add unlink command. 2014-05-16 16:57:03 -07:00
Arcterus
307a1b8138 Merge pull request #170 from ebfe/cksum
add cksum
2014-05-16 14:49:36 -07:00
Michael Gehring
d4cb1d0185 add cksum 2014-05-16 23:03:13 +02:00
Arcterus
fab5d1bc03 Merge pull request #169 from ebfe/comm
add comm
2014-05-16 11:06:40 -07:00
Michael Gehring
dc8dc5a483 add comm 2014-05-16 20:04:46 +02:00
Heather
27f1605c58 Merge pull request #168 from ebfe/fix-build-master
Fix build with rust master
2014-05-16 03:26:16 -07:00
Michael Gehring
2252b1f28e env: adapt to new Process API 2014-05-16 12:04:03 +02:00
Michael Gehring
57affee103 env: os.arg() returns Vec<~str> now 2014-05-16 12:03:46 +02:00
Michael Gehring
ce05187dac base64: simplify ignore_garbage 2014-05-16 11:18:32 +02:00
Michael Gehring
93f7220a40 from_base64 returns Vec<u8> now 2014-05-16 11:18:32 +02:00
Michael Gehring
b1983536e1 growable ~[T] -> Vec<T> 2014-05-16 11:18:32 +02:00
Michael Gehring
bf26ea12b2 transmute moved to std::mem 2014-05-16 11:17:29 +02:00
Michael Gehring
4b9c8279ce os::args returns Vec<~str> now 2014-05-16 11:17:23 +02:00
Heather
ac72c6925f Merge pull request #167 from Arcterus/master
Fix travis
2014-05-13 21:34:12 -07:00
Arcterus
298da5ad40 Fix travis 2014-05-13 21:24:17 -07:00
Heather
2e4bc07208 Merge pull request #166 from Arcterus/master
md5sum: update rust-crypto
2014-05-09 09:49:23 -07:00
Arcterus
3b6a1655dd md5sum: update rust-crypto 2014-05-09 09:15:12 -07:00
Arcterus
c92779c03b Merge pull request #164 from ebfe/box-syntax
Update to box/Box<T> syntax.
2014-05-08 18:56:35 -07:00
Michael Gehring
7a06ae081d Update to box/Box<T> syntax. 2014-05-09 03:04:58 +02:00
Heather
78ed54e0b5 Merge pull request #163 from Arcterus/master
Add stdin (-) support to some programs
2014-05-07 19:21:56 -07:00
Arcterus
bf48ed6eb5 Add stdin (-) support to some programs 2014-05-07 16:55:53 -07:00
Heather
adbc4732f0 Merge pull request #162 from Arcterus/master
Update for latest Rust
2014-05-06 23:30:07 -07:00
Arcterus
366c388d3f Update for latest Rust 2014-05-06 23:25:49 -07:00
Heather Cynede
208e407748 Merge pull request #161 from Arcterus/master
Fix everything but md5sum (blocked on rust-crypto) for latest Rust
2014-04-26 09:31:48 +04:00
Arcterus
4e8703e04f Fix everything but md5sum (blocked on rust-crypto) for latest Rust 2014-04-25 22:03:08 -07:00
Arcterus
eb57470453 Merge pull request #160 from jordyd/master
Update base64 to latest rust
2014-04-25 10:42:12 -07:00
Jordy Dickinson
8705d95ae9 Update base64 to latest rust 2014-04-25 13:38:09 -04:00
Arcterus
6ba4a81d5c Merge pull request #158 from PeteJodo/master
Fixed most issues caused by libc being moved from std to it's own crate.
2014-04-08 07:54:48 -07:00
petejodo
e17adf9aa9 Accidentally removed an exclamation for crate_id in echo. Put it back. 2014-04-08 09:37:17 -04:00
petejodo
27ed81322c Fixed most issues caused by libc being moved from std to it's own crate.
I just did a quick pass and fixed a majority of the simple issues but
there are still some problems with the following utils:
  id
  md5sum
  tee
  uptime
  users
  whoami
2014-04-07 18:43:34 -04:00
Arcterus
9764c3220a Merge pull request #157 from Fiedzia/kill-cleanup
kill: pass params directly to show_error macro
2014-04-03 15:14:43 -07:00
Arcterus
85bd2c2aee Merge pull request #156 from Fiedzia/hostid
implement hostid
2014-04-03 15:14:32 -07:00
Maciej Dziardziel
5541e6674b pass params directly to show_error macro 2014-04-03 22:37:14 +01:00
Maciej Dziardziel
fda88ec9c6 implement hostid 2014-04-03 22:31:46 +01:00
Arcterus
5ddb9d0e3c Merge pull request #153 from Fiedzia/kill-ng
implement kill
2014-04-03 09:58:18 -07:00
Maciej Dziardziel
8f4d9ea42e implement kill 2014-04-03 16:30:39 +00:00
Arcterus
610da56b68 Merge pull request #152 from joaoxsouls/master
update uname: use push_str instead of + for appending
2014-04-02 19:41:16 -07:00
joaoxsouls
4dbe7860d0 update uname: use push_str instead of + for appending 2014-04-03 03:25:58 +01:00
Arcterus
91590b24f7 Merge pull request #150 from joaoxsouls/master
implement uname (closes #149)
2014-04-02 17:21:08 -07:00
joaoxsouls
677caaaec0 implement uname 2014-04-03 01:18:39 +01:00
Jordi Boggiano
8c5419bdcd Merge pull request #148 from Arcterus/master
Update for latest Rust
2014-03-31 19:31:18 +02:00
Arcterus
e898d37736 Update for latest Rust 2014-03-31 09:40:21 -07:00
Heather
7201e29536 Merge pull request #147 from Arcterus/fold
Implement fold (closes #146)
2014-03-27 05:35:17 +03:00
Arcterus
dc29eb5928 Implement fold (closes #146) 2014-03-26 18:35:24 -07:00
Heather
8aa9a7a5e2 Merge pull request #145 from Arcterus/fixes
du: fix for latest Rust
2014-03-26 05:17:55 +03:00
Arcterus
b55b459e80 du: fix for latest Rust 2014-03-25 18:57:10 -07:00
Arcterus
af5401e952 Merge pull request #144 from Ryman/master
Implement uptime for OSX (probably some other unix too)
2014-03-25 13:15:47 -07:00
Kevin Butler
cf136e1ff4 Try to read BOOT_TIME from utmpx if /proc/uptime fails. 2014-03-25 17:28:31 +00:00