CVS commit: src/sys/net
Module Name:src Committed By: martin Date: Sat Jun 7 09:34:02 UTC 2014 Modified Files: src/sys/net: if_fddisubr.c Log Message: Try to untangle the ifdef mess a bit more To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/net/if_fddisubr.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/tmpfs
Module Name:src Committed By: martin Date: Sat Jun 7 09:54:34 UTC 2014 Modified Files: src/sys/fs/tmpfs: tmpfs.h tmpfs_mem.c tmpfs_vfsops.c Log Message: Remove the hardcoded 4 MB free kernel memory limit and replace it by uvmexp.freetarg, as discussed on tech-kern. Main purpose is to make tmpfs usable (as far as possible) on small memory machines. This is a bit experimental, but we need to give it some real world exposure to see how well it works. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/fs/tmpfs/tmpfs.h cvs rdiff -u -r1.5 -r1.6 src/sys/fs/tmpfs/tmpfs_mem.c cvs rdiff -u -r1.61 -r1.62 src/sys/fs/tmpfs/tmpfs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/mount_tmpfs
Module Name:src Committed By: martin Date: Sat Jun 7 10:03:44 UTC 2014 Modified Files: src/sbin/mount_tmpfs: mount_tmpfs.8 Log Message: Remove reference to (no longer) fixed 4 mbyte kernel memory being reserved, it is now dynamic. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sbin/mount_tmpfs/mount_tmpfs.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/gumstix
Module Name:src Committed By: kiyohara Date: Sat Jun 7 10:30:13 UTC 2014 Modified Files: src/sys/arch/evbarm/gumstix: gumstix_machdep.c Log Message: Fix reset parameters for omap3_ehci. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/evbarm/gumstix/gumstix_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/net
Module Name:src Committed By: rmind Date: Sat Jun 7 11:00:29 UTC 2014 Modified Files: src/sys/net: if_loop.c Log Message: lostart: silence gcc warning (XXX: gcc is not right though). To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/net/if_loop.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: rmind Date: Sat Jun 7 11:08:09 UTC 2014 Modified Files: src/sys/rump/librump/rumpkern: scheduler.c Log Message: Make kpreempt_disabled() always return true in RUMP kernels for now. May revisit once RUMP provides better splfoo/splx() handling. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/rump/librump/rumpkern/scheduler.c 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: he Date: Sat Jun 7 13:25:33 UTC 2014 Modified Files: src/sys/net: if.c Log Message: Include before to avoid build failure for the COMPUTEX7750 kernel of evbsh3-eb. Also, don't reference ip_pktq if INET isn't defined (found by the same kernel). To generate a diff of this commit: cvs rdiff -u -r1.277 -r1.278 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/usr.bin/sed
Module Name:src Committed By: christos Date: Sat Jun 7 16:36:54 UTC 2014 Modified Files: src/usr.bin/sed: Makefile process.c Log Message: PR/48880: Ryo ONODERA: Unapply one of our patches that broke 'G'. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/sed/Makefile cvs rdiff -u -r1.42 -r1.43 src/usr.bin/sed/process.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/sed
Module Name:src Committed By: christos Date: Sat Jun 7 16:37:32 UTC 2014 Modified Files: src/usr.bin/sed: Makefile Log Message: put back WARNS=6 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/sed/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/hpcmips/tx
Module Name:src Committed By: he Date: Sat Jun 7 18:59:16 UTC 2014 Modified Files: src/sys/arch/hpcmips/tx: tx3912video.c Log Message: Remove set-but-not-used variable bit8. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/hpcmips/tx/tx3912video.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/gen
Module Name:src Committed By: roy Date: Sat Jun 7 20:55:47 UTC 2014 Modified Files: src/lib/libc/gen: arc4random.c Log Message: Re-stir after forking, fixes PR lib/25367. Re-stir after consuming 160 bytes, fixes PR lib/45952. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/gen/arc4random.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/rsh
Module Name:src Committed By: enami Date: Sun Jun 8 01:44:52 UTC 2014 Modified Files: src/usr.bin/rsh: rsh.c Log Message: Remove kerberos support code completely. It no longer compiles anyway. OK'ed by christos on tech-userlevel. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/usr.bin/rsh/rsh.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/rsh
Module Name:src Committed By: enami Date: Sun Jun 8 02:02:41 UTC 2014 Modified Files: src/usr.bin/rsh: rsh.c Log Message: Whitespace nits. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.bin/rsh/rsh.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/lib/libstdc++-v3
Module Name:src Committed By: christos Date: Sun Jun 8 02:23:46 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libstdc++-v3: Makefile.inc Log Message: include relative to the parse directory. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/lib/libstdc++-v3/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/rsh
Module Name:src Committed By: enami Date: Sun Jun 8 02:44:15 UTC 2014 Modified Files: src/usr.bin/rsh: rsh.c Log Message: Fix signal delivery to remote process; As described in rcmd(3), a signal is delivered to the remote process via the secondary channel. So, the backend driver, rcmd(1), is responsible to watch the file descriptor 2 and transfer the data to the remote process, rather than receiving signal by itself. Previously, signal generated by tty was sent since rcmd was incorrectly generated the data, but, for example, signal sent to rsh command by kill command was ignored. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.bin/rsh/rsh.c 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: christos Date: Sun Jun 8 02:52:50 UTC 2014 Modified Files: src/sys/kern: uipc_usrreq.c Log Message: Handle race where the server closed the socket between us 'connecting' and sending data. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153 src/sys/kern/uipc_usrreq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.