aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils
AgeCommit message (Expand)AuthorFilesLines
2004-05-27clarify last entry slightly.Christopher Faylor1-2/+2
2004-05-27* kill.cc (listsig): NSIG includes Signal 0, so we need to avoid callingChristopher Faylor2-1/+6
2004-03-21* cygcheck.cc (dump_sysinfo): Remove "Win95/NT" from output.Christopher Faylor2-1/+5
2004-03-15* cygpath.cc (usage): Don't issue helpful message if -i is used.Christopher Faylor2-4/+11
2004-03-13 * kill.cc (get_debug_priv): New function.Corinna Vinschen2-0/+35
2004-02-25* cygpath.cc (long_options): Add "mode" option.Christopher Faylor3-6/+41
2004-02-21* Makefile.in (build_dumper): Detect missing iconv library.Christopher Faylor4-13/+35
2004-02-14 * ssp.c (opts): Add leading '+' to force posixly correct behaviour.Corinna Vinschen2-1/+5
2004-02-11 * strace.cc (opts): Add leading '+' to force posixly correctCorinna Vinschen2-6/+7
2004-02-11 * utils.sgml: Update cygcheck optionsJoshua Daniel Franklin1-28/+63
2004-02-11* strace.cc (main): Guard against previous setting of POSIXLY_CORRECT.Christopher Faylor2-1/+9
2004-02-10* strace.cc: Update copyrights.Christopher Faylor3-4/+9
2004-02-10* strace.cc (main): Ensure POSIXLY_CORRECT argument ordering.Christopher Faylor4-1/+8
2004-01-24Cleanup minor markup problems.Joshua Daniel Franklin1-1/+3
2004-01-23* cygcheck.cc (pretty_id): Make more robust in absence of id.exe.Christopher Faylor2-3/+20
2004-01-22 * cygpath.cc (dowin): Revert accidental checkin from November.Corinna Vinschen2-8/+23
2004-01-20Document new passwd options.Joshua Daniel Franklin1-22/+41
2003-11-26 * mkgroup.c (main): Print "root" group with local admins group sidCorinna Vinschen2-0/+13
2003-11-19 * Makefile.in: Add rules to build ipcrm and ipcs.Corinna Vinschen4-1/+1061
2003-11-19 Revert most of last check in to ChangeLog. It duplicatedCorinna Vinschen1-1237/+0
2003-11-14 * mkgroup.c: Avoid compiler warnings throughout.Corinna Vinschen4-15/+1258
2003-11-07 * cygpath.cc (main): Allow multiple pathnames on command line.Corinna Vinschen2-22/+17
2003-11-04 * passwd.c (PrintPW): Turn around meaning printed for "Password notCorinna Vinschen2-11/+22
2003-11-04 * passwd.c (UF_LOCKOUT): Remove (defined in lmaccess.h).Corinna Vinschen2-35/+134
2003-10-17revert accidental checkinChristopher Faylor1-8/+19
2003-10-17* cygcheck.cc (pretty_id): Don't exec if `id' program is not found.Christopher Faylor4-26/+16
2003-09-20* kill.cc (main): Allow negative pids (indicates process groups).Christopher Faylor2-3/+18
2003-09-18* parse_pe.cc (exclusion::sort_and_check): Make error message a little moreChristopher Faylor3-9/+16
2003-09-13* kill.c (forcekill): Wait for process to terminate even if TerminateProcessChristopher Faylor2-3/+9
2003-09-12* Makefile.in: Tweak mingw libz.a detection to make it more reliably detectChristopher Faylor2-5/+10
2003-09-11 * cygcheck.cc (dump_only): New global variable.Corinna Vinschen2-3/+20
2003-09-11 * getfacl (main): Remove extern declaration of optind.Corinna Vinschen3-3/+5
2003-09-11* Makefile.in (cygcheck.o): Use MINGW_CXX for compilation.Christopher Faylor4-7/+14
2003-09-11* Makefile.in (MINGW_CXX): Define and use for mingw-compiled files.Christopher Faylor3-13/+22
2003-09-11* Makefile.in: More fixups to adjust for the fact that mingw_getopt.o is noChristopher Faylor2-3/+8
2003-09-10* Makefile.in: Remove references to getopt since it is now part of mingwex.Christopher Faylor2-12/+9
2003-09-08fix typoChristopher Faylor1-1/+1
2003-09-08* Makefile.in (zlib_h): Rename libz.h -> zlib.h.Christopher Faylor2-1/+5
2003-09-08* Makefile.in: Detect existence of mingw zlib headers and libraries. BuildChristopher Faylor3-30/+59
2003-09-06* dump_setup.cc (check_package_files): Don't fail on empty package.Christopher Faylor2-3/+6
2003-09-04* mount.cc (mount_commands): Ensure user mode is actually user mode and not theChristopher Faylor2-36/+47
2003-09-01* kill.cc (forcekill): Silence some compiler warnings.Christopher Faylor2-2/+7
2003-09-01* Makefile.in: Oops. Put the '...' in the right place.Christopher Faylor2-2/+6
2003-09-01* Makefile.in: Display "..." when not-verbose.Christopher Faylor3-5/+15
2003-08-17 * dump_setup.cc (check_package_files): Strip leading / and ./ fromCorinna Vinschen2-0/+11
2003-08-16 * dump_setup.cc (package_find): Don't stop searching on missingCorinna Vinschen2-15/+27
2003-08-15 * cygcheck.cc (main): Fix some formatting and help text printing.Corinna Vinschen3-64/+230
2003-08-15 * regtool.cc (usage): Add missing linefeed. Move example to --helpCorinna Vinschen2-15/+22
2003-08-13 * dump_setup.cc (check_package_files): Fix extra '/' in filename.Corinna Vinschen2-4/+9
2003-08-10* dump_setup.cc (dump_setup): Check for the existence of the package list file.Christopher Faylor2-15/+37