summaryrefslogtreecommitdiffstats
path: root/winsup/utils
Commit message (Expand)AuthorAgeFilesLines
* * mount.cc (main): Use getopt_long for parsing arguments.Christopher Faylor2001-04-033-154/+208
* * mount.cc (show_mounts): Change format string to more closely resemble UNIXChristopher Faylor2001-04-022-9/+8
* Update copyright.Christopher Faylor2001-03-181-1/+1
* * kill.cc (forcekill): Use dwProcessId when opening a process, not the CygwinChristopher Faylor2001-03-182-1/+6
* * getfacl.c: Add copyright hint.Corinna Vinschen2001-03-054-0/+40
* * regtool.cc (cmd_list): Add new registry display options.Christopher Faylor2001-01-103-69/+107
* more formatting changes.Christopher Faylor2001-01-101-2/+4
* * regtool.cc (translate): Ensure that 'c' is initialized.Christopher Faylor2001-01-103-574/+595
* * cygcheck.cc (cygwin_info): Add some more bounds checking. From Matt HargetChristopher Faylor2000-12-162-49/+205
* * Makefile.in: Compile/link dumper.exe with c++.Christopher Faylor2000-12-112-10/+14
* * mkpasswd.c: make default home directory /home/$user if oneCorinna Vinschen2000-12-072-19/+58
* Make initial tabbing consistent.Christopher Faylor2000-12-071-109/+109
* * Makefile.in: Use CXX to build the DLL.Christopher Faylor2000-12-034-114/+245
* * utils.sgml: Document new options for ps and strace.Christopher Faylor2000-11-192-5/+14
* * mount.cc (main): Call show_cygdrive_info instead of show_cygdrive_prefixes.Christopher Faylor2000-11-082-10/+24
* * mkgroup.c (load_netapi): New function to load netapi32.dll functionsCorinna Vinschen2000-11-083-104/+251
* * kill.cc (main): Return 1 in case of errors.Corinna Vinschen2000-11-022-1/+7
* * Makefile.in: Accomodate newer gcc's which require linking of c++ programsChristopher Faylor2000-10-286-53/+63
* Cleanup formatting on some files. Remove excessive whitespace.Christopher Faylor2000-10-2815-686/+764
* * strace.cc (main): Add a '-b' option.Christopher Faylor2000-10-282-2/+14
* * ssp.c: newDJ Delorie2000-10-194-1/+934
* * ps.cc (main): Add some extra space to Windows pid output for Windows 95.Christopher Faylor2000-10-182-2/+7
* * ps.cc (main): Add some extra space to pid output for Windows 95.Christopher Faylor2000-10-182-6/+10
* * cygcheck.cc (main): Fix argument counting.Corinna Vinschen2000-10-162-3/+8
* * ps.cc (main): Accomodate new PID_ constant.Christopher Faylor2000-10-153-4/+13
* * strace.cc (proc_child): Handle exceptions correctly.Christopher Faylor2000-10-122-2/+10
* * ps.cc (main): Change order of reporting slightly so that windows pids areChristopher Faylor2000-10-094-13/+14
* Forgot to remove cygkeycheck.ccCorinna Vinschen2000-09-291-105/+0
* * cygcheck.cc (keyeprint): New function.Corinna Vinschen2000-09-293-21/+149
* * cygkeycheck.cc: New file. Utility to retrieve keycodes.Corinna Vinschen2000-09-283-1/+111
* * cygpath.cc: Add new options: -s and -i.Christopher Faylor2000-09-193-16/+136
* * kill.cc (main): Change behavior of -f so that it will force the killing of aChristopher Faylor2000-09-132-6/+24
* * Makefile.in: Refine dumper.exe message.Christopher Faylor2000-09-102-4/+9
* * kill.c (main): Avoid skipping next argument when a signal number isChristopher Faylor2000-08-293-2/+10
* * Makefile.in: Only build dumper.exe when all of its library and includeChristopher Faylor2000-08-252-8/+29
* * Makefile.in: Make failure to build dumper.exe a non-error.Christopher Faylor2000-08-252-2/+6
* * ps.cc (main): Always print a cygwin process using cygwin paths.Christopher Faylor2000-08-252-2/+6
* Change attribution.Christopher Faylor2000-08-241-1/+1
* * Makefile.in: Add dumper.exe target and associated mechanisms for building it.Christopher Faylor2000-08-248-3/+1120
* * passwd.c (main): Initialize oldpwd before beeing used.Corinna Vinschen2000-07-312-0/+5
* * kill.cc (main): Add '-f' option to force termination of a process.Christopher Faylor2000-07-293-36/+244
* Fix typo.Christopher Faylor2000-07-281-1/+1
* * utils/mount.cc (main): Add --show-cygdrive-prefixes option.Christopher Faylor2000-07-283-2/+57
* * mount.cc (mount_already_exists): Slightly rearrange.Corinna Vinschen2000-07-132-13/+24
* * mount.cc (mount_already_exists): Additional warning messageCorinna Vinschen2000-07-132-0/+11
* * Makefile.in: Find getopt.c in cygwin/lib subdirectory.Christopher Faylor2000-07-012-1/+5
* * cygcheck.cc (cygwin_info): New function. Scans DLL for Cygwin version info.Christopher Faylor2000-06-252-4/+68
* mount.cc (error): New function to report an error and exit.Corinna Vinschen2000-06-083-19/+38
* * mount.cc: add stdlib.h for exitDJ Delorie2000-06-054-0/+11
* * regtool.cc (find_key): Add parameter `access'.Corinna Vinschen2000-05-192-9/+18