233236 Commits

Author SHA1 Message Date
ginsbach
ce098d3b4e PR/49642: change processor to host
Use the wording used by FreeBSD, IRIX, and MacOSX (as a sample) rather
suggested wording in PR from Henning Petersen.
2015-02-06 17:35:46 +00:00
martin
c2d9907a1e Fix copy & pasto (libblacklist version) 2015-02-06 17:15:31 +00:00
jmcneill
bc8895a810 By default, RPI firmware sets the max CPU frequency to 600MHz. This can be
overridden by setting arm_freq in config.txt, but the default freq at boot
is still 600MHz.

Add logic to rc.local to compare the current vs. max CPU frequency; if they
differ, set the target frequency to the maximum.
2015-02-06 15:15:01 +00:00
ginsbach
89f8ebe7dd PR/49646: Nikolai Lifanov: Add LLDP - 802.1ab link layer discovery protocol 2015-02-06 14:48:24 +00:00
ginsbach
244854a3bd Add Port Control Protocol (RFC 6887) 2015-02-06 14:39:14 +00:00
prlw1
0b01710bb3 Take procfs_machdep.c rev 1.4 one step further and adjust signature of
thunk_getcpuinfo().
2015-02-06 10:25:13 +00:00
wiz
1dc99cebf1 Remove trailing whitespace. 2015-02-06 08:37:39 +00:00
christos
0a0e590de3 Remove incorrect comment about size; mention that the malloc ambiguity is
part of the C standard.
2015-02-05 22:05:33 +00:00
rmind
e94658962b npf_conn_establish: fix the previous change - drop the reference on error. 2015-02-05 22:04:03 +00:00
snj
18762df49a don't create an empty installation/misc directory in the release tree. 2015-02-05 21:50:42 +00:00
christos
7347edd333 Revert addition to reallocarray to the malloc man page, but keep
the examples.  Add separate manual page to reallocarray explaining
what are the problems with it.
2015-02-05 20:02:28 +00:00
gdt
91f284e510 Fix bug in mrouted about aging neighbors.
mrouted will periodically age its neighbors and will remove a neighbor
if it hasn't heard from it for NEIGHBOR_EXPIRE_TIME. Unfortunately, the
neighbor pointers 'a' and 'prev_a' were never advanced when timer was
not expired. Therefore it would get stuck in a tight loop, advancing
'al_timer' until it would be greater than NEIGHBOR_EXPIRE_TIME. This
caused the neighbor to allways get timed out and dropped. Furthermore,
there was a second bug in this loop when deleting an item that was not
at the head of the list (i.e., prev_a should stay the same instead of
advancing).

This bug fix is the work of Konrad Lorincz.  Bug found and fix made on
netbsd-6.

This material is based upon work supported by the Defense Advanced
Research Projects Agency and Space and Naval Warfare Systems Center,
Pacific, under Contract No. N66001-09-C-2073.  Any opinions, findings
and conclusions or recommendations expressed in this material are
those of the author(s) and do not necessarily reflect the views of the
Defense Advanced Research Project Agency and Space and Naval Warfare
Systems Center, Pacific.
Approved for Public Release, Distribution Unlimited
2015-02-05 16:50:19 +00:00
christos
efd6b20bba add reallocarray. 2015-02-05 16:07:15 +00:00
christos
7f04eb91cf add reallocarray 2015-02-05 16:05:46 +00:00
christos
20f708949a add a couple of casts. 2015-02-05 16:05:20 +00:00
christos
a582ce5979 Add and use reallocarray() to prevent a multiplication overflow in allocation.
Reported by Guido Vranken, thanks!
2015-02-05 16:04:35 +00:00
christos
269fe79da6 cast to return type 2015-02-05 16:01:38 +00:00
christos
70c8a4b907 fix incorrect type 2015-02-05 16:00:39 +00:00
nonaka
fdb1288869 Added drvctl, putter and PUFFS. 2015-02-05 14:32:31 +00:00
nonaka
f538e26e73 Added drvctl. 2015-02-05 14:04:46 +00:00
isaki
083cb7865f Skip kqueue_unsupported_fd test if /dev/drvctl is not configured
in the kernel.  PR bin/49644.

