index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
sh
/
trap.c
Age
Commit message (
Expand
)
Author
2003-08-26
Use '\0' instead of NULL in two checks (we are not checking for a pointer
jmmv
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-11-24
Fixes from David Laight:
christos
2002-09-27
VFork()ing shell: From elric@netbsd.org:
christos
2001-03-18
Extended functionality of the trap builtin, which now closely follows
wulf
2001-02-04
remove redundant declarations and nexted externs.
christos
2000-05-22
Back out previous vfork changes.
elric
2000-05-13
Now we use vfork(2) instead of fork(2) when we can.
elric
2000-01-27
Fix bin/9184, bin/9194, bin/9265, bin/9266
christos
1999-03-27
When we execute commands from a shell script, make sure that the signals
christos
1999-02-05
Fix the -c problem differently. We cannot just ignore SIGINT etc, otherwise
christos
1999-01-18
PR/6213: Urban Boquist: /bin/sh does not handle a trapped signal correctly
christos
1998-07-28
Delint.
mycroft
1997-07-04
Fix compiler warnings.
christos
1996-10-16
PR/2808: Remove trailing whitespace (from FreeBSD)
christos
1995-06-07
Ignore result of sigaction when setting traps. Traps will succeed even
christos
1995-06-05
Avoid trapping SIGKILL. Pretend that we did, so that we will not keep
christos
1995-05-11
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0
christos
1995-03-21
convert to new RCS id conventions.
cgd
1994-12-23
be more careful with casts.
cgd
1994-12-05
clean up further. more patches from Jim Jegers
cgd
1994-06-11
Add RCS ids.
mycroft
1994-05-12
last sys_signame[] changes; shell can now be built from scratch
jtc
1994-05-12
Include appropriate header files to bring function prototypes into scope.
jtc
1994-05-11
sync with 4.4lite
jtc
1993-08-06
Use sys_signame[].
mycroft
1993-08-01
Add RCS identifiers.
mycroft
1993-03-23
changed "Id" to "Header" for rcsids
cgd
1993-03-22
added rcs ids to all files
cgd
1993-03-21
initial import of 386bsd-0.1 sources
cgd