cvs commit: src/sys/kern syscalls.master src/sys/sys sysproto.h umtx.h

2006-03-28 Thread Dag-Erling Smorgrav
des 2006-03-28 14:32:38 UTC FreeBSD src repository Modified files: sys/kern syscalls.master sys/sys sysproto.h umtx.h Log: Revert previous commit at davidxu's insistance. Instead, use __DECONST (argh!) and rearrange the prototypes to make it c

Re: cvs commit: src/sys/kern syscalls.master src/sys/sys sysproto.h umtx.h

2006-03-28 Thread Dag-Erling Smørgrav
David Xu <[EMAIL PROTECTED]> writes: > Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes: > > It is deprecated, which is supposed to mean there will be no future > > extensions. > Deprecated ? where you did get the idea ? >From a comment in umtx.h. > Please backout it, I don't need help of C progamm

Re: cvs commit: src/sys/kern syscalls.master src/sys/sys sysproto.h umtx.h

2006-03-28 Thread David Xu
在 Tuesday 28 March 2006 19:42,Dag-Erling Smørgrav 写道: > > David Xu <[EMAIL PROTECTED]> writes: > > This is an incorrect change, please backout it. the _umtx_op parameters > > never should only accept const void *, in fact, the interface was > > designed to extendable for future use. > > It is dep

Re: cvs commit: src/sys/kern syscalls.master src/sys/sys sysproto.h umtx.h

2006-03-28 Thread Dag-Erling Smørgrav
David Xu <[EMAIL PROTECTED]> writes: > This is an incorrect change, please backout it. the _umtx_op parameters > never should only accept const void *, in fact, the interface was > designed to extendable for future use. It is deprecated, which is supposed to mean there will be no future extensions

Re: cvs commit: src/sys/kern syscalls.master src/sys/sys sysproto.h umtx.h

2006-03-28 Thread David Xu
Dag-Erling Smorgrav wrote: des 2006-03-28 09:18:34 UTC FreeBSD src repository Modified files: sys/kern syscalls.master sys/sys sysproto.h umtx.h Log: The undocumented and deprecated system call _umtx_op() takes two pointer arguments. The fi

cvs commit: src/sys/kern syscalls.master src/sys/sys sysproto.h umtx.h

2006-03-28 Thread Dag-Erling Smorgrav
des 2006-03-28 09:18:34 UTC FreeBSD src repository Modified files: sys/kern syscalls.master sys/sys sysproto.h umtx.h Log: The undocumented and deprecated system call _umtx_op() takes two pointer arguments. The first one is never used (all cal