XXX Ideally, it's better to modify to use more generic device file.
2015-02-05 13:55:37 +00:00
nonaka
3d785dc95b Don't write DMAC_DINT register on PXA270, because read-only register. 2015-02-05 13:27:18 +00:00
isaki
f4c31ffb3e For the extended precision, the MSB of the mantissa is an integer
part, and this bit must be ignored at Infinity.
found by tests/lib/libc/stdlib/t_strtod.c::strtold_inf.
2015-02-05 12:23:27 +00:00
isaki
cbb3de29ae Fix typo in comment. pointed out by Y.Sugahara. 2015-02-05 12:22:06 +00:00
pettai
68bf72fd96 Update the Heimdal details 2015-02-05 11:37:47 +00:00
snj
d442c06aa5 GPL code isn't just in src/gnu these days (i.e., the last 6 years).
move stuff from src/external/gpl[23] out of the src tarball and into
gnusrc.
2015-02-05 07:52:49 +00:00
agc
530ddfcba7 Sync the src version of netpgpverify with the version in pkgsrc
> ----------------------------
> revision 1.10
> date: 2015-02-04 16:58:02 -0800;  author: agc;  state: Exp;  lines: +1 -0;  commitid: 0v3HoBPFTnhDSK8y;
> appease compiler warning police - initialise a variable in case it's otherwise
> "used uninitialised". ride previous version bump.
> ----------------------------
> revision 1.9
> date: 2015-02-04 16:21:57 -0800;  author: agc;  state: Exp;  lines: +48 -21;  commitid: ElUADrlljB46GK8y;
> Update netpgpverify (and libnetpgpverify) to version 20150205
>
> + recognise signatures made by subkeys as well as by primary keys
>
> + print out the relevant key which signed the file, even if it's
> a subkey and not the primary key itself.
>
> + keep the same API as before
>
> with many thanks to Jonathan Perkin
> ----------------------------
> revision 1.8
> date: 2015-02-03 13:34:57 -0800;  author: agc;  state: Exp;  lines: +1 -3;  commitid: 6qTclEbv7hmZMB8y;
> Update netpgpverify, and libnetpgpverify, to 20150204
>
> + dump the huge output in testing script to /dev/null so that we can
> see what's happening with the other tests in testit.sh
>
> + fix from jperkin@, don't try to be clever when selecting the only
> key id in a keyring
>
> + add a test for single key (non-ssh) pubring
> ----------------------------
> revision 1.7
> date: 2015-02-03 13:13:17 -0800;  author: agc;  state: Exp;  lines: +3 -0;  commitid: ztXbqAi9ocXGFB8y;
> Update netpgpverify, and libnetpgpverify, to 20150203
>
> + portability fixes to make netpgpverify build on freebsd 10.1 with WARNS=5
>
> + fixed an oversight in the testit.sh script
2015-02-05 01:26:54 +00:00
jmcneill
a203ea21a9 regen 2015-02-04 14:23:18 +00:00
jmcneill
7e36f71c1b add Xbox 360 Wireless Receiver 2015-02-04 14:23:04 +00:00
pooka
7ee5757301 If binding fails, print URL with which it failed. 2015-02-04 12:55:47 +00:00
pooka
2beaa9633d default newvers.sh parameters to reproducible build 2015-02-04 12:48:05 +00:00
msaitoh
2da39468da Fix mutex related problem reported by Uwe Toenjes in PR#49328:
- Revert ixgbe_netbsd.c rev. 1.2
 - make CORE_LOCK adaptive
 - Release spin lock while reinitializing the jumb buffer structure.
2015-02-04 09:05:53 +00:00
msaitoh
2e202f47c6 Remove useless semicolon reported by Henning Petersen in PR#49635. 2015-02-04 07:10:47 +00:00
msaitoh
00365a1504 Remove useless semicolon reported by Henning Petersen in PR#49634. 2015-02-04 07:09:37 +00:00
lneto
c4f5e3dda4 lua: fixed LUA_ROOT, LUA_PATH_DEFAULT and LUA_CPATH_DEFAULT
* reverted from r1.8 (mbalmer)
2015-02-04 04:47:57 +00:00
msaitoh
980cca8401 Remove extra IXGBE_TX_LOCK()/IXGBE_TX_UNLOCK() from
ixgbe_free_transmit_structures(). This function is called in the end of
the detach function. if_stop was called and almost all resources were
freed, so it's not required to block the TX stuff.
2015-02-04 04:37:13 +00:00
msaitoh
8353210a1e Add missing IXGBE_RX_LOCK_DESTROY() for the detach path. 2015-02-04 03:17:29 +00:00
jmcneill
260df337ea libxcb is 1.10 now, fix pkgconfig version xcb.mk 2015-02-03 21:31:31 +00:00
aymeric
d8ecb4515d . don't depend on -ll to provide a main() function. Lex on ArchLinux doesn't
provide a libl
. still depend on -ll for the !HOSTPROG case for yywrap()
. ANSIfy
2015-02-03 19:58:41 +00:00
nonaka
78531cbdd7 Disable pmap_md_tlb_check_entry, when MP. 2015-02-03 10:25:53 +00:00
skrll
7d526290ad Use the www.raspberrypi.org URL for the datasheet 2015-02-03 08:48:24 +00:00
christos
bb8dd72d4a fix typo. 2015-02-03 01:22:08 +00:00
christos
e7c1b9e475 CID/1267868: Resource leak "cur" 2015-02-02 22:07:05 +00:00
christos
b1519c4fed CID/126787{0,1}: Uninitialized msg_flags 2015-02-02 22:03:45 +00:00
christos
c3f52d2ee1 CID/1267866: Missing break in switch 2015-02-02 22:01:55 +00:00
rmind
6cbd6e2a1c npfctl_print_rule: print the ID in hex, not decimal. 2015-02-02 19:08:32 +00:00
christos
430f4ed48d make DEBUG build the default. 2015-02-02 16:18:27 +00:00
lneto
730082507e lua: updated from 5.3 work3 to 5.3.0
* improved the overall kernel Lua patch; fixed coercion
* updated lua/syslog
* updated luapmf and luasystm Makefiles
2015-02-02 14:03:05 +00:00
christos
0090b13dae CID/1267860: Missing break in switch 2015-02-02 03:14:02 +00:00
christos
d4fc69a7c7 Handle LOCAL_PEERID for socketpair() connected sockets which connect through
connect2().
1. move the code that sets the peerid structure into connect1(). This
   handles so2.  The datagram code calls connect2 twice with flipped
   so arguments so both sockets get set.
2. in connect2 copy the peerid structure from so2 to so, so that that
   both stream sockets get set.
2015-02-02 02:28:26 +00:00