Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2002 09:27:15 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern syscalls.master
Message-ID:  <200202011727.g11HRFD40267@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/02/01 09:27:15 PST

  Modified files:
    sys/kern             syscalls.master 
  Log:
  Made osigreturn(2) standard so that SYS_osigreturn can be used in the
  signal trampoline for old signals.  The arches that support old signals
  currently abuse sigreturn(2) instead.  This mainly complicates things
  and slightly breaks the the new sigreturn(2).
  
  COMPAT is too limited to support the correct configuration of osigreturn,
  and this commit doesn't attempt to fix it; it just moves the bogusness:
  osigreturn() must now be provided unconditionally even on arches that
  don't really need it; previously it had to be provided under the bogus
  condition defined(COMPAT_43).
  
  Revision  Changes    Path
  1.102     +1 -1      src/sys/kern/syscalls.master

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?200202011727.g11HRFD40267>