Subject: Re: CVS commit: src/sys/kern
To: None <thorpej@netbsd.org>
From: Klaus Klein <kleink@reziprozitaet.de>
List: source-changes
Date: 01/24/2003 01:01:20
Jason R Thorpe <thorpej@netbsd.org> writes:
> Module Name: src
> Committed By: thorpej
> Date: Thu Jan 23 23:29:46 UTC 2003
>
> Modified Files:
> src/sys/kern: syscalls.master
>
> Log Message:
> Allow the _ksem_*() syscalls to be properly seen by ktruss/kdump.
Actually... these should not be conditional on a kernel configuration
option at all, or the _POSIX_SEMAPHORES symbol ought to be defined as
zero in <sys/unistd.h> (and applications check run-time variables).
Given the low overhead of the module (unlike SysV IPC), the former
might make more sense.
- Klaus