aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils
AgeCommit message (Expand)AuthorFilesLines
2012-08-10This commit was manufactured by cvs2svn to create tag 'cygwin-cygwin-1_7_14-releasecvs2svn12-176/+85
2012-07-11 * Makefile.in (cygcheck.exe): Link against psapi.dll.Corinna Vinschen6-43/+113
2012-07-06 * cygpath.cc: Change including headers to allow building againstCorinna Vinschen6-38/+45
2012-06-03 * cygcheck.cc (dump_sysinfo): Change "Server 8" to officialCorinna Vinschen2-2/+7
2012-05-05 * mkpasswd.c (current_user): Actually *use* $HOME if it's available.Corinna Vinschen2-2/+11
2012-04-05 * mkgroup.c (print_special_by_sid): Rename from print_special. ChangeCorinna Vinschen3-14/+71
2012-02-24* pldd.c: Fix typo in license header.Yaakov Selkowitz2-1/+12
2012-02-24* pldd.c: Fix formatting.Yaakov Selkowitz1-9/+9
2012-02-24* Makefile.in (CYGWIN_BINS): Add pldd.Yaakov Selkowitz3-1/+164
2012-02-09 * passwd.cc: Add -v option to print version information as well, sinceCorinna Vinschen2-2/+9
2012-02-04 * utils.sgml: Fix typos.Corinna Vinschen2-7/+11
2012-01-31* strace.cc (proc_child): Don't right-shift exit value.Christopher Faylor2-4/+9
2012-01-29 * tzset.c: Throughout use wide characters to be locale agnostic.Corinna Vinschen2-470/+475
2012-01-29 * Makefile.in (CYGWIN_BINS): Add tzset.Corinna Vinschen4-1/+753
2012-01-24 * ldd.cc (start_process): Handle .oct and .so as DLLs.Yaakov Selkowitz2-1/+9
2011-12-22 Don't leave Windows 2000 behind.Corinna Vinschen3-22/+72
2011-12-22 * Makefile.in (ps.exe): Drop -lpsapi from ALL_LDFLAGS.Corinna Vinschen3-63/+43
2011-12-17Clean up whitespace.Christopher Faylor26-809/+809
2011-12-02 * Makefile.in (cygpath.exe): Add -luserenv to ALL_LDFLAGS.Corinna Vinschen3-156/+78
2011-12-01 * mkgroup.c: Drop support for NT4 domains.Corinna Vinschen4-156/+54
2011-11-28 * locale.cc (print_locale_with_codeset): Fetch Windows path as UNICODECorinna Vinschen2-3/+8
2011-11-28 * ps.cc: Remove all Win 9x considerations. Use psapi functionsCorinna Vinschen3-120/+25
2011-11-24* strace.cc (attach_process): Use NT_SUCCESS to figure out ifChristopher Faylor2-3/+16
2011-11-14* strace.cc (handle_output_debug_string): Disable code which attempted to addChristopher Faylor2-0/+10
2011-10-13 * cygcheck.cc (dump_sysinfo): Add Windows 8 recognition. Note asCorinna Vinschen2-4/+15
2011-10-11 * utils.sgml (getconf): Expand documentation.Yaakov Selkowitz2-4/+24
2011-10-10 * ldd.cc (VERSION): Remove.Corinna Vinschen2-2/+4
2011-10-10* ldd.cc: Update copyright.Christopher Faylor2-1/+5
2011-10-10 * Align usage output, version output, as well as usage and versionCorinna Vinschen21-611/+687
2011-10-10 * locale.cc (usage): Restructure, rephrase, add new options. DropCorinna Vinschen3-40/+123
2011-10-10 * cygcheck.cc (check_keys): Use UNICODE Win32 functions.Corinna Vinschen2-6/+10
2011-09-15 * strace.cc (attach_process): Try to turn off DEBUG_ONLY_THIS_PROCESSJon TURNEY3-3/+30
2011-08-21* Makefile.in: Check for header file existence when building dumper.exe too.Christopher Faylor2-3/+10
2011-08-10 * ps.cc (main): Don't overwrite process name, just attach <defunct>Corinna Vinschen2-5/+10
2011-07-20* Makefile.in (CYGWIN_BINS): Add getconf.Yaakov Selkowitz3-1/+570
2011-06-14* mingw: Force use of bash.Christopher Faylor2-1/+5
2011-05-29* ps.cc (ttynam): Accommodate new console numbering.Christopher Faylor2-8/+16
2011-05-03 * locale.cc (print_locale_with_codeset): Align printing of locale namesCorinna Vinschen2-4/+10
2011-04-18 * setfacl.c (getaclentry): Allow extra colon in mask and other entries.Corinna Vinschen2-1/+9
2011-04-132011-04-12 Jon TURNEY <jon.turney@dronecode.org.uk>Jon TURNEY2-1/+5
2011-04-04 * passwd.c (main): Add the ability to specify a username for the -RCorinna Vinschen3-12/+38
2011-03-30 * regtool.cc (cmd_set): Avoid a compiler warning.Corinna Vinschen2-5/+11
2011-03-29 * cygcheck.cc (handle_unique_object_name): Avoid a compiler warning.Corinna Vinschen4-5/+18
2011-03-28 * setfacl.c (strchrnul): Drop local implementation.Corinna Vinschen2-11/+5
2011-02-15 * cygcheck.cc: Fix copyright dates.Corinna Vinschen2-1/+5
2011-01-10 * cygcheck.cc (main): don't imply -d from -s option to cygcheckCorinna Vinschen2-3/+7
2010-12-11 * setfacl.c (strchrnul): New function.Corinna Vinschen2-68/+71
2010-12-06 * cygpath.cc (get_device_name): Fix path length test.Corinna Vinschen2-1/+5
2010-10-31* regtool.c (cmd_set): Write correct number of bytes for REG_MULTI_SZ case.Christopher Faylor2-2/+7
2010-09-06 * cygpath.cc (RtlEqualUnicodePathPrefix): New helper function.Corinna Vinschen2-10/+73