cherry
c9745c1f66
[merging from cherry-xenmp] make pmap_kernel() shadow PMD per-cpu and MP aware.
2011-11-06 15:18:18 +00:00
christos
a65aa58ff6
Add a test harness for the att data files:
...
http://www2.research.att.com/~gsf/testregex/
Not part of the build yet.
2011-11-06 14:23:04 +00:00
dholland
60230be848
time_t isn't necessarily "long". PR 45577 from taca@
2011-11-06 14:11:00 +00:00
tron
d775ee19fd
Add entries for "npf_alg_icmp" kernel module.
2011-11-06 13:27:25 +00:00
tron
2d18c9fb9f
Add "npf_alg_icmp" kernel module.
2011-11-06 13:26:54 +00:00
tron
2a04f59494
Change module class to driver as npf(4) is a pseudo device.
2011-11-06 13:08:04 +00:00
tron
0783b12674
Fix breakage caused by last commit. "npf_alg_icmp.c" is supposed to be
...
its own kernel module.
2011-11-06 13:04:44 +00:00
tron
e9e19f6e0e
Return ENOEXEC instead of 0 if the info of a kernel module doesn't have the
...
expected size. This prevents kernel panics when loading broken modules.
2011-11-06 12:40:04 +00:00
tron
2f22aacfed
Define "INET6" to get IPv6 support.
2011-11-06 12:07:21 +00:00
tron
e97d755f1c
Add "npf" kernel module.
2011-11-06 11:51:42 +00:00
tron
ceee944e91
Build "npf" module.
2011-11-06 11:51:23 +00:00
cherry
396b8b4abf
[merging from cherry-xenmp] Make the xen MMU op queue locking api private. Implement per-cpu queues.
2011-11-06 11:40:46 +00:00
tron
c461628ce9
Fix build with stack smash protection enabled.
2011-11-06 10:55:27 +00:00
tron
74975501ed
Update list of source files.
2011-11-06 10:35:50 +00:00
christos
1a8ee0ce13
handle \x sequences like c does
2011-11-06 03:42:33 +00:00
christos
faa74d75ad
add tests for \x and \xx
2011-11-06 03:38:16 +00:00
rmind
09cdfd6a19
Few fixes, KNF/style, bump the NPF version.
2011-11-06 02:49:03 +00:00
christos
61b362a27c
regen
2011-11-06 02:30:06 +00:00
christos
cc6850d9be
PR/45156: Moritz Wilhelmy: XS Stick P14 amendment
2011-11-06 02:29:33 +00:00
agc
04185816c8
add the lint library for libtre
2011-11-06 02:11:16 +00:00
phx
f1e144d47a
Fixed PCI line to EPIC IRQ mapping for Iomega Storcenter.
2011-11-06 00:28:12 +00:00
christos
ac0d856050
Arrange so that the same tests can be used by libtre.
2011-11-05 23:33:15 +00:00
christos
af83df9274
Add libtre tests but don't hook them up because they don't pass.
2011-11-05 23:32:51 +00:00
christos
77a9f9103c
add tre
2011-11-05 23:03:20 +00:00
christos
50a5b513a2
Add libtre
2011-11-05 22:56:30 +00:00
christos
060aca6769
add tre to the sets.
2011-11-05 22:55:20 +00:00
christos
92f64477e8
Hook in tree
2011-11-05 22:40:26 +00:00
christos
3f75ab312f
hook in tre
2011-11-05 22:40:01 +00:00
christos
f2a3d14797
make this work:
...
- split alloca stuff in a separate file
- fix size_t/int/long inconsistencies
- fix weak alias stuff
- make paths consistent
- fix config files
- use switch instead of if/then/elseif...
- fix Makefiles
2011-11-05 22:39:12 +00:00
jakllsch
7c5be444d3
freeaddrinfo() only on getaddrinfo() success.
2011-11-05 19:19:29 +00:00
christos
065bd0a0b8
cleanup dead links, fix gdb
2011-11-05 19:08:22 +00:00
jruoho
48e7c88486
Add missing copyright ((c) @christos).
2011-11-05 19:01:42 +00:00
jruoho
56b331c000
Move connect(2), listen(2) and socketpair(2) tests to the right place.
2011-11-05 18:19:01 +00:00
christos
c3f7d80d68
there no errors defined for time.
2011-11-05 18:17:29 +00:00
jruoho
06b5587b18
Few naive checks for time(3).
2011-11-05 18:07:15 +00:00
rkujawa
faff4b1af3
Simplify bus space mapping.
2011-11-05 17:44:25 +00:00
erh
e2e97e1dc7
Statically initialize the raidautoconfig variable when RAID_AUTOCONFIG is set,
...
instead of setting it in code, so it can easily be checked and changed in an
on-disk kernel with gdb. Use a separate raidautoconfigdone variable to keep
track of whether raid configuration has actually occurred.
2011-11-05 16:40:35 +00:00
tsutsui
f83e509ccc
Replace two magic numbers with macro via assym.h.
2011-11-05 15:37:17 +00:00
tsutsui
1a3e926e97
Sync _delay() with hp300:
...
- unsigned -> u_int
- use ENTRY_NOPROFILE()
- align main delay loop with 8 byte cacheline boundary
2011-11-05 15:33:18 +00:00
tsutsui
5c25f3ba41
Remove unused getsp().
2011-11-05 15:27:51 +00:00
tsutsui
f4d5dbc7a9
More tweaks.
2011-11-05 15:23:38 +00:00
tsutsui
df9ed38fa8
bgt -> jgt for a short jump.
2011-11-05 15:21:43 +00:00
tsutsui
479b5c966c
Tweak indent and misc comments to reduce diffs from hp300.
2011-11-05 15:08:36 +00:00
yamt
65df5beb74
yamt-pagecache branch
2011-11-05 14:35:34 +00:00
jnemeth
8f4760ec82
PR/45569 - Petri Laakso -- typo
2011-11-05 10:40:56 +00:00
zoltan
7d78d5aecf
When building the kernel without IPv6 support, compilation failed.
...
Fix that.
2011-11-05 10:23:26 +00:00
joerg
0b50389a15
Add __returns_twice for the attribute of the same name. This makes the
...
attribute explicit based on the functions GCC gives it too.
2011-11-05 09:27:06 +00:00
hannken
09bafcf1a9
Document virtio(4).
2011-11-05 09:22:43 +00:00
jruoho
cc7aae5d85
Add printfs to see where TNF's qemu/sparc fails.
2011-11-05 08:49:24 +00:00
jruoho
fbcca3ea0f
Fix some typos.
2011-11-05 08:47:54 +00:00