roy
2deeed4389
Sync route flags from net/route.h
2015-02-24 19:11:13 +00:00
mlelstv
0a7f816b6d
Let drvctl -p select elements from an array property by numeric index.
2015-02-24 18:15:29 +00:00
christos
4d416d886b
belated removal of the advertising clause.
2015-02-24 17:56:20 +00:00
hannken
645887d187
A union node may be reactivated while it is being reclaimed so
...
change union_freevp() to detach the vnode from the union node
by clearing the vnode backpointer and the lower node sizes.
2015-02-24 16:08:01 +00:00
msaitoh
2947811bbb
Add 82599EN_SFP and 82599_SFP_SF_QP. Not tested.
2015-02-24 14:49:28 +00:00
msaitoh
357118894a
Change macro name IXGBE_DEV_ID_82599_SFP_DELL to IXGBE_DEV_ID_82599_SFP_SF2.
...
Same as OpenBSD and Linux. No binary change.
2015-02-24 14:14:50 +00:00
msaitoh
42f3d16b8d
Enclose macro argument correctly. Same as *BSDs. No binary change.
2015-02-24 14:08:07 +00:00
msaitoh
a717e0f861
Modify comments to make difference among *BSDs small. No binary change.
2015-02-24 13:59:58 +00:00
msaitoh
a2ca945c0b
Change tabs and spaces to make difference among *BSDs small. No binary change.
2015-02-24 13:38:53 +00:00
joerg
8098dde6bc
Fix spelling of feature test macro.
2015-02-24 13:17:27 +00:00
christos
f399fbe618
Work around Coverity CIDs 127102{0,1}: Confused by the comparison
...
nrates > __arraycount(lq->rs_table), coverity erroneously binds nrates
to the range [0..16), whereas it is really bound to [0..15) by
ni->ni_rates.rs_nrates (IEEE80211_RATE_MAXSIZE). We add an explicit comparison
to unconfuse it that will always succeed.
2015-02-24 12:57:58 +00:00
nonaka
be0da0ea7f
Revert previous change.
2015-02-24 02:26:15 +00:00
joerg
50a901d1dc
Give LLVM a bit breathing room for the sshramdisk when building for
...
generic ARM.
2015-02-23 23:21:47 +00:00
joerg
70f1a1da07
Indentation.
2015-02-23 20:49:53 +00:00
joerg
9642a6c30f
Use default PAGER_MAP_DEFAULT_SIZE for ARM and PowerPC, exception
...
acorn26. This bumps the KVA reservation from 4MB to 16MB and avoids
long hangs on my Cubietruck under IO. acorn26 is kept as it does have a
ridiculous low 32MB KVA limit.
2015-02-23 20:34:37 +00:00
martin
94a27aa4e3
Rearange interface detachement slightly: before we free the INET6 specific
...
per-interface data, make sure to call nd6_purge() with it to remove
routing entries pointing to the going interface.
When we should happen to call this function again later, with the data
already gone, just return.
Fixes PR kern/49682, ok: christos.
2015-02-23 19:15:59 +00:00
martin
8132f7b227
Apply patch from FUKAUMI Naoki to fix ring buffer handling when the
...
ring fills completely.
2015-02-23 19:05:16 +00:00
maxv
5c7e714fca
Hum. Perhaps I missed a bit of the specification. Let's not be that
...
severe when checking the superblock.
Should fix ATF.
2015-02-23 17:05:58 +00:00
mrg
eeeb0a0c08
add ttyC00/ttyC01 as found on eg, com(4)-based serial port systems like
...
the sunblade 2500.
2015-02-23 13:52:51 +00:00
maxv
5f9c472c31
Small changes:
...
- instead of always calling DPRINTF with __func__, put __func__ directly
in the macro
- ffs_mountfs(): rename fsblockloc -> fs_sblockloc, initialize fs_sbsize
to zero
No real functional change
2015-02-23 13:38:54 +00:00
martin
4dc859859f
fix typo in previous
2015-02-23 13:12:37 +00:00
nonaka
c163028673
CID 1271021: Overrunning array "in->in_ridx" of 15 bytes at byte offset 15 using index "i" (which evaluates to 15).
...
http://mail-index.netbsd.org/coverity-updates/2015/02/21/msg000115.html
2015-02-23 13:09:37 +00:00
martin
7ac0b6e332
libgm debug info
2015-02-23 13:01:35 +00:00
palle
94285b839e
sun4v: sparc_interupt - ensure that the trap level and globals level are the same when the flushw instruction is issued - othwise warnings occur when using the sun4v Legion simulator.
2015-02-23 12:36:58 +00:00
jmcneill
0a728489cf
add gbm.pc
2015-02-23 11:40:57 +00:00
martin
e8db0ea799
Add libgbm (hi Jared!)
2015-02-23 11:14:58 +00:00
martin
fd70cddd86
Wait 10 seconds instead of 1 before killing the helper - otherwise on slow
...
machines it might not have gotten around to execute the first command at
all (and since it next waits for 42 seconds, 10 seconds is safe).
2015-02-23 08:48:18 +00:00
spz
fd11cf9e1a
note bind now is 9.10.1-P2
2015-02-23 07:17:37 +00:00
mlelstv
8bb3163bff
Fall back to nullcons if configured.
2015-02-23 06:54:12 +00:00
knakahara
2ea2219754
- add macros to calculate MSI MME and MMC.
...
- add MSI-X table offset macros.
- fix MSI-X table entry name.
2015-02-23 04:16:17 +00:00
jmcneill
889ad2c6eb
Build and install Mesa GBM buffer management library (libgbm).
2015-02-23 00:09:30 +00:00
riastradh
f49f22699b
Make -mfloat-abi=soft a native kernel only option. Fixes rump build.
...
ok justin@
2015-02-22 17:38:19 +00:00
maxv
3e35936473
Merge _sbcompute() and _sbcheck() into _sbfill().
...
In ext2fs_sbfill(), check more fields of the superblock, to prevent
several kernel panics when mounting/unmounting a disk.
2015-02-22 14:55:23 +00:00
christos
f7f367e20c
don't make ipty. postinstall removes them.
2015-02-22 14:42:44 +00:00
maxv
81c691b934
ffs_superblock_validate(): sanitize fs_fragshift, fs_bmask and fs_fmask.
2015-02-22 14:22:34 +00:00
maxv
8cadf998b5
KNF, and simplify a bit.
...
No functional change
2015-02-22 14:12:48 +00:00
christos
21ea10bd7a
split the allocation functions, their mixed usage was too confusing.
2015-02-22 02:16:19 +00:00
christos
5a70401cf6
PR/49684: Pierre Pronchery: readlinkat(2) return type is wrong.
2015-02-22 00:50:30 +00:00
christos
aecf67a262
PR/49683: Amir Plivatsky: Off-by-one comparison in ct_decode_string() leading
...
to out of bounds referrence.
XXX: pullup-7
2015-02-22 00:46:58 +00:00
joerg
88c9fb0be8
Add rc script for /sbin/iscsid.
2015-02-21 23:13:00 +00:00
joerg
a39ebfb79e
Move communication socket to /var/run, especially when starting iscsid
...
during boot, it might disappear otherwise.
2015-02-21 20:33:44 +00:00
spz
99759bb8ef
security patch for bind from ISC (to 9.10.1-P2).
...
Only the change to lib/dns/zone.c is security relevant
Upstream changelog:
--- 9.10.1-P2 released ---
4053. [security] Revoking a managed trust anchor and supplying
an untrusted replacement could cause named
to crash with an assertion failure.
(CVE-2015-1349) [RT #38344 ]
4027. [port] Net::DNS 0.81 compatibility. [RT #38165 ]
2015-02-21 20:19:22 +00:00
jmcneill
c9ca8f87ce
install xcb/xkb.h
2015-02-21 17:17:16 +00:00
joerg
d16ea69c89
Revert and add comment that this dance is for the sake of builtin module
...
registration.
2015-02-21 17:14:37 +00:00
ozaki-r
2be0e59f43
Fix dtrace build for arm with gcc 4.8
2015-02-21 15:13:20 +00:00
ozaki-r
3bcb5a6ccb
Fix dtrace build error with gcc 4.8 on i386 and arm
...
_ILP32 is required by dt_popc.
The fix is inspired by FreeBSD.
2015-02-21 15:00:30 +00:00
joerg
cb5f698635
Don't build modules with float instructions.
2015-02-21 12:50:23 +00:00
joerg
1c999bf4f7
Simplify.
2015-02-21 12:32:23 +00:00
tron
eb46b6e41f
Postfix 2.11.4 was imported.
2015-02-21 12:05:47 +00:00
tron
70a84f339b
Resolve conflicts from last import.
2015-02-21 12:00:48 +00:00