Searched hist:137393 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/vm/
H A Dvm_param.hdiff 137393 Mon Nov 08 16:20:02 MST 2004 des #include <vm/vm_param.h> instead of <machine/vmparam.h> (the former
includes the latter, but also declares variables which are defined
in kern/subr_param.c).

Change som VM parameters from quad_t to unsigned long. They refer to
quantities (size limits for text, heap and stack segments) which must
necessarily be smaller than the size of the address space, so long is
adequate on all platforms.

MFC after: 1 week
/freebsd-9.3-release/sys/kern/
H A Dsubr_param.cdiff 137393 Mon Nov 08 16:20:02 MST 2004 des #include <vm/vm_param.h> instead of <machine/vmparam.h> (the former
includes the latter, but also declares variables which are defined
in kern/subr_param.c).

Change som VM parameters from quad_t to unsigned long. They refer to
quantities (size limits for text, heap and stack segments) which must
necessarily be smaller than the size of the address space, so long is
adequate on all platforms.

MFC after: 1 week

Completed in 129 milliseconds