225512 Commits

Author SHA1 Message Date
matt
530e5cfa09 Warn if a cpu failed to hatch. 2014-03-13 23:45:02 +00:00
matt
a6936c94e5 More CPUCFG registers 2014-03-13 23:44:31 +00:00
pooka
bfdd7f7dd6 No reason to attach if_virt as a RUMP_COMPONENT(), simply use MODULE(). 2014-03-13 21:11:12 +00:00
pooka
253367bf89 remove unnecessary header inclusions 2014-03-13 20:59:12 +00:00
pooka
c284920659 allow VIF_DYING() implementation to protest 2014-03-13 20:55:26 +00:00
pooka
1a04b40215 For compilers without __COUNTER__, make the ctassert name contain
__INCLUDE_LEVEL__ ## _ ## __LINE__.  It's not perfect, but at least it's
better than just __LINE__ since it avoids collisions between .c's and .h's.

Incidentally, why does half of the kernel call CTASSERT() and the
other half __CTASSERT()?
2014-03-13 20:36:01 +00:00
martin
74a4cee79e Help the hack verifying malloc alignment expectations and force the
word size definition on sh* to be a compile time constant. We do not
provide a single library supporting both variants, so we pick the
smaller alignment for now.
2014-03-13 19:33:23 +00:00
pooka
be1e2f2afe Rename rumpcomp_user.c -> virtif_user.c
Convert to new-style RUMPCOMP_USER_SRCS in Makefile.
2014-03-13 18:14:13 +00:00
hannken
073156cfce Add __diagused. 2014-03-13 16:33:52 +00:00
gdt
539b747f08 Use -f with cp, for 444 sources. 2014-03-13 16:19:24 +00:00
gdt
4ebed9fad8 Use cp -pf rather than cp -p.
Otherwise, those with sources that are 444 encounter failures.
2014-03-13 16:14:27 +00:00
pooka
bb154207c8 remove compiler-rt duplicates to fix build 2014-03-13 16:09:11 +00:00
matt
6e76b62446 Fix non-armv6 case. 2014-03-13 12:59:08 +00:00
joerg
84c4c059a1 It's nonliteral format strings it should not warn about. 2014-03-13 12:54:49 +00:00
gson
d34c9aa571 Add -lrumpnet_netinet6 to the rump_server invocation, to stop
rpc.rquotad from printing the error message "rpc.rquotad:
_svc_tli_create: could not open connection for udp6: Address family
not supported by protocol family".  The error message currently ends
up in /dev/null because it is printed to stderr after calling daemon()
with noclose=0, but if the daemonization is moved to a later point to
fix the race condition of PR misc/48282, it will actually appear on
stderr and break the test, which is expecting stderr to be empty.
2014-03-13 12:45:14 +00:00
pooka
300f37afc0 Do not process linkmaps if there is exactly one link map present
(i.e. there is no ld.so).  Makes statically linked rump kernels work on
glibc (at least for me).

based on some discussion with Justin Cormack
2014-03-13 11:21:54 +00:00
hannken
e331e1e077 No need to detach (and return EBUSY) if dk_openmask is non-zero. 2014-03-13 10:22:35 +00:00
wiz
7f42001b43 When not built as host tool, define USE_WCHAR to get locale support. 2014-03-13 09:13:32 +00:00
martin
3f5160ac62 Older gcc does not support -Wno-format-literal 2014-03-13 08:13:21 +00:00
nat
00def356cf Add myself. 2014-03-13 03:34:00 +00:00
pooka
3d3f829e6e rename component.c -> netinet6_component.c 2014-03-13 02:08:44 +00:00
pooka
c26312e1c9 rename component.c -> bridge_component.c 2014-03-13 02:08:24 +00:00
pooka
8e9b788b4d rename component.c -> shmif_component.c 2014-03-13 02:08:04 +00:00
pooka
5c81644c6d rename component.c -> netinet_component.c 2014-03-13 02:07:42 +00:00
pooka
6f134b415a rename component.c -> npf_component.c 2014-03-13 02:07:24 +00:00
pooka
d9186bd3ba rename component.c -> agr_component.c 2014-03-13 02:07:03 +00:00
pooka
9fa21880a4 rename component.c -> net_component.c 2014-03-13 02:06:32 +00:00
pooka
2531d6c274 rename component.c -> netbt_component.c 2014-03-13 02:06:16 +00:00
pooka
ab22d87541 rename component.c -> sockin_component.c 2014-03-13 02:05:49 +00:00
pooka
a2cb21d6b1 rename component.c -> netmpls_component.c 2014-03-13 02:05:29 +00:00
pooka
6427e8d3c9 rename component.c -> local_component.c 2014-03-13 02:04:59 +00:00
pooka
e73b6747ac rename component.c -> sys_sunos_component.c 2014-03-13 02:04:14 +00:00
pooka
d9edc94bdf rename component.c -> sys_linux_component.c 2014-03-13 02:03:47 +00:00
pooka
4ef595eb8a rename component.c -> sys_cygwin_component.c 2014-03-13 02:03:16 +00:00
pooka
e9fb1375a8 rename component.c -> tty_component.c 2014-03-13 02:02:30 +00:00
pooka
fba5e42d84 rename component.c -> bpf_component.c 2014-03-13 02:01:04 +00:00
pooka
04df77c163 rename component.c -> fss_component.c 2014-03-13 01:59:05 +00:00
pooka
0a5f0aa049 rename component.c -> scsitest_component.c 2014-03-13 01:58:46 +00:00
pooka
7e72c4558e rename component.c -> scsipi_component.c 2014-03-13 01:58:20 +00:00
pooka
3bae975740 rename component.c -> audio_component.c 2014-03-13 01:57:52 +00:00
pooka
bc6163d6d2 rename component.c -> netsmb_component.c 2014-03-13 01:57:29 +00:00
pooka
13ad9d6c84 rename component.c -> drvctl_component.c 2014-03-13 01:56:55 +00:00
pooka
3c1768175c rename component.c -> umass_component.c 2014-03-13 01:54:59 +00:00
pooka
82319721de rename component.c -> dm_component.c 2014-03-13 01:54:22 +00:00
pooka
518e3e163c rename component.c -> putter_component.c 2014-03-13 01:53:48 +00:00
pooka
19164addcf rename component.c -> pud_component.c 2014-03-13 01:53:04 +00:00
pooka
0e3e572aea rename component.c -> rnd_component.c 2014-03-13 01:52:37 +00:00
pooka
ea2e453cb6 rename component.c -> pad_component.c 2014-03-13 01:52:04 +00:00
pooka
7a69fdf49d rename component.c -> opencrypto_component.c 2014-03-13 01:51:30 +00:00
pooka
7e38394a91 rename component.c -> cgd_component.c 2014-03-13 01:50:51 +00:00