he
f7a04693d8
Bump the image size so that the contents fits again.
2011-08-11 07:47:22 +00:00
mbalmer
540a798676
Add entries for pwdog(4).
2011-08-11 07:38:56 +00:00
mbalmer
6b0f67776f
Add commented out sample entry for pwdog(4).
2011-08-11 07:36:17 +00:00
mbalmer
352c784990
pwdog(4) is a device driver for QUANCOM Electronic PWDOG1 PCI
...
attached watchdog timers.
2011-08-11 07:33:24 +00:00
cherry
155048478e
refactor the bitstring/mask operations to be behind an API. Make pending interrupt marking cpu aware.
2011-08-10 21:46:02 +00:00
cherry
941e03e900
KNF police (rmind@ :-)
2011-08-10 20:38:45 +00:00
hannken
3ec6312958
Update the (shared) v_interlock if the upper node changes.
2011-08-10 15:56:01 +00:00
wiz
4f1a87cdfa
Sync usage with man page.
2011-08-10 12:13:20 +00:00
cherry
d7b11fa417
xen ipi infrastructure
2011-08-10 11:39:44 +00:00
uch
7d18226237
newfs_v7fs(8)'s -v and -P options are obsolete. changed to newfs(8) compatible -V option.
2011-08-10 11:31:49 +00:00
tsutsui
6fa6a60bcb
Disable bzip2 support in freetype on xorg tools build.
...
Fixes PR xsrc/45223 (xorg tools build fails on CentOS due to
lack of bz2 support).
2011-08-10 10:34:48 +00:00
cherry
1f0a8a809d
Introduce locking primitives for Xen pte operations, and xen helper calls for MP related MMU ops
2011-08-10 09:50:37 +00:00
christos
1a57823234
fix root.cache
2011-08-10 09:42:28 +00:00
plunky
867fdab687
disable some warnings to appease gcc-4.5
2011-08-10 08:10:39 +00:00
plunky
a8bf6c15ac
use offsetof() rather than rolling our own, to appease gcc 4.5
2011-08-10 08:09:38 +00:00
plunky
98320184ef
fix up some undefined behaviour, to appease gcc 4.5
2011-08-10 08:08:39 +00:00
kiyohara
4bb7b85e88
Obsolete some include files.
2011-08-10 07:56:59 +00:00
cherry
e0e9175da4
Add Xen specific members to struct cpu_info, Add proper per-cpu curcpu() functionality
2011-08-10 06:40:35 +00:00
cherry
0fd7a84a73
tweak the xen specific startup path to not use %fs before it is setup. Minor refactoring. Use Xen specific ipi calls.
2011-08-10 06:38:02 +00:00
cherry
7e545f9bbf
Correct offset calculation for ci
2011-08-10 06:33:13 +00:00
cherry
12a2f892ca
Include Xen specific definitions.
2011-08-10 06:30:59 +00:00
cherry
8d4cb7a73d
Add Xen specific ipi bitmasks
2011-08-10 06:29:23 +00:00
hannken
b80057eeb2
For devices, sockets and fifos ignore setting the file size to zero to make
...
open(..., O_TRUNC) happy and allow them to write through the lower layer.
Fixes PR #43560 (writing to null device in unionfs fails)
2011-08-10 06:27:02 +00:00
hannken
9be6a4a9b4
Use LK_SHARED, it is sufficient for VOP_GETATTR() and VOP_READDIR().
2011-08-10 06:19:54 +00:00
dholland
8225acd644
Revert previous, it breaks nullfs. (And I guess there are no tests for
...
nullfs?)
2011-08-10 05:42:32 +00:00
jmcneill
6a94506d9a
fix build
2011-08-10 01:32:43 +00:00
dholland
9c377dcfe1
Fail namei immediately if searchdir is unlinked / has been rmdir'd.
...
Do this by checking if v_size == 0. Should fix PR 44658 (and PR 32661).
2011-08-09 23:46:05 +00:00
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