CVS commit: xsrc/external/mit/xf86-video-s3/dist/src
Module Name:xsrc Committed By: kiyohara Date: Mon Jul 12 07:25:18 UTC 2010 Modified Files: xsrc/external/mit/xf86-video-s3/dist/src: s3.h s3_driver.c Added Files: xsrc/external/mit/xf86-video-s3/dist/src: s3_GENDAC.c Log Message: Support GENDAC/SDAC for prep. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/xf86-video-s3/dist/src/s3.h cvs rdiff -u -r0 -r1.1 xsrc/external/mit/xf86-video-s3/dist/src/s3_GENDAC.c cvs rdiff -u -r1.1.1.4 -r1.2 \ xsrc/external/mit/xf86-video-s3/dist/src/s3_driver.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: kiyohara Date: Mon Jul 12 07:54:13 UTC 2010 Modified Files: src/external/mit/xorg/lib/dri: Makefile src/external/mit/xorg/server/drivers: Makefile src/external/mit/xorg/server/drivers/xf86-video-s3: Makefile src/external/mit/xorg/server/xorg-server: Makefile.common src/external/mit/xorg/server/xorg-server/hw/xfree86/utils: Makefile src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos: Makefile src/share/mk: bsd.x11.mk src/sys/arch/prep/conf: GENERIC src/sys/arch/prep/include: param.h Added Files: src/distrib/sets/lists/xserver: md.prep Log Message: Support xserver for prep. It tested only s3(864). To generate a diff of this commit: cvs rdiff -u -r0 -r1.4 src/distrib/sets/lists/xserver/md.prep cvs rdiff -u -r1.14 -r1.15 src/external/mit/xorg/lib/dri/Makefile cvs rdiff -u -r1.44 -r1.45 src/external/mit/xorg/server/drivers/Makefile cvs rdiff -u -r1.8 -r1.9 \ src/external/mit/xorg/server/drivers/xf86-video-s3/Makefile cvs rdiff -u -r1.12 -r1.13 \ src/external/mit/xorg/server/xorg-server/Makefile.common cvs rdiff -u -r1.12 -r1.13 \ src/external/mit/xorg/server/xorg-server/hw/xfree86/utils/Makefile cvs rdiff -u -r1.21 -r1.22 \ src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile cvs rdiff -u -r1.85 -r1.86 src/share/mk/bsd.x11.mk cvs rdiff -u -r1.154 -r1.155 src/sys/arch/prep/conf/GENERIC cvs rdiff -u -r1.4 -r1.5 src/sys/arch/prep/include/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: kiyohara Date: Mon Jul 12 08:00:51 UTC 2010 Modified Files: src/doc: CHANGES Log Message: Support xserver for prep. It tested only on-board s3(864). To generate a diff of this commit: cvs rdiff -u -r1.1412 -r1.1413 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: rmind Date: Mon Jul 12 11:04:25 UTC 2010 Modified Files: src/sys/kern: sys_select.c Log Message: sel_setevents: fix error - match event-set, as intended. Spotted by Enami Tsugutomo. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/kern/sys_select.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat
Module Name:src Committed By: njoly Date: Mon Jul 12 12:01:53 UTC 2010 Modified Files: src/sys/compat/linux/common: linux_time.c src/sys/compat/linux32/common: linux32_time.c Log Message: Add CLOCK_MONOTONIC support for compat linux/linux32 clock_nanosleep(2). To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/compat/linux/common/linux_time.c cvs rdiff -u -r1.34 -r1.35 src/sys/compat/linux32/common/linux32_time.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs/puffs
Module Name:src Committed By: pooka Date: Mon Jul 12 13:09:20 UTC 2010 Modified Files: src/tests/fs/puffs: Makefile t_basic.c Log Message: put stuff requiring -lpuffs behind -DPUFFSDUMP To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/fs/puffs/Makefile cvs rdiff -u -r1.5 -r1.6 src/tests/fs/puffs/t_basic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/xserver
Module Name:src Committed By: kiyohara Date: Mon Jul 12 16:08:52 UTC 2010 Modified Files: src/distrib/sets/lists/xserver: md.prep Log Message: Fix build failed. Add vga_drv and manuals. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/xserver/md.prep 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: Mon Jul 12 21:00:48 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rumpcopy.c Log Message: Implement poor man's (or woman's) fault handler (or handlim). from Stan (or Loretta) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/rump/librump/rumpkern/rumpcopy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs
Module Name:src Committed By: njoly Date: Mon Jul 12 21:05:20 UTC 2010 Modified Files: src/tests/fs/common: h_fsmacros.h src/tests/fs/vfs: t_rmdirrace.c Log Message: Pass down the test case data to the test function, to be able to use meta-data informations such as srcdir. Requested by pooka. While here remove fstype argument, and define it as a custom meta-data (X-fs.type) instead. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/fs/common/h_fsmacros.h cvs rdiff -u -r1.4 -r1.5 src/tests/fs/vfs/t_rmdirrace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs/common
Module Name:src Committed By: njoly Date: Mon Jul 12 21:37:47 UTC 2010 Modified Files: src/tests/fs/common: ext2fs.c ffs.c h_fsmacros.h lfs.c msdosfs.c sysvbfs.c tmpfs.c Log Message: Update filesystem helper functions namespace (from XXX_mount to XXX_fstest_mount) to avoid conflicts with existing functions such as puffs_mount. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/fs/common/ext2fs.c \ src/tests/fs/common/ffs.c src/tests/fs/common/msdosfs.c \ src/tests/fs/common/sysvbfs.c src/tests/fs/common/tmpfs.c cvs rdiff -u -r1.6 -r1.7 src/tests/fs/common/h_fsmacros.h cvs rdiff -u -r1.4 -r1.5 src/tests/fs/common/lfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs/ffs
Module Name:src Committed By: enami Date: Tue Jul 13 01:42:22 UTC 2010 Modified Files: src/tests/fs/ffs: t_mount.c Log Message: Make this compile again. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/fs/ffs/t_mount.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [uebayasi-xip] src/sys/uvm
Module Name:src Committed By: uebayasi Date: Tue Jul 13 01:47:23 UTC 2010 Modified Files: src/sys/uvm [uebayasi-xip]: uvm_bio.c uvm_fault.c Log Message: Reduce more diffs from the original. To generate a diff of this commit: cvs rdiff -u -r1.68.2.7 -r1.68.2.8 src/sys/uvm/uvm_bio.c cvs rdiff -u -r1.166.2.15 -r1.166.2.16 src/sys/uvm/uvm_fault.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.