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
jakllsch
c8c51f7341
regen.
2011-11-02 19:56:40 +00:00
jakllsch
5522663c66
Add Broadcom BCM5325 and BCM5365.
2011-11-02 19:55:57 +00:00
pgoyette
eb11ed074e
Fix a couple of mis-spellings of "descriptions"
2011-11-02 19:21:49 +00:00
yamt
bf3c0600f1
revert rev.1.139, which i mistakenly committed with the unrelated change.
2011-11-02 19:21:43 +00:00
jakllsch
f57df1b3b2
Drop trailing whitespace.
2011-11-02 18:41:58 +00:00
christos
fb62226b8d
mention macos/x needing -N
2011-11-02 18:12:54 +00:00
christos
5b280d5010
Don't document long defunct flags
2011-11-02 18:09:43 +00:00
christos
8bfa1d3c54
Handle auto-generating hash.c
2011-11-02 17:49:20 +00:00
christos
474f83c4ae
Separate the generators out, so that they can be re-used by tools, and
...
don't play games with curdir/objdir.
2011-11-02 17:48:53 +00:00
jakllsch
1da220f66e
Additionally apply __aligned(8) to all __packed hardware data structures.
...
(The hardware actually requires much larger alignment on these structures
(128 to 1024 bytes), but 8 is big enough for the compiler to generate more
efficient code on strict alignment architectures.)
2011-11-02 16:54:50 +00:00