CVS commit: src/tests/dev/scsipi/libscsitest

2014-04-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 00:17:48 UTC 2014 Modified Files: src/tests/dev/scsipi/libscsitest: Makefile Log Message: CPPFLAGS for rump_private.h To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/dev/scsipi/libscsitest/Makefil

CVS commit: src

2014-04-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 00:24:40 UTC 2014 Modified Files: src/distrib/sets/lists/comp: mi src/sys/rump/include/rump: Makefile src/tests/dev/scsipi: Makefile t_cd.c src/tests/dev/scsipi/libscsitest: scsitest.c Added Files:

CVS commit: src/sys/rump

2014-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 11:49:17 UTC 2014 Modified Files: src/sys/rump: Makefile.rump Log Message: Remove old HAVE_SUN_LD compat handling, it was there long enough. To generate a diff of this commit: cvs rdiff -u -r1.96 -r1.97 src/sys/rump/Ma

CVS commit: src/lib/librumpclient

2014-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 12:20:12 UTC 2014 Modified Files: src/lib/librumpclient: rumpclient.c Log Message: pretend to handle the poll return value for -Wunused-but-set To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/lib/libr

CVS commit: src/sys/rump/librump

2014-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 13:07:31 UTC 2014 Modified Files: src/sys/rump/librump: makerumpif.sh Log Message: Automatogically create a function pointer type for each interface. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/

CVS commit: src/sys/rump/librump

2014-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 13:10:42 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern rump.c rumpkern.ifspec src/sys/rump/librump/rumpvfs: rumpfs.c rumpvfs.ifspec Added Files: src/sys/rump/librump/rumpkern: e

CVS commit: src/sys/rump

2014-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 13:11:47 UTC 2014 Modified Files: src/sys/rump/include/rump: rumpkern_if_pub.h rumpvfs_if_pub.h src/sys/rump/librump/rumpkern: rumpkern_if_priv.h rumpkern_if_wrappers.c src/sys/rump/librump/rum

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

2014-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 13:13:26 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: g/c no longer necessary weak alias To generate a diff of this commit: cvs rdiff -u -r1.297 -r1.298 src/sys/rump/librump/rumpkern/rump

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

2014-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 13:20:45 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: lwproc.c rump.c vm.c Log Message: Init function pointers to nullop() so that callers don't need a dance To generate a diff of this commit: cvs rdiff -u -

CVS commit: src/sys/fs/smbfs

2014-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 15:18:06 UTC 2014 Modified Files: src/sys/fs/smbfs: smbfs_vnops.c Log Message: Don't lock an already locked vnode. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/fs/smbfs/smbfs_vnops.c Please no

CVS commit: src/sys

2014-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 15:52:45 UTC 2014 Modified Files: src/sys/kern: sys_select.c src/sys/netsmb: smb_trantcp.c smb_trantcp.h src/sys/sys: select.h Log Message: Remove pollsock(). Since it took only a single socket, it was e

CVS commit: src/sys/netsmb

2014-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 15:54:12 UTC 2014 Modified Files: src/sys/netsmb: smb_trantcp.c Log Message: whoops, remove testing printf To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/netsmb/smb_trantcp.c Please note that di

CVS commit: src/sys/rump/librump

2014-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 17:50:01 UTC 2014 Modified Files: src/sys/rump/librump: makerumpif.sh Log Message: create multi-inclusion protectors; some compilers don't like duplicate typedefs To generate a diff of this commit: cvs rdiff -u -r1.7 -

CVS commit: src/sys/rump

2014-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 17:50:28 UTC 2014 Modified Files: src/sys/rump/include/rump: rumpkern_if_pub.h rumpvfs_if_pub.h src/sys/rump/librump/rumpkern: rumpkern_if_priv.h rumpkern_if_wrappers.c src/sys/rump/librump/rum

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

2014-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 18:13:59 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: locks.c rump.c Log Message: gardenizing rump.c: move rump_lockdebug to locks.c To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/rump

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

2014-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 18:25:38 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern rump.c Added Files: src/sys/rump/librump/rumpkern: accessors.c Log Message: gardenize rump.c: move data structure helper routines

CVS commit: src/sys/rump/librump

2014-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 18:31:35 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: kobj_rename.c src/sys/rump/librump/rumpvfs: rump_vfs.c Log Message: gardenize: function calls over #ifdefs To generate a diff of this commit: cvs

