aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils
AgeCommit message (Expand)AuthorFilesLines
2009-11-11 * getfacl.c (print_version): Fix copyright.Corinna Vinschen2-18/+23
2009-11-04 * path.cc (read_mounts): Skip unnecessary test if path has beenCorinna Vinschen2-6/+15
2009-11-04 * cygcheck.cc (cygwin_dll_path): New global variable.Corinna Vinschen4-15/+28
2009-11-04 * path.cc (read_mounts): First get installation path from own path.Corinna Vinschen2-20/+49
2009-11-04 * Makefile.in (cygpath.exe): Add -fno-threadsafe-statics to CXXFLAGS.Corinna Vinschen2-0/+5
2009-10-31 * cygcheck.cc: Include cygprops.h.Corinna Vinschen3-10/+329
2009-10-28 * cygcheck.cc (pretty_id): Drop arguments. Don't change CYGWINCorinna Vinschen2-17/+10
2009-10-20 * cygcheck.cc (dump_sysinfo): Update with latest NT 6.1 versions.Corinna Vinschen2-45/+78
2009-10-15 * cygpath.cc (get_special_folder): Fetch path as WCHAR and convertCorinna Vinschen2-25/+44
2009-10-12 * kill.cc (main): Skip to PID loop on invalid option to handleCorinna Vinschen2-4/+7
2009-10-02* mkpasswd.c: Properly define __progname as __declspec(dllimport).Christopher Faylor2-2/+2
2009-08-11 * mkgroup.c (enum_local_groups): Avoid error message if given groupCorinna Vinschen3-3/+24
2009-08-10 * mingw: Add fallbacks to search for MinGW components in standardDave Korn2-1/+7
2009-08-09 * mount.cc (do_mount): Don't exit, just return.Corinna Vinschen2-2/+4
2009-07-23 * cygcheck.cc (dump_sysinfo): Add missing "Server Foundation" toCorinna Vinschen2-1/+6
2009-07-22 * mount.cc (do_mount): Replace --no-executable flag with notexecCorinna Vinschen3-2/+8
2009-07-22 * Makefile.in (path-mount.o): Add a rule to build stripped down versionCorinna Vinschen6-26/+175
2009-07-15 * strace.cc (main): Open trace output file in UNIX mode.Corinna Vinschen2-2/+7
2009-07-13 * cygcheck.cc (dump_sysinfo): Remove "not yet supported" text.Corinna Vinschen2-5/+6
2009-07-05* cygwin-console-helper.cc: New file.Christopher Faylor3-1/+18
2009-06-10 * path.cc (oopts): Sort alphabetically, add missing "auto" andCorinna Vinschen2-31/+70
2009-05-17 * cygpath.cc (codepage): New variable.Corinna Vinschen3-10/+85
2009-05-16 * Makefile.in (cygpath.exe): Link against cygwin.a before linkingCorinna Vinschen2-2/+9
2009-05-15 * cygpath.cc (main): Only setlocale for LC_CTYPE category. FallbackCorinna Vinschen6-4/+32
2009-05-14cygwin ChangeLogChristopher Faylor3-12/+25
2009-05-11 * Makefile.in: Link ps.exe agains ntdll.dll.Corinna Vinschen3-2/+83
2009-05-06 * Move ChangeLog entry.Corinna Vinschen1-0/+5
2009-05-06 * mkpasswd.c (current_user): Don't use HOMEDRIVE/HOMEPATH to generateCorinna Vinschen5-30/+25
2009-05-04* cygcheck.cc (find_app_on_path): Avoid using NULL pointer if find_on_pathChristopher Faylor1-0/+3
2009-05-04 * cygcheck.cc (usage): Fix option order and print.Corinna Vinschen2-5/+10
2009-04-22* strace.cc (create_child): Set CYGWIN=noglob when starting new process so thatChristopher Faylor2-1/+16
2009-04-15 * cygpath.cc (do_pathconv): Only skip \\?\ prefix if it's reallyCorinna Vinschen2-9/+18
2009-04-13 * Makefile.in (dumper.exe): Add -lz to ALL_LDFLAGS.Dave Korn2-1/+5
2009-04-07 * path.cc (readlink): Accommodate new UTF-16 symlinks.Corinna Vinschen2-5/+27
2009-04-03 * utils.sgml: Various syntactical and semantical fixes.Corinna Vinschen3-25/+30
2009-03-27 * utils.sgml (passwd -R): Remove references to CYGWIN="server".Corinna Vinschen2-7/+7
2009-03-24 * cygcheck.cc (dump_sysinfo): Fix compiler warning in printf.Corinna Vinschen4-3/+8
2009-03-23 * passwd.c (usage): Change description for -d option according toCorinna Vinschen3-5/+29
2009-03-23 * passwd.c (caller_is_admin): New function to test if calling userCorinna Vinschen2-19/+69
2009-03-22 * passwd.c (main): Always get logonserver from environment andCorinna Vinschen2-3/+11
2009-03-22 * ldd.cc: Fix compiler warning.Corinna Vinschen3-21/+29
2009-03-18*** empty log message ***Christopher Faylor1-0/+4
2009-03-18Re-add inexplicably missing ldh.cc.Christopher Faylor1-0/+17
2009-03-18* ldd.cc (load_dll): Start helper program rather than ldd.exe.Christopher Faylor3-75/+113
2009-03-14* ldd.cc (longopts): Add --dll option.Christopher Faylor2-13/+104
2009-03-14 * path.cc (from_fstab): Use wcstombs/mbstowcs instead ofCorinna Vinschen2-5/+8
2009-03-14 * wide_path.h (class wide_path): New class to convert Windows pathCorinna Vinschen4-64/+178
2009-03-14* ldd.cc: Rework to detect missing DLLs.Christopher Faylor2-30/+347
2009-03-09 * utils.sgml: Fix typo.Corinna Vinschen2-1/+5
2009-03-08* cygcheck.cc (usage): Fix typo.Christopher Faylor2-1/+5