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
jakllsch
380d04da8a
Use uint8_t instead of npf_netmask_t, as npf_netmask_t is a uint_fast8_t,
...
which is in many places is actually a uint32_t and thus incompatible with
prop_dictionary_get_uint8(). The correct type is noted in a comment.
2011-11-04 02:57:28 +00:00
christos
dd5e893baf
add t_socketpair
2011-11-04 02:25:31 +00:00
christos
94a17dd165
socketpair test.
2011-11-04 02:23:39 +00:00
christos
e6a0311318
Fix error I introduced in previous commit that caused asymmetric connects
...
when SOCK_NONBLOCK or SOCK_CLOEXEC was specified. Factor out common code
and simplify error return.
2011-11-04 02:13:08 +00:00
zoltan
5a5d868dc5
Add IPv6 support for NPF.
2011-11-04 01:00:27 +00:00
zoltan
766dd565c7
Change the IPv6 reassembly mechanism to use mutex(9).
...
Also add ip6_reass_packet() to be used by NPF.
2011-11-04 00:22:33 +00:00
christos
ce978720e5
Accept -X -
2011-11-03 21:59:45 +00:00
martin
77a3a1ee2a
Minor usage tweaks for SMALLPROG
2011-11-03 20:46:41 +00:00
martin
d1852e4e9b
Minor nits in the sparc64 example
2011-11-03 20:09:18 +00:00
joerg
89e5f5a8b7
Add getline.c here too.
2011-11-03 19:30:05 +00:00
matt
006ba38b09
Fix brain fart.
2011-11-03 18:27:07 +00:00
joerg
fe2cc85884
Update LLVM/Clang snapshot to r143571 for the improved optimizer.
2011-11-03 17:52:53 +00:00
tsutsui
bacaa8c823
unifdef __ELF__
2011-11-03 15:13:02 +00:00
tsutsui
9a23a560ba
Replace (???) comments to avoid false trigraph warnings by new as(1).
2011-11-03 14:57:43 +00:00
tsutsui
236b49ca78
unifdef __ELF__
2011-11-03 14:56:39 +00:00
tsutsui
748b6f060e
Use pool_allocator_meta rather than pool_allocator_nointr to allocate
...
struct pv_entry pool in the previous fix for PR port-m68k/45519.
Per comment from yamt@ on source-changes-d@:
http://mail-index.NetBSD.org/source-changes-d/2011/10/31/msg004211.html
2011-11-03 14:39:05 +00:00
joerg
b0027af054
Add getline(3) compat glue.
2011-11-03 14:13:53 +00:00
roy
ff10397929
Use memmove as we are effectively moving memory from left to right so
...
that the use=foo capability is removed when merging foo.
2011-11-03 10:12:57 +00:00
joerg
6edf2caf7f
Revert .WAIT removal and add comment why it is needed between *tblgen.
2011-11-03 07:42:56 +00:00