Commit Graph

235388 Commits

Author SHA1 Message Date
martin
2a3b2deb34 Backout previous, Nick has a fix for binutils. 2015-05-08 09:43:41 +00:00
martin
ba04258df8 Add COPY_SYMTAB 2015-05-08 07:45:53 +00:00
martin
2873464391 Document mips64 kernel symbol table hack 2015-05-08 07:44:59 +00:00
martin
fe65851c65 On mips64, the size calculation for the symbol table is off by a few bytes
(probably a bfd bug or misconfiguration), so add a bit of slope here
untill we fix it.
2015-05-08 07:41:07 +00:00
msaitoh
04cf945ec6 Update some Intel CPU models (Sky Lake, Broadwell and Atom X[357]). 2015-05-08 07:29:08 +00:00
msaitoh
7bd0ea0d0a From Intel SDM:
- Add the Silicon Debug bit in CPUID Fn00000001 %ecx
- Add CPUID Fn0000_0007 %ecx bits
- Add comments.
2015-05-08 07:23:56 +00:00
knakahara
f9deecc437 add a const qualifier to struct pci_attach_args *pa argument 2015-05-08 04:27:48 +00:00
jmcneill
2486eb6552 enable tegrampio 2015-05-07 23:55:31 +00:00
jmcneill
cb68b2512a add Tegra MPIO / Pinmux driver 2015-05-07 23:55:11 +00:00
mrg
4499df58a1 bump CHILD_MAX and OPEN_MAX defaults on several platforms, both to 1024. 2015-05-07 19:14:55 +00:00
christos
fce62f0d34 regen 2015-05-07 14:43:30 +00:00
christos
ac4fc9a0ef generalize the mips test to match mips64. 2015-05-07 14:43:22 +00:00
martin
c08c6a5017 Make it compilable without PCI 2015-05-07 12:52:46 +00:00
pgoyette
95bd0f4ec1 Use correcet variable name when printing the error code. 2015-05-07 06:23:23 +00:00
hkenken
17a231d797 fixed register size 2015-05-07 04:37:29 +00:00
hkenken
275055545e use armv7_generic_space 2015-05-07 04:13:47 +00:00
palle
2434428a74 sun4v: disable MP suport for now in cpu_boot_secondary_processors() - this will allow the kernel to start probing for devices with the primary cpu as the only active cpu 2015-05-07 04:03:38 +00:00
pgoyette
9f8be6380b Don't fail if open() of sysmon devices returns ENODEV. This can
occur if sysmon subcomponents are not included in the kernel and
autoloading of modules is not allowed or not supported.
2015-05-07 01:35:35 +00:00
pgoyette
77cc846abe Use _PATH_WATCHDOG from <paths.h> instead of locally-defined value. 2015-05-06 23:08:30 +00:00
pgoyette
3e6c65d1e2 Add missing PATH_WATCHDOG (to complement PATH_SYSMON and PATH_POWER) 2015-05-06 23:06:26 +00:00
skrll
936b1aa081 More device bit definitions. 2015-05-06 21:27:05 +00:00
christos
6153d123b0 hack for Objective-C __weak keyword 2015-05-06 20:25:29 +00:00
martin
456df11265 Enable INET6 by default 2015-05-06 19:47:59 +00:00
wiz
9ff958c753 Fix typo in usage. From Christopher M. Fuhrman in PR 49882. 2015-05-06 17:31:49 +00:00
hannken
e10a32f7f7 Remove miscfs/syncfs and
- move the syncer into kern/vfs_subr.c.

- change the syncer to process the mountlist and VFS_SYNC as appropriate.

- use an API for mount points similiar to the API for vnodes:
  - vfs_syncer_add_to_worklist(struct mount *mp) to add
  - vfs_syncer_remove_from_worklist(struct mount *mp) to remove a mount.

