Jose Narvaez 3a06dbbc8e Implemented whoami on top of system calls.
Details

- The current implementataion the `whoami` utility relies
on a env var to determine the user. With this change we get
the effective user id of the context and lookup that id on
/etc/passwd.
- Added the Redox `libextra` dependency as it has some goodies
for error handling. This will allow to make this crate upto date
with `coreutils` practices.
- Added a new small `arg_parser` crate that was extracted from
`coreutils` as is now commen between `coreutils` and here.
2017-07-16 17:47:18 +01:00
2017-01-09 17:16:38 -07:00
2016-11-16 21:32:05 -07:00
2016-10-07 10:19:08 -06:00
2016-10-07 10:19:08 -06:00
2017-01-16 00:19:24 +01:00

Redox OS userutils

This repository contains utilities for user and group management for Redox. Additional related tools are included.

Travis Build Status

Currently included:

  • getty
  • id
  • login
  • sudo
  • whoami
S
Description
RedBear Operating System, based on RedoxOS. Licenced under MIT license.
https://redbearos.org
Readme MIT 18 GiB
Languages
C 37.5%
C++ 37.2%
JavaScript 6.7%
QML 3.4%
HTML 3.2%
Other 11.4%