/* $NetBSD: fenv.h,v 1.1 2015/12/21 17:02:34 christos Exp $ */ #include ink rel='alternate' title='Atom feed' href='http://git.infra.scholz.ruhr/netbsd/atom/bin/sh/trap.c?h=trunk' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-10DEBUG mode changes only. NFC (NC) for any normally compiled shell.kre
2020-08-20Be less conservative about when we do clear_traps() when we havekre
2020-08-20Whitespace. NFCI.kre
2019-12-09PR bin/54743kre
2019-04-25Better interactive SIGINT handling (when a trap is set), and otherkre
2019-01-18Finish (hopefully) the second half of 1.47 ... make surekre
2018-12-12Reverse a decision made when the printsignals() routines fromkre
2018-12-05evert previous, linux build problem confirmed fixed bykre
2018-12-05NFC (except that it should, I am guessing, fix compilation onkre
2018-12-03Cleanup traps a bit - attempt to handle weird uses in traps, suchkre
2018-10-28Switch from using two printsignals() functions, one in trap.ckre
2018-08-19PR bin/48875 (is related, and ameliorated, but not exactly "fixed")kre
2018-07-22PR bin/36532 (perhaps)kre
2018-07-22Revert previous, change has nothing to do with DEBUG mode.kre
2018-07-22DEBUG mode only change (ie: no effect to any normal shell).kre
2017-07-05DEBUG and white space changes only. Convert TRACE() calls for DEBUg modekre
2017-05-07Enhance the trap command to make it possible to do what POSIX wantskre
2017-04-29Fix several problems with the implementation of the "trap" commandkre
2017-04-26Deal with traps that reset the (same) trap in the trap handlerkre
2015-08-22report the signal that wait was interrupted by, which is not always SIGINTchristos
2015-08-22Process pending signals while waiting for a job:christos
2011-06-18PR/45069: Henning Petersen: Use prototypes from builtins.h .christos
2008-02-15Fix inconsistent definitionsmatt
2005-07-15Allow trap to work on ignored signals when the shell is interactive.christos
2005-07-11Don't hard ignore signals that were ignored by our environment, becausechristos
2005-01-11PR/28940: David Laight: /bin/sh doesn't quote the output of trap.christos
2003-08-26Use '\0' instead of NULL in two checks (we are not checking for a pointerjmmv
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-11-24Fixes from David Laight:christos
2002-09-27VFork()ing shell: From elric@netbsd.org:christos
2001-03-18Extended functionality of the trap builtin, which now closely followswulf
2001-02-04remove redundant declarations and nexted externs.christos