index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
other
/
login.c
Age
Commit message (
Expand
)
Author
2015-09-29
Make defconfig build for nommu.
Rob Landley
2015-08-08
login: execl() requires a path, not a file name
Isaac Dunham
2015-08-02
Long-overdue cleanup on login.
Rob Landley
2015-05-31
Move the magic list of commands needing cleanup from toys/pending/README
Rob Landley
2015-03-10
Use xsignal() instead of signal().
Rob Landley
2015-01-01
Switch a lot of strncpy() calls to xstrncpy().
Rob Landley
2014-11-19
probe for getspnam(), forkpty(), utmpx, replace sethostname()
Isaac Dunham
2014-06-11
Cleanup pass on login
Rob Landley
2013-12-23
Fix some issues raised (albeit indirectly) by Isaac Dunham.
Rob Landley
2012-11-27
login: Avoid gcc to drop exit condition because of "always false condition".
Jonathan Clairembault
2012-11-13
Reindent to two spaces per level. Remove vi: directives that haven't worked r...
Rob Landley
2012-10-08
New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...
Rob Landley
2012-08-25
Regularize command headers, update links to standards documents.
Rob Landley
2012-08-25
Move commands into "posix", "lsb", and "other" menus/directories.
Rob Landley