Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2002 07:44:03 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/alpha machdep.c src/sys/i386/i386 machdep.c src/sys/ia64/ia64 machdep.c src/sys/pc98/i386 machdep.c src/sys/powerpc/powerpc machdep.c src/sys/sparc64/sparc64 machdep.c
Message-ID:  <200202011544.g11Fi4P17702@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/02/01 07:44:03 PST

  Modified files:
    sys/alpha/alpha      machdep.c 
    sys/i386/i386        machdep.c 
    sys/ia64/ia64        machdep.c 
    sys/pc98/i386        machdep.c 
    sys/powerpc/powerpc  machdep.c 
    sys/sparc64/sparc64  machdep.c 
  Log:
  Compile osigreturn() unconditionally since it will always be needed on
  some arches and the syscall table is machine-independent.  It was
  (bogusly) conditional on COMPAT_43, so this usually makes no difference.
  
  ia64: in addition:
  - replace the bogus cloned comment before osigreturn() by a correct one.
    osigreturn() is just a stub fo ia64's.
  - fix the formatting of cloned comment before sigreturn().
  - fix the return code.  use nosys() instead of returning ENOSYS to get
    the same semantics as if the syscall is not in the syscall table.
    Generating SIGSYS is actually correct here.
  - fix style bugs.
  
  powerpc: copy the cleaned up ia64 stub.  This mainly fixes a bogus comment.
  
  sparc64: copy the cleaned up the ia64 stub, since there was no stub before.
  
  Revision  Changes    Path
  1.160     +0 -2      src/sys/alpha/alpha/machdep.c
  1.490     +0 -2      src/sys/i386/i386/machdep.c
  1.74      +6 -15     src/sys/ia64/ia64/machdep.c
  1.255     +0 -2      src/sys/pc98/i386/machdep.c
  1.19      +6 -4      src/sys/powerpc/powerpc/machdep.c
  1.31      +12 -0     src/sys/sparc64/sparc64/machdep.c

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?200202011544.g11Fi4P17702>