Commit Graph

206815 Commits

Author SHA1 Message Date
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
jruoho
62a65142c3 Add 21 unit tests for the XSI message queues. 2011-11-05 07:45:40 +00:00
christos
0ec8fd1308 make this compile again. 2011-11-05 00:34:01 +00:00
cheusov
3e8537647d Fix segfault when read(2) returns -1 2011-11-05 00:17:19 +00:00
tsutsui
4e63674fcc Fix indent and some comments. 2011-11-04 17:53:51 +00:00
christos
09b48f4059 more dependencies needed for the other texinfo files. 2011-11-04 17:52:19 +00:00
tsutsui
b59a906bb6 64040 -> 68040 in comment 2011-11-04 17:51:54 +00:00
aymeric
5a6bb3681a preliminary support for the Propox MMnet1002 board
http://www.propox.com/products/t_232.html
2011-11-04 17:40:48 +00:00
aymeric
4a0c5b5ec6 use CFATTACH_DECL_NEW 2011-11-04 17:23:05 +00:00
aymeric
acbbb2d992 switch USB port on 2011-11-04 17:21:46 +00:00
aymeric
dbb1cf3fd8 add preliminary support for AT91SAM9260 2011-11-04 17:20:54 +00:00
aymeric
d7943f2e7c fix AT91SAM9260 chip id 2011-11-04 17:17:50 +00:00
aymeric
718c4d649e attach event counters later, at attach time. Caught by an assertion 2011-11-04 17:16:38 +00:00
aymeric
b3352941e9 . fix attach code
. use CFATTACH_DECL_NEW
2011-11-04 17:13:15 +00:00
aymeric
238c9fcdfe make compile by disabling yet more things 2011-11-04 17:11:19 +00:00
christos
fcc088cd59 stylistic improvements. 2011-11-04 15:48:10 +00:00
jakllsch
1e28b53325 Don't attempt to reference a non-existent device. 2011-11-04 15:32:34 +00:00
joerg
9fa0321aa9 Separate strings correctly with ': ', not embedded NUL. Found by
mlelstv.
2011-11-04 11:54:46 +00:00
martin
7a8c1b579b Add a new hook, md_pre_mount(), that is called after preparation of
the target filesystem, but before mounting it. Use this on sparc64
to install the primary boot block, but install the secondary boot
(/ofwboot) later.
This allows sysinst to run at securelevel 1 (as long as we don't do an
upgrade install on the hard disk we booted from).
2011-11-04 11:27:00 +00:00