CVS commit: src/bin/dd

2010-12-05 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Dec 5 23:35:59 UTC 2010 Modified Files: src/bin/dd: args.c Log Message: Hmm, for 'rof', I believe that C_ROF|C_OF is invalid rather than C_ROF|C_ROF. Hi pooka :) To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 s

CVS commit: src/sys/dev/pci

2010-12-09 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Dec 9 22:34:37 UTC 2010 Modified Files: src/sys/dev/pci: if_bnx.c if_bnxreg.h Added Files: src/sys/dev/pci: if_bnxvar.h Log Message: Similar to bge(4), split if_bnxreg.h in two parts: - if_bnxreg.h: general register valu

CVS commit: src/sys/dev/pci

2010-12-09 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Dec 9 23:14:06 UTC 2010 Modified Files: src/sys/dev/pci: if_bnx.c Log Message: Remove htolexx calls, as bnx(4) NICs are capable of swapping endianess. The macros for PAGE_SIZE were fixed with the previous patch (if_bnxreg.h spl

CVS commit: src/sys/dev/mii

2010-12-09 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Dec 9 23:25:49 UTC 2010 Modified Files: src/sys/dev/mii: brgphy.c brgphyreg.h Log Message: Add support for BCM5709S (SerDes PHY) in brgphy(4). >From FreeBSD, via OpenBSD, with some minor adaptations. No comments, no objections

CVS commit: src/share/man/man4

2010-12-09 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Dec 9 23:34:10 UTC 2010 Modified Files: src/share/man/man4: bnx.4 Log Message: Document BCM5709S support. While here, complete media types list. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/bn

CVS commit: src/share/man/man4

2010-12-09 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Dec 9 23:35:25 UTC 2010 Modified Files: src/share/man/man4: brgphy.4 Log Message: BCM5700 family PHYs are also supported. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/brgphy.4 Plea

CVS commit: src/doc

2010-12-09 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Dec 9 23:40:12 UTC 2010 Modified Files: src/doc: CHANGES Log Message: BCM5709S support. To generate a diff of this commit: cvs rdiff -u -r1.1471 -r1.1472 src/doc/CHANGES Please note that diffs are not public domain; they are

CVS commit: src/sys/arch/amd64/amd64

2010-12-18 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat Dec 18 13:53:34 UTC 2010 Modified Files: src/sys/arch/amd64/amd64: locore.S Log Message: Free tables are already zeroed in xen_pmap_bootstrap. No need to do it a second time in assembly code. To generate a diff of this commit:

CVS commit: src/sys/arch/xen/x86

2010-12-19 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Dec 19 23:23:36 UTC 2010 Modified Files: src/sys/arch/xen/x86: x86_xpmap.c Log Message: Need the successful count (for AMI debugging) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/xen/x86/x86_xpmap.

CVS commit: src/sys/arch/xen/x86

2010-12-20 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Dec 20 21:18:46 UTC 2010 Modified Files: src/sys/arch/xen/x86: x86_xpmap.c Log Message: Now, get the return error too, in case that could help with EC2 troubleshooting... To generate a diff of this commit: cvs rdiff -u -r1.22 -

CVS commit: src/distrib/common

2011-01-01 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat Jan 1 16:56:19 UTC 2011 Modified Files: src/distrib/common: Makefile.mdset Log Message: Document MDSET_NOIMAGE. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/distrib/common/Makefile.mdset Please note that

CVS commit: src/sys/dev/pci

2011-01-05 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Jan 6 02:02:43 UTC 2011 Modified Files: src/sys/dev/pci: if_bnx.c Log Message: Reflect 5709S support in bnx(4) (comment fix) To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/pci/if_bnx.c Please note t

CVS commit: src/sys/dev/pci

2011-01-05 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Jan 6 03:37:55 UTC 2011 Modified Files: src/sys/dev/pci: if_bnx.c Log Message: bnx(4) SERDES NICs will definitely work better with the PHY initialization code... rather than without. (forgot to commit it two weeks ago -- should

CVS commit: src/sys/arch/xen/xen

2011-01-07 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat Jan 8 05:23:20 UTC 2011 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: Move if_xname setting earlier for xvif creation, so we can grab domid and handle values sooner for error cases. To generate a diff

CVS commit: src/share/man/man9

2011-01-08 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat Jan 8 18:07:15 UTC 2011 Modified Files: src/share/man/man9: kmem.9 Log Message: CONSIDERATION => CONSIDERATIONS, to be on par with the rest of man pages. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/share/

CVS commit: [jym-xensuspend] src/sys/arch

2011-01-09 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Jan 10 00:37:40 UTC 2011 Modified Files: src/sys/arch/amd64/amd64 [jym-xensuspend]: db_interface.c db_memrw.c fpu.c genassym.cf kgdb_machdep.c linux32_syscall.c linux_syscall.c machdep.c netbsd32_machdep.c

CVS commit: src

2011-01-10 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Jan 11 00:45:05 UTC 2011 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile Added Files: src/share/man/man4: pciback.4 xbd.4 xbdback.4 xenbus.4 xennet.4 xpci.4 xvif.4 Log Messa

CVS commit: src/sys/arch/xen/xen

2011-01-10 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Jan 11 01:21:32 UTC 2011 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: Typo fix. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/xen/xen/xennetback_xenbus.c Please note that

CVS commit: src/share/man/man4

2011-01-11 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Jan 11 13:46:47 UTC 2011 Modified Files: src/share/man/man4: pciback.4 Log Message: Fix my mistake: it is boot.cfg(5), not boot.conf To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/pciback.4 Plea

CVS commit: src/sys/arch/xen/xen

2011-01-11 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Jan 11 23:22:19 UTC 2011 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c xennetback_xenbus.c Log Message: Introduce "vifname" keys for Xen domains. Its value is the interface name for the vif, e.g. xvif(4) for dom0, and

CVS commit: src/share/man/man8/man8.i386

2011-01-13 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Jan 13 10:03:29 UTC 2011 Modified Files: src/share/man/man8/man8.i386: boot.8 Log Message: Now that we have pciback(4), Xref it for Xen boot(8), rather than pcictl(8). To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.

CVS commit: src/bin/dd

2011-01-13 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Jan 13 23:45:14 UTC 2011 Modified Files: src/bin/dd: args.c Log Message: No need to cast with bsearch(), it returns a void *. Use __arraycount(). To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/bin/dd/args.c

CVS commit: src/distrib/amd64/cdroms

2011-01-17 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Jan 18 00:16:14 UTC 2011 Modified Files: src/distrib/amd64/cdroms: Makefile.cdrom src/distrib/amd64/cdroms/bootcd: Makefile boot.cfg.in src/distrib/amd64/cdroms/bootcd-com: Makefile src/distrib/amd64/cdroms

CVS commit: src

2011-01-17 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Jan 18 00:22:57 UTC 2011 Modified Files: src/distrib/amd64: Makefile src/distrib/amd64/instkernel: Makefile src/etc/etc.amd64: Makefile.inc Added Files: src/distrib/amd64/kmod: Makefile Log Message: Build

CVS commit: src/distrib/notes/common

2011-01-17 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Jan 18 00:35:20 UTC 2011 Modified Files: src/distrib/notes/common: contents Log Message: XEN2 kernels are not part of the release any more. Support was removed with NetBSD-6. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/arch/xen/xen

2011-01-18 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Jan 18 21:34:31 UTC 2011 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: Fix bad pasto cooking: xennet backend is not xbdback: use aprint_error_ifnet() with the proper ifnet device for error messages. To

CVS commit: src/distrib/amd64/cdroms

2011-01-28 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat Jan 29 01:54:33 UTC 2011 Modified Files: src/distrib/amd64/cdroms: Makefile.cdrom Log Message: Mirror a change that was made on i386 by gdt@. XXX i386 and amd64 distrib have lots in common, maybe more files/logic could/should be

CVS commit: src

2011-01-29 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat Jan 29 16:56:27 UTC 2011 Modified Files: src: BUILDING Makefile Log Message: Pass down INSTALLSETS variable to installsets target. Use :Q to escape shell meta-characters, as the variable contains a list of sets, separated by spac

CVS commit: src/etc/mtree

2011-02-01 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Feb 1 21:28:43 UTC 2011 Modified Files: src/etc/mtree: Makefile Log Message: Typo fix. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/etc/mtree/Makefile Please note that diffs are not public domain; they ar

CVS commit: src/distrib/amd64/floppies/common

2011-02-08 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Feb 8 12:25:36 UTC 2011 Modified Files: src/distrib/amd64/floppies/common: Makefile.bootfloppy Log Message: FLOPPYPAD + ${MACHINE} instead of hardcoding amd64. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 \

CVS commit: src/sys/arch

2011-02-09 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Feb 10 00:23:15 UTC 2011 Modified Files: src/sys/arch/x86/x86: pmap.c src/sys/arch/xen/include: xenpmap.h src/sys/arch/xen/x86: x86_xpmap.c Log Message: Use only one function to pin pages with Xen, and provide mac

CVS commit: src

2011-02-09 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Feb 10 00:43:20 UTC 2011 Modified Files: src/distrib/i386/floppies: Makefile src/distrib/i386/floppies/bootfloppy: Makefile src/distrib/i386/floppies/bootfloppy-com: Makefile src/distrib/i386/floppies/commo

CVS commit: src/distrib/notes/common

2011-02-09 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Feb 10 00:56:35 UTC 2011 Modified Files: src/distrib/notes/common: contents Log Message: Reflect reality for i386 distrib kernels. To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 src/distrib/notes/common/content

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

2011-02-10 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Feb 10 16:49:19 UTC 2011 Modified Files: src/sys/arch/i386/conf: INSTALL Log Message: For i386, include MONOLITHIC for INSTALL rather than GENERIC. While here, remove drm drivers, we don't need them for install. i386 GENERIC has

CVS commit: src/distrib/i386/ramdisks/common

2011-02-11 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Fri Feb 11 23:56:17 UTC 2011 Modified Files: src/distrib/i386/ramdisks/common: list.ramdisk Log Message: BOOTMODEL disappeared when CD ISOs switched from ramdisk to CD-ROM as root file system 2 years ago. CMD sed + MTREE is turned i

CVS commit: src/distrib

2011-02-12 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Feb 13 03:58:38 UTC 2011 Modified Files: src/distrib/amd64/ramdisks/common: dot.profile src/distrib/i386/ramdisks/common: dot.profile Log Message: Sync the ramdisks dot.profile file between amd64 and i386. To generate a

CVS commit: src/distrib

2011-02-12 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Feb 13 04:14:58 UTC 2011 Modified Files: src/distrib/amd64/ramdisks/common: list.ramdisk src/distrib/amd64/ramdisks/ramdisk: list src/distrib/i386/ramdisks/common: list.ramdisk src/distrib/i386/ramdisks/ram

CVS commit: src/sys/arch/amd64/conf

2011-02-12 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Feb 13 04:21:23 UTC 2011 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Missing MPLS options (commented out). To generate a diff of this commit: cvs rdiff -u -r1.302 -r1.303 src/sys/arch/amd64/conf/GENERIC Pleas

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

2011-02-12 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Feb 13 04:22:41 UTC 2011 Modified Files: src/sys/arch/i386/conf: GENERIC Log Message: Add missing PUFFS (commented out). To generate a diff of this commit: cvs rdiff -u -r1.1011 -r1.1012 src/sys/arch/i386/conf/GENERIC Please n

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

2011-02-12 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Feb 13 04:42:54 UTC 2011 Modified Files: src/sys/arch/i386/conf: MONOLITHIC Log Message: Comment out FFS and NFS, they are part of GENERIC. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/i386/conf/MO

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

2011-02-12 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Feb 13 04:37:21 UTC 2011 Modified Files: src/sys/arch/i386/conf: GENERIC Log Message: Compile FFS and NFS statically (e.g. not modular) for GENERIC. These file-systems can be critical for mountroot; as kernel cannot have access t

CVS commit: src/share/man/man9

2011-02-13 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Feb 13 16:50:16 UTC 2011 Modified Files: src/share/man/man9: module.9 Log Message: Notify that the file system has to be mounted first before modules can be loaded from it. ok pgoyette@ To generate a diff of this commit: cvs r

CVS commit: src/sys/arch/amd64/conf

2011-02-15 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Feb 16 03:16:58 UTC 2011 Modified Files: src/sys/arch/amd64/conf: GENERIC INSTALL Log Message: Build certain file-systems and options(7) as module(7). 32 and 64 bits support are still builtin, as well as FFS, NFS, TMPFS, and most

CVS commit: src/sys/arch/amd64/conf

2011-02-16 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Feb 16 20:23:21 UTC 2011 Modified Files: src/sys/arch/amd64/conf: GENERIC INSTALL Log Message: Per mrg@ request, add MFS as default builtin, for things like init(8). XXX should be replaced by TMPFS eventually. To generate a di

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

2011-02-17 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Feb 17 22:00:36 UTC 2011 Modified Files: src/sys/arch/i386/conf: XEN3_DOM0 XEN3_DOMU Log Message: Add DDB_COMMANDONENTER="trace;show registers" to Xen kernels; amd64 does it already, and it is helpful for debugging under Xen anyw

CVS commit: src/sbin/gpt

2011-03-26 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Mar 27 01:01:07 UTC 2011 Modified Files: src/sbin/gpt: gpt.8 Log Message: Document biosboot. Xref boot(8) and installboot(8). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sbin/gpt/gpt.8 Please note that diff

CVS commit: [jym-xensuspend] src/sys/arch

2011-03-28 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Mar 28 23:04:57 UTC 2011 Modified Files: src/sys/arch/amd64 [jym-xensuspend]: Makefile src/sys/arch/amd64/amd64 [jym-xensuspend]: autoconf.c cpufunc.S db_disasm.c fpu.c lock_stubs.S machdep.c mainbus.c mem.c

CVS commit: [jym-xensuspend] src/sys/arch

2011-03-28 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Mar 28 23:58:12 UTC 2011 Modified Files: src/sys/arch/amd64/amd64 [jym-xensuspend]: copy.S cpufunc.S locore.S spl.S vector.S src/sys/arch/amd64/conf [jym-xensuspend]: XEN3_DOM0 XEN3_DOMU src/sys/arch/i3

CVS commit: [jym-xensuspend] src/sys/arch

2011-03-29 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Mar 29 20:43:01 UTC 2011 Modified Files: src/sys/arch/amd64/conf [jym-xensuspend]: GENERIC INSTALL Makefile.amd64 XEN3_DOM0 XEN3_DOMU files.amd64 kern.ldscript kern.ldscript.2MB kern.ldscript.Xen majors.amd

CVS commit: src/sys/arch/xen/x86

2011-03-29 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Mar 29 23:51:32 UTC 2011 Modified Files: src/sys/arch/xen/x86: x86_xpmap.c Log Message: Typo fix. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/xen/x86/x86_xpmap.c Please note that diffs are not pu

CVS commit: src/sys/arch/xen/xen

2011-03-29 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Mar 30 00:13:28 UTC 2011 Modified Files: src/sys/arch/xen/xen: xbd_xenbus.c Log Message: Remove spurious spaces. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/xen/xen/xbd_xenbus.c Please note that

CVS commit: src/sys/arch/xen/xen

2011-03-29 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Mar 30 00:17:04 UTC 2011 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: printf("xennet: ...") => aprint_error_ifnet() To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/arch/xen/xen/if_

CVS commit: src/sys/arch/xen/xen

2011-03-30 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Mar 30 18:33:05 UTC 2011 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: Do not clobber autoconf messages (and variables, for error reporting) in xennet(4) handler. Keep if_xname though. Reported by dyoung@

CVS commit: src/sys/arch/xen/x86

2011-03-30 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Mar 30 21:53:59 UTC 2011 Modified Files: src/sys/arch/xen/x86: hypervisor_machdep.c Log Message: Fix a year old bug that was only fixed in jym-xensuspend branch, but not in HEAD: - use uvm_km_alloc() instead of kmem_alloc() to en

CVS commit: src/sys/arch/xen/xenbus

2011-03-30 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Mar 30 22:34:03 UTC 2011 Modified Files: src/sys/arch/xen/xenbus: xenbus_probe.c Log Message: (purely cosmetic changes) - Use free_otherend_details() instead of calling free() on xbusd_otherend. - rename talk_to_otherend() to wa

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

2011-03-30 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Mar 30 22:57:24 UTC 2011 Modified Files: src/sys/arch/xen/include/amd64: hypercalls.h src/sys/arch/xen/include/i386: hypercalls.h Log Message: Add the HYPERVISOR_sysctl() hypercall. Although the hypercall arguments (like

CVS commit: [jym-xensuspend] src/sys/arch/xen

2011-03-30 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Mar 30 23:15:06 UTC 2011 Modified Files: src/sys/arch/xen/include/amd64 [jym-xensuspend]: hypercalls.h src/sys/arch/xen/include/i386 [jym-xensuspend]: hypercalls.h src/sys/arch/xen/x86 [jym-xensuspend]: hypervisor_

CVS commit: src/sys/arch/xen/xen

2011-04-03 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Apr 3 23:21:37 UTC 2011 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: Now that pkgsrc-2011Q1 has arrived, and before -6 chimes in, change ifxname for xvif(4) from xvif%d.%d to xvif%d-%d. This is needed t

CVS commit: src/share/man/man4

2011-04-03 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Apr 3 23:44:46 UTC 2011 Modified Files: src/share/man/man4: xvif.4 Log Message: Update xvif(4). Interface name changed from xvifX.Y to xvifX-Y. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/xvi

CVS commit: src

2011-04-06 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Apr 6 23:51:56 UTC 2011 Modified Files: src/share/man/man4: xvif.4 src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: Alright, set xvif(4) syntax once and for all. Tested with ipf(4) under XEN3_DOM0 amd64. Fixes PR

CVS commit: src/share/man/man5

2011-04-06 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Apr 7 00:22:59 UTC 2011 Modified Files: src/share/man/man5: ifconfig.if.5 Log Message: Be more precise on the chars accepted for xxN in /etc/ifconfig.xxN filenames, and ifconfig_xxN variables inside rc.conf(5). Should fix PR mi

CVS commit: src/sys/kern

2011-04-14 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Apr 14 20:19:36 UTC 2011 Modified Files: src/sys/kern: kern_condvar.c Log Message: Typo fix. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/kern/kern_condvar.c Please note that diffs are not public domai

CVS commit: src/lib/librump

2011-04-15 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Fri Apr 15 22:57:06 UTC 2011 Modified Files: src/lib/librump: rump.3 Log Message: Duplicate item detected, destroying duplicate. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/librump/rump.3 Please note that

CVS commit: src/sys/arch/xen/xen

2011-04-17 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Apr 17 23:54:05 UTC 2011 Modified Files: src/sys/arch/xen/xen: hypervisor.c Log Message: Remove remnants from the past when Xen 2 was still alive. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/xen/x

CVS commit: src/sys/arch

2011-04-17 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Apr 18 01:36:25 UTC 2011 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU src/sys/arch/i386/conf: XEN3_DOM0 XEN3_DOMU src/sys/arch/xen/conf: files.xen src/sys/arch/xen/xen: balloon.c src

CVS commit: src/share/man/man4

2011-04-19 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue Apr 19 23:54:38 UTC 2011 Added Files: src/share/man/man4: balloon.4 Log Message: Please welcome balloon(4), the Xen memory balloon man page. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/share/man/man4/balloon.4

CVS commit: src/share/man/man4

2011-04-19 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Apr 20 00:04:55 UTC 2011 Removed Files: src/share/man/man4: balloon.4 Log Message: Sigh, removing balloon(4) there was already one living under x86. Not marking the entry in set lists as obsolete, the man page stayed in there for

CVS commit: src/share/man/man4/man4.x86

2011-04-19 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Apr 20 00:21:34 UTC 2011 Modified Files: src/share/man/man4/man4.x86: balloon.4 Log Message: So, hi again, balloon(4). Merge with the current version: - driver attaches to xenbus(4) (no compile time option anymore) - max reservat

CVS commit: src/sys/arch/xen/xen

2011-04-20 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Wed Apr 20 20:32:38 UTC 2011 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: Unmap rings before freeing their associated VAs, or we will get a non-recoverable fault in the error path. To generate a diff of th

CVS commit: src/sys/arch/xen/xen

2011-04-21 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Apr 21 13:06:20 UTC 2011 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: Disestablish softint in the error path. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/xen/xen/xennetba

CVS commit: src/sys/arch/xen/xen

2011-04-24 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Apr 25 00:00:50 UTC 2011 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: Separate xennet(4) backend initialization code ("resume") from the part that talks with Xenstore to query backend's information. Resum

CVS commit: src/sys/arch/xen/xen

2011-04-24 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Apr 25 00:14:06 UTC 2011 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: Check that xvif(4) is not already connected before proceeding in the XenbusStateConnected mode. Under rare occasions, the xenbus watc

CVS commit: src/sys/arch/xen/xen

2011-04-24 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Apr 25 00:22:37 UTC 2011 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: use __KERNEL_RCSID() To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/arch/xen/xen/xennetback_xenbus.c Please

CVS commit: src/sys/arch/xen/xen

2011-04-25 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon Apr 25 17:01:54 UTC 2011 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: Check status before proceeding further. Avoids spurious watch calls. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 s

CVS commit: src/sys/arch

2011-04-28 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Fri Apr 29 01:51:53 UTC 2011 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU src/sys/arch/i386/conf: XEN3_DOM0 XEN3_DOMU Log Message: Enable balloon(4) for Xen kernels. ok bouyer@; shortly discussed on port-xen@

CVS commit: src/doc

2011-04-28 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Fri Apr 29 01:53:36 UTC 2011 Modified Files: src/doc: CHANGES Log Message: Enable balloon(4). To generate a diff of this commit: cvs rdiff -u -r1.1541 -r1.1542 src/doc/CHANGES Please note that diffs are not public domain; they are

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

2011-04-29 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Fri Apr 29 22:45:41 UTC 2011 Modified Files: src/sys/arch/xen/include: xenpmap.h Log Message: Apply DRY: xpmap_{mtop,ptom}() can reuse xpmap_{mtop,ptom}_masked() for the frame number lookup. No functional change. To generate a dif

CVS commit: src/sys/arch/xen/xen

2011-04-29 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Fri Apr 29 22:52:02 UTC 2011 Modified Files: src/sys/arch/xen/xen: balloon.c Log Message: Silence xenbus_read_target() in ENOENT case (== entry is missing from Xenstore). The error case does not bring much here; assume that the value

CVS commit: src/sys/arch/xen/xen

2011-04-29 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Fri Apr 29 22:58:46 UTC 2011 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c xennetback_xenbus.c Log Message: Move the connection code of xbdback(4) and xvif(4) backends in separate functions. The frontend watch function is ea

CVS commit: src/share/man/man3

2011-04-30 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat Apr 30 19:34:11 UTC 2011 Modified Files: src/share/man/man3: bits.3 Log Message: Small typo fix. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/share/man/man3/bits.3 Please note that diffs are not public dom

CVS commit: src/sys/arch/x86/x86

2011-05-01 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun May 1 18:52:29 UTC 2011 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: - Rather use pmap_pte_set() when modifying a PTE. - Call pmap_pte_flush() when issuing PTE modifications. While it is a NOOP for native x86, it i

CVS commit: src/sys/dev

2011-05-02 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon May 2 09:03:10 UTC 2011 Modified Files: src/sys/dev/mii: brgphy.c src/sys/dev/pci: if_bge.c if_bnx.c if_bnxreg.h Log Message: Fix BCM5709 PHY detection for ethernet PHYs (the SerDes case being already handled): - export

CVS commit: [jym-xensuspend] src/sys/arch

2011-05-02 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Mon May 2 22:49:59 UTC 2011 Modified Files: src/sys/arch/amd64/amd64 [jym-xensuspend]: db_disasm.c db_interface.c kgdb_machdep.c trap.c src/sys/arch/amd64/conf [jym-xensuspend]: GENERIC XEN3_DOM0 XEN3_DOMU

CVS commit: src/sys/sys

2011-05-03 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue May 3 21:37:00 UTC 2011 Modified Files: src/sys/sys: bitops.h Log Message: Use fls64() only for types strictly bigger than 4 bytes. ok christos@. Will ask for a pull-up, using 64 bits ops even for 4-bytes int's is plain overkil

CVS commit: [jym-xensuspend] src/sys/arch/xen/xen

2011-05-07 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat May 7 17:38:35 UTC 2011 Modified Files: src/sys/arch/xen/xen [jym-xensuspend]: balloon.c Log Message: Implement pmf(9) suspend/resume routines for balloon(4). Trivial, heh. To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: [jym-xensuspend] src/sys/arch/xen

2011-05-07 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat May 7 17:39:47 UTC 2011 Modified Files: src/sys/arch/xen/x86 [jym-xensuspend]: hypervisor_machdep.c src/sys/arch/xen/xen [jym-xensuspend]: hypervisor.c xencons.c src/sys/arch/xen/xenbus [jym-xensuspend]: xenbus_pr

CVS commit: [jym-xensuspend] src/sys/arch/xen/xen

2011-05-07 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat May 7 17:42:09 UTC 2011 Modified Files: src/sys/arch/xen/xen [jym-xensuspend]: if_xennet_xenbus.c Log Message: When it successfully resume a device, return true instead of 0 aka false. To generate a diff of this commit: cvs rd

CVS commit: [jym-xensuspend] src/sys/arch/x86/x86

2011-05-07 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat May 7 17:52:26 UTC 2011 Modified Files: src/sys/arch/x86/x86 [jym-xensuspend]: pmap.c Log Message: Fix the (recurring) problem with APDPs and Xen: unmap all of them at suspend, and let MD parts remap them when they are needed.

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

2011-05-07 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat May 7 23:59:13 UTC 2011 Modified Files: src/sys/arch/x86/include: pmap.h Log Message: Do as the comment says, use ilog2(). This gets optimized directly at compile time, no call to fls() is needed. To generate a diff of this co

CVS commit: src/sys/arch/xen/x86

2011-05-07 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun May 8 00:18:26 UTC 2011 Modified Files: src/sys/arch/xen/x86: x86_xpmap.c Log Message: Print the PGD address in the debug message. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/xen/x86/x86_xpmap.c

CVS commit: src/sys/arch/xen/xen

2011-05-15 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun May 15 07:24:15 UTC 2011 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: Use atomic_ops(3) for ref counting. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/xen/xen/xbdback_xenbus.

CVS commit: src/sys/arch/xen/xen

2011-05-15 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun May 15 20:58:54 UTC 2011 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: As noted by rmind@, use the _nv() to fetch the new value. A race is possible between the decrement and the fetch of the ref counter valu

CVS commit: src/sys/arch/xen/xen

2011-05-21 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat May 21 15:22:49 UTC 2011 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: In xbdback(4), move the code that copies segments after the bound checks of the ``nr_segments'' variable. In cases where we are running

CVS commit: src/sys/arch/xen/xen

2011-05-26 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu May 26 22:16:42 UTC 2011 Modified Files: src/sys/arch/xen/xen: xbdback_xenbus.c Log Message: Reuse the pointer to the request operation, as set above. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/x

CVS commit: src/sys/arch/xen/xen

2011-05-26 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu May 26 22:18:13 UTC 2011 Modified Files: src/sys/arch/xen/xen: xengnt.c Log Message: Split KASSERT(... && ...) in two, so it's easier to spot which one fired with DIAGNOSTIC. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: [jym-xensuspend] src/sys/arch

2011-05-26 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu May 26 22:26:52 UTC 2011 Modified Files: src/sys/arch/x86/include [jym-xensuspend]: pmap.h src/sys/arch/xen/xen [jym-xensuspend]: xbdback_xenbus.c xengnt.c Log Message: Pull-up some modifications from -current to my branc

CVS commit: [jym-xensuspend] src/sys/arch/xen/xen

2011-05-26 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu May 26 22:30:32 UTC 2011 Modified Files: src/sys/arch/xen/xen [jym-xensuspend]: if_xennet_xenbus.c xbd_xenbus.c Log Message: Split allocation and initialization of ring I/O for xbd(4) and xennet(4): - allocation belongs to _attac

CVS commit: [jym-xensuspend] src/sys/arch/xen/xen

2011-05-26 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu May 26 22:32:39 UTC 2011 Modified Files: src/sys/arch/xen/xen [jym-xensuspend]: xen_machdep.c Log Message: balloon is now supported, update comment. To generate a diff of this commit: cvs rdiff -u -r1.4.12.7 -r1.4.12.8 src/sys/

CVS commit: src/crypto/external/bsd/openssh/dist

2013-10-06 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Oct 6 17:25:34 UTC 2013 Modified Files: src/crypto/external/bsd/openssh/dist: ssh_config Log Message: Enable VerifyHostKeyDNS (SSHFP records verification) from DNS for hosts under NetBSD.org domain. Multiple TNF hosts have an u

CVS commit: src/sys/arch/x86/x86

2015-10-04 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sun Oct 4 21:08:30 UTC 2015 Modified Files: src/sys/arch/x86/x86: cpu_ucode_intel.c Log Message: Cache CPU index in the non-preemptible part otherwise it can be unreliable (and report a CPU as patched while it was not). To generat

<    1   2   3   4   >