No objections on tech-kern@
2015-05-06 15:57:07 +00:00
msaitoh
85e6157fe0 Fixes link error without vlan. PR#49879. 2015-05-06 09:21:22 +00:00
martin
f989037aa5 Fix sets for mips64 2015-05-06 05:57:48 +00:00
martin
1820660230 Fix bxcb-xkb version number 2015-05-06 05:12:10 +00:00
pgoyette
653f735c22 For non-modular XEN3_DOMU kernels, include sysmon and all of its
subcomponents.  While the wdog and envsys subcomponents aren't
terribly useful in DOMU environment, this restores functionality
to previous (pre-modularized sysmon) state.
2015-05-05 22:14:24 +00:00
mlelstv
c0ea84ad3c Always fixup zero sector size, even when other geometry values are invalid. 2015-05-05 22:09:24 +00:00
mlelstv
a8ea5bf44f warn about labels only when built with DIAGNOSTIC 2015-05-05 21:52:10 +00:00
sjg
597c80f955 New unit-test for make 2015-05-05 21:51:48 +00:00
sjg
ca0319bf7c When evaluating condtionals from .if we want to require
that the lhs is a variable reference, a number or a quoted string.
This helps avoid subtle bugs caused by typos.

When conditionals are being evaluated during variable expansion
we cannot be as strict becuase lhs will already have been expanded.

We therefor pass a boolean to Cond_EvalExpression to tell it how
lhs should be treated.

Add unit-tests/cond2.mk to test the above

Reviewed by: christos, joerg
2015-05-05 21:51:09 +00:00
mrg
6cbd5bb34d remove unused file; pointed out by Kamil Rytarowski in private email. 2015-05-05 17:03:18 +00:00
ozaki-r
50ac2eb5dd Remove a garbage blank line 2015-05-05 10:58:35 +00:00
ozaki-r
145b154327 Use NULL for initialization of sc_config_change 2015-05-05 10:56:13 +00:00
pgoyette
4c3ee32603 Optimize a bit - don't re-enter the mutex if we're just going to exit.
While here, remove some parens around a return value.
2015-05-05 09:22:33 +00:00
roy
bdb2ef03d5 If we don't have ARP, don't set IN_IFF_TENTATIVE. 2015-05-05 08:52:51 +00:00
wiz
369139181c Bump date for previous. 2015-05-05 08:08:33 +00:00
buhrow
3a2e9669fe Add a -b flag so that clients that return their acknowledgements to the
broadcast address can inter-operate with the tftpd server.
Discussed in bin/49868
2015-05-05 05:50:31 +00:00
pgoyette
58ba35d88f If module_autoload() returns an error, just return that value instead
of overwriting with ENODEV.

Thanks, christos!
2015-05-05 00:28:25 +00:00
jmcneill
8827e7890a Tegra K1 RTC driver. 2015-05-05 00:25:44 +00:00
mrg
f3e894d0be libxcb-xkb.so has the wrong version, fix it. patch as provided by
Yorick Hardy in PR 49873.
2015-05-04 23:51:25 +00:00
pgoyette
ed4e2530a5 If autoload of the subcomponent module fails, don't try to call its
open routine.  Just return an error.

Hopefully this will fix the recently reported issues with atf tests
running on xen guest.
2015-05-04 23:50:36 +00:00
jmcneill
1073e5cac0 For Tegra K1, set IE_RX_TIMEOUT (bit 4) in IER register. RX_TIMEOUT occurs
when data has been sitting in the Rx FIFO for more than 4 character times
without being read because there is not enough data to reach the trigger
level. With this change, enable FIFO usage for Tegra UARTs.
2015-05-04 22:59:36 +00:00
wiz
25fa64e429 Bump date for previous.
Use .An.
2015-05-04 21:29:38 +00:00
ryo
89eada3bfc PR/49819: Roberto E. Vargas Caballero: Add support for SystemBase SB16C1050 PCI serial card 2015-05-04 21:21:38 +00:00
ryo
51f34f06b3 regen 2015-05-04 21:18:34 +00:00
ryo
f950c1d946 add SystemBase SB16C1050 UARTs 2015-05-04 21:18:22 +00:00
macallan
36f9ce90f2 fix pasto, use SET() and CLR()
thanks jmcneill@
2015-05-04 20:25:48 +00:00