227471 Commits

Author SHA1 Message Date
tron
2cbd21c61e Update for OpenLDAP 2.4.39. 2014-05-28 11:32:50 +00:00
tron
590e1f0cee Update for building OpenLDAP 2.4.39. 2014-05-28 11:32:19 +00:00
martin
41671a8417 Enable swap during sysinst as early as possible 2014-05-28 11:16:03 +00:00
tron
4f4766a6be Re-generate after import of OpenLDAP 2.4.39. 2014-05-28 11:09:18 +00:00
hannken
3e308cbcef Change field "layerm_tag" to correct type "enum vtagtype".
CID 1216449:  Mixing enum types
2014-05-28 10:51:20 +00:00
tron
4385776513 Apply patch to fix CVE-2013-4449. This shouldn't be necessary as we don't
build the server or its plug-ins. But it is better to be safe in case
this changes.
2014-05-28 10:14:13 +00:00
tron
cb54be06bf Resolve conflicts from last import. 2014-05-28 10:12:43 +00:00
tron
d11b170b90 Import OpenLDAP version 2.4.39. The list of changes since version 2.4.23
is too long to put here (over 650 lines of changelog).
2014-05-28 09:58:17 +00:00
msaitoh
edc5bc171e Fix typo in comment. 2014-05-28 09:49:55 +00:00
mrg
e9fe6f353d add new htmintrin.h and htmxlintrin.h files for GCC 4.8.3. 2014-05-28 09:38:46 +00:00
mrg
a878343648 re-run mknative-gcc after threading fixes by skrll and myself. 2014-05-28 09:09:35 +00:00
msaitoh
2d35451721 regen. 2014-05-28 09:06:46 +00:00
msaitoh
5fd5792b00 Add Intel X540-AT2. 2014-05-28 09:06:24 +00:00
mrg
f6968e3347 two fixes skrll@ pointed out:
- pass --enable-libstdcxx-threads to enable a bunch of tests and thus
  get the right answers
- MKNATIVE_CONFIG_TARGET_LIBS needs to do libgcc before libstdc++-v3,
  for the GCC 4.8 case.

with these we now get the right threading options in the headers.
2014-05-28 07:32:22 +00:00
mrg
295c54e235 apply patch from skrll@: allow netbsd host=target to configure
GLIBCXX_IS_NATIVE.
2014-05-28 07:03:27 +00:00
mrg
5b741f074a rerun mknative-gcc for GCC 4.8.3 release.
XXX:  still not 100% right, but we're getting close.
2014-05-28 06:54:48 +00:00
riastradh
340d563a42 Reject unaligned PCI config register ioctl requests before we kassert. 2014-05-28 04:41:52 +00:00
riastradh
e8d144dc21 Rationalize agp_i810 aprint output. Fix agp_i810_init error branches. 2014-05-28 03:17:42 +00:00
riastradh
971e4caa35 Oops -- gtt_off is relative to mmadr, not absolute. 2014-05-28 02:08:52 +00:00
christos
a6ec449286 need esp 2014-05-27 23:34:43 +00:00
christos
4b88b7d425 just allow l2tp not regular ipsec. 2014-05-27 23:24:42 +00:00
njoly
2e3c0c8e82 In shmrealloc(), add missing condvar initialisations for segments
copied from previous location.
2014-05-27 21:00:46 +00:00
palle
3ce6c8957e Ensure a disklabel is present since sun4v OpenBoot requires a valid disklabel in the disk file image. With this change the miniroot.fs can be used as a virtual disk when using sun4v LDOMs. OK martin@ 2014-05-27 19:04:29 +00:00
wiz
c4b0e6bd79 Add missing word 2014-05-27 17:12:22 +00:00
christos
87d253a1f6 I like riastradh's kmem/pool explanation. 2014-05-27 17:05:44 +00:00
msaitoh
63fbbc0246 Print "range: not set" if the decode window isn't set. 2014-05-27 16:50:31 +00:00
msaitoh
11bc96b558 - Add some register definition for MSI and MSI-X
- print MSI-X capability
2014-05-27 16:26:15 +00:00
msaitoh
74db3c4f3a Fix typo in a comment. 2014-05-27 16:17:55 +00:00
plunky
6fbec3793c use -Wno-traditional only for GCC rather than !CLANG 2014-05-27 16:16:01 +00:00
plunky
4eab4174d7 we use C99 syntax but with some GCC extensions, so signal that depending
on the compiler in use
2014-05-27 16:14:03 +00:00
msaitoh
ab84bc60b1 - Fix incorrect calculation in PCI_MSIX_CTL_TBLSIZE().
- The PCI_MSIX_CTL_TBLSIZE bit field is in N-1, so add +1.
2014-05-27 16:10:33 +00:00
skrll
550a0399de Optimise the BUS_DMASYNC_PREREAD operation by only using wbinv for partial
cachelines. Full cachelines are now invalidated only.