CVS commit: src/include/ssp

2014-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 18:37:38 UTC 2014 Modified Files: src/include/ssp: string.h Log Message: Apparently clang pretends to be gcc 4.2 but is secretly much awesomer than gcc 4.2, so enable the stpncpy() wrapper also for clang. To generate a

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

2014-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 25 19:56:01 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: emul.c rump.c Log Message: cpu_reboot() is more of an emul.c thing than a rump.c thing To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 sr

CVS commit: src/sys

2014-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 26 11:10:10 UTC 2014 Modified Files: src/sys/kern: sys_socket.c src/sys/net: route.c route.h Log Message: It's been > 20years since rtioctl() did something. Let's just remove that special way of returning EOPNOTSUP

CVS commit: src/sys

2014-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 26 11:16:22 UTC 2014 Modified Files: src/sys/kern: sys_socket.c src/sys/net: if.c if.h Log Message: Decouple sockets linkage from interface code by making ifioctl() a pointer. To generate a diff of this commit: cv

CVS commit: src/sys/rump/librump

2014-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 26 11:17:55 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: rump.c src/sys/rump/librump/rumpnet: net_stub.c Log Message: kill weak aliases which are no longer necessary To generate a diff of this commit: c

CVS commit: src/sys/rump

2014-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 26 11:23:03 UTC 2014 Modified Files: src/sys/rump/librump/rumpnet: net_stub.c src/sys/rump/net/lib/libsockin: sockin.c Log Message: Move a few stubs to where they really belong; allows us to create them as strong in

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

2014-04-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 26 11:23:56 UTC 2014 Modified Files: src/sys/rump/librump/rumpnet: net_stub.c Log Message: don't invade the __toolchain namespace To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/rump/librump/rumpnet/

CVS commit: src/sys/kern

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 14:29:53 UTC 2014 Modified Files: src/sys/kern: makesyscalls.sh Log Message: Eliminate weak symbols from rump kernel syscall handlers, part 1: Initialize all non-modular syscalls to enosys and expect them to be filled a

CVS commit: src/sys/kern

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 14:50:23 UTC 2014 Modified Files: src/sys/kern: makesyscalls.sh syscalls.conf Log Message: Eliminate weak symbols from rump kernel syscall handlers, part 2: Generate a file (rump.sysmap) which can be used to autogenerat

CVS commit: src/sys/rump

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:05:30 UTC 2014 Added Files: src/sys/rump: makerumpsyscalls.sh Log Message: Eliminate weak symbols from rump kernel syscall handlers, part 3: Add a tool to autogenerate callbacks from components to establish system ca

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

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:08:52 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: rump.c rump_private.h Log Message: Eliminate weak symbols from rump kernel syscall handlers, part 4: Do not query system call handlers by using the rumpus

CVS commit: src/sys

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:11:23 UTC 2014 Modified Files: src/sys/kern: init_sysent.c syscalls.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c src/sys/sys: syscall.h syscallargs

CVS commit: src/sys/rump/librump

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:13:58 UTC 2014 Added Files: src/sys/rump/librump/rumpkern: rumpkern_syscalls.c src/sys/rump/librump/rumpnet: rumpnet_syscalls.c src/sys/rump/librump/rumpvfs: rumpvfs_syscalls.c Log Message: Eliminate w

CVS commit: src/sys/rump/librump

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:15:13 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern src/sys/rump/librump/rumpnet: Makefile.rumpnet src/sys/rump/librump/rumpvfs: Makefile.rumpvfs Log Message: Eliminate weak

CVS commit: src

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:19:00 UTC 2014 Modified Files: src/lib/librumpuser: rumpuser_dl.c src/sys/rump/include/rump: rumpuser.h Log Message: weak alias removal implication: rumpuser_dl_globalsym() can now sleep with the fishes. To

CVS commit: src/usr.bin/rump_allserver

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 15:26:05 UTC 2014 Modified Files: src/usr.bin/rump_allserver: rump_allserver.c Log Message: Remove LD_DYNAMIC_WEAK whine, by large it's not necessary anymore. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.

CVS commit: src/sys/rump

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 16:28:21 UTC 2014 Modified Files: src/sys/rump: makerumpsyscalls.sh src/sys/rump/librump/rumpkern: rump_private.h Log Message: unsprinkle const to fix clang build. mmm, travis ci To generate a diff of this com

