CVS commit: src/sys/fs/udf
Module Name:src Committed By: reinoud Date: Wed Jul 3 11:50:59 UTC 2013 Modified Files: src/sys/fs/udf: udf_allocation.c Log Message: On growing a node that was recorded inside the (E)FE, don't forget to set the size of the node to the NEW size. This was reported by the `t_io udf_shrinkfile' testcase. Fixes PR kern/47985 To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/fs/udf/udf_allocation.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/udf
Module Name:src Committed By: reinoud Date: Wed Jul 3 12:55:34 UTC 2013 Modified Files: src/sys/fs/udf: udf_vnops.c Log Message: Typo in debug message: we are removing a directory and not a file. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/fs/udf/udf_vnops.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: nakayama Date: Wed Jul 3 14:01:29 UTC 2013 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/net: Makefile src/tests/net/net: Makefile Log Message: Enable tests which does not require rump if MKRUMP=no. Pointed out by christos on source-changes-d. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/distrib/sets/lists/debug/mi cvs rdiff -u -r1.538 -r1.539 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.13 -r1.14 src/tests/net/Makefile cvs rdiff -u -r1.5 -r1.6 src/tests/net/net/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/ftpd
Module Name:src Committed By: christos Date: Wed Jul 3 14:16:01 UTC 2013 Modified Files: src/libexec/ftpd: ftpd.c Log Message: remove unneeded initialization. To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/libexec/ftpd/ftpd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/ftpd
Module Name:src Committed By: christos Date: Wed Jul 3 14:15:47 UTC 2013 Modified Files: src/libexec/ftpd: cmds.c Log Message: check that stat succeeded before testing the guts of struct stat (Manime Villard) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/libexec/ftpd/cmds.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/utils/more
Module Name:src Committed By: matt Date: Wed Jul 3 14:29:28 UTC 2013 Modified Files: src/distrib/utils/more: main.c Log Message: Just split it into two strings and eliminate the newline. This goes into .ident so the newline doesn't matter. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/distrib/utils/more/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/udf
Module Name:src Committed By: reinoud Date: Wed Jul 3 14:35:29 UTC 2013 Modified Files: src/sys/fs/udf: udf_vnops.c Log Message: On removing a directory make sure the leaf directory doesn't have a valid '..' link anymore. In a corner case this leaf can be held by a process as a CWD. It is guaranteed to be empty at this stage so we trunc it removing the only valid FID, being the '..' entry. Solves part of PR kern/47987 Solves tests/vfs/t_vnops udf_dir_rmdirdotdot To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/fs/udf/udf_vnops.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/net/lib/libvirtif
Module Name:src Committed By: pooka Date: Wed Jul 3 15:06:25 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: Allow alternate interface base names to be specified at compile time. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/rump/net/lib/libvirtif/if_virt.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
Module Name:src Committed By: pooka Date: Wed Jul 3 15:08:01 UTC 2013 Modified Files: src/sys/rump/librump/rumpnet: rump_net_private.h src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: g/c dummyif, not useful these days To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/rump/librump/rumpnet/rump_net_private.h cvs rdiff -u -r1.32 -r1.33 src/sys/rump/net/lib/libvirtif/if_virt.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: Wed Jul 3 15:21:35 UTC 2013 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Fix the setting of sc->bge_flags for 5717 and newer devices. Reported by Mike Belopuhov. To generate a diff of this commit: cvs rdiff -u -r1.254 -r1.255 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/sys/arch/arm/arm32
Module Name:src Committed By: matt Date: Wed Jul 3 15:24:35 UTC 2013 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Collapse multiple inlines and move repeated tests into them. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.258 -r1.259 src/sys/arch/arm/arm32/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/arm32
Module Name:src Committed By: matt Date: Wed Jul 3 15:26:42 UTC 2013 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: Fix c&p error To generate a diff of this commit: cvs rdiff -u -r1.259 -r1.260 src/sys/arch/arm/arm32/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/arm32
Module Name:src Committed By: matt Date: Wed Jul 3 15:30:24 UTC 2013 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: restore deleted conditional To generate a diff of this commit: cvs rdiff -u -r1.260 -r1.261 src/sys/arch/arm/arm32/pmap.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-video-suncg14/dist/src
Module Name:xsrc Committed By: macallan Date: Wed Jul 3 15:29:34 UTC 2013 Modified Files: xsrc/external/mit/xf86-video-suncg14/dist/src: cg14.h cg14_accel.c cg14_render.c Log Message: - fetch fill colour for text drawing in CheckComposite, swap red and blue channels as needed - support solid sources without a drawable now gtk2 apps no longer crash the Xserver and text is drawn in the correct colour next step: 32bit PictOpOver with 32bit mask, gtk2 seems to use those a lot To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 xsrc/external/mit/xf86-video-suncg14/dist/src/cg14.h cvs rdiff -u -r1.4 -r1.5 \ xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_accel.c cvs rdiff -u -r1.3 -r1.4 \ xsrc/external/mit/xf86-video-suncg14/dist/src/cg14_render.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/udf
Module Name:src Committed By: reinoud Date: Wed Jul 3 15:39:23 UTC 2013 Modified Files: src/sys/fs/udf: udf_vnops.c Log Message: Remove spurious empty line To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/fs/udf/udf_vnops.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: njoly Date: Wed Jul 3 17:10:28 UTC 2013 Modified Files: src/sys/rump/librump/rumpkern: locks.c rump.c Log Message: Make RUMP_LOCKDEBUG work again. With some help from pooka@. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/rump/librump/rumpkern/locks.c cvs rdiff -u -r1.270 -r1.271 src/sys/rump/librump/rumpkern/rump.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: pooka Date: Wed Jul 3 19:21:12 UTC 2013 Modified Files: src/share/man/man4: virt.4 src/sys/rump/librump/rumpnet: rumpnet.ifspec Log Message: Having a system-supplied function interface to create virt(4) is not fully useful when the system doesn't supply anything to configure the interface with. So remove rump_virtif_create(), that functionality is now taken care of with ifcloner. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/virt.4 cvs rdiff -u -r1.2 -r1.3 src/sys/rump/librump/rumpnet/rumpnet.ifspec Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump
Module Name:src Committed By: pooka Date: Wed Jul 3 19:22:22 UTC 2013 Modified Files: src/sys/rump/include/rump: rumpnet_if_pub.h src/sys/rump/librump/rumpnet: rumpnet_if_priv.h rumpnet_if_wrappers.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/rump/include/rump/rumpnet_if_pub.h cvs rdiff -u -r1.4 -r1.5 src/sys/rump/librump/rumpnet/rumpnet_if_priv.h \ src/sys/rump/librump/rumpnet/rumpnet_if_wrappers.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/net/config
Module Name:src Committed By: pooka Date: Wed Jul 3 19:13:33 UTC 2013 Modified Files: src/tests/net/config: netconfig.c Log Message: Remove makevirtif(), it's not likely to be used in testing. (and this file should go away anyway in favor of using ifconfig etc.) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/net/config/netconfig.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/net/lib/libvirtif
Module Name:src Committed By: pooka Date: Wed Jul 3 19:23:46 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: Adjust for rump_virtif_create() removal. Incidentally, this reduces the number of exported symbols by one (which is useful for phase 2). To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/rump/net/lib/libvirtif/if_virt.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/net/lib/libvirtif
Module Name:src Committed By: pooka Date: Wed Jul 3 20:17:07 UTC 2013 Modified Files: src/sys/rump/net/lib/libvirtif: if_virt.c Log Message: fix parameter name To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/rump/net/lib/libvirtif/if_virt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/tftpd
Module Name:src Committed By: christos Date: Wed Jul 3 21:20:45 UTC 2013 Modified Files: src/libexec/tftpd: tftpd.c Log Message: Check snprintf for -1 (Maxime Villard) To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/libexec/tftpd/tftpd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm
Module Name:src Committed By: matt Date: Wed Jul 3 21:37:35 UTC 2013 Modified Files: src/sys/arch/arm/arm32: pmap.c src/sys/arch/arm/include/arm32: pmap.h Log Message: Add l2pte_set and l2pte_reset inlines to set/reset a pte. These will be used to support > 4KB pages sizes. Don't use >> L1_S_SHIFT, use L1_IDX() instead. To generate a diff of this commit: cvs rdiff -u -r1.261 -r1.262 src/sys/arch/arm/arm32/pmap.c cvs rdiff -u -r1.120 -r1.121 src/sys/arch/arm/include/arm32/pmap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/tftpd
Module Name:src Committed By: christos Date: Thu Jul 4 02:58:20 UTC 2013 Modified Files: src/libexec/tftpd: tftpd.c Log Message: Simplify error handling and make it actually return a useable error code. (Maxime Villard) To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/libexec/tftpd/tftpd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.