Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2001 18:53:06 -0800 (PST)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 db_trace.c exception.s machdep.c trap.c src/sys/i386/include asnames.h
Message-ID:  <200102250253.f1P2r6v33800@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2001/02/24 18:53:06 PST

  Modified files:
    sys/i386/i386        db_trace.c exception.s machdep.c trap.c 
    sys/i386/include     asnames.h 
  Log:
  - Rename the lcall system call handler from Xsyscall to Xlcall_syscall
    to be more like Xint0x80_syscall and less like c function syscall().
  - Reduce code duplication between the int0x80 and lcall handlers by
    shuffling the elfags into the right place, saving the sizeof the
    instruction in tf_err and jumping into the common int0x80 code.
  
  Reviewed by:	peter
  
  Revision  Changes    Path
  1.38      +3 -5      src/sys/i386/i386/db_trace.c
  1.84      +9 -22     src/sys/i386/i386/exception.s
  1.443     +5 -5      src/sys/i386/i386/machdep.c
  1.182     +4 -4      src/sys/i386/i386/trap.c
  1.58      +2 -2      src/sys/i386/include/asnames.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102250253.f1P2r6v33800>