From owner-freebsd-commit Wed Oct 4 00:08:22 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA23116 for freebsd-commit-outgoing; Wed, 4 Oct 1995 00:08:22 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA23099 for cvs-all-outgoing; Wed, 4 Oct 1995 00:08:18 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA23088 for cvs-sys-outgoing; Wed, 4 Oct 1995 00:08:16 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA23073 ; Wed, 4 Oct 1995 00:08:06 -0700 Date: Wed, 4 Oct 1995 00:08:06 -0700 From: Julian Elischer Message-Id: <199510040708.AAA23073@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_misc.c Sender: owner-commit@FreeBSD.org Precedence: bulk julian 95/10/04 00:08:05 Modified: sys/i386/i386 trap.c sys/i386/linux linux_misc.c Log: Submitted by: Juergen Lock Obtained from: other people on the net ? 1. stepping over syscalls (gdb ni) sends you to DDB, and returned to the wrong address afterwards, with or without DDB. patch in i386/i386/trap.c below. 2. the linux emulator (modload'ed) still causes panics with DIAGNOSTIC, re-applied a patch posted to one of the lists...