freebsd-nq/sys/powerpc/include
Peter Wemm 447b3772dc Change hw.physmem and hw.usermem to unsigned long like they used to be
in the original hardwired sysctl implementation.

The buf size calculator still overflows an integer on machines with large
KVA (eg: ia64) where the number of pages does not fit into an int.  Use
'long' there.

Change Maxmem and physmem and related variables to 'long', mostly for
completeness.  Machines are not likely to overflow 'int' pages in the
near term, but then again, 640K ought to be enough for anybody.  This
comes for free on 32 bit machines, so why not?
2002-08-30 04:04:37 +00:00
..
_inttypes.h
_limits.h
_stdint.h
_types.h
ansi.h Since arm and powerpc aren't far enough to set stathz, take a 2002-08-26 03:44:11 +00:00
asm.h
atomic.h
bat.h
bootinfo.h
bus_memio.h
bus_pio.h
bus.h
clock.h
cpu.h
cpufunc.h
critical.h
db_machdep.h
elf.h
endian.h
exec.h
float.h
fpu.h
frame.h
ieeefp.h
in_cksum.h
interruptvar.h
intr_machdep.h
intr.h
ipl.h
kse.h
limits.h
md_var.h Change hw.physmem and hw.usermem to unsigned long like they used to be 2002-08-30 04:04:37 +00:00
metadata.h
mutex.h
nexusvar.h
ofw_machdep.h
openpicreg.h
openpicvar.h
param.h
pcb.h
pcpu.h
pio.h
pmap.h
powerpc.h
proc.h
psl.h
pte.h
ptrace.h
reg.h Renamed poorly named setregs to exec_setregs. Moved its prototype to 2002-08-29 06:17:48 +00:00
reloc.h
resource.h
runq.h
setjmp.h
sigframe.h
signal.h
smp.h
spr.h
sr.h
stdarg.h
trap.h
ucontext.h
varargs.h
vmparam.h