CVS commit: src/sys/dev/scsipi

2015-08-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 24 23:13:15 UTC 2015 Modified Files: src/sys/dev/scsipi: if_se.c scsipi_base.c sd.c sdvar.h ses.c st.c st_atapi.c st_scsi.c Log Message: would you like some freshly ground _KERNEL_OPT with that? yes? excellent

CVS commit: src/sys/rump

2015-08-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 24 23:21:51 UTC 2015 Modified Files: src/sys/rump/dev/lib/libmiiphy: Makefile src/sys/rump/dev/lib/libpci: Makefile src/sys/rump/dev/lib/libpci_usbhc: Makefile src/sys/rump/dev/lib/libscsipi:

CVS commit: src/sys/dev

2015-08-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 24 23:55:04 UTC 2015 Modified Files: src/sys/dev/mii: igphy.c ukphy.c src/sys/dev/pci: pci.c pci_stub.c pci_usrreq.c pciidevar.h src/sys/dev/usb: ehci.c Log Message: add some _KERNEL_OPT as the finishing

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

2015-08-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 24 23:19:33 UTC 2015 Modified Files: src/sys/rump/fs/lib/libnfs: Makefile Log Message: don't -I imaginary opt directories To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/rump/fs/lib/libnfs/Makefile

CVS commit: src/sys/rump

2015-08-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 24 23:04:43 UTC 2015 Modified Files: src/sys/rump/net/lib/libbridge: Makefile src/sys/rump/net/lib/libnet: Makefile src/sys/rump/net/lib/libnetinet: Makefile.inc src/sys/rump/net/lib/libnetmpls:

CVS commit: src/sys/rump/dev/wip

2015-08-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 24 23:21:16 UTC 2015 Removed Files: src/sys/rump/dev/wip: Makefile Makefile.inc src/sys/rump/dev/wip/libukbd: Makefile UKBD.ioconf ukbd_at_usb.c src/sys/rump/dev/wip/libums: Makefile UMS.ioconf ums_at_usb.c

CVS commit: src/sys/dev/pci

2015-08-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 24 23:52:18 UTC 2015 Modified Files: src/sys/dev/pci: if_iwn.c Log Message: Remove #ifdef INET code. Por que? Because opt_inet.h was not included and #ifdef INET was just a fancy way of saying #ifndef NetBSD. To

CVS commit: src/sys

2015-08-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 24 22:50:33 UTC 2015 Modified Files: src/sys/compat/common: rtsock_50.c src/sys/conf: param.c src/sys/dev/scsipi: scsipi_ioctl.c src/sys/dev/sysmon: sysmon_power.c src/sys/dev/wscons:

CVS commit: src/sys/rump

2015-08-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 24 22:31:34 UTC 2015 Modified Files: src/sys/rump: Makefile.rump src/sys/rump/librump/rumpnet: Makefile.rumpnet src/sys/rump/net/lib: Makefile.inc Added Files: src/sys/rump/include/opt: arp.h

CVS commit: src/sys/rump

2015-08-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 24 22:52:15 UTC 2015 Modified Files: src/sys/rump: Makefile.rump src/sys/rump/include/opt: opt_rumpkernel.h Added Files: src/sys/rump/include/opt: config_file.h ksyms.h veriexec.h Removed Files:

CVS commit: src/sys/rump

