summaryrefslogtreecommitdiffstats
path: root/winsup/utils
Commit message (Expand)AuthorAgeFilesLines
...
* * parse_pe.cc (exclusion::sort_and_check): Make error message a little moreChristopher Faylor2003-09-183-9/+16
* * kill.c (forcekill): Wait for process to terminate even if TerminateProcessChristopher Faylor2003-09-132-3/+9
* * Makefile.in: Tweak mingw libz.a detection to make it more reliably detectChristopher Faylor2003-09-122-5/+10
* * cygcheck.cc (dump_only): New global variable.Corinna Vinschen2003-09-112-3/+20
* * getfacl (main): Remove extern declaration of optind.Corinna Vinschen2003-09-113-3/+5
* * Makefile.in (cygcheck.o): Use MINGW_CXX for compilation.Christopher Faylor2003-09-114-7/+14
* * Makefile.in (MINGW_CXX): Define and use for mingw-compiled files.Christopher Faylor2003-09-113-13/+22
* * Makefile.in: More fixups to adjust for the fact that mingw_getopt.o is noChristopher Faylor2003-09-112-3/+8
* * Makefile.in: Remove references to getopt since it is now part of mingwex.Christopher Faylor2003-09-102-12/+9
* fix typoChristopher Faylor2003-09-081-1/+1
* * Makefile.in (zlib_h): Rename libz.h -> zlib.h.Christopher Faylor2003-09-082-1/+5
* * Makefile.in: Detect existence of mingw zlib headers and libraries. BuildChristopher Faylor2003-09-083-30/+59
* * dump_setup.cc (check_package_files): Don't fail on empty package.Christopher Faylor2003-09-062-3/+6
* * mount.cc (mount_commands): Ensure user mode is actually user mode and not theChristopher Faylor2003-09-042-36/+47
* * kill.cc (forcekill): Silence some compiler warnings.Christopher Faylor2003-09-012-2/+7
* * Makefile.in: Oops. Put the '...' in the right place.Christopher Faylor2003-09-012-2/+6
* * Makefile.in: Display "..." when not-verbose.Christopher Faylor2003-09-013-5/+15
* * dump_setup.cc (check_package_files): Strip leading / and ./ fromCorinna Vinschen2003-08-172-0/+11
* * dump_setup.cc (package_find): Don't stop searching on missingCorinna Vinschen2003-08-162-15/+27
* * cygcheck.cc (main): Fix some formatting and help text printing.Corinna Vinschen2003-08-153-64/+230
* * regtool.cc (usage): Add missing linefeed. Move example to --helpCorinna Vinschen2003-08-152-15/+22
* * dump_setup.cc (check_package_files): Fix extra '/' in filename.Corinna Vinschen2003-08-132-4/+9
* * dump_setup.cc (dump_setup): Check for the existence of the package list file.Christopher Faylor2003-08-102-15/+37
* * dump_setup.cc (version_len): New static variable.Christopher Faylor2003-08-092-15/+138
* change default for --change-default-prefixChristopher Faylor2003-08-051-1/+1
* * mount.cc (do_mount): Issue warning when using managed mount option onChristopher Faylor2003-07-262-0/+25
* * configure.in: Use 'install-sh -c'.Christopher Faylor2003-07-261-0/+5
* preliminary checkinChristopher Faylor2003-07-262-2/+2
* preliminary checkinChristopher Faylor2003-07-263-5/+5
* * configure.in: Always use install-sh.Christopher Faylor2003-07-253-8/+17
* * mount.cc (struct opt): Remove posix option.Christopher Faylor2003-07-043-2/+22
* * mount.cc (longopts): Add long "options" keyword.Christopher Faylor2003-07-043-2/+72
* * cygcheck.cc (pretty_id): Rework slightly to not rely on spaces.Christopher Faylor2003-06-132-7/+11
* clarifyChristopher Faylor2003-06-131-1/+2
* Throughout, always return error when GetShortPathName returns 0.Christopher Faylor2003-06-122-3/+7
* * mkpasswd.c (usage) Remove extra newline from description output.Joshua Daniel Franklin2003-04-263-6/+26
* * cygcheck.cc (usage) Add description output.Joshua Daniel Franklin2003-04-2615-5/+40
* Pierre's update for mkgroup/mkpasswdJoshua Daniel Franklin2003-04-101-10/+10
* 2003-04-10 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-04-103-88/+94
* note mount binary default.Christopher Faylor2003-03-271-2/+2
* * cygcheck.cc (dump_sysinfo): Ensure that CYGWIN environment variable isChristopher Faylor2003-03-252-1/+10
* fix typoChristopher Faylor2003-03-121-1/+1
* .Christopher Faylor2003-03-091-1/+1
* * getfacl.c (username): Fix ambiguous printf calls.Corinna Vinschen2003-03-092-6/+12
* * Makefile.in (strace.exe): Include mingw_getopt.o in link line.Christopher Faylor2003-03-046-10/+21
* Document new mkgroup,mkpasswd optionsJoshua Daniel Franklin2003-03-011-27/+47
* 2003-03-01 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-03-013-14/+32
* * Makefile.in (cygcheck.o): Fix so that actual mingw include files are used.Christopher Faylor2003-03-013-5/+94
* * cygpath.cc (doit): Allocate more space for non-path filename.Christopher Faylor2003-02-122-5/+9
* * dump_setup.cc (compar): Use case insensitive comparisons.Christopher Faylor2003-02-072-11/+11