Go to file
jonathan be2c7f3d13 If we panic inside trap(), Do a stack traceback before printing the trap log.
Also change the stack-traceback code to avoid having multiple returns
(and thus multiple stack pops) because with gcc -O2 that breaks the
heuristic that a "jr ra" preceding the PC precedes code to push the
current stack frame.  Which breaks stacktrace() before it even
traces past itself :-(.  Use a goto instead.
1995-05-02 19:51:52 +00:00
bin Use POSIX signal semantics. Change p_pid and p_jobid to pid_t's. 1995-04-29 23:21:28 +00:00
distrib Mail addr update. 1995-04-27 14:44:04 +00:00
etc /var/db shouldn't have had the 'ignore' flag set. 1995-04-21 00:22:04 +00:00
games Oops. Adjust delay by 10x. 1995-04-29 01:20:00 +00:00
gnu define STDC_HEADERS, because it seems to work and because we need the protos 1995-04-29 05:37:13 +00:00
include Winning Strategies has placed this code into the Public Domain. 1995-04-29 06:49:13 +00:00
lib Use POSIX tty semantics. 1995-05-02 01:40:14 +00:00
libexec Use POSIX tty semantics. 1995-05-02 02:05:47 +00:00
regress just include stdlib.h to get malloc proto. 1995-04-29 05:44:35 +00:00
sbin Remove xref to mount_lofs and add xref to mount_ados and mount_msdos. 1995-04-30 20:42:12 +00:00
share 4.4BSD-Lite2 1995-04-29 00:26:52 +00:00
sys If we panic inside trap(), Do a stack traceback before printing the trap log. 1995-05-02 19:51:52 +00:00
usr.bin Use POSIX tty semantics. 1995-05-02 01:40:14 +00:00
usr.sbin update 'files' files search paths and manual page descriptions for 1995-04-28 08:15:48 +00:00
Makefile work in the face of a /usr/src/obj directory 1995-02-26 01:10:19 +00:00