Go to file
mrg 1a29454088 hack around PR#38480:
- rename MTRR_I686_NVAR to MTRR_I686_NVAR_MAX, still set to 8
- store mtrr VCNT value into i686_mtrr_vcnt.  if it is less than 8,
  zero out the relevant parts of mtrr_raw[].msraddr
- replace all usage of MTRR_I686_NVAR with either i686_mtrr_vcnt or
  with MTRR_I686_NVAR_MAX as appropriate
- in i686_mtrr_reload() and mtrr_init_first() don't use mtrr_raw[]
  addresses of 0

still needs a bunch of reworking to handle VCNT > 8 case.
2008-07-01 15:27:34 +00:00
bin %d doesn't work so well with the now-u_long type. (HI GMCGARRY!) 2008-06-27 08:17:43 +00:00
common Changes to make lint STFU. 2008-06-30 20:54:19 +00:00
crypto Add an ifdef to disable the AES_CTR_MT cipher because static binaries don't 2008-06-23 14:51:31 +00:00
dist Remove gcc comma-eliminating variadic macro. Prefer __func__. 2008-06-27 02:09:49 +00:00
distrib Move rb.c from sys/lib/libkern to common so it can be in both libc and libkern. 2008-06-30 19:03:59 +00:00
doc For simonb-wapbl branch, journalling is not known to have any stability 2008-06-28 03:30:24 +00:00
etc Fix perms for /var/db/postfix thanks to Matthias Drochner for the report. 2008-06-27 14:29:30 +00:00
external
games remove clause #3 from my license where there are no other 2008-05-29 14:51:25 +00:00
gnu /var/lib -> /var/db by popular demand. 2008-06-25 01:32:37 +00:00
include SUS says that pthread_atfork() must also be in unistd.h 2008-06-25 11:45:38 +00:00
lib Move rb.c from sys/lib/libkern to common so it can be in both libc and libkern. 2008-06-30 19:03:59 +00:00
libexec Add missing RCSID. 2008-06-09 01:00:23 +00:00
regress - Add general cpuset macros. 2008-06-16 01:41:20 +00:00
rescue we cannot use pthreads here because we are statically linked. 2008-06-23 14:53:06 +00:00
sbin Use the new macros defined in ecma167-udf.h and also calculate the extended 2008-06-24 15:37:42 +00:00
share Remove description of ST_MAGICLINKS; it went away a long time ago. 2008-06-23 04:22:36 +00:00
sys hack around PR#38480: 2008-07-01 15:27:34 +00:00
tests Fix two bugs to make MKMODULAR=yes builds will work again, for the 2008-05-31 19:58:35 +00:00
tools
usr.bin Fix alignment of fields for "vmstat -m" when KMEMSTATS are available: 2008-06-24 12:47:23 +00:00
usr.sbin Don't define ISC_PLATFORM_HAVEXADDQ if i386. It only works on the Pentium 2008-06-23 09:19:34 +00:00
x11
build.sh Make build.sh -C work as advertised. 2008-06-27 21:38:36 +00:00
BUILDING
Makefile
Makefile.inc
UPDATING Change DRVSUSPENDDEV ioctl number. Fixes PR kern/38740. 2008-05-31 13:24:57 +00:00