aboutsummaryrefslogtreecommitdiff
path: root/winsup/utils/kill.cc
AgeCommit message (Expand)AuthorFilesLines
2024-02-14Cygwin: accommodate gcc -Og optionCorinna Vinschen1-1/+1
2023-03-15Cygwin: kill(1): Align list options to latest Linux kill(1)Corinna Vinschen1-14/+91
2023-03-15Cygwin: kill(1): align real-time signal naming to Linux kill(1)Corinna Vinschen1-2/+43
2023-03-15Cygwin: kill(1): don't print spurious error messageCorinna Vinschen1-0/+2
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-1/+1
2020-08-07Cygwin: utils: convert usage() to proper noreturn function throughoutCorinna Vinschen1-1/+1
2019-02-18Cygwin: utils: kill: revert erroneously removed optind correctionCorinna Vinschen1-1/+4
2019-02-02Cygwin: fix typoCorinna Vinschen1-1/+1
2019-02-02Cygwin: kill(1): introduce a -W optionCorinna Vinschen1-19/+39
2019-02-02Cygwin: kill(1): revert casts required for 32 bit to avoid spurious warningsCorinna Vinschen1-2/+3
2019-02-02Cygwin: kill(1): disallow killing process using raw Windows PIDCorinna Vinschen1-19/+22
2016-11-24Fix typo in kill(1)Corinna Vinschen1-1/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-4/+1
2015-11-26Fix SEGV of kill -l 0Michael Kwasigroch1-3/+3
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-5/+5
2013-01-21Update copyrightsChristopher Faylor1-1/+2
2011-12-17Clean up whitespace.Christopher Faylor1-14/+14
2011-10-10 * Align usage output, version output, as well as usage and versionCorinna Vinschen1-37/+24
2009-10-12 * kill.cc (main): Skip to PID loop on invalid option to handleCorinna Vinschen1-4/+2
2007-07-10* cygwin/strsig.cc (__signals): New macro.Christopher Faylor1-2/+10
2005-03-08* kill.cc (getsig): Rectify bug introduced by 2005-02-26 change. Don't padChristopher Faylor1-1/+1
2005-02-27* kill (getsig): Avoid buffer overflow when generating a signal name.Christopher Faylor1-1/+1
2004-11-132004-11-13 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-14/+22
2004-05-27* kill.cc (listsig): NSIG includes Signal 0, so we need to avoid callingChristopher Faylor1-1/+1
2004-03-13 * kill.cc (get_debug_priv): New function.Corinna Vinschen1-0/+30
2003-09-20* kill.cc (main): Allow negative pids (indicates process groups).Christopher Faylor1-3/+14
2003-09-18* parse_pe.cc (exclusion::sort_and_check): Make error message a little moreChristopher Faylor1-7/+7
2003-09-13* kill.c (forcekill): Wait for process to terminate even if TerminateProcessChristopher Faylor1-3/+4
2003-09-01* kill.cc (forcekill): Silence some compiler warnings.Christopher Faylor1-2/+3
2003-09-01* Makefile.in: Display "..." when not-verbose.Christopher Faylor1-4/+7
2003-04-26* cygcheck.cc (usage) Add description output.Joshua Daniel Franklin1-0/+2
2002-09-15Add final newlines to utilsJoshua Daniel Franklin1-1/+2
2002-05-13* kill.cc (prog_name) New global variable.Christopher Faylor1-7/+51
2002-05-13* kill.cc (listsig): Display numeric id when given symbolic input.Christopher Faylor1-1/+4
2002-05-13* kill.cc (usage): Show new options. Allow specification of output stream.Christopher Faylor1-3/+7
2002-05-13* Makefile.in (kill.exe): Add as a specific target.Christopher Faylor1-25/+93
2002-03-11* kill.cc (usage): Move to top of file.Christopher Faylor1-40/+36
2001-10-08* kill.cc (main): Set exit value to 1 on invalid pid. Perform minor cleanup.Christopher Faylor1-22/+15
2001-03-18Update copyright.Christopher Faylor1-1/+1
2001-03-18* kill.cc (forcekill): Use dwProcessId when opening a process, not the CygwinChristopher Faylor1-1/+1
2000-11-02 * kill.cc (main): Return 1 in case of errors.Corinna Vinschen1-1/+3
2000-10-09* ps.cc (main): Change order of reporting slightly so that windows pids areChristopher Faylor1-1/+1
2000-09-13* kill.cc (main): Change behavior of -f so that it will force the killing of aChristopher Faylor1-6/+16
2000-08-29* kill.c (main): Avoid skipping next argument when a signal number isChristopher Faylor1-1/+1
2000-08-24* Makefile.in: Add dumper.exe target and associated mechanisms for building it.Christopher Faylor1-1/+1
2000-07-29* kill.cc (main): Add '-f' option to force termination of a process.Christopher Faylor1-15/+47
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+85