2015-08-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 21 12:39:07 UTC 2015 Modified Files: src/sys/rump: Makefile.rump Added Files: src/sys/rump/include/opt: opt_rumpkernel.h Log Message: Move constant cpp macros from Makefile.rump into opt_rumpkernel.h (makes cc

CVS commit: src/sys/arch

2015-08-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 21 14:22:14 UTC 2015 Modified Files: src/sys/arch/amd64/include: types.h src/sys/arch/i386/include: types.h Log Message: Make it possible to explicitly disable MSI/MSIX with NO_PCI_MSI_MSIX. Some platforms, e.g.

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

2015-08-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Aug 21 12:45:10 UTC 2015 Removed Files: src/sys/rump/fs/lib/libnfs: opt_nfs.h opt_nfs_boot.h opt_nfsserver.h opt_tftproot.h opt_uvmhist.h Log Message: kill now-unnecessary empty opt files (_KERNEL_OPT'ed probably

CVS commit: src/lib/libc/arch/arm

2015-08-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Aug 20 16:13:41 UTC 2015 Modified Files: src/lib/libc/arch/arm: Makefile.inc Log Message: In rumprun mode on ARM, don't build syscall or signal code into libc. (like on x86) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/librumpuser

2015-08-16 Thread Antti Kantee
+1,4 @@ -/* $NetBSD: rumpuser_sp.c,v 1.69 2015/02/04 12:55:47 pooka Exp $ */ +/* $NetBSD: rumpuser_sp.c,v 1.70 2015/08/16 11:37:39 pooka Exp $ */ /* * Copyright (c) 2010, 2011 Antti Kantee. All Rights Reserved. @@ -37,7 +37,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID

CVS commit: src/lib/librumpuser

2015-08-16 Thread Antti Kantee
$ */ +/* $NetBSD: rumpuser.c,v 1.67 2015/08/16 11:05:06 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser.c,v 1.66 2015/07/27 07:31:00 pooka Exp $); +__RCSID($NetBSD: rumpuser.c,v 1.67

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

2015-08-16 Thread Antti Kantee
pooka Exp $ */ /* * Copyright (c) 2008-2010, 2015 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: intr.c,v 1.52 2015/04/22 17:38:33 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: intr.c,v 1.53 2015/08/16 11:06:54 pooka Exp

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

2015-08-11 Thread Antti Kantee
: rumpdev_bus_space.c,v 1.6 2015/08/11 22:28:34 pooka Exp $ */ /*- * Copyright (c) 2013 Antti Kantee. All Rights Reserved. @@ -134,7 +134,7 @@ bus_space_read_multi_1(bus_space_tag_t b while (count--) { *datap++ = bus_space_read_1(bst, bsh, offset); - bus_space_barrier(bst, bst, offset, 1

CVS commit: src/lib/librumpuser

2015-07-27 Thread Antti Kantee
14:11:11 pooka Exp $ */ +/* $NetBSD: rumpuser.c,v 1.66 2015/07/27 07:31:00 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser.c,v 1.65 2015/07/24 14:11:11 pooka Exp

CVS commit: src

2015-07-24 Thread Antti Kantee
1.64 2014/11/05 00:43:55 pooka Exp $ */ +/* $NetBSD: rumpuser.c,v 1.65 2015/07/24 14:11:11 pooka Exp $ */ /* * Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ #include rumpuser_port.h #if !defined(lint) -__RCSID($NetBSD: rumpuser.c,v 1.64 2014/11/05 00:43:55

CVS commit: src/lib/libc/arch

2015-07-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 15 14:27:49 UTC 2015 Modified Files: src/lib/libc/arch/i386: Makefile.inc src/lib/libc/arch/i386/gen: Makefile.inc src/lib/libc/arch/x86_64: Makefile.inc src/lib/libc/arch/x86_64/gen: Makefile.inc

CVS commit: src/lib/libc/arch

2015-07-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jul 15 14:23:40 UTC 2015 Modified Files: src/lib/libc/arch/i386/gen: Makefile.inc src/lib/libc/arch/x86_64/gen: Makefile.inc Log Message: Remove objects built from C sources comments. Everyone can see they're built

CVS commit: src/sys/rump

2015-06-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jun 29 08:40:52 UTC 2015 Modified Files: src/sys/rump: listsrcdirs Log Message: add brconfig to userland utils To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/rump/listsrcdirs Please note that diffs

CVS commit: src/lib/libpthread

2015-06-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jun 26 11:25:22 UTC 2015 Modified Files: src/lib/libpthread: pthread_types.h Log Message: Rev 1.14 was nice except it didn't work with _INITIALIZER, which sort of negates the whole point ... so revert everything while in

CVS commit: src/doc

2015-06-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jun 26 10:25:41 UTC 2015 Modified Files: src/doc: HACKS Log Message: document g++ 5.1 + libpthread volatile workaround (PR lib/49989) To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/doc/HACKS Please note

CVS commit: src/tests/lib/libpthread

2015-06-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jun 26 11:07:20 UTC 2015 Modified Files: src/tests/lib/libpthread: t_rwlock.c Log Message: Check that PTHREAD_RWLOCK_INITIALIZER works. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sbin/raidctl

2015-06-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jun 26 01:16:54 UTC 2015 Modified Files: src/sbin/raidctl: raidctl.c Log Message: stars[offset] - stars+offset. It's shorter! Coincidentally, the change also works around a gcc 5.1 bug which causes a segmentation fault when

CVS commit: src/external/bsd/libc++/dist/libcxxrt/src

2015-06-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jun 26 00:50:39 UTC 2015 Modified Files: src/external/bsd/libc++/dist/libcxxrt/src: exception.cc Log Message: Fix gcc revision check for __cxa_begin_catch() declaration. Now it matches what was introduced in upstream commit

CVS commit: src/sys/kern

2015-06-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jun 18 15:16:13 UTC 2015 Modified Files: src/sys/kern: syscalls.master Log Message: +RUMP to __posix_{,f,l}chown. at least python wants them. To generate a diff of this commit: cvs rdiff -u -r1.277 -r1.278

CVS commit: src/sys

2015-06-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jun 18 15:19:51 UTC 2015 Modified Files: src/sys/kern: init_sysent.c syscalls.c syscalls_autoload.c src/sys/rump: rump.sysmap src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern:

CVS commit: src/share/mk

2015-06-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jun 18 22:29:12 UTC 2015 Modified Files: src/share/mk: bsd.README bsd.own.mk Log Message: add READELF and STRINGS To generate a diff of this commit: cvs rdiff -u -r1.342 -r1.343 src/share/mk/bsd.README cvs rdiff -u -r1.853

CVS commit: src/sys/rump

2015-06-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 17 11:48:06 UTC 2015 Modified Files: src/sys/rump: README.compileopts Log Message: note RUMP_{,LOCK}DEBUG default values To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/rump/README.compileopts

CVS commit: src/sys/rump

2015-06-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 17 11:46:34 UTC 2015 Modified Files: src/sys/rump: README.compileopts src/sys/rump/librump/rumpkern: Makefile.rumpkern Removed Files: src/sys/rump/librump/rumpkern: memalloc.c Log Message: Remove unreal

CVS commit: src/sys/rump

2015-06-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jun 15 11:20:18 UTC 2015 Modified Files: src/sys/rump: listsrcdirs Log Message: add mixerctl to userland utils To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/rump/listsrcdirs Please note that diffs

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

2015-06-15 Thread Antti Kantee
Aug 22 14:28:58 2014 +++ src/sys/rump/dev/lib/libpci/pci_at_mainbus.c Mon Jun 15 15:38:52 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: pci_at_mainbus.c,v 1.5 2014/08/22 14:28:58 pooka Exp $ */ +/* $NetBSD: pci_at_mainbus.c,v 1.6 2015/06/15 15:38:52 pooka Exp $ */ /* * Copyright (c) 2010 Antti Kantee. All

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

2015-06-13 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jun 13 23:33:20 UTC 2015 Modified Files: src/sys/rump/dev/lib/libumass: Makefile Log Message: fix snafu to enable umass component also for amd64 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/rump/librump

2015-06-08 Thread Antti Kantee
/devnodes.c:1.10 Fri Jun 20 11:27:25 2014 +++ src/sys/rump/librump/rumpvfs/devnodes.c Mon Jun 8 12:16:47 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: devnodes.c,v 1.10 2014/06/20 11:27:25 pooka Exp $ */ +/* $NetBSD: devnodes.c,v 1.11 2015/06/08 12:16:47 pooka Exp $ */ /* * Copyright (c) 2009 Antti Kantee. All

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

2015-06-08 Thread Antti Kantee
: audio_component.c,v 1.1 2014/03/13 01:57:52 pooka Exp $ */ +/* $NetBSD: audio_component.c,v 1.2 2015/06/08 12:18:04 pooka Exp $ */ /* * Copyright (c) 2010 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: audio_component.c,v 1.1 2014/03/13 01:57:52

CVS commit: src/sys/rump

2015-06-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 3 10:49:14 UTC 2015 Modified Files: src/sys/rump: Makefile.rump README.compileopts Log Message: Add all and none as acceptable RUMP_NBCOMPAT value aliases to undefined and empty, respectively. To generate a diff of this

CVS commit: src/sys/rump

2015-06-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 3 10:23:08 UTC 2015 Modified Files: src/sys/rump: TODO Log Message: Annual update of deleting one entry. At this rate the TODO will be empty in 2038! To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/rump

2015-06-03 Thread Antti Kantee
:00 2014 +++ src/sys/rump/dev/lib/libpci/rumpdev_bus_dma.c Wed Jun 3 13:55:42 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpdev_bus_dma.c,v 1.3 2014/04/14 21:43:00 pooka Exp $ */ +/* $NetBSD: rumpdev_bus_dma.c,v 1.4 2015/06/03 13:55:42 pooka Exp $ */ /*- * Copyright (c) 2013 Antti Kantee @@ -446,8

CVS commit: src/sys/rump/dev

2015-06-03 Thread Antti Kantee
/auich_at_pci.c Wed Jun 3 14:06:19 2015 @@ -0,0 +1,45 @@ +/* $NetBSD: auich_at_pci.c,v 1.1 2015/06/03 14:06:19 pooka Exp $ */ + +/* + * Copyright (c) 2010 Antti Kantee. All Rights Reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided

CVS commit: src/sys/rump

2015-06-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 3 14:40:11 UTC 2015 Modified Files: src/sys/rump: Makefile.rump README.compileopts Log Message: Add a default alias for RUMP_NBCOMPAT, in case default and all stop being the same thing in the future. To generate a diff

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

2015-06-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 3 13:41:56 UTC 2015 Modified Files: src/sys/rump/dev/lib/libpci: Makefile Log Message: Rework how the external hypercalls are specified, more in the direction of something general. I'm not sure if it's entirely general

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

2015-06-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 3 13:43:24 UTC 2015 Modified Files: src/sys/rump/dev/lib/libpci: pci_user.h Log Message: Demand that rumpcomp_userfeatures_pci.h is available for providing information about the hypercall interface implementation. To

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

2015-06-02 Thread Antti Kantee
/rumpkern/vm.c Tue Jun 2 14:07:48 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: vm.c,v 1.166 2015/04/18 15:49:18 pooka Exp $ */ +/* $NetBSD: vm.c,v 1.167 2015/06/02 14:07:48 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved. @@ -41,7 +41,7 @@ */ #include sys/cdefs.h

CVS commit: src/sys/modules

2015-06-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Jun 2 00:38:38 UTC 2015 Modified Files: src/sys/modules/hdaudio: Makefile.inc src/sys/modules/hdaudio_pci: Makefile.inc Log Message: Use SRCS+= instead of SRCS= in Makefile.incs to avoid assumptions of what is being

CVS commit: src/sys/rump/net

2015-05-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri May 29 12:32:23 UTC 2015 Modified Files: src/sys/rump/net: Makefile.rumpnetcomp Added Files: src/sys/rump/net/lib/libtap: Makefile tap_component.c Log Message: Add a rump kernel component for the tap device. from Wei

CVS commit: src/distrib/sets/lists

2015-05-29 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri May 29 12:38:18 UTC 2015 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 Log Message: game of setlists for rumpnet_tap To

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

2015-05-26 Thread Antti Kantee
) 2009 Antti Kantee. All Rights Reserved. @@ -37,7 +37,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: rumpblk.c,v 1.59 2015/01/02 19:42:07 christos Exp $); +__KERNEL_RCSID(0, $NetBSD: rumpblk.c,v 1.60 2015/05/26 16:48:05 pooka Exp $); #include sys/param.h #include sys/buf.h

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

