christos
bb16d22702
Add more directories
2016-10-13 00:55:20 +00:00
jdolecek
fa9d657255
add HISTORY and AUTHORS
2016-10-12 21:47:37 +00:00
wiz
d82bf41e41
Fix xref, sort SEE ALSO.
2016-10-12 21:18:46 +00:00
skrll
ca0e34281c
Update for nhusb merge. Add some Xr. Bump date. Invoke wiz.
2016-10-12 21:09:36 +00:00
christos
f3753ea46b
update gdb.
2016-10-12 20:24:18 +00:00
christos
87fea08a4e
amd64 switches to gdb 7.12
2016-10-12 20:22:05 +00:00
christos
c358683dff
Merge conflicts and regen amd64
2016-10-12 20:20:32 +00:00
christos
a599b8e09f
add strchrnul
2016-10-12 20:02:33 +00:00
christos
a9abaa493d
Add strchrnul
2016-10-12 20:01:40 +00:00
christos
12b4355e4e
add strchrnull
2016-10-12 20:01:22 +00:00
christos
6c1a8a7017
add strchrnul
2016-10-12 20:01:12 +00:00
christos
60788873f5
Define __STDC_{LIMIT,CONSTANT,FORMAT}_MACROS in CXXFLAGS.
...
The problem is that the gnulib interception of <stdint.h> and <inttypes.h>
does not really work because we implement those internally with
<sys/inttypes.h> and <sys/stdint.h> and those internal headers are used
by other internal headers *before* they get a chance to be intercepted
(where the __STDC_ macros are defined).
Another way to fix this is to move the inclusion of the other headers
in <stdint.h> and <inttypes.h> outside multiple inclusion protection.
2016-10-12 18:43:40 +00:00
christos
ba340e457d
import gdb-7.12
2016-10-12 16:47:08 +00:00
christos
8e9ca2acba
switch to gdb.old
2016-10-12 16:44:31 +00:00
christos
a5a4af3bd3
re-add all the removed files
2016-10-12 15:36:05 +00:00
christos
4e00368f12
import current gdb-7.10.1 as gdb.old
2016-10-12 15:15:22 +00:00
roy
59e4c4e061
Document net.inet.ip.dad_count.
2016-10-12 08:52:49 +00:00
roy
520b96bc5f
Document our RFC 5227 implementation.
2016-10-12 08:43:17 +00:00
nat
3b937aa6f8
Add firmaware for Realtek 8192ee/eu.
2016-10-12 06:49:40 +00:00
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