CVS commit: src/sys/rump

2011-02-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 15 10:35:06 UTC 2011 Modified Files: src/sys/rump/include/rump: rumpuser.h src/sys/rump/librump/rumpkern: rump.c Log Message: Add an exec callback for the proxy code. The client can now notify the rump kernel of

CVS commit: src/sys/rump/librump

2011-02-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 10 11:01:31 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: devsw.c src/sys/rump/librump/rumpvfs: devnull.c Log Message: support /dev/zero To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/rump/librump/rumpkern

2011-02-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 10 13:31:30 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: copy parent's p_comm when forking (if it exists) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/rump/librump/rumpkern

2011-02-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 10 13:31:56 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: zalloc struct vmspace to avoid having one full of garbage To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229

CVS commit: src/sys/rump/librump/rumpkern

2011-02-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 10 13:40:35 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: Explicitly zerofill some fields which are not within the boundaries of p_start/endzero for whatever reasons. Obviously, this fixes

CVS commit: src/sys/rump/librump/rumpkern

2011-02-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 10 13:49:11 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Set b_error in vunmapbuf() if copyout_proc fails. XXX: what if copyin fails in vmapbuf()? To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/rump/librump/rumpkern

2011-02-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Feb 5 17:25:45 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Use correct strtoululululu variant. from Taylor R Campbell To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109

CVS commit: src/sys/rump/net/lib/libnet

2011-02-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Feb 4 09:57:54 UTC 2011 Modified Files: src/sys/rump/net/lib/libnet: component.c Log Message: attach the compat_50_routedomain to make it actually work To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/rump/librump/rumpvfs

2011-02-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 3 10:06:07 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpblk.c Log Message: * fix blkno-offset calculation for simulated non-512 devices * allows transfers only in multiples of block size * g/c unused struct

CVS commit: src/sys/rump/librump/rumpkern

2011-02-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 3 11:01:52 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: weakalias the withsize variant of rump_pub_etfs_register too To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228

CVS commit: src/sys/rump/librump/rumpvfs

2011-02-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 3 15:36:30 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpblk.c Log Message: * open backend device once when the rumpblk is registered instead of every time the virtual device is opened. this takes care of

CVS commit: src/sys/rump/librump/rumpvfs

2011-02-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 3 22:16:11 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpblk.c Log Message: fix KASSERT snafu. spotted by tests, as usual. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/sys/rump/librump/rumpvfs

2011-02-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 2 14:41:56 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: adjust inode size too if VOP_SETATTR changes size To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90

CVS commit: src/sys/rump/librump/rumpvfs

2011-02-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 2 15:55:22 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpblk.c Log Message: never open rumpblk backend with O_TRUNC XXX: the rumpuser_open interface needs a beating To generate a diff of this commit: cvs

CVS commit: src/sys/rump/librump/rumpvfs

