From owner-cvs-all Wed Sep 29 8: 1:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE20314FD5; Wed, 29 Sep 1999 08:01:22 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA57351; Wed, 29 Sep 1999 08:01:22 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909291501.IAA57351@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 29 Sep 1999 08:01:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern syscalls.master Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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