From the same change in various mips ports not least cobalt.
2014-05-27 15:56:18 +00:00
ryoon
9ba05f47f2 Related to PR kern/48533
Prism GT 1/2 is Conexant products.
Noted by skrll@, thank you.
2014-05-27 13:44:25 +00:00
ryoon
2642c29051 Regen. 2014-05-27 13:41:48 +00:00
ryoon
0be6d0e193 Related to PR kern/48533
Prism GT is Conexant products.
2014-05-27 13:41:01 +00:00
riastradh
a09bccc2cc Suppress uninitialized variable warnings in older and dumber GCC. 2014-05-27 12:51:04 +00:00
skrll
42c994dfc7 Note 4.8.3 gcc 2014-05-27 09:24:56 +00:00
skrll
ed96d2512e Note gcc 4.8.3 import. 2014-05-27 09:23:10 +00:00
skrll
e0000582f3 Update with-pkgversion date for gcc 4.8.3 import. 2014-05-27 09:19:30 +00:00
skrll
6fac5056c2 Resolve conflicts 2014-05-27 09:18:53 +00:00
skrll
9c8f586f64 Import gcc 4.8.3 which has 98 bugs fixed on gcc-4-8-3-pre-r208254 2014-05-27 08:50:03 +00:00
skrll
0f2e98845a Import gcc 4.8.3 which has 98 bugs fixed on gcc-4-8-3-pre-r208254 2014-05-27 08:39:52 +00:00
skrll
5f4cdc7d41 Import gcc 4.8.3 which has 98 bugs fixed on gcc-4-8-3-pre-r208254 2014-05-27 08:29:46 +00:00
msaitoh
404b63ff2f Move forward read pointer to the next line in the buffer
to prevent corrupting the most old line.
2014-05-27 05:14:02 +00:00
msaitoh
cb672750d7 If -v is set and unknown cacheinfo desc is found, print it. 2014-05-27 04:18:00 +00:00
riastradh
7d41993c06 Rework agp_i810 attachment code a little.
- Fix up error branches in agp_i810_attach.

- Use a separate bus space handle for the GTT, whether it is in a
separate BAR or a subregion of the MMIO device registers, so that

(a) agp_i810_write_gtt_entry and agp_i810_post_gtt_entry are easier to
follow, and

(b) we can map the GTT prefetchable eventually.
2014-05-27 03:17:33 +00:00
tls
9ba7c7ea46 From dyoung@ -- bump max TX DMA size to avoid pathological condition with TSO. 2014-05-27 02:21:29 +00:00
dholland
e1383560ba Don't check lfs flags on ffs vnodes. 2014-05-26 20:07:25 +00:00
pooka
77684a56d8 mvphy is not configured, so don't try to build it 2014-05-26 19:55:53 +00:00
dholland
b85f717916 Fix previous. Anyone have a brown paper bag? 2014-05-26 19:16:39 +00:00