Commit Graph

238216 Commits

Author SHA1 Message Date
mlelstv
d02a7d8f11 unblock interrupts also when reusing a previously freed irq slot. 2015-10-11 20:20:33 +00:00
mbalmer
b24857d8af add LUA 2015-10-11 10:02:15 +00:00
mbalmer
fd3d11729f no floating point in the kernel, also make sure we always return an int 2015-10-11 09:21:15 +00:00
mbalmer
339173929c fix macro usage 2015-10-11 09:06:21 +00:00
martin
1bd5f91027 Felix Deichmann in PR port-alpha/50326: cosmetic patch for Pyxis attach
message.
2015-10-11 08:46:43 +00:00
sjg
c7f1b3e52d Avoid echo -n in unit-tests 2015-10-11 06:32:15 +00:00
sjg
df0424202d Add Boolean wantit to Var_Parse and Var_Subst
wantit will be FALSE when we are just consuming to discard
in which case we skip "expensive" things like Cmd_Exec.

Reviewed by: christos
2015-10-11 04:51:24 +00:00
christos
aa6d45f9f5 Get rid of the sprintf() bogus macro and use lengths explicitly when buffers
are involved.
2015-10-11 01:01:45 +00:00
dholland
19274b23bf ALUA (asymmetric logical unit access) from Nikolai Lifanov in PR 50227 2015-10-11 00:58:24 +00:00
christos
8a6acf0efa remove incorrect comment (from kre) 2015-10-10 23:39:43 +00:00
dholland
1fb0cf16c7 Don't assume HAVE_POSIX_SPAWN when building a host prog. From Joachim
Kuebart in PR 50301. needs pullup-7
2015-10-10 22:54:03 +00:00
dholland
bc3b61d8ba +FTR (from Nikolai Lifanov in PR 50293) 2015-10-10 22:51:05 +00:00
dholland
4f6e0f51f3 Use llabs(), not abs(), on the difference of daddr_t's.
Caught by clang, reported by joerg.

Turn off the clang-specific compiler flags that were making the report
nonfatal.
2015-10-10 22:34:46 +00:00
dholland
ae8888723f Fix minor bitrot in #if 0 or otherwise disabled code. 2015-10-10 22:34:33 +00:00
dholland
0a6370d92e Use a specific SEGSUM size instead of the size of the union. 2015-10-10 22:34:19 +00:00
dholland
f3729261c1 Track down and fix two missing uses of SEGSUM_FINFOBASE(). 2015-10-10 22:34:09 +00:00
dholland
7e31609f91 Remove no longer needed explicit 32->64 sign extension.
This is the last 32-bit-on-disk item among those that were either
already tagged or readily discoverable.
2015-10-10 22:33:57 +00:00
dholland
791b636204 Add byteswapping to the inode block-pointer accessors. 2015-10-10 22:33:44 +00:00
dholland
5cc5e3bd23 Use accessors for some more indirect block manipulations. 2015-10-10 22:33:31 +00:00
christos
d921302e7e fix the same bug on the linux side, print the error, and return the -tive
error to mimick linux.
2015-10-10 19:35:15 +00:00
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