/sys/modules/exec_script/

.scholz.ruhr/netbsd/atom/bin/kill/kill.c?h=trunk' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/bin/kill/kill.c
AgeCommit message (Expand)Author
2022-05-16Alter error messages so they no longer claim that bad input is illegal.kre
2020-08-30Every integer that fits within a pid_t is a potential "pid" arg to kill.kre
2020-08-30Use the POSIX specified format if POSIXLY_CORRECT is set in thekre
2018-12-12Reverse a decision made when the printsignals() routines fromkre
2018-10-28Switch from using two printsignals() functions, one in trap.ckre
2017-06-26Make arg parsing in kill POSIX compatible with POSIX (XBD 2.12) bykre
2011-08-29Use __deadjoerg
2009-10-01Make sure that numerical signals and pids are in range for their types.spz
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2006-03-17Coverity CID 2356: Remove bogus test !*argv; also cleanup string usage.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-04As discusses a little while back on tech-userlevel:jschauma
2002-11-25sent cont to jobs so that they can exit without an fg when killed.christos
2002-11-24Fixes from David Laight:christos
2001-09-16Use {g,s}etprogname. Patch by Petri Koistinen.wiz
2001-07-29ANSIfy, some style improvements. Some parts from #13593 by Petri Koistinen.wiz
1998-11-04unsigned char casts for is*()christos
1998-07-28Be more retentive about use of NOTREACHED and noreturn.mycroft
1998-07-28Delint.mycroft
1998-07-28Delint.mycroft
1997-07-20Add WARNS=1christos
1997-02-22Fix a typo that caused lack of argument to be misinterpreted as "0".thorpej