CVS commit: src/sys/rump/librump

2014-04-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Apr 27 16:30:09 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: rumpkern_syscalls.c src/sys/rump/librump/rumpnet: rumpnet_syscalls.c src/sys/rump/librump/rumpvfs: rumpvfs_syscalls.c Log Message: regen

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

2014-05-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri May 9 06:12:48 UTC 2014 Modified Files: src/sys/rump/net/lib/libsockin: sockin.c Log Message: comment meets reality To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/rump/net/lib/libsockin/sockin.c Pleas

CVS commit: src/sys/net

2014-05-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue May 20 19:53:50 UTC 2014 Modified Files: src/sys/net: if_loop.c Log Message: if_free() instead of direct call to free() to avoid diagnostic panic Bug exposed by justin's Lua ljsyscall tests: http://build.myriabit.eu:8012/water

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

2014-05-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu May 22 12:31:28 UTC 2014 Modified Files: src/sys/rump/librump/rumpvfs: rump_vfs.c Log Message: create /tmp at bootstrap, default TMPDIR used by some programs (e.g. ed) To generate a diff of this commit: cvs rdiff -u -r1.78 -r

CVS commit: src/common/lib/libc/arch/x86_64/string

2014-05-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu May 22 16:47:31 UTC 2014 Modified Files: src/common/lib/libc/arch/x86_64/string: memset.S Log Message: fix build for _KERNEL To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/arch/x86_64/string/m

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

2014-05-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri May 23 10:56:37 UTC 2014 Modified Files: src/sys/rump/librump/rumpvfs: rump_vfs.c Log Message: Permissions work better if you specify them in octal ... Also, do an explicit chmod of /tmp to account for cmask getting in the way

CVS commit: src/lib/librumpuser