2011-02-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 2 15:58:09 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Allow etfs for CREATE lookups too. This takes care of O_CREAT calls to open(), which act just like lookups if the node exists (found

CVS commit: src/sys/rump

2011-02-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Feb 1 15:26:47 UTC 2011 Modified Files: src/sys/rump: TODO Log Message: update todo from my private collection (which is now empty) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/rump/TODO Please note

CVS commit: src/sys/rump

2011-01-31 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Feb 1 01:15:51 UTC 2011 Modified Files: src/sys/rump: Makefile.rump Log Message: Define COMPAT_50 to be 1 just like config(8) would be opt_compat_netbsd.h To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/sys/rump/librump/rumpkern

2011-01-30 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Sun Jan 30 16:31:42 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Move rumpuser_sp_fini() after the kernel has completed shuwdown (and especially, after filesystems have been unmounted). This way,

CVS commit: src/sys/rump/dev/lib/libusb

2011-01-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 31 00:10:06 UTC 2011 Modified Files: src/sys/rump/dev/lib/libusb: Makefile Log Message: enable this for amd64 too. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/rump/dev/lib/libusb/Makefile

CVS commit: src/sys/rump/librump/rumpkern

2011-01-28 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 28 16:34:31 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c Log Message: fill in a default name for p_comm To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/rump/librump/rumpkern

2011-01-28 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 28 17:04:39 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: locks.c Log Message: If we are unsleepable due to a dying proc, yield() instead of returning directly. This allows other threads to run possible setting

CVS commit: src/sys/rump/librump/rumpkern

2011-01-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 27 17:36:27 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Fix syscall name for compat syscalls. Arguably makesyscalls.sh should generate the right info, but it's easier to fix here now. This

CVS commit: src/sys/rump/librump/rumpkern

2011-01-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 27 21:55:25 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: sleepq.c Log Message: Fill in l_wmesg since some proc-walkers assume it. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/rump/librump/rumpkern

2011-01-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 22 13:13:46 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Add a comment explaning why uvm_reclaim_hook is not currently necessary for rump. XXX: strictly speaking, the zfs implementation does

CVS commit: src/sys/rump/fs/lib/libzfs

2011-01-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 21 12:23:29 UTC 2011 Modified Files: src/sys/rump/fs/lib/libzfs: component.c Log Message: don't perform tasks already done by zfs_modcmd To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/rump

2011-01-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 21 13:11:04 UTC 2011 Modified Files: src/sys/rump/fs/lib/libzfs: Makefile src/sys/rump/librump/rumpkern: emul.c Log Message: Since physmem is largely unused except for zfs wanting to know if it has enough memory

CVS commit: src/sys/rump/fs/lib/libzfs

2011-01-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 21 13:11:32 UTC 2011 Removed Files: src/sys/rump/fs/lib/libzfs: component.c Log Message: no longer used To generate a diff of this commit: cvs rdiff -u -r1.2 -r0 src/sys/rump/fs/lib/libzfs/component.c Please note that

CVS commit: src/sys/rump/librump

2011-01-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 17 16:20:20 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern src/sys/rump/librump/rumpvfs: compat.c Removed Files: src/sys/rump/librump/rumpkern: compat.c Log Message: use compat

CVS commit: src/sys/rump/include/rump

2011-01-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 17 16:25:39 UTC 2011 Modified Files: src/sys/rump/include/rump: rump_syscalls_compat.h Log Message: use newstyle rump syscall compat To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/rump

2011-01-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 17 18:25:18 UTC 2011 Modified Files: src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c Log Message: regen: more compat syscalls To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/rump/librump/rumpvfs

2011-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 14 11:07:42 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Release etfs node's backing vnode before freeing the etfs node. spotted from the LOCKDEBUG run that martin accidentally did To

CVS commit: src/sys/rump

2011-01-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 14 13:11:08 UTC 2011 Modified Files: src/sys/rump/include/rump: rumpuser.h src/sys/rump/librump/rumpkern: signals.c Log Message: Support SIGMODEL_RAISE for non-local clients. To generate a diff of this commit:

CVS commit: src/sys/rump/librump/rumpvfs

2011-01-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 13 10:26:47 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Respect DOWHITEOUT when removing a directory. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88

CVS commit: src/sys/rump/librump/rumpkern

2011-01-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 13 15:38:30 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c rump_private.h rumpcopy.c vm.c Log Message: Introduce RUMP_LOCALPROC_P() macro and use it. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/rump/librump/rumpkern

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 12:51:21 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: locks.c lwproc.c rump.c sleepq.c Log Message: When the client and the rump kernel are the same host process, all threads blocking in the kernel

CVS commit: src/sys/rump/include/rump

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 12:51:47 UTC 2011 Modified Files: src/sys/rump/include/rump: rumpuser.h Log Message: add spop_procexit To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/rump/include/rump/rumpuser.h Please note

CVS commit: src/sys/rump/net/lib/libshmif

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 16:12:31 UTC 2011 Modified Files: src/sys/rump/net/lib/libshmif: shmif_busops.c Log Message: make this happy to compile standalone To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/rump/librump/rumpvfs

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 17:14:34 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Mark rootfs r/w. Thanks to the incredible machine known as vfs, the only one who noticed the inconsistency of writing to a r/o fs

CVS commit: src/sys/rump/librump/rumpvfs

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 17:20:54 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: reject r/o mount attempts To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/rump/librump/rumpvfs/rumpfs.c

CVS commit: src/sys/rump/librump/rumpvfs

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 19:31:40 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Explicitly set *vpp to NULL in lookup. At least reluckup gets upset if we don't explicitly nullify vpp in the error case. To

CVS commit: src/sys/rump/librump/rumpvfs

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 12 21:08:55 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: unionfs voodoo To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/rump/librump/rumpvfs/rumpfs.c Please note

CVS commit: src/sys/rump/librump/rumpvfs

2011-01-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 13 07:27:36 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: support MNT_RDONLY To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/rump/librump/rumpvfs/rumpfs.c Please note

CVS commit: src/sys/rump/librump

2011-01-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 11 09:22:33 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: rump_private.h src/sys/rump/librump/rumpnet: rump_net.c Log Message: Add one more component level to networking: IFCFG. It is executed after IF

CVS commit: src/sys/rump/net/lib

2011-01-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 11 09:24:06 UTC 2011 Modified Files: src/sys/rump/net/lib/libnet: component.c src/sys/rump/net/lib/libnetinet: component.c Log Message: Ensure that a) loopback attaches after all the domains have attached b)

