christos
571f38dae1
Zero out the guard for bus_space_unmap before calling i915_dma_cleanup() which
...
calls i915_free_hws(), which then tries to unmap. Perhaps this fixes PR/50060.
2015-10-10 19:29:44 +00:00
martin
dd5247cc50
PR port-alpha/50325: cosmetic fix for cpu attach message
...
from Felix Deichmann.
2015-10-10 17:00:12 +00:00
maxv
1df3cc6387
Remove the mach entry.
2015-10-10 10:51:15 +00:00
mbalmer
e06559ad98
use a verb in the authors section for all entries
2015-10-10 10:08:12 +00:00
martin
20dddba056
Add compile time asserts to make sure we have properly picked up types
...
for a 64bit cpu and 64bit openfirmware.
2015-10-10 06:50:25 +00:00
martin
01cb3be7ca
Simplify, get rid of manual _LP64 define.
...
Do not pass a SUN4U define, as that is no longer used in the relevant headers.
Instead tell the compiler we are compiling for a v9 CPU (so it internally
defines everything we need).
2015-10-10 06:49:40 +00:00
pgoyette
c0b82ae584
Ooops, spell the module name in full. "mqueue" vs "mq"
2015-10-10 05:50:34 +00:00
pgoyette
1a36963559
And yet another dependency, this time on mq
2015-10-10 04:59:46 +00:00
pgoyette
9eaaa4f91c
Add another dependency for nfsserver
2015-10-10 04:53:48 +00:00
pgoyette
ef916064f1
Add an additional dependency on compat_sysv
2015-10-10 04:28:04 +00:00
sjg
53b398eca4
Do not hard-code ingnoring of makeDependfile
2015-10-10 03:58:59 +00:00
pgoyette
d4c18fb9c6
Regen
2015-10-10 03:30:17 +00:00
pgoyette
b15990a499
Correctly mark syscalls 301, 302, 303 so that they will autoload the
...
compat_sysv module if not already built-in.
2015-10-10 03:27:30 +00:00
plunky
48de9fb88b
attaching controllers to serial ports is configured using btattach.conf
...
and not btdevctl.conf, so say that
2015-10-09 19:49:25 +00:00
riz
53c26de703
Handle the contents of /usr/lib/dtrace so a MKDTRACE=yes release completes.
2015-10-09 19:23:18 +00:00
christos
472bcd2198
PR/50322: Timo Buhrmester: tail -F <file> misbehaves with stdin closed
...
Compare fp with stdin not fileno(fp) with STDIN_FILENO, because if tail
is called with 0 closed, then we are not going to be setting event filters
for the file because we'll erroneously think it is stdin.
2015-10-09 17:51:26 +00:00
christos
629b694dc0
new tzcode.
2015-10-09 17:22:44 +00:00
christos
f9589d4feb
Release 2015g - 2015-10-01 00:39:51 -0700
...
Changes affecting code
localtime no longer mishandles America/Anchorage after 2037.
(Thanks to Bradley White for reporting the bug.)
The localtime module allows the variables 'timezone', 'daylight',
and 'altzone' to be in common storage shared with other modules,
and declares them in case the system <time.h> does not.
(Problems reported by Kees Dekker.)
On platforms with tm_zone, strftime.c now assumes it is not NULL.
This simplifies the code and is consistent with zdump.c.
(Problem reported by Christos Zoulas.)
Changes affecting documentation
The tzfile man page now documents that transition times denote the
starts (not the ends) of the corresponding time periods.
(Ambiguity reported by Bill Seymour.)
2015-10-09 17:21:45 +00:00
christos
15404ac95d
use c comments
2015-10-09 14:42:40 +00:00
knakahara
f80c449c4b
remove quick hack code to avoid shared IRQ issue.
2015-10-09 13:03:55 +00:00
knakahara
9c5b1603ce
fix: "intrctl list" causes panic when the device using pci_intr_alloc() shares IRQ.
2015-10-09 12:56:02 +00:00
bouyer
8a4f5ad97d
revert previous (turn off tcon when disabling video output).
...
I found it's better to do it in the hdmi driver, but the hdmi audio issue
needs to be fixed as well.
2015-10-09 07:23:33 +00:00
christos
a89334cd83
PR/50312: Robert Elz: Unconditionally include <sys/exec.h> to fix compilation
...
when PAX_ASLR is not defined.
2015-10-09 02:00:59 +00:00
ozaki-r
6a74db0c04
Fix LLE_TRY_UPGRADE when GATEWAY
...
It's expected to return a value.
2015-10-09 01:50:09 +00:00
jnemeth
1b254ad09b
note the release of NetBSD 7.0
2015-10-09 00:09:52 +00:00
joerg
2ccf9a9aba
Don't check if an array is (not) NULL, check if the string is empty.
2015-10-08 20:58:13 +00:00
christos
2ecf333ea1
don't lie in the comment; this is not the re-entrant version
2015-10-08 20:33:58 +00:00
christos
51c8e06c4d
Switch to a version that does not suffer from reporting the wrong length
...
if the file contains NULs. From OpenBSD.
2015-10-08 20:20:45 +00:00
macallan
eaf482297b
fix build with INGENIC_DEBUG
2015-10-08 18:20:31 +00:00
macallan
5bd869b56d
add efuse driver
2015-10-08 17:58:51 +00:00
macallan
816f56832b
use the MAC address passed as a property if available instead of relying on
...
u-boot to program it into the chip for us ( which it may not do if we're not
netbooting )
2015-10-08 17:55:58 +00:00
macallan
56acaa063f
add a driver for the chip's EFUSE interface, use it to find the MAC address
...
for the onboard ethernet controller
2015-10-08 17:54:30 +00:00
macallan
12be77a6d0
add mechanism to pass a MAC address to dme
2015-10-08 17:51:15 +00:00
mbalmer
523e5ae09d
note Lua update
2015-10-08 13:43:16 +00:00
mbalmer
284b66034a
Lua is at 5.3.1 now
2015-10-08 13:42:26 +00:00
mbalmer
5f69bf5a0f
fix kernel module build
2015-10-08 13:40:16 +00:00
mbalmer
bee0986226
update after conflict resolution
2015-10-08 13:21:00 +00:00
mbalmer
f03f2e0f6f
update docs after conflict resolution
2015-10-08 12:46:20 +00:00
mbalmer
b2829499b0
Resolve conflicts.
2015-10-08 12:40:05 +00:00
mbalmer
21f9e8b0ed
Lua 5.3.1
2015-10-08 12:25:22 +00:00
msaitoh
7bca56aafa
Fix a bug that LSC's interrupt storm occured when MSI-X is used.
...
It was observed only on 82575.
2015-10-08 09:28:13 +00:00
mbalmer
32fb1943e3
Fix Lua version, add lneto as responsible person, too.
2015-10-08 08:22:54 +00:00
roy
620387577c
Create a temporary define involving IFF_STATICARP if we have it
...
instead of just testing for __FreeBSD__.
No functional change.
ok: ozaki-r@
2015-10-08 08:17:37 +00:00
msaitoh
8cb6e19370
- ACK Accelerate Disable in the RFCTL register is not bit 13 but 12.
...
No binary change because this definition have not used yet.
- Add ACK data Disable bit's definition.
2015-10-08 04:30:25 +00:00
martin
14373fddc6
PR install/50311: missing gptmbr.bin on ramdisk based installs.
2015-10-07 14:09:04 +00:00
martin
59db503a23
Fix the -m32 compat build for sparc64 after recent sparc/include/types.h
...
changes. XXX I suspect this variant has not been tested in real life.
2015-10-07 11:56:41 +00:00
roy
e600c51d95
Remove rt_ifa_localrequest().
...
In it's place, use rtrequest1() inside rt_ifa_addlocal() and
rtdeletemsg() inside rt_ifa_remlocal().
This removes the need for INET/INET6 specific code and allows
greater control over the creation of the local address route.
2015-10-07 09:44:26 +00:00
ozaki-r
ef5da9a970
Enqueue frames to a curcpu's pktqueue
...
Currently RX can run on a CPU other than CPU#0, so always enqueuing
to a pktqueue of CPU#0 makes no sense. Let's use a curcpu's pktqueue,
although bridge_foward softint doesn't run in parallel without
NET_MPSAFE.
This is a temporal solution. We need a fundamental solution.
2015-10-07 08:48:04 +00:00
ozaki-r
44c97db88f
Add tests for assigining/deleting IP addresses
...
The tests help to find defects related to creation/deletion
of routes/llentries and assigning/deleting of IP addresses.
2015-10-07 05:24:41 +00:00
christos
4ace1867fc
make this kind of work.
2015-10-07 02:22:29 +00:00