K 10 svn:author V 8 jmallett K 8 svn:date V 27 2010-04-10T02:11:00.920536Z K 7 svn:log V 577 o) Destroy pmap locks correctly. o) Remove another unused file. o) Adjust freebsd32 sysvec to be more correct. o) Define the top of the user stack as being a page below the max user address. Because of problems related to USRSTACK (by way of PS_STRINGS) being compiled into binaries, page sizes will probably be going back to 4k in this branch in the near future, meaning this macro will return to its original value. o) Use PTR_S for what's really a SIZE_T_S instead of sw. o) Correct segtab shifting in trap. XXX trap really shouldn't be doing this by hand. END