Source-Changes archive

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

Re: CVS commit: src/sys



On Tue, Oct 03, 2006 at 04:07:12PM +0000, Elad Efrat wrote:
> 
> Module Name:  src
> Committed By: elad
> Date:         Tue Oct  3 16:07:12 UTC 2006
> 
> Modified Files:
>       src/sys/kern: init_sysctl.c
>       src/sys/sys: proc.h sysctl.h
> 
> Log Message:
> Back out previous (p_flag2).
> 
> In 30 minutes from now Jason Thorpe will come up with an implementation
> of a proplib dictionary in struct proc, so adding an int doesn't really
> make any sense.

I'm not sure about that. There are things for which I think a proplib 
woudl be fine, and there are things it isn't fine for. My understanding of 
why you wanted p_flag2 was for flags. I think bits in an int is a very 
efficient way of storing bit flags.

Just add it right before you add the feature that pushes us over 32 bits 
worth of flags.

Take care,

Bill

Attachment: pgpkeg0vxYqJd.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index