Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/kern



Jason R Thorpe <thorpej%netbsd.org@localhost> 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



Home | Main Index | Thread Index | Old Index