Commit Graph

245486 Commits

Author SHA1 Message Date
nat b4fce4982f Added firmare for Realtek 8192ee/eu. 2016-10-12 03:58:37 +00:00
nat 052c684aa1 Add support for Realtek 8192EU. 2016-10-12 03:27:00 +00:00
nat 041ac2d003 Add support for Realtek 8192EU.
OK christos@
2016-10-12 03:23:29 +00:00
nat 309261430f Added firmware and updated copyright for rtl8192ee/eu.
OK christos@
2016-10-12 03:12:03 +00:00
nat 79ff291203 regen 2016-10-12 03:09:10 +00:00
nat 9c9e8ee8be Add Realtek 8192EU usb wifi adaptor.
OK christos@
2016-10-12 03:07:11 +00:00
nat 989fb94197 IQ Calibration for urtwn devices.
Addresses PR/47781.

OK christos@
2016-10-12 02:56:45 +00:00
nat c2d8ad4435 Stop urtwn devices from usb suspend, allow remote wifi activity wakeup.
Addresses PR/51111.

OK christos@
2016-10-12 02:50:44 +00:00
jdolecek 5248456d9b do not try to flush device when rebooting with RB_NOSYNC, so that machine
would still reboot if the device is wedged
2016-10-11 18:31:11 +00:00
macallan c1b0d6addd switch evbmips to new xorg 2016-10-11 17:10:22 +00:00
macallan 8baff5f4bf build and install libc_fp on mips
use with LD_PRELOAD=/lib/libc_fp.so for FPU use via softfloat
2016-10-11 17:02:28 +00:00
macallan 8575febebd move shlib_version into the main directory 2016-10-11 16:55:22 +00:00
sevan cb327570eb Whilst mount_pcfs originated as a patch in 386BSD, NetBSD 0.8 actually was the first release of an OS to ship with it.
Heads up by Ingo Schwarze.
2016-10-11 16:10:03 +00:00
skrll b7cb5d9d35 Read sc_if_flags after taking core lock 2016-10-11 15:48:17 +00:00
roy d9119dc54f Implement RFC 5227 2.4 Ongoing Conflict Detection and Address Defence.
If ip_dad_count is 0, then the conflict is just logged and the address
is not marked as duplicated.
2016-10-11 13:59:30 +00:00
roy dc1455f4fc Remove unused variable. 2016-10-11 13:39:34 +00:00
maxv 303e5f4efd Memory leak, found by mootja; not tested, but obvious enough. By the way,
I guess we should be handling the return value of OF_getprop.
2016-10-11 13:04:57 +00:00
maxv c312cb33a2 There are two memory leaks here, found by mootja; just add some XXXs. 2016-10-11 12:53:56 +00:00
roy 103ec7fade Mark arprequest static and introduce arpannounce so that gratuitous
ARP requests are only send from valid addresses.
2016-10-11 12:32:30 +00:00
mrg f2d015f995 add arm64 ldscripts 2016-10-11 08:04:23 +00:00
mrg 4685143ff5 build and install the arm ldscripts. now i can build oabi again. 2016-10-11 07:23:52 +00:00
mrg 9535eb5451 fix the previous - the emul names don't tend to include "32".
tested on shark, though fixes to make compiling for oabi work
remain uncommited.

now an aarch64 build almost completes!
2016-10-11 07:05:29 +00:00
dholland f7f12e2d7d PR 49595 William Ahern: The exit status of "unset NOTSET" should be 0, not 1.
(like 48312 but for ksh)
2016-10-11 06:31:07 +00:00
martin 6ff906bc3c do not mark igs_drv.so.0.debug as obsolete, we still install it 2016-10-11 06:11:38 +00:00
ozaki-r e6730694a2 Add IFA_STATS to ALLs 2016-10-11 05:16:04 +00:00
ozaki-r 20491bb993 Fix kernel builds with IFA_STATS 2016-10-11 05:15:01 +00:00
msaitoh eedad4ff5c Update from the latest Intel SDM:
- Denverton
 - Future Xeon Phi
 - 7th gen Core (Kaby Lake)
2016-10-11 04:16:28 +00:00
mrg ba759bad89 revert previous - was fixed in the mknative. 2016-10-11 04:10:13 +00:00
mrg de6fd971d9 regen with mostly fixed. 2016-10-11 03:57:15 +00:00
mrg 203d3087cb pass -L in LDFLAGS. clang complains about it to stderr, and configure
checks for headers fail if there are unexpected stderr.
2016-10-11 03:57:00 +00:00
christos 8897404ec7 more HAVE stuff. 2016-10-11 03:09:37 +00:00
christos be6cc8d4b9 regen and fix aarch64 2016-10-11 03:08:14 +00:00
christos b885939ba2 fix emulation path 2016-10-11 02:49:38 +00:00
macallan 8de18d0a37 set MKSOFTFLOAT=no so we don't get another -msoft-float slapped on COPTS
now this actually builds
thanks to mrg for pointing me in the right direction
2016-10-10 18:49:30 +00:00
kiyohara 4964aa11de The bus_dmamap_sync(PREREAD) is unnecessary for sent mbuf.
Moreover bus_dmamap_sync(POSTWRITE), before unload.
2016-10-10 14:23:35 +00:00
martin b62886595e Note that dhcpcd objdir needs to be cleaned for update builds. 2016-10-10 13:28:24 +00:00
skrll 1b2f83c8ef Trailing whitespace 2016-10-10 07:37:56 +00:00
skrll 79743a4d43 vaddr_t -> register_t in range cache ops 2016-10-10 07:37:17 +00:00
dholland d81762cbc9 foo & ~bar, not foo &~ bar. From Henning Petersen in PR 49636. 2016-10-10 01:22:51 +00:00
dholland a6c9b0f9c4 PR 49636 Henning Petersen: use "0L" to return 0 from a function returning
long, and test its returned value against "0L" instead of "0".

This is not especially necessary, but it's also harmless.
2016-10-10 01:22:08 +00:00
christos 7699c5562f try to be more clear about what is not found. 2016-10-09 21:03:43 +00:00
christos d5970ab2da make DEBUG_NS compile. 2016-10-09 19:38:08 +00:00
macallan f21b7d7f2c fix tpyo 2016-10-09 17:18:32 +00:00
christos de2aa956c1 PR/51543: Henning Petersen: replace , with ; 2016-10-09 15:01:49 +00:00
christos 1d40584ea0 PR/51542: Henning Petersen: replace , with ; 2016-10-09 14:53:54 +00:00
christos 87f6b1ee5b PR/51541: Henning Petersen: replace , with ; 2016-10-09 14:52:50 +00:00
christos 9015c01fa3 PR/51540: Henning Petersen: replace , with ; 2016-10-09 14:49:51 +00:00
christos 56e7e9d8c8 PR/51540: Henning Petersen: replace , with ; 2016-10-09 14:35:33 +00:00
christos 39532ace0a PR/51540: Henning Petersen: replace , with ; 2016-10-09 14:06:11 +00:00
christos e3e83e546b PR/51539: Henning Petersen: replace , with ; 2016-10-09 14:05:12 +00:00