Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 1999 08:01:22 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern syscalls.master
Message-ID:  <199909291501.IAA57351@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      1999/09/29 08:01:22 PDT

  Modified files:
    sys/kern             syscalls.master 
  Log:
  sigset_t change (part 1 of 5)
  -----------------------------
  
  Rename sigaction, sigprocmask, sigpending and sigsuspend to
  osigaction, osigprocmask, osigpending and osigsuspend (resp)
  and add new syscalls for them to support the new sisgset_t
  without breaking existing binaries.
  
  Change the prototype of sigaltstack to use the typedef stack_t
  instead of struct sigaltstack to reflect that it is SUSv2
  compliant.
  
  Also, rename sigreturn to osigreturn and add a new syscall
  to support the modified stackframe. The change is caused by
  sigreturn operating on ucontext_t now and the fact that
  siginfo_t has been updated to conform to SUSv2.
  
  Revision  Changes    Path
  1.65      +17 -9     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?199909291501.IAA57351>