History log of /external/toybox/toys/posix/uname.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c705b95cef54b13f2caf801d929207ec7f5fbce7 21-Sep-2013 Rob Landley <rob@landley.net> Tweak args (yank old + that never worked, rename | to +), and add uname -o as a synonym for -s.
/external/toybox/toys/posix/uname.c
afe3fbda7320af5e0452040e6c79bbaef8fffef5 30-Aug-2013 Elie De Brauwer <eliedebrauwer@gmail.com> uname: Fix help string
/external/toybox/toys/posix/uname.c
7aa651a6a4496d848f86de9b1e6b3a003256a01f 14-Nov-2012 Rob Landley <rob@landley.net> Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style.

The actual code should be the same afterward, this is just cosmetic refactoring.
/external/toybox/toys/posix/uname.c
2d995382e24433b1c724fa3eb653479c1dc19402 09-Oct-2012 Rob Landley <rob@landley.net> Fix thinko for uname -m when i686 binary runs on x86_64 host.
/external/toybox/toys/posix/uname.c
c0e56edaf256adb6c60c5a052525a1ffbb927901 08-Oct-2012 Rob Landley <rob@landley.net> New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate.
/external/toybox/toys/posix/uname.c
f91b7c89bc852868692b9518185421ebb52d67b3 26-Aug-2012 Rob Landley <rob@landley.net> Regularize command headers, update links to standards documents.
/external/toybox/toys/posix/uname.c
3a9241add947cb6d24b5de7a8927517426a78795 25-Aug-2012 Rob Landley <rob@landley.net> Move commands into "posix", "lsb", and "other" menus/directories.
/external/toybox/toys/posix/uname.c