Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * kill.cc (getsig): Rectify bug introduced by 2005-02-26 change. Don't pad | Christopher Faylor | 2005-03-08 | 1 | -1/+1 |
| | | | | signal name with spaces. | ||||
* | * kill (getsig): Avoid buffer overflow when generating a signal name. | Christopher Faylor | 2005-02-27 | 1 | -1/+1 |
| | | | | * strace.cc (handle_output_debug_string): Make error a little more specific. | ||||
* | 2004-11-13 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2004-11-13 | 1 | -14/+22 |
| | | | | | | | * kill.cc (forcekill): Do not pass negative pids to cygwin_internal. Check if sig == 0. Improve error messages. (main): Make pid a long long and distinguish between pids, gpids (i.e. negative pids) and Win9x pids. | ||||
* | * kill.cc (listsig): NSIG includes Signal 0, so we need to avoid calling | Christopher Faylor | 2004-05-27 | 1 | -1/+1 |
| | | | | strtosigno with NSIG - 1. | ||||
* | * kill.cc (get_debug_priv): New function. | Corinna Vinschen | 2004-03-13 | 1 | -0/+30 |
| | | | | (forcekill): Call get_debug_priv before trying to kill process. | ||||
* | * kill.cc (main): Allow negative pids (indicates process groups). | Christopher Faylor | 2003-09-20 | 1 | -3/+14 |
| | |||||
* | * parse_pe.cc (exclusion::sort_and_check): Make error message a little more | Christopher Faylor | 2003-09-18 | 1 | -7/+7 |
| | | | | explicit and ignore (hopefully) harmless region overlap. | ||||
* | * kill.c (forcekill): Wait for process to terminate even if TerminateProcess | Christopher Faylor | 2003-09-13 | 1 | -3/+4 |
| | | | | says it failed. | ||||
* | * kill.cc (forcekill): Silence some compiler warnings. | Christopher Faylor | 2003-09-01 | 1 | -2/+3 |
| | |||||
* | * Makefile.in: Display "..." when not-verbose. | Christopher Faylor | 2003-09-01 | 1 | -4/+7 |
| | | | | | * kill.cc (forcekill): Default to entered pid when pinfo fails. Issue some warnings when things don't work. | ||||
* | * cygcheck.cc (usage) Add description output. | Joshua Daniel Franklin | 2003-04-26 | 1 | -0/+2 |
| | |||||
* | Add final newlines to utils | Joshua Daniel Franklin | 2002-09-15 | 1 | -1/+2 |
| | |||||
* | * kill.cc (prog_name) New global variable. | Christopher Faylor | 2002-05-13 | 1 | -7/+51 |
| | | | | | | | | (usage) Standardize usage output. Add descriptions. (print_version) New function. (longopts) Accomodate new version option. (opts) Ditto. (main) Ditto. | ||||
* | * kill.cc (listsig): Display numeric id when given symbolic input. | Christopher Faylor | 2002-05-13 | 1 | -1/+4 |
| | |||||
* | * kill.cc (usage): Show new options. Allow specification of output stream. | Christopher Faylor | 2002-05-13 | 1 | -3/+7 |
| | | | | (main): Implement 'h' option. | ||||
* | * Makefile.in (kill.exe): Add as a specific target. | Christopher Faylor | 2002-05-13 | 1 | -25/+93 |
| | | | | | | | | | | * kill.cc (longopts): New. (opts): Ditto. (get_sig): Accept const char * parameter. Return -1 on unknown signal. (test_for_unknown_sig): New function. (listsig): New function. (main): Use getopt_long for option parsing. Implement -l, and -s options. Use test_for_unknown_sig() to test for signal validity. | ||||
* | * kill.cc (usage): Move to top of file. | Christopher Faylor | 2002-03-11 | 1 | -40/+36 |
| | | | | | (getsig): Ditto. (forcekill): Ditto. | ||||
* | * kill.cc (main): Set exit value to 1 on invalid pid. Perform minor cleanup. | Christopher Faylor | 2001-10-08 | 1 | -22/+15 |
| | |||||
* | Update copyright. | Christopher Faylor | 2001-03-18 | 1 | -1/+1 |
| | |||||
* | * kill.cc (forcekill): Use dwProcessId when opening a process, not the Cygwin | Christopher Faylor | 2001-03-18 | 1 | -1/+1 |
| | | | | pid. | ||||
* | * kill.cc (main): Return 1 in case of errors. | Corinna Vinschen | 2000-11-02 | 1 | -1/+3 |
| | |||||
* | * ps.cc (main): Change order of reporting slightly so that windows pids are | Christopher Faylor | 2000-10-09 | 1 | -1/+1 |
| | | | | | | | | more obvious. * strace.cc (add_child): Just add child's pid directly. (remove_child): No need to close the child process pid since ContinueDebugEvent does that automatically. (proc_child): Ditto for child thread. | ||||
* | * kill.cc (main): Change behavior of -f so that it will force the killing of a | Christopher Faylor | 2000-09-13 | 1 | -6/+16 |
| | | | | | | cygwin process after waiting 2 tenths of a second for it to terminate. (forcekill): Add an extra argument determining whether to wait for the process to exit. | ||||
* | * kill.c (main): Avoid skipping next argument when a signal number is | Christopher Faylor | 2000-08-29 | 1 | -1/+1 |
| | | | | | specified. * Makefile.in: Always clean dumper.exe. | ||||
* | * Makefile.in: Add dumper.exe target and associated mechanisms for building it. | Christopher Faylor | 2000-08-24 | 1 | -1/+1 |
| | | | | | | | * dumper.cc: New file. * dumper.h: New file. * module_info.cc: New file. * parse_pe.cc: New file. | ||||
* | * kill.cc (main): Add '-f' option to force termination of a process. | Christopher Faylor | 2000-07-29 | 1 | -15/+47 |
| | | | | | | | | | (forcekill): New function. * ps.cc (main): Add '-W' option to list Windows pids as well as Cygwin pids. (dummyprocessmodules): New function. (GetModuleFileNameEx95): New function. (init_win): New function. (to_time_t): New function. | ||||
* | import winsup-2000-02-17 snapshot | Christopher Faylor | 2000-02-17 | 1 | -0/+85 |