summaryrefslogtreecommitdiffstats
path: root/winsup/utils/getconf.c
Commit message (Collapse)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-2/+1
| | | | | | | | | | | | | | Bump GPLv2+ to GPLv3+ for some files, clarify BSD 2-clause. Everything else stays under GPLv3+. New Linking Exception exempts resulting executables from LGPLv3 section 4. Add CONTRIBUTORS file to keep track of licensing. Remove 'Copyright Red Hat Inc' comments. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
* winsup/utils: port getconf to 64-bitYaakov Selkowitz2016-04-041-12/+23
| | | | | | | The available specifications obviously differ on 32-bit and 64-bit, as already handled in <sys/features.h>. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
* winsup/utils: add CPU cache variables to getconf(1)Yaakov Selkowitz2015-10-221-0/+15
| | | | | | * getconf.c (conf_table): Add LEVEL*_CACHE_* variables. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
* 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.