| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bump GPLv2+ to GPLv3+ for some files, clarify BSD 2-clause.
Everything else stays under GPLv3+.
New Linking Exception exempts resulting executables from LGPLv3 section 4.
Add CONTRIBUTORS file to keep track of licensing.
Remove 'Copyright Red Hat Inc' comments.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
|
|
|
| |
* kill.cc (strsigno): Don't call sys_sigabbrev for signal 0.
(listsig): Don't call strsigno for signal 0.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
option handling to use the same style throughout all Cygwin utils.
Throughout use program_invocation_short_name to refer to current
process name in Cygwin executables.
* utils.sgml: Align documentation to above change. Add missing
sections for getconf, ldd, and setmetamode.
* strace.cc (proc_child): Avoid compiler warning.
|
|
|
|
| |
negative pids there.
|
|
|
|
|
|
|
|
|
|
|
| |
(sys_sigabbrev): New array of signal strings, patterned after linux.
(siglist): Use __signals.
* cygwin/include/cygwin/signal.h (sys_sigabbrev): Define.
* cygwin/include/cygwin/version.h: Bump API minor version to 177.
* utils/Makefile.in (kill.exe): Remove reliance on libiberty.
* utils/kill.cc (strsigno): New function patterned after libiberty but using
newly exported cygwin array.
|
|
|
|
| |
signal name with spaces.
|
|
|
|
| |
* strace.cc (handle_output_debug_string): Make error a little more specific.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
strtosigno with NSIG - 1.
|
|
|
|
| |
(forcekill): Call get_debug_priv before trying to kill process.
|
| |
|
|
|
|
| |
explicit and ignore (hopefully) harmless region overlap.
|
|
|
|
| |
says it failed.
|
| |
|
|
|
|
|
| |
* kill.cc (forcekill): Default to entered pid when pinfo fails. Issue some
warnings when things don't work.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
(usage) Standardize usage output. Add descriptions.
(print_version) New function.
(longopts) Accomodate new version option.
(opts) Ditto.
(main) Ditto.
|
| |
|
|
|
|
| |
(main): Implement 'h' option.
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
(getsig): Ditto.
(forcekill): Ditto.
|
| |
|
| |
|
|
|
|
| |
pid.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
specified.
* Makefile.in: Always clean dumper.exe.
|
|
|
|
|
|
|
| |
* dumper.cc: New file.
* dumper.h: New file.
* module_info.cc: New file.
* parse_pe.cc: New file.
|
|
|
|
|
|
|
|
|
| |
(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.
|
|
|