Source-Changes archive

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

Re: CVS commit: src/sys



On Sun, Mar 05, 2006 at 07:21:38AM +0000, Christos Zoulas wrote:
> cvs rdiff -r1.213 -r1.214 src/sys/sys/proc.h

The newly added P_SYSCALL flag conflicts with the old P_INMEM.
Unfortunately P_INMEM is still set in the the data returned by
sysctl (kinfo_proc2.p_flag field) to userland. This will confuse
userland utilities in a similar way as in pr 32809. I propose
changing P_SYSCALL to something nonconflicting, like 0x02000000.

Bye     Pavel



Home | Main Index | Thread Index | Old Index