Commit Graph

203865 Commits

Author SHA1 Message Date
dholland
8d4d585132 Include missing part of previous commit to this file. (sigh) 2011-08-09 23:16:17 +00:00
dyoung
e04563cb82 Correct a comment on config_found_sm_loc(). 2011-08-09 21:07:14 +00:00
dyoung
e7e6ed352f Add support for the Oxford Semiconductor OXPCIe952, a 2-port serial chip
with a PCI Express interface, in legacy mode.  Cursorily tested with a
StarTech PEX2S952LP.

See the manual for your adapter to see how to put it into legacy mode.
There is also a "native" mode that uses a different clock multiplier
and (I think) provides a richer feature set, but also requires a bit of
additional initialization (see FreeBSD's puc(4)).

The native-mode PCI functions use different PCI Device IDs than the
legacy-mode functions.
2011-08-09 21:04:05 +00:00
dholland
a39473de1c __typeof__, not __typeof, to avoid confusing passersby. 2011-08-09 20:05:04 +00:00
dholland
943b2f8eb3 Simplify handling of slashes. Provides a proper fix for PR 44961. 2011-08-09 18:37:56 +00:00
jmmv
dcba4bad03 Check (and fix) that unprivileged-user has been changed from _atf to _tests
in /etc/atf/common.conf.  Requested by martin@.
2011-08-09 18:24:46 +00:00
jruoho
ea330d8d1a Xref limits(3). 2011-08-09 18:11:37 +00:00
jruoho
304a04638c Note the over fifty new manual pages. 2011-08-09 18:03:10 +00:00
jruoho
0557e6f5b0 Add a summary page for <limits.h>. 2011-08-09 17:58:27 +00:00
jruoho
e9a006b18a Also: netpgp(1). 2011-08-09 16:14:41 +00:00
jruoho
f29574586c Remove few entries that clearly have been done (aio(3), ssp(3), tests(7)). 2011-08-09 16:10:10 +00:00
jmcneill
539ce5845b when sorting the metalog for unpriv builds, first run it through sort so
mtree doesn't fail with:
  nbmtree: .: missing directory in specification
  nbmtree: failed at line 1 of the specification
2011-08-09 15:02:30 +00:00
jakllsch
9a2bdb0d5f While the GENERIC/MONOLITHIC/MODULAR issue remains to be sorted out,
MONOLITHIC is still a part of the release build and needs to remain
config(1)urable.
2011-08-09 14:18:17 +00:00
martin
2e58500e62 Add missing RUMP_SERVER export, so the "normal" test does not fail with
a stupid error.
2011-08-09 13:48:55 +00:00
joerg
d745f33bcc No longer needs -Wno-array-bounds with clang. 2011-08-09 13:06:31 +00:00
joerg
52dc944dae Requires -Wno-array-bounds with clang now. 2011-08-09 13:06:10 +00:00
joerg
975a569b2d Passes with the relaxed array boundary check in clang 2011-08-09 13:04:28 +00:00
joerg
82c56d333f libc passes the relaxed array boundary check in clang now. 2011-08-09 13:03:36 +00:00
joerg
53cc155f3b Restrict -Wno-array-bounds to tulip.c with gcc. 2011-08-09 13:02:53 +00:00
joerg
4c415c49ae Passes relaxed array boundary checks with clang now. 2011-08-09 13:02:11 +00:00
joerg
11b90aaf13 Requires -Wno-unused-value -Wno-tautological-compare when building with
clang.
2011-08-09 13:01:34 +00:00
joerg
d43405d38d -Wno-array-bounds is no longer needed for clang here 2011-08-09 13:00:58 +00:00
joerg
78384c1939 Can't build libstdc++ and libsupc++ with clang since it depends on using
volatiles as initializers of non-volatile fields, void * arithmetic and
some new attributes for the unwinding.
2011-08-09 13:00:04 +00:00
joerg
d80abf5701 Disable -Wunused-value for clang, it triggers on the bcopy replacement. 2011-08-09 12:58:55 +00:00
joerg
402f76be16 Since cproj and friends are used, link explicitly against libm. 2011-08-09 12:56:41 +00:00
joerg
90aa08ed31 Don't use array access to compute addresses that are definitely beyond
the static array boundaries.
2011-08-09 12:55:18 +00:00
joerg
7ba5ed4f95 Update LLVM/Clang snapshot to r137038. This brings in the extended array
boundary checker and the white listing of pre-c99 flexible array member
idiom foo[1] as last element of a struct.
2011-08-09 12:30:46 +00:00
jruoho
b7ff5db1d4 Build acpiwdrt(4) as a module on x86. 2011-08-09 12:16:03 +00:00
jruoho
20073051ea Two placeholder comments. 2011-08-09 12:09:55 +00:00
jmcneill
46d3857954 add CLK_DELAY 2011-08-09 11:26:40 +00:00
uch
e97cfbb012 Fix warning message. 2011-08-09 11:18:28 +00:00
jmcneill
fb32363eae include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv
modules in x86 build
2011-08-09 11:12:02 +00:00
jmcneill
9bd8d0664c lg3303 should depend on dtv_math, not xc3028 2011-08-09 10:54:22 +00:00
jmcneill
707c764851 add dtv_math.h 2011-08-09 10:53:09 +00:00
uch
49e9e92f1d Check whether superblock is writable sector. 2011-08-09 09:12:07 +00:00
manu
4c7933948b Fix uninitiaized variable usage (never though lint would miss that when
used by return statement) that caused unprivilegied user to fail on
unlink(2) and rename(2) operations.
2011-08-09 09:06:52 +00:00
jruoho
4c658c19b0 As wmieeepc(4) was added to amd64 GENERIC, build it also as a amd64 module. 2011-08-09 08:36:05 +00:00
mbalmer
5ade312f36 re-gen after PWDOG1 addition. 2011-08-09 08:27:12 +00:00
mbalmer
3a793722d2 Add the QUANCOM PWDOG1. 2011-08-09 08:26:18 +00:00
mbalmer
a8d3ab0aa2 Print 'Keyboard encoding -> sg' instead of just 'encoding -> sg' on the
console.
2011-08-09 08:08:10 +00:00
jruoho
f04d14923b Add the USENIX paper of Watanabe. 2011-08-09 07:33:01 +00:00
jruoho
4c16515591 Fix a typo. 2011-08-09 07:24:49 +00:00
jruoho
01d64743e1 Finally, add missing %D. 2011-08-09 07:18:54 +00:00
jruoho
a861b65c8e One more. 2011-08-09 07:16:27 +00:00
jruoho
4f0cc00144 Add few papers to SEE ALSO. Particularly the first one demonstrates
the diminishing value of P-states compared to C-states on new CPUs.
2011-08-09 07:09:33 +00:00
manu
f8584de4e3 Fix warning 2011-08-09 07:00:13 +00:00
manu
40e8be3f0f Remove PUFFS_KFLAG_WTCACHE, which caused data corruption and slowdown 2011-08-09 06:58:33 +00:00
hannken
d5d9d4928f No need to lock the selcluster in selscan() if either
NO_DIRECT_SELECT is defined or all polls return an event.
2011-08-09 06:36:51 +00:00
manu
93a915b82c improve comment about AT_* defines: they are not only used by linkat(2) 2011-08-09 04:19:17 +00:00
jmcneill
952250ca3e remove commented out entries for emdtv, auvitek, and dtv 2011-08-09 02:52:29 +00:00