Arcterus
afe56a95e9
common: make libc reference in util look for the libc in util
2014-06-18 20:19:50 -07:00
Brian Anderson
4731928558
Fix typo
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
Arcterus
4e8703e04f
Fix everything but md5sum (blocked on rust-crypto) for latest Rust
2014-04-25 22:03:08 -07: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
Maciej Dziardziel
8f4d9ea42e
implement kill
2014-04-03 16:30:39 +00:00
Arcterus
e898d37736
Update for latest Rust
2014-03-31 09:40:21 -07:00
Arcterus
df9a296100
Implement md5sum ( closes #47 )
2014-03-24 16:53:35 -07:00
Arcterus
c21dcc50dc
Implement tac ( closes #117 )
2014-02-27 10:59:51 -08:00
Alan Andrade
8127d8b43d
id and groups share functions
2014-02-25 23:42:37 -08:00
Alan Andrade
de21ff4c2f
Move util.rs to common
2014-02-23 22:50:34 -08:00