Commit Graph

206579 Commits

Author SHA1 Message Date
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
joerg
5b270365fe Fix dependencies on generated files. 2011-11-03 07:19:39 +00:00
macallan
dba7756876 add options GDIUM_KEYBOARD_HACK 2011-11-03 02:44:36 +00:00
macallan
e1f6aae824 only build gdium Fn support with options GDIUM_KEYBOARD_HACK 2011-11-03 02:41:29 +00:00
jym
4b89f1c0c3 Minor typo fix. 2011-11-03 00:29:00 +00:00
njoly
2b2cb14012 Do not build tic more than once 2011-11-02 23:47:07 +00:00
christos
f37cf30aee fix vax floating point overflows. 2011-11-02 23:19:48 +00:00
christos
672226e183 document where tm_zone comes from in the _z calls. 2011-11-02 23:06:08 +00:00
njoly
99dea99ce5 Small typo in symbolic name. 2011-11-02 23:05:52 +00:00
yamt
e2d8d702cb use the tools version of utilities for other scripts, too 2011-11-02 20:39:41 +00:00
christos
9002895fe6 move tic later, after all the tools it needs are built. 2011-11-02 20:36:41 +00:00
yamt
de081393a5 tweak dependencies for tic, which needs nbperf, awk, and sed. 2011-11-02 20:33:18 +00:00
christos
76151da247 use the tools version. 2011-11-02 20:30:00 +00:00
wiz
31ed07fa18 Spelling. 2011-11-02 20:27:33 +00:00
wiz
3e94948cb5 New sentence, new line. 2011-11-02 20:26:56 +00:00
wiz
4165ef4b81 Use standard section names. 2011-11-02 20:26:03 +00:00
wiz
ab093fdf58 Fix typo. 2011-11-02 20:25:20 +00:00
apb
6a9c6d1ff5 Use double quotes to prevent multiple adjacent spaces from
being squashed to a single space on output.
2011-11-02 19:59:40 +00:00