summaryrefslogtreecommitdiffstats
path: root/winsup/utils/getconf.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean up whitespace.Christopher Faylor2011-12-171-60/+60
|
* * Align usage output, version output, as well as usage and versionCorinna Vinschen2011-10-101-13/+54
| | | | | | | | | option handling to use the same style throughout all Cygwin utils. Throughout use program_invocation_short_name to refer to current process name in Cygwin executables. * utils.sgml: Align documentation to above change. Add missing sections for getconf, ldd, and setmetamode. * strace.cc (proc_child): Avoid compiler warning.
* * Makefile.in (CYGWIN_BINS): Add getconf.Yaakov Selkowitz2011-07-201-0/+564
(getconf.c): New file.