CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: joerg Date: Wed Jun 2 09:43:13 UTC 2010 Modified Files: src/sys/arch/x86/x86: x86_machdep.c Log Message: Restore PHYSMEM_MAX* options (hi cegger!) To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/x86/x86/x86_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/ffs
Module Name:src Committed By: hannken Date: Wed Jun 2 09:56:59 UTC 2010 Modified Files: src/sys/ufs/ffs: ffs_snapshot.c Log Message: Initialize the initial snap block list's count. >From Antti Kantee . To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/sys/ufs/ffs/ffs_snapshot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/librump/rumpkern
Module Name:src Committed By: pooka Date: Wed Jun 2 10:55:19 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c rump_private.h vm.c Log Message: rumpvm_init -> uvm_init to get rid of local prototype. no functional change To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/sys/rump/librump/rumpkern/rump.c cvs rdiff -u -r1.48 -r1.49 src/sys/rump/librump/rumpkern/rump_private.h cvs rdiff -u -r1.78 -r1.79 src/sys/rump/librump/rumpkern/vm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/librump/rumpvfs
Module Name:src Committed By: pooka Date: Wed Jun 2 12:07:04 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: vm_vfs.c Log Message: In aiodone, call uvm_pageout_done() with number of PG_PAGEOUT pages processed. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/rump/librump/rumpvfs/vm_vfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xf86-input-ws/dist/man
Module Name:xsrc Committed By: joerg Date: Wed Jun 2 12:56:24 UTC 2010 Modified Files: xsrc/external/mit/xf86-input-ws/dist/man: ws.man Log Message: Drop empty .TP. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/external/mit/xf86-input-ws/dist/man/ws.man Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xf86-video-glint/dist/man
Module Name:xsrc Committed By: joerg Date: Wed Jun 2 13:17:26 UTC 2010 Modified Files: xsrc/external/mit/xf86-video-glint/dist/man: glint.man Log Message: Drop empty .TP. Kill some useless quotes while here. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \ xsrc/external/mit/xf86-video-glint/dist/man/glint.man Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/locale
Module Name:src Committed By: tnozaki Date: Wed Jun 2 15:47:25 UTC 2010 Modified Files: src/lib/libc/locale: _wctrans.c _wctrans_local.h _wctype.c _wctype_local.h iswctype_mb.c Log Message: remove duplicated towctrans internal function. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libc/locale/_wctrans.c cvs rdiff -u -r1.8 -r1.9 src/lib/libc/locale/_wctrans_local.h \ src/lib/libc/locale/iswctype_mb.c cvs rdiff -u -r1.7 -r1.8 src/lib/libc/locale/_wctype.c cvs rdiff -u -r1.2 -r1.3 src/lib/libc/locale/_wctype_local.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/uvm
Module Name:src Committed By: pooka Date: Wed Jun 2 15:48:49 UTC 2010 Modified Files: src/sys/uvm: uvm_pdaemon.c Log Message: it's a wonderful static To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/sys/uvm/uvm_pdaemon.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/locale
Module Name:src Committed By: tnozaki Date: Wed Jun 2 16:04:52 UTC 2010 Modified Files: src/lib/libc/locale: bsdctype.c Log Message: uint8_t -> unsigned char, int16_t -> short. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/locale/bsdctype.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: jakllsch Date: Wed Jun 2 17:27:57 UTC 2010 Modified Files: src/sys/dev/usb: usb.h Log Message: Add symbolic constant for number of USB 2.0 microframes per frame. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/dev/usb/usb.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amd64/conf
Module Name:src Committed By: dholland Date: Wed Jun 2 18:02:58 UTC 2010 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: COMPAT_43 should not be sorted between COMPAT_40 and COMPAT_50. To generate a diff of this commit: cvs rdiff -u -r1.279 -r1.280 src/sys/arch/amd64/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/shark/conf
Module Name:src Committed By: dholland Date: Wed Jun 2 18:03:52 UTC 2010 Modified Files: src/sys/arch/shark/conf: GENERIC Log Message: COMPAT_43 should not be sorted between COMPAT_40 and COMPAT_50. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/arch/shark/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amd64/conf
Module Name:src Committed By: dholland Date: Wed Jun 2 18:05:28 UTC 2010 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Remove orphaned heading "Mice" To generate a diff of this commit: cvs rdiff -u -r1.280 -r1.281 src/sys/arch/amd64/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/librumpuser
Module Name:src Committed By: pooka Date: Wed Jun 2 18:15:35 UTC 2010 Modified Files: src/lib/librumpuser: rumpuser.c Log Message: Check return value of posix_memalign ... always helpful to not return garbage memory in case of failure. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/librumpuser/rumpuser.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: jakllsch Date: Wed Jun 2 18:53:40 UTC 2010 Modified Files: src/sys/dev/usb: ehci.c ehcireg.h Log Message: Improve EHCI isochronous code, fix scheduling. - Create and use symbolic constants. - Convert some switch statements to functionally-similar caculations. - Correct scheduling interval of high-speed isochronous transactions. Previous calculation produced half the intended rate. To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 src/sys/dev/usb/ehci.c cvs rdiff -u -r1.30 -r1.31 src/sys/dev/usb/ehcireg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: joerg Date: Wed Jun 2 19:40:12 UTC 2010 Modified Files: src/share/mk: bsd.x11.mk Log Message: XORGVERSION should be a single quoted expression as it represents a single argument for .TH To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/share/mk/bsd.x11.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/mii
Module Name:src Committed By: martin Date: Wed Jun 2 19:47:34 UTC 2010 Modified Files: src/sys/dev/mii: mii_physubr.c ukphy.c Log Message: Move all miiverbose/module related functions from ukphy.c to mii_physubr.c - ukphy is not included in all kernels, but mii_physubr.c should be in every kernel that has a phy. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/mii/mii_physubr.c cvs rdiff -u -r1.41 -r1.42 src/sys/dev/mii/ukphy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/libX11/dist/man
Module Name:xsrc Committed By: joerg Date: Wed Jun 2 20:38:54 UTC 2010 Modified Files: xsrc/external/mit/libX11/dist/man: XCreateGC.man Log Message: Avoid .TS H and .TH for now as it doesn't alter the output in this case and conflicts with the header check from mandoc. Having somewhat working HTML output is more useful. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 xsrc/external/mit/libX11/dist/man/XCreateGC.man Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: dyoung Date: Wed Jun 2 23:41:14 UTC 2010 Modified Files: src/sys/net: if.c Log Message: Prevent if_detach() from crashing while it walks the routing table to find and unlink routes that reference the detached ifnet: make if_rt_walktree() return ERESTART whenever it has deleted a route. Whenever rt_walktree() returns ERESTART, if_detach() restarts it. I believe that this fix resembles one by Jonathan Kollasch or by someone else, which has languished in a PR for too long. Sorry! Tested by me and by Jeff Rizzo. XXX It's supposed to be safe for rn_walktree() to apply to the routing XXX table a routine that may delete routes. Why isn't it safe in XXX practice? To generate a diff of this commit: cvs rdiff -u -r1.242 -r1.243 src/sys/net/if.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Thu Jun 3 00:05:36 UTC 2010 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Fix DMA setting for read/write on conventional PCI bus devices. This bug was added in rev. 1.166. Sorry... To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/sys/dev/pci/if_bge.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/sh
Module Name:src Committed By: dholland Date: Thu Jun 3 02:05:02 UTC 2010 Modified Files: src/bin/sh: sh.1 Log Message: Note that set -o tabcomplete requires either set -o emacs or set -o vi to work. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/bin/sh/sh.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.