2015-05-26 Thread Antti Kantee
,v 1.5 2015/05/26 15:29:39 pooka Exp $ */ /* * Copyright (c) 2013 Antti Kantee. All Rights Reserved. @@ -36,7 +36,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: cons.c,v 1.4 2014/08/25 14:58:48 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: cons.c,v 1.5 2015/05/26 15:29:39 pooka Exp

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

2015-05-20 Thread Antti Kantee
/rumpkern/rump.c:1.319 Wed Apr 22 18:12:39 2015 +++ src/sys/rump/librump/rumpkern/rump.c Wed May 20 11:02:54 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: rump.c,v 1.319 2015/04/22 18:12:39 pooka Exp $ */ +/* $NetBSD: rump.c,v 1.320 2015/05/20 11:02:54 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee

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

2015-05-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 20 11:53:08 UTC 2015 Modified Files: src/sys/rump/dev/lib/libusb: Makefile Added Files: src/sys/rump/dev/lib/libusb: usb_at_hc.c Removed Files: src/sys/rump/dev/lib/libusb: usb_at_ugenhc.c Log Message:

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

2015-05-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 20 11:22:54 UTC 2015 Modified Files: src/sys/rump/librump/rumpdev: Makefile.rumpdev Log Message: build dev_verbose.c To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/kern

2015-05-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 20 11:17:24 UTC 2015 Modified Files: src/sys/kern: init_sysctl.c subr_log.c Log Message: group msgbuf sysctls with the msgbuf code (init_sysctl.c - subr_log.c) To generate a diff of this commit: cvs rdiff -u -r1.206

CVS commit: src/sys/kern

2015-05-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 20 11:18:37 UTC 2015 Modified Files: src/sys/kern: subr_log.c Log Message: Don't log kern.msgbuf* sysctls. it's rather pointless, nobody can unload subr_log.c To generate a diff of this commit: cvs rdiff -u -r1.54

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

2015-05-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed May 20 11:51:32 UTC 2015 Modified Files: src/sys/rump/dev/lib/libusb: USB.ioconf Log Message: also attach usb@{e,o,u}hci To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/libusb/USB.ioconf

CVS commit: src/sys/rump/dev

2015-05-20 Thread Antti Kantee
+++ src/sys/rump/dev/lib/libpci_usbhc/usbhc_at_pci.c Wed May 20 12:21:38 2015 @@ -0,0 +1,45 @@ +/* $NetBSD: usbhc_at_pci.c,v 1.1 2015/05/20 12:21:38 pooka Exp $ */ + +/* + * Copyright (c) 2010 Antti Kantee. All Rights Reserved. + * + * Redistribution and use in source and binary forms, with or without

CVS commit: src/share/misc

2015-05-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon May 18 11:56:20 UTC 2015 Modified Files: src/share/misc: acronyms Log Message: +ODTW To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237 src/share/misc/acronyms Please note that diffs are not public domain; they

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

2015-05-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon May 18 17:49:16 UTC 2015 Modified Files: src/sys/rump/kern/lib: Makefile.sys Log Message: Rewrite rules so that makesyscalls.sh will not be executed multiple times in a parallel make. Hopefully fixes sporadic build failures

CVS commit: src/sys/fs/cd9660

2015-05-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun May 17 09:46:12 UTC 2015 Modified Files: src/sys/fs/cd9660: TODO Log Message: update: runs as a userspace process now. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/fs/cd9660/TODO Please note that

CVS commit: src/sys/fs/cd9660

2015-05-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun May 17 09:45:37 UTC 2015 Removed Files: src/sys/fs/cd9660: TODO.hibler Log Message: Remove. For example, vfs_cluster hasn't existed since early UBC days (which were 10+ years ago). To generate a diff of this commit: cvs

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

2015-05-17 Thread Antti Kantee
14:28:58 pooka Exp $ */ +/* $NetBSD: rumpdev_bus_space.c,v 1.4 2015/05/17 13:45:37 pooka Exp $ */ /*- * Copyright (c) 2013 Antti Kantee. All Rights Reserved. @@ -127,6 +127,39 @@ bus_space_read_4(bus_space_tag_t bst, bu } void +bus_space_read_multi_1(bus_space_tag_t bst, bus_space_handle_t

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

2015-05-17 Thread Antti Kantee
17 13:51:31 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: rumpdev_pci.c,v 1.4 2014/08/26 10:58:13 pooka Exp $ */ +/* $NetBSD: rumpdev_pci.c,v 1.5 2015/05/17 13:51:31 pooka Exp $ */ /* * Copyright (c) 2013 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h

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

2015-05-16 Thread Antti Kantee
+1,43 @@ +/* $NetBSD: disk_component.c,v 1.1 2015/05/16 13:59:00 pooka Exp $ */ + +/* + * Copyright (c) 2009 Antti Kantee. All Rights Reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met

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

2015-05-16 Thread Antti Kantee
: ld_at_virtio.c,v 1.1 2014/08/22 09:57:05 pooka Exp $ */ +/* $NetBSD: ld_at_virtio.c,v 1.2 2015/05/16 15:03:12 pooka Exp $ */ /* * Copyright (c) 2010 Antti Kantee. All Rights Reserved. @@ -26,13 +26,14 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: ld_at_virtio.c,v 1.1 2014/08/22 09:57:05 pooka

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

2015-05-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat May 9 12:03:11 UTC 2015 Modified Files: src/sys/rump/kern/lib: Makefile.sys src/sys/rump/kern/lib/libsys_cygwin: Makefile src/sys/rump/kern/lib/libsys_linux: Makefile src/sys/rump/kern/lib/libsys_sunos:

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

2015-05-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat May 9 12:03:35 UTC 2015 Removed Files: src/sys/rump/kern/lib/libsys_cygwin: rump_cygwin_syscall.h rump_cygwin_syscallargs.h rump_cygwin_syscalls.c rump_cygwin_sysent.c

CVS commit: src/sys/kern

2015-05-09 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat May 9 10:57:04 UTC 2015 Modified Files: src/sys/kern: makesyscalls.sh Log Message: fix to work for syscalls.conf without sysautoload reported by Justin('s buildbot) To generate a diff of this commit: cvs rdiff -u -r1.152

CVS commit: src/sys/rump

2015-04-25 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Apr 25 08:48:06 UTC 2015 Modified Files: src/sys/rump: listsrcdirs Log Message: Add libkvm to list of userspace libraries. Even though kvm per se isn't support by rump kernels at least for now, libkvm contains methods such as

CVS commit: src/sys/rump

2015-04-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Apr 24 06:29:57 UTC 2015 Modified Files: src/sys/rump: Makefile.rump README.compileopts Log Message: There are tests which rely on compat code continuing to be present, so default RUMP_NBCOMPAT to all releases. reported by

CVS commit: src/sys/rump

2015-04-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Apr 23 14:49:26 UTC 2015 Modified Files: src/sys/rump: Makefile.rump README.compileopts src/sys/rump/dev/lib/libraidframe: Makefile src/sys/rump/kern/lib/libtty: Makefile src/sys/rump/librump/rumpkern:

CVS commit: src/sys/rump

2015-04-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Apr 23 14:39:03 UTC 2015 Modified Files: src/sys/rump: Makefile.rump README.compileopts Log Message: For RUMP_COMPAT, accept all as an alias. Also accept a comma-separated list, since that's easier to pass through shells than

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

2015-04-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Apr 23 06:39:19 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Removed Files: src/sys/rump/librump/rumpkern: hyperstubs.c Log Message: g/c the never-used and never-useful hyperstubs.c To

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

2015-04-23 Thread Antti Kantee
$ */ /* * Copyright (c) 2009 Antti Kantee. All Rights Reserved. @@ -28,7 +28,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: net_component.c,v 1.2 2014/08/22 11:34:28 pooka Exp $); +__KERNEL_RCSID(0, $NetBSD: net_component.c,v 1.3 2015/04/23 07:55:24 pooka Exp $); #include sys/param.h

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

2015-04-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Apr 23 07:56:03 UTC 2015 Modified Files: src/sys/rump/net/lib/libnet: Makefile Log Message: COMPAT_OIF{DATA,REQ} are defined by compat/sys/sockio.h if need be, don't define them here unconditionally. To generate a diff of

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

2015-04-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Apr 23 10:50:29 UTC 2015 Modified Files: src/sys/rump/librump/rumpvfs: rumpvfs.ifspec Log Message: Mark the vattr50 translation helpers as COMPAT_50 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/rump/librump

2015-04-23 Thread Antti Kantee
:50:01 2014 +++ src/sys/rump/librump/makerumpif.sh Thu Apr 23 10:50:00 2015 @@ -1,8 +1,8 @@ #!/bin/sh # -# $NetBSD: makerumpif.sh,v 1.8 2014/04/25 17:50:01 pooka Exp $ +# $NetBSD: makerumpif.sh,v 1.9 2015/04/23 10:50:00 pooka Exp $ # -# Copyright (c) 2009 Antti Kantee. All rights reserved

CVS commit: src/sys/rump

2015-04-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Apr 23 10:52:18 UTC 2015 Modified Files: src/sys/rump: Makefile.rump Log Message: Default compat to 60 70, now that it hopefully generates no fallout. To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108

CVS commit: src/sys/rump

2015-04-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Apr 23 10:51:20 UTC 2015 Modified Files: src/sys/rump/include/rump: rumpvfs_if_pub.h src/sys/rump/librump/rumpvfs: rumpvfs_if_priv.h rumpvfs_if_wrappers.c Log Message: regen for COMPAT_50 sprinklage To generate a

CVS commit: src/sys/kern

2015-04-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 22 16:43:11 UTC 2015 Modified Files: src/sys/kern: kern_clock.c Log Message: _KERNEL_OPT wrap To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/sys/kern/kern_clock.c Please note that diffs are not

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

2015-04-22 Thread Antti Kantee
:15:26 2014 +++ src/sys/rump/include/machine/cpu.h Wed Apr 22 16:48:08 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.h,v 1.20 2014/03/15 15:15:26 pooka Exp $ */ +/* $NetBSD: cpu.h,v 1.21 2015/04/22 16:48:08 pooka Exp $ */ /* * Copyright (c) 2008-2011 Antti Kantee. All Rights Reserved. @@ -87,6 +87,13

CVS commit: src/sys/kern

2015-04-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 22 16:42:24 UTC 2015 Modified Files: src/sys/kern: init_sysctl.c kern_clock.c Log Message: move clock sysctls from init_sysctl.c to kern_clock.c To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205

CVS commit: src/sys/kern

2015-04-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 22 16:46:58 UTC 2015 Modified Files: src/sys/kern: kern_clock.c Log Message: opt_ntp.h is no longer used in kern_clock.c To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/sys/kern/kern_clock.c Please

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

2015-04-22 Thread Antti Kantee
18 15:49:18 2015 +++ src/sys/rump/librump/rumpkern/emul.c Wed Apr 22 16:49:42 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: emul.c,v 1.170 2015/04/18 15:49:18 pooka Exp $ */ +/* $NetBSD: emul.c,v 1.171 2015/04/22 16:49:42 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved

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

2015-04-22 Thread Antti Kantee
$ */ /* * Copyright (c) 2010, 2011 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: scheduler.c,v 1.39 2014/06/07 11:08:09 rmind Exp $); +__KERNEL_RCSID(0, $NetBSD: scheduler.c,v 1.40 2015/04/22 16:01:07 pooka Exp $); #include sys/param.h #include sys

CVS commit: src/sys/fs/puffs

2015-04-22 Thread Antti Kantee
/fs/puffs/puffs_compat.c Wed Apr 22 17:07:24 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: puffs_compat.c,v 1.3 2014/11/10 18:46:33 maxv Exp $ */ +/* $NetBSD: puffs_compat.c,v 1.4 2015/04/22 17:07:24 pooka Exp $ */ /* * Copyright (c) 2010 Antti Kantee. All Rights Reserved. @@ -32,7 +32,7

CVS commit: src/sys/rump

2015-04-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 22 16:59:45 UTC 2015 Modified Files: src/sys/rump: Makefile.rump Log Message: Generate -DCOMPAT_nn from a list of nn provided in RUMP_COMPAT To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104

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

2015-04-22 Thread Antti Kantee
$ */ + +/* + * Copyright (c) 2009 Antti Kantee. All Rights Reserved. + * + * Development of this software was supported by the Nokia Foundation + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1

CVS commit: src/sys/rump

2015-04-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 22 17:57:49 UTC 2015 Modified Files: src/sys/rump/dev/lib/libraidframe: Makefile src/sys/rump/kern/lib/libtty: Makefile src/sys/rump/librump/rumpkern: Makefile.rumpkern src/sys/rump/librump/rumpvfs:

CVS commit: src/sys/rump

2015-04-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 22 17:58:19 UTC 2015 Modified Files: src/sys/rump: Makefile.rump Log Message: default compat to 60 70 To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/rump/Makefile.rump Please note that diffs

CVS commit: src/sys/rump

2015-04-22 Thread Antti Kantee
$ */ /* * Copyright (c) 2008-2011 Antti Kantee. All Rights Reserved. @@ -86,10 +86,6 @@ extern struct cpu_info *rumpcpu_info_lis _ci_ != NULL; _ci_ = _ci_-ci_next #define CPU_IS_PRIMARY(_ci_) (_ci_-ci_index == 0) - -struct clockframe { - int who_framed_clock; -}; #define CLKF_USERMODE(framep) 0 #define

CVS commit: src/sys/rump

2015-04-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 22 18:14:55 UTC 2015 Modified Files: src/sys/rump: Makefile.rump Log Message: Put 50 back to compat list for a while (some fallout) To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107

CVS commit: src/sys/rump

2015-04-22 Thread Antti Kantee
/rump/librump/rumpkern/rump.c Wed Apr 22 18:12:39 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: rump.c,v 1.318 2015/04/17 13:02:54 pooka Exp $ */ +/* $NetBSD: rump.c,v 1.319 2015/04/22 18:12:39 pooka Exp $ */ /* * Copyright (c) 2007-2011 Antti Kantee. All Rights Reserved. @@ -26,7 +26,7 @@ */ #include