CVS commit: src/sys/rump/librump/rumpkern

2011-01-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 11 10:49:20 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: KASSERT we don't return back to userspace with the kernel lock held. To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/sys/rump/librump/rumpvfs

2011-01-11 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Tue Jan 11 14:05:33 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: add advlock to rumpfs, ok pooka@ To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82

CVS commit: src/sys/rump/librump/rumpkern

2011-01-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 9 12:20:10 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: rump_private.h Log Message: Allow multiple RUMP_COMPONENT() in one file. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67

CVS commit: src/sys/rump/net/lib/libnet

2011-01-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 9 12:20:54 UTC 2011 Modified Files: src/sys/rump/net/lib/libnet: component.c Log Message: Separate interface init and domain adding. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/rump/net/lib/libnetinet

2011-01-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 9 12:22:35 UTC 2011 Modified Files: src/sys/rump/net/lib/libnetinet: component.c Log Message: Autoconfigure 127.0.0.1 for lo0. (testing bind/connect/etc. is now possible on a virgin rump kernel without the need to

CVS commit: src/sys/rump/librump/rumpkern

2011-01-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 9 13:49:57 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: rumpcopy.c Log Message: accept '\0' as a valid string To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/rump/librump/rumpkern

2011-01-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 9 14:12:38 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: rumpcopy.c Log Message: Shortcircuit remote 0-len copyin/out already in the kernel. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/sys/rump/librump/rumpkern

2011-01-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 8 09:40:05 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Do a minidehumanizenumber for RUMP_MEMLIMIT. Now you can set it to e.g. 16m instead of having to type out 16777216. To generate a

CVS commit: src/sys/rump/librump/rumpkern

2011-01-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 8 14:01:04 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: signals.c Log Message: SIGPIPE is generated internally by the kernel, so include it in the list of no panic sigs. To generate a diff of this commit: cvs

CVS commit: src/sys/rump/librump/rumpvfs

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 11:27:53 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rump_vfs.c Log Message: Censor no-longer-relevant flags which may be passed down from somewhere (e.g. an older kernel). We really can't do anything about

CVS commit: src/sys/rump

2011-01-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jan 7 15:10:22 UTC 2011 Modified Files: src/sys/rump/kern/lib/libtty: component.c src/sys/rump/librump/rumpkern: rump.c rump_private.h Log Message: Avoid double init of tty_lock if rumpkern_tty is included. LOCKDEBUG

CVS commit: src/sys/rump/librump/rumpvfs

2011-01-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 6 10:20:57 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rump_vfs.c Log Message: cwdi0 lock is now initialized in proc0_init() To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

CVS commit: src/sys/rump

2011-01-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 6 11:22:55 UTC 2011 Modified Files: src/sys/rump: Makefile.rump src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c locks.c lwproc.c rump.c Log Message: Support LOCKDEBUG. To use it, compile

CVS commit: src/sys/rump/librump/rumpkern

2011-01-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 6 13:09:17 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: give the outside world some idea of if we have LOCKDEBUG or not To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217

CVS commit: src/sys/rump/librump/rumpkern

2011-01-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jan 6 13:36:49 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: locks.c Log Message: antipasto To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/rump/librump/rumpkern/locks.c Please note that

CVS commit: src/sys/rump/librump/rumpvfs

2011-01-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 4 09:49:16 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Need to check for VNOVAL when setting attrs. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81

CVS commit: src/sys/rump

2011-01-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 4 16:23:36 UTC 2011 Modified Files: src/sys/rump/include/machine: cpu.h src/sys/rump/librump/rumpkern: Makefile.rumpkern rump.c rumpcpu_generic.c Log Message: Add SMP support for all architectures.

CVS commit: src/sys/rump

2011-01-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 4 17:00:19 UTC 2011 Modified Files: src/sys/rump/include/rump: rump_syscalls_compat.h src/sys/rump/librump/rumpvfs: compat.c Log Message: Add NetBSD 5 compat wrapping for *utimes() To generate a diff of this

CVS commit: src/sys/rump/librump/rumpkern

2011-01-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 3 14:57:06 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: signals.c Log Message: kqueue signal filters are not supported, so be explicit about it. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/rump/librump/rumpvfs

2011-01-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jan 4 00:09:43 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Don't try to change the size of non-reg nodes or when vattr doesn't contain a new size. from njoly To generate a diff of this

CVS commit: src/sys/rump

2011-01-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 2 12:52:25 UTC 2011 Modified Files: src/sys/rump/include/rump: rump.h rumpuser.h src/sys/rump/librump/rumpkern: lwproc.c rump.c rumpkern.ifspec Log Message: There is a use case where preserving the parent's fd

CVS commit: src/sys/rump

2011-01-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jan 2 12:53:13 UTC 2011 Modified Files: src/sys/rump/include/rump: rumpkern_if_pub.h src/sys/rump/librump/rumpkern: rumpkern_if_priv.h rumpkern_if_wrappers.c Log Message: regen: rump_lwproc_rfork To

CVS commit: src/sys/rump/librump/rumpvfs

2011-01-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 1 19:47:23 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Report correct file size + deal with ftruncate() and O_APPEND. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79

CVS commit: src/sys/rump/librump/rumpnet

2010-12-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Dec 30 16:19:39 UTC 2010 Modified Files: src/sys/rump/librump/rumpnet: netisr.c Log Message: Refetch netisr function pointers with dlsym(). This gives the desired values in case the components containing the netisr handlers

CVS commit: src/sys/rump/librump/rumpkern

2010-12-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Dec 30 16:46:32 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Requery syscall handlers during rump kernel init. This fixes syscalls provided by a rump faction such as rumpvfs when the library is

CVS commit: src/sys/rump

2010-12-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Dec 30 16:51:28 UTC 2010 Modified Files: src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c Log Message: regen: SYCALL_NOSYS in rump_sysent[] To generate a diff of this commit:

CVS commit: src/sys/rump

2010-12-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Dec 30 20:11:08 UTC 2010 Modified Files: src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c Log Message: regen for comments To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/rump/librump/rumpvfs

2010-12-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Dec 18 08:20:12 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Use correct spec_islocked method. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78

CVS commit: src/sys/rump/librump/rumpvfs

2010-12-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Dec 18 11:45:09 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: vm_vfs.c Log Message: Don't loop eternally if uiomove() fails eternally (e.g. because the connection to the client has been severed). To generate a diff

CVS commit: src/sys/rump/librump/rumpkern

2010-12-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Dec 18 14:01:43 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: sleepq.c Log Message: Pull in sys/atomic.h so that hp700 can build - needed for membar_exit. To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/sys/rump/librump/rumpkern

2010-12-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Dec 17 00:53:17 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: Support MKREPRO To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104

CVS commit: src/sys/rump/librump/rumpkern

2010-12-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Dec 13 14:03:59 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: stubs to make life easier To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 src/sys/rump/librump/rumpkern/rump.c

CVS commit: src/sys/rump/librump/rumpkern

2010-12-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 12 13:18:07 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: print a bit more diagnostics when halting To generate a diff of this commit: cvs rdiff -u -r1.208 -r1.209

CVS commit: src/sys/rump/net

2010-12-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Dec 8 18:06:43 UTC 2010 Modified Files: src/sys/rump/net: Makefile.rumpnetcomp src/sys/rump/net/lib/libnet: Makefile component.c Added Files: src/sys/rump/net/lib/libbridge: Makefile component.c shlib_version

CVS commit: src/sys/rump/librump/rumpnet

2010-12-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Dec 8 18:06:59 UTC 2010 Modified Files: src/sys/rump/librump/rumpnet: net_stub.c Log Message: add weak stubs for bridge (not the game) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/rump/net

2010-12-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Dec 8 20:20:17 UTC 2010 Modified Files: src/sys/rump/net: Makefile.rumpnetcomp src/sys/rump/net/lib/libnet/opt: agr.h Added Files: src/sys/rump/net/lib/libagr: Makefile component.c shlib_version Log Message:

CVS commit: src/sys/rump/librump/rumpnet

2010-12-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Dec 8 20:20:52 UTC 2010 Modified Files: src/sys/rump/librump/rumpnet: net_stub.c Log Message: weak stubs for agr(4) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/rump/librump/rumpnet/net_stub.c

CVS commit: src/sys/rump/net

2010-12-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Dec 7 17:23:28 UTC 2010 Modified Files: src/sys/rump/net: Makefile.rumpnetcomp Log Message: sockin cannot be loaded the same time as rumpnet_inet because both provide a PF_INET domain. Guess that real inet is more useful and

CVS commit: src/sys/rump/dev

2010-12-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Dec 7 17:25:41 UTC 2010 Modified Files: src/sys/rump/dev: Makefile.rumpdevcomp Log Message: haad removed 64bit atomic ops from dm, so put it back on the MI all list To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/sys/rump/net/lib/libnet

2010-12-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Dec 7 20:39:07 UTC 2010 Modified Files: src/sys/rump/net/lib/libnet: Makefile component.c src/sys/rump/net/lib/libnet/opt: bridge.h Log Message: Support bridging. As usual, it would be nice if this could be a

CVS commit: src/sys/rump/dev

2010-12-07 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Dec 7 21:38:07 UTC 2010 Modified Files: src/sys/rump/dev: Makefile.rumpdevcomp Added Files: src/sys/rump/dev/lib/libdrvctl: DRVCTL.ioconf Makefile component.c shlib_version Log Message: add drvctl

CVS commit: src/sys/rump/librump/rumpnet

2010-12-07 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Dec 8 01:22:55 UTC 2010 Modified Files: src/sys/rump/librump/rumpnet: net_stub.c Log Message: Don't alias the same symbol twice. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/rump

2010-12-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Dec 6 09:12:34 UTC 2010 Modified Files: src/sys/rump: Makefile.rump Log Message: use -isystem where appropriate To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/rump/Makefile.rump Please note that

CVS commit: src/sys/rump/net/lib/libshmif

2010-12-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Dec 6 10:48:19 UTC 2010 Modified Files: src/sys/rump/net/lib/libshmif: if_shmem.c Log Message: Allow creation with NULL busname (to be later set with SIOCSLINKSTR). To generate a diff of this commit: cvs rdiff -u -r1.32

CVS commit: src/sys/rump/net/lib/libsockin

2010-12-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 5 15:54:50 UTC 2010 Modified Files: src/sys/rump/net/lib/libsockin: sockin.c Log Message: use in_control() for PRU_CONTROL To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/rump/fs/rumptest

2010-12-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 5 16:02:04 UTC 2010 Removed Files: src/sys/rump/fs/rumptest: Makefile rumptest.c Log Message: get rid of this uninstalled test, even i haven't compiled it for ages To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/sys/rump/fs

2010-12-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 5 16:11:17 UTC 2010 Modified Files: src/sys/rump/fs: Makefile.rumpfs Added Files: src/sys/rump/fs/lib/libnull: Makefile shlib_version src/sys/rump/fs/lib/libumap: Makefile shlib_version Removed Files:

CVS commit: src/sys/rump/kern

2010-12-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 5 16:27:43 UTC 2010 Modified Files: src/sys/rump/kern/lib: Makefile Added Files: src/sys/rump/kern: Makefile.rumpkerncomp Log Message: Make build similar to fs, net dev. To generate a diff of this commit: cvs

CVS commit: src/sys/rump/dev/lib/libsysmon

2010-12-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 5 16:50:09 UTC 2010 Modified Files: src/sys/rump/dev/lib/libsysmon: Makefile Log Message: whitespace polish To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/rump/dev/lib/libsysmon/Makefile Please

CVS commit: src/sys/rump/dev/lib/libusb

2010-12-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 5 16:51:00 UTC 2010 Modified Files: src/sys/rump/dev/lib/libusb: Makefile Log Message: include usb_verbose in the component (at least for the time being) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/rump

2010-12-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 5 16:53:47 UTC 2010 Modified Files: src/sys/rump/dev/lib: Makefile src/sys/rump/fs/lib: Makefile src/sys/rump/net/lib: Makefile Added Files: src/sys/rump/dev: Makefile.rumpdevcomp

CVS commit: src/sys/rump/net/lib/libsockin

2010-12-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 5 17:59:12 UTC 2010 Modified Files: src/sys/rump/net/lib/libsockin: sockin.c Log Message: Revert previous: it introduces a dependency between sockin and the netinet rump components and will have to be done another way.

CVS commit: src/sys/rump/net/lib/libsockin

2010-12-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 5 18:01:46 UTC 2010 Modified Files: src/sys/rump/net/lib/libsockin: sockin.c Log Message: claim ENOTTY for PRU_CONTROL for now To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys/rump/dev

2010-12-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 5 20:39:10 UTC 2010 Modified Files: src/sys/rump/dev: Makefile.rumpdevcomp Log Message: Leave usb-stuff out of alldevs until DELAY() is mi. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/rump/dev

2010-12-05 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 5 22:01:24 UTC 2010 Modified Files: src/sys/rump/dev: Makefile.rumpdevcomp Log Message: dm uses non-MI 64bit atomic ops, so don't include it in the default list. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/rump/include/machine

2010-12-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Dec 2 21:20:40 UTC 2010 Modified Files: src/sys/rump/include/machine: cpu.h Log Message: add ci_curlwp since we use it now To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/rump/include/machine/cpu.h

<    6   7   8   9   10   11   12   13   14   15   >