2014-05-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri May 23 11:04:03 UTC 2014 Modified Files: src/lib/librumpuser: rumpuser_sp.c Log Message: Create remote clients with standard file descriptors open. Fixes at least editing a new file with ed in rumpremote (because ed calls isat

CVS commit: src/lib/librumpuser

2014-05-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri May 23 16:57:42 UTC 2014 Modified Files: src/lib/librumpuser: rumpuser_sp.c Log Message: do previous the right way to avoid rumpuser linkage dependency on librump To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65

CVS commit: src/sys

2014-05-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun May 25 16:31:51 UTC 2014 Modified Files: src/sys/kern: subr_devsw.c vfs_bio.c src/sys/rump/librump/rumpkern: rump.c Log Message: Call biodone() in the bdev_strategy() error via a pointer. Decouples subr_devsw from VFS

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

2014-05-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon May 26 19:55:53 UTC 2014 Modified Files: src/sys/rump/dev/lib/libmiiphy: Makefile Log Message: mvphy is not configured, so don't try to build it To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib

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

2014-06-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jun 13 11:48:56 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: fill in a few more uvmexp entries To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/sys/rump/librump/rumpkern/vm.c P

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

2014-06-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jun 13 11:53:48 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: make sure we don't underflow the memlimit To generate a diff of this commit: cvs rdiff -u -r1.157 -r1.158 src/sys/rump/librump/rumpkern

CVS commit: src/sys/fs/tmpfs

2014-06-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jun 13 11:57:48 UTC 2014 Modified Files: src/sys/fs/tmpfs: tmpfs_mem.c Log Message: use psize_t for physical memory calculation To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/fs/tmpfs/tmpfs_mem.c Please

CVS commit: src

2014-06-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jun 13 15:45:02 UTC 2014 Modified Files: src/lib/librumpvfs: rump_etfs.3 src/sys/rump/include/rump: rump.h src/sys/rump/librump/rumpkern: rump.c src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Add ru

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

2014-06-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jun 13 15:51:13 UTC 2014 Modified Files: src/sys/rump/librump/rumpdev: rump_dev.c Log Message: call config_create_mountrootthreads(), if applicable To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/rump/li

CVS commit: src/lib/librumpuser

2014-06-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jun 14 11:52:43 UTC 2014 Modified Files: src/lib/librumpuser: rumpuser_sp.c Log Message: Remove one more symbol reference to librump (missed in previous commit to this file) To generate a diff of this commit: cvs rdiff -u -r1

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

2014-06-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jun 15 12:58:01 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: update comment To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/sys/rump/librump/rumpkern/vm.c Please note that dif

CVS commit: src

2014-06-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jun 15 14:36:57 UTC 2014 Modified Files: src/sys/rump: listsrcdirs src/tools: Makefile Log Message: Add cat, rpcgen and stat to TOOLS_BUILDRUMP. They're useful for installing headers for the app stack cases that need i

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

2014-06-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jun 20 11:27:25 UTC 2014 Modified Files: src/sys/rump/librump/rumpvfs: devnodes.c Log Message: Fix error return for rump_vfs_makeonedevnode() from Ian Jackson To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src

CVS commit: src/sys/rump

2014-06-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jun 20 11:57:56 UTC 2014 Modified Files: src/sys/rump: Makefile.rump Log Message: Some rump kernel components for interfacing with the environment need to access both NetBSD kernel facilities and facilities provided by the envi

CVS commit: src/sys/rump

2014-06-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jun 20 12:36:32 UTC 2014 Modified Files: src/sys/rump: README.compileopts Log Message: document RUMP_SYM_NORENAME To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/rump/README.compileopts Please note that d

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

2014-06-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jun 22 20:09:19 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: intr.c Log Message: Initialize cpu_softcpu before creating softint threads. Fixes things with rump kernel hypervisors which wrap the thread creation hyper

CVS commit: src/lib/librumpuser

2014-06-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jun 22 20:17:23 UTC 2014 Modified Files: src/lib/librumpuser: rumpuser_pth.c Log Message: Wrap pthread_create(). Shouldn't really have a functional effect, apart from testing that rumpuser_thread_create() can actually survive

CVS commit: src/lib/librumpuser

2014-06-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jun 23 12:38:18 UTC 2014 Modified Files: src/lib/librumpuser: rumpuser_pth.c Log Message: Hrmph, revert previous pending another fix. I tested it yesterday with a slightly older tree, and of course it doesn't work anymore ...

CVS commit: src/sys/rump

2014-07-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jul 8 14:30:21 UTC 2014 Modified Files: src/sys/rump: listsrcdirs Log Message: In addition to kernel/tools sources, include another selection of sources useful for running application stacks on rump kernels. To generate a di

CVS commit: src/sys/rump

2014-07-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 9 12:14:47 UTC 2014 Modified Files: src/sys/rump: listsrcdirs Log Message: split "sys" further into "sys" and "posix", per comments from justin To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/rump/l

CVS commit: src/sys/rump

2014-07-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 9 12:20:32 UTC 2014 Modified Files: src/sys/rump: listsrcdirs Log Message: Make the file system utility list consistent between fsck, mount and newfs. For now, include ext2, ffs and msdosfs (and as a "special case", mount_

CVS commit: src/sys/dev

2014-07-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jul 22 13:32:59 UTC 2014 Modified Files: src/sys/dev: vnd.c Log Message: Fix MODULE() dependencies to account for VND_COMPRESSION To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 src/sys/dev/vnd.c Please note

CVS commit: src/sys/kern

2014-07-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 23 11:41:34 UTC 2014 Modified Files: src/sys/kern: makesyscalls.sh Log Message: In the RUMP_KERNEL_IS_LIBC case, account for WEAKASM, i.e. create a _sys_foo strong alias, and _foo and foo weak aliases. This actually treats

CVS commit: src/sys

2014-07-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 23 11:43:29 UTC 2014 Modified Files: src/sys/kern: init_sysent.c syscalls.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c src/sys/sys: syscall.h syscallargs

CVS commit: src/sys/kern

2014-07-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 24 11:58:45 UTC 2014 Modified Files: src/sys/kern: makesyscalls.sh Log Message: Ensure that symbols are aliased to standard names when using RUMP_KERNEL_IS_LIBC. For example configure scripts do not always include headers,

CVS commit: src/sys

2014-07-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 24 12:01:05 UTC 2014 Modified Files: src/sys/kern: init_sysent.c syscalls.c src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c src/sys/sys: syscall.h syscallargs

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

2014-07-31 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 31 15:55:08 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: pci_at_mainbus.c Log Message: add missing \n from Robert Millan via rumpkernel-users To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/

CVS commit: src/lib/librumphijack

2014-08-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 12 23:47:09 UTC 2014 Modified Files: src/lib/librumphijack: hijack.c Log Message: In case of no dup2'd fd's, make sure that F_CLOSEM for the rump kernel starts from 0. Fixes rumphijack fdoff test (notably, this bug had not

CVS commit: src/tests/lib/librumpclient

2014-08-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 13 00:03:00 UTC 2014 Modified Files: src/tests/lib/librumpclient: h_execthr.c Log Message: Update hardcoded fd expectations now that rump kernels open 0/1/2. (since we exec, it's convenient to just assume the values of firs

CVS commit: src/sys/dev/pci

2014-08-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 13 14:35:46 UTC 2014 Modified Files: src/sys/dev/pci: if_vioif.c Log Message: Don't use config_deferred_interrupts() for vioif_deferred_init(), just run it once as part of if_init(). The problem with the former is that it

CVS commit: src/sys/rump/dev

2014-08-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 13 15:01:32 UTC 2014 Modified Files: src/sys/rump/dev: Makefile.rumpdevcomp Added Files: src/sys/rump/dev/lib/libpci_if_pcn: Makefile PCI_IF_PCN.ioconf pcn_at_pci.c shlib_version Log Message: Add compone

CVS commit: src/usr.bin/shmif_dumpbus

2014-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 18 14:21:18 UTC 2014 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: support endian-independent operation on all platforms To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.bin/

CVS commit: src/usr.bin/shmif_dumpbus

2014-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 18 14:21:44 UTC 2014 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: fix tyop in error message To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/shmif_dumpbus/shmif_dumpbus.

CVS commit: src/usr.bin/shmif_dumpbus

2014-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 18 14:23:24 UTC 2014 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: make name more descriptive: SWAPME -> FIXENDIAN no functional change To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.

CVS commit: src/usr.bin/shmif_dumpbus

2014-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 18 14:33:24 UTC 2014 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: Add compat for bus version 2. Fixes tests, but, XXX, should add tests for bus version 3. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/shmif_dumpbus

2014-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 18 14:35:29 UTC 2014 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: quasi-cosmetic nit to previous: limit variable scope To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/s

CVS commit: src/usr.bin/shmif_dumpbus

2014-08-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 18 14:40:17 UTC 2014 Modified Files: src/usr.bin/shmif_dumpbus: shmif_dumpbus.c Log Message: Might as well byteswap when we assign to local variables instead of when we use said variables. To generate a diff of this commi

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

2014-08-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 22 09:45:29 UTC 2014 Added Files: src/sys/rump/dev/lib/libpci_virtio: Makefile PCI_VIRTIO.ioconf shlib_version virtio_at_pci.c Log Message: Add a rump kernel component for the virtio bus. To generate a diff of

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

2014-08-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 22 09:48:54 UTC 2014 Added Files: src/sys/rump/dev/lib/libvirtio_if_vioif: Makefile VIRTIO_IF_VIOIF.ioconf shlib_version vioif_at_virtio.c Log Message: Add a rump kernel component for the vioif virtio network in

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

2014-08-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 22 09:57:05 UTC 2014 Added Files: src/sys/rump/dev/lib/libvirtio_ld: Makefile VIRTIO_LD.ioconf ld_at_virtio.c shlib_version Log Message: Add a rump kernel component for ld@virtio. To generate a diff of this co

CVS commit: src/sys/rump/dev

2014-08-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 22 09:58:55 UTC 2014 Modified Files: src/sys/rump/dev: Makefile.rumpdevcomp Log Message: Build virtio components as part of RUMPPCIDEVS To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/rump/dev/Makefi

CVS commit: src/sys/kern

2014-08-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 22 11:28:04 UTC 2014 Modified Files: src/sys/kern: uipc_domain.c Log Message: Change the meaning of the boolean parameter to domaininit(). was: attach route domain if found from domains link set now: attach any domain which

CVS commit: src/sys/rump

2014-08-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 22 11:34:28 UTC 2014 Modified Files: src/sys/rump/librump/rumpnet: rump_net_private.h src/sys/rump/net/lib/liblocal: local_component.c src/sys/rump/net/lib/libnet: net_component.c src/sys/rump/net/lib

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

2014-08-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 22 14:28:58 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: Makefile pci_at_mainbus.c rumpdev_bus_space.c Log Message: Add a compile-time selector for I/O space operations. Needs more work some day, but a

CVS commit: src/lib/librumpuser

2014-08-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 24 14:35:27 UTC 2014 Modified Files: src/lib/librumpuser: rumpuser.3 Log Message: * attempt to clarify what "POSIX" means * link to Platforms page on wiki for a list of known implementation To generate a diff of this comm

CVS commit: src/lib/librumpuser

2014-08-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Aug 24 14:37:31 UTC 2014 Modified Files: src/lib/librumpuser: rumpfiber.c rumpfiber.h rumpfiber_bio.c rumpfiber_sp.c rumpuser_file.c rumpuser_mem.c rumpuser_random.c Log Message: RCS Id police (because we can. or ha

CVS commit: src

2014-08-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 25 14:58:48 UTC 2014 Modified Files: src/lib/librumpuser: rumpuser_sp.c src/sys/rump/librump/rumpkern: cons.c rump.c Log Message: No longer create a special process context to fork remote clients off of, simply alwa

CVS commit: src

2014-08-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 25 18:44:03 UTC 2014 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi shl.mi src/distrib/sets/lists/debug: mi shl.mi src/sys/rump/kern/lib: Makefile src/sys/

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

2014-08-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Aug 26 10:58:13 UTC 2014 Modified Files: src/sys/rump/dev/lib/libpci: rumpdev_pci.c Log Message: Implement pci_intr_setattr() (well, kinda. it just ignores the MPSAFE param for now, but that's easy to fix later) To generate

CVS commit: src/sys/kern

2010-03-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 18 17:33:18 UTC 2010 Modified Files: src/sys/kern: kern_module.c Log Message: Never autounload builtin modules (they will never be autoloaded if disabled). To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src

CVS commit: src/sys/kern

2010-03-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Mar 18 18:25:45 UTC 2010 Modified Files: src/sys/kern: kern_module.c Log Message: Print builtin "use -f" message only if not autoloading. Otherwise it'll get spammy. XXX: this should probably be printed iff the toplevel modul

CVS commit: src/sbin/modstat

2010-03-19 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Mar 19 16:25:33 UTC 2010 Modified Files: src/sbin/modstat: main.c Log Message: Avoid known unknown if the kernel presents us with an unknown unknown for module class and/or source. related to PR kern/43014 To generate a diff

CVS commit: src

2010-03-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 21 06:55:45 UTC 2010 Modified Files: src/sys/rump: Makefile.rump Added Files: src/share/mk: bsd.ioconf.mk Log Message: Move make snippets for use with config(1) ioconf functionality from rump into share/mk. This is

CVS commit: src/sys/modules

2010-03-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 21 06:56:52 UTC 2010 Modified Files: src/sys/modules: Makefile.inc Log Message: include bsd.ioconf.mk when necessary To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/modules/Makefile.inc Please note th

CVS commit: src/sys

2010-03-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 21 07:09:56 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_bat.c src/sys/modules/acpibat: Makefile Added Files: src/sys/modules/acpibat: ACPIBAT.ioconf Log Message: Convert acpibat to use ioconf instead of

CVS commit: src/etc/mtree

2010-03-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Mar 21 13:26:10 UTC 2010 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: don't create obsoleted directories To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/etc/mtree/NetBSD.dist.base Please not

CVS commit: src/lib/librumpuser

2010-03-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 22 09:39:03 UTC 2010 Modified Files: src/lib/librumpuser: rumpuser_int.h Log Message: Wrap DOCALL and DOCALL_KLOCK in a new block (for easy adding of debug prints before them. XXX: can't use the standard do-while0 because

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

2010-03-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 22 12:05:45 UTC 2010 Modified Files: src/sys/rump/dev/lib/libugenhc: ugenhc.c Log Message: * support isochronous transfers (for as much as they can be supported considering our ugen driver doesn't support isochronous writ

CVS commit: src/sys/rump/net

2010-03-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 22 12:08:44 UTC 2010 Modified Files: src/sys/rump/net: Makefile.rumpnet Added Files: src/sys/rump/net/lib/libnetbt: Makefile component.c opt_bluetooth.h shlib_version Log Message: bluetooth stack compone

CVS commit: src/sys/rump/dev

2010-03-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Mar 22 12:14:51 UTC 2010 Modified Files: src/sys/rump/dev: Makefile.rumpdev Added Files: src/sys/rump/dev/lib/libubt: Makefile UBT.ioconf shlib_version ubt_at_usb.c Log Message: USB bluetooth device rump com

<    1   2   3   4   5   6   7   8   9   10   >