Subject: p_flag in struct proc: int -> uint64_t
To: None <tech-kern@NetBSD.org>
From: Elad Efrat <elad@NetBSD.org>
List: tech-kern
Date: 10/02/2006 21:43:04
Hi,

I have a few changes that I'm working on that will require some process
flags. Regardless of whether eventually I'll commit them or not, we
reached the point where we have only one unused flag slot left in
p_flag.

At the moment it's 'int', so I'd like to bump it to uint64_t at least.

Is this okay? is there anything that is expected to break? I guess
sysctl because it uses int32_t, but anything else?

Thanks,

-e.

-- 
Elad Efrat