Commit Graph

2369 Commits

Author SHA1 Message Date
pooka b649a59f0c Remember to bump revision for the "int my time VIF_DYING" change yesterday. 2014-03-14 10:06:22 +00:00
pooka 41e29f6bc7 Add rumpkern_time for nanosleep, clock_gettime, setitimer, etc. 2014-03-14 01:02:34 +00:00
pooka c9bffc6f73 regen: time/timer related syscalls for rump kernels 2014-03-14 00:56:37 +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 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
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
pooka bd7cc621b8 rename component.c -> raidframe_component.c 2014-03-13 01:49:59 +00:00
pooka da5f0878ad rename component.c -> wscons_component.c 2014-03-13 01:48:08 +00:00
pooka 408eb8f3d8 rename component.c -> sysmon_component.c 2014-03-13 01:47:07 +00:00
pooka 26ec820c34 rename component.c -> zfs_component.c 2014-03-13 01:46:10 +00:00
pooka c195be46f9 rename component.c -> syspuffs_component.c 2014-03-13 01:45:33 +00:00
pooka d1665e5a2e rename rumpcomp_user.* -> shmif_user.* 2014-03-13 01:42:59 +00:00
pooka 00328592e2 rename rumpcomp_user.* -> sockin_user.* 2014-03-13 01:40:30 +00:00
pooka 121efaacc1 rename rumpcomp_user.* -> ugenhc_user.* 2014-03-13 01:38:11 +00:00
pooka 9cb7eaee42 Allow multiple "rumpcomp_user" source modules to be specified by
introducing RUMPCOMP_USER_SRCS.  Make RUMPCOMP_USER issue a deprecation
warning, but for compat make it set RUMPCOMP_USER_SRCS=rumpcomp_user.c
for now.
2014-03-13 01:34:06 +00:00
pooka b05100a488 component.c -> virtif_component.c, just to decrease risk of conflicts.
No runtime change.
2014-03-12 23:42:33 +00:00
pooka 01c3a6e39b Separate common bits for all interfaces implementing virtif hypercalls
from Makefile to Makefile.virtif.  The latter is meant to be .included.
2014-03-12 23:40:58 +00:00
pooka 30baf09a3c When sending, only load mbufs which have a length. This is especially
useful for fragmented datagrams where the tail of the first packet is
full of nothing.
2014-03-12 17:49:13 +00:00
pooka 1ac307e403 kill undesirable #ifndef _RUMPKERNEL 2014-03-11 20:32:05 +00:00