CVS commit: src/share/mk

2015-04-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 22 19:43:45 UTC 2015 Modified Files: src/share/mk: bsd.README bsd.own.mk Log Message: Build ZFS by default only for amd64, not i386. If we build i386 for 486 (i.e. no 64bit atomic ops) and as a substitute for the modern

CVS commit: src/sys/arch/i386/include

2015-04-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 22 19:48:01 UTC 2015 Modified Files: src/sys/arch/i386/include: types.h Log Message: Revise rhetoric for why __HAVE_ATOMIC64_OPS is defined with _KERNEL even though we don't know for sure that the target i386 CPU will

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

2015-04-22 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Apr 22 20:10:56 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern/arch/alpha: Makefile.inc src/sys/rump/librump/rumpkern/arch/arm: Makefile.inc src/sys/rump/librump/rumpkern/arch/mips: Makefile.inc

CVS commit: src/sys/kern

2015-04-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Apr 21 10:54:52 UTC 2015 Modified Files: src/sys/kern: kern_kthread.c kern_physio.c vfs_trans.c Log Message: Don't check if constant-sized KM_SLEEP allocations succeeded. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/net

2015-04-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Apr 21 10:39:41 UTC 2015 Modified Files: src/sys/net: if.c Log Message: Attach PF_INET6 pktq sysctls only when inet6 is present. More modular initialization would be nicer, but at least this patch prevents sysctl -a from

CVS commit: src

2015-04-21 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Apr 21 11:10:29 UTC 2015 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile kthread.9 src/sys/kern: kern_kthread.c src/sys/sys: kthread.h Log Message: Remove the unused and

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