CVS commit: src/sys/net
Module Name:src Committed By: ozaki-r Date: Wed Jun 18 09:20:46 UTC 2014 Modified Files: src/sys/net: if_bridge.c Log Message: Tidy up bridge_input No functional change. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/net/if_bridge.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src/doc
Module Name:src Committed By: msaitoh Date: Wed Jun 18 09:34:45 UTC 2014 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.5 Log Message: Ticket 1067. To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-6.1.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src/sys
Module Name:src Committed By: msaitoh Date: Wed Jun 18 09:34:27 UTC 2014 Modified Files: src/sys/dist/ipf/netinet [netbsd-6-1]: ip_fil_netbsd.c src/sys/net [netbsd-6-1]: if_ethersubr.c if_loop.c if_vlan.c src/sys/netinet [netbsd-6-1]: if_arp.c ip_carp.c src/sys/netinet6 [netbsd-6-1]: ip6_flow.c nd6.c src/sys/rump/librump/rumpkern [netbsd-6-1]: klock.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1067): sys/dist/ipf/netinet/ip_fil_netbsd.c1.9 via patch sys/net/if_ethersubr.c 1.197 via patch sys/net/if_loop.c 1.77 via patch sys/net/if_vlan.c 1.70 via patch sys/netinet/if_arp.c1.158 sys/netinet/ip_carp.c 1.54 via patch sys/netinet6/ip6_flow.c 1.23 via patch sys/netinet6/nd6.c 1.150 via patch sys/rump/librump/rumpkern/klock.c 1.4 Make sure *(if_output)() is called with KERNEL_LOCK held to avoid mbuf leak. See http://mail-index.netbsd.org/tech-net/2014/04/09/msg004511.html for details. For netinet6, the problem report, fix and test were done by njoly@ on current-users@ To generate a diff of this commit: cvs rdiff -u -r1.61.2.1 -r1.61.2.1.2.1 \ src/sys/dist/ipf/netinet/ip_fil_netbsd.c cvs rdiff -u -r1.188.8.3 -r1.188.8.3.2.1 src/sys/net/if_ethersubr.c cvs rdiff -u -r1.75 -r1.75.18.1 src/sys/net/if_loop.c cvs rdiff -u -r1.69 -r1.69.22.1 src/sys/net/if_vlan.c cvs rdiff -u -r1.154 -r1.154.16.1 src/sys/netinet/if_arp.c cvs rdiff -u -r1.47.4.1 -r1.47.4.1.6.1 src/sys/netinet/ip_carp.c cvs rdiff -u -r1.19.2.1 -r1.19.2.1.2.1 src/sys/netinet6/ip6_flow.c cvs rdiff -u -r1.141.8.2 -r1.141.8.3 src/sys/netinet6/nd6.c cvs rdiff -u -r1.3 -r1.3.20.1 src/sys/rump/librump/rumpkern/klock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/sys
Module Name:src Committed By: msaitoh Date: Wed Jun 18 09:35:40 UTC 2014 Modified Files: src/sys/dist/ipf/netinet [netbsd-6-0]: ip_fil_netbsd.c src/sys/net [netbsd-6-0]: if_ethersubr.c if_loop.c if_vlan.c src/sys/netinet [netbsd-6-0]: if_arp.c ip_carp.c src/sys/netinet6 [netbsd-6-0]: ip6_flow.c nd6.c src/sys/rump/librump/rumpkern [netbsd-6-0]: klock.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1067): sys/dist/ipf/netinet/ip_fil_netbsd.c1.9 via patch sys/net/if_ethersubr.c 1.197 via patch sys/net/if_loop.c 1.77 via patch sys/net/if_vlan.c 1.70 via patch sys/netinet/if_arp.c1.158 sys/netinet/ip_carp.c 1.54 via patch sys/netinet6/ip6_flow.c 1.23 via patch sys/netinet6/nd6.c 1.150 via patch sys/rump/librump/rumpkern/klock.c 1.4 Make sure *(if_output)() is called with KERNEL_LOCK held to avoid mbuf leak. See http://mail-index.netbsd.org/tech-net/2014/04/09/msg004511.html for details. For netinet6, the problem report, fix and test were done by njoly@ on current-users@ To generate a diff of this commit: cvs rdiff -u -r1.61.6.1 -r1.61.6.2 src/sys/dist/ipf/netinet/ip_fil_netbsd.c cvs rdiff -u -r1.188.8.2 -r1.188.8.2.4.1 src/sys/net/if_ethersubr.c cvs rdiff -u -r1.75 -r1.75.14.1 src/sys/net/if_loop.c cvs rdiff -u -r1.69 -r1.69.14.1 src/sys/net/if_vlan.c cvs rdiff -u -r1.154 -r1.154.8.1 src/sys/netinet/if_arp.c cvs rdiff -u -r1.47.4.1 -r1.47.4.1.4.1 src/sys/netinet/ip_carp.c cvs rdiff -u -r1.19 -r1.19.8.1 src/sys/netinet6/ip6_flow.c cvs rdiff -u -r1.141.6.2 -r1.141.6.3 src/sys/netinet6/nd6.c cvs rdiff -u -r1.3 -r1.3.18.1 src/sys/rump/librump/rumpkern/klock.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: wiz Date: Wed Jun 18 09:35:31 UTC 2014 Modified Files: src/usr.bin/sed: sed.1 Log Message: Sort options. Use Ss for non-standard headers. New sentence, new line. Add missing Op. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.bin/sed/sed.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/doc
Module Name:src Committed By: msaitoh Date: Wed Jun 18 09:35:59 UTC 2014 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.6 Log Message: Ticket 1067. To generate a diff of this commit: cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-6.0.6 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: wiz Date: Wed Jun 18 09:41:29 UTC 2014 Modified Files: src/usr.bin/sed: main.c Log Message: Sync usage with manpage. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.bin/sed/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/net
Module Name:src Committed By: ozaki-r Date: Wed Jun 18 10:51:03 UTC 2014 Modified Files: src/sys/net: if_bridge.c Log Message: Restructure bridge_input and bridge_broadcast There are two changes: - Assemble the places calling pktq_enqueue (bridge_forward) for unicast and {b,m}cast frames into one - Receive {b,m}cast frames in bridge_broadcast, not in bridge_input The changes make the code clear and readable. bridge_input now doesn't need to take care of {b,m}cast frames; bridge_forward and bridge_broadcast have the responsibility. The changes are based on a patch of Lloyd Parkes submitted in PR 48104, but don't fix its issue yet. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/net/if_bridge.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: christos Date: Wed Jun 18 13:03:08 UTC 2014 Modified Files: src/lib/libedit: vi.c Log Message: accomodate FreeBSD's flavor of weak references. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/lib/libedit/vi.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: Wed Jun 18 14:12:20 UTC 2014 Modified Files: src/usr.bin/sed: sed.1 Log Message: fix second line of synopsis. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/usr.bin/sed/sed.1 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: Wed Jun 18 14:15:50 UTC 2014 Modified Files: src/usr.bin/sed: main.c Log Message: Fix usage. The man page is incorrect with respect to -I and -i and need fixing, but my troff foo is not there. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.bin/sed/main.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: uwe Date: Wed Jun 18 14:26:15 UTC 2014 Modified Files: src/usr.bin/sed: sed.1 Log Message: Suppress space after -I and -i options. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.bin/sed/sed.1 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: uwe Date: Wed Jun 18 14:47:02 UTC 2014 Modified Files: src/usr.bin/sed: sed.1 Log Message: Suppress space after -I and -i options in description too. XXX: This should be documented explicitly. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/usr.bin/sed/sed.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus
Module Name:xsrc Committed By: macallan Date: Wed Jun 18 16:49:46 UTC 2014 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus: netbsdSbus.c Log Message: OFIOCNEXTPROP -> OFIOCGET now this can actually work To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus/netbsdSbus.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-suntcx/dist/src
Module Name:xsrc Committed By: macallan Date: Wed Jun 18 16:55:28 UTC 2014 Modified Files: xsrc/external/mit/xf86-video-suntcx/dist/src: tcx.h tcx_driver.c Log Message: make this work properly on 8bit SUNW,tcx To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/xf86-video-suntcx/dist/src/tcx.h cvs rdiff -u -r1.6 -r1.7 \ xsrc/external/mit/xf86-video-suntcx/dist/src/tcx_driver.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
Module Name:src Committed By: christos Date: Wed Jun 18 17:47:58 UTC 2014 Modified Files: src/lib/libc: shlib_version src/lib/libc/stdio: Makefile.inc gettemp.c local.h mkdtemp.c mkstemp.c mktemp.3 mktemp.c Added Files: src/lib/libc/stdio: gettemp.h mkostemp.c mkostemps.c mkstemps.c Log Message: add mkostemp, mkostemps, mkstemps from FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.251 -r1.252 src/lib/libc/shlib_version cvs rdiff -u -r1.43 -r1.44 src/lib/libc/stdio/Makefile.inc cvs rdiff -u -r1.17 -r1.18 src/lib/libc/stdio/gettemp.c cvs rdiff -u -r0 -r1.1 src/lib/libc/stdio/gettemp.h \ src/lib/libc/stdio/mkostemp.c src/lib/libc/stdio/mkostemps.c \ src/lib/libc/stdio/mkstemps.c cvs rdiff -u -r1.37 -r1.38 src/lib/libc/stdio/local.h cvs rdiff -u -r1.11 -r1.12 src/lib/libc/stdio/mkdtemp.c \ src/lib/libc/stdio/mkstemp.c cvs rdiff -u -r1.28 -r1.29 src/lib/libc/stdio/mktemp.3 cvs rdiff -u -r1.20 -r1.21 src/lib/libc/stdio/mktemp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include
Module Name:src Committed By: christos Date: Wed Jun 18 17:48:22 UTC 2014 Modified Files: src/include: stdlib.h unistd.h Log Message: add mkostemp{s,} mkstemps from FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/include/stdlib.h cvs rdiff -u -r1.140 -r1.141 src/include/unistd.h 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
Module Name:src Committed By: christos Date: Wed Jun 18 17:50:15 UTC 2014 Modified Files: src/distrib/sets/lists/base: ad.arm ad.mips ad.powerpc md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/debug: ad.arm ad.mips ad.powerpc md.amd64 md.sparc64 shl.mi Log Message: bump libc. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/distrib/sets/lists/base/ad.arm cvs rdiff -u -r1.41 -r1.42 src/distrib/sets/lists/base/ad.mips cvs rdiff -u -r1.10 -r1.11 src/distrib/sets/lists/base/ad.powerpc cvs rdiff -u -r1.235 -r1.236 src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.222 -r1.223 src/distrib/sets/lists/base/md.sparc64 cvs rdiff -u -r1.704 -r1.705 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.35 -r1.36 src/distrib/sets/lists/debug/ad.arm cvs rdiff -u -r1.31 -r1.32 src/distrib/sets/lists/debug/ad.mips cvs rdiff -u -r1.10 -r1.11 src/distrib/sets/lists/debug/ad.powerpc cvs rdiff -u -r1.54 -r1.55 src/distrib/sets/lists/debug/md.amd64 cvs rdiff -u -r1.53 -r1.54 src/distrib/sets/lists/debug/md.sparc64 cvs rdiff -u -r1.64 -r1.65 src/distrib/sets/lists/debug/shl.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdio
Module Name:src Committed By: christos Date: Wed Jun 18 17:50:55 UTC 2014 Modified Files: src/lib/libc/stdio: Makefile.inc Log Message: more man pages links To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/lib/libc/stdio/Makefile.inc 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/comp
Module Name:src Committed By: christos Date: Wed Jun 18 17:52:49 UTC 2014 Modified Files: src/distrib/sets/lists/comp: mi Log Message: more mktemp flavors. To generate a diff of this commit: cvs rdiff -u -r1.1895 -r1.1896 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: christos Date: Wed Jun 18 18:12:28 UTC 2014 Modified Files: src/lib/libedit: chared.c chared.h el.c eln.c histedit.h vi.c Log Message: Don't depend on weak aliases to define the vi "alias" expansion function, provide an API instead to set it. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/lib/libedit/chared.c cvs rdiff -u -r1.21 -r1.22 src/lib/libedit/chared.h cvs rdiff -u -r1.72 -r1.73 src/lib/libedit/el.c cvs rdiff -u -r1.16 -r1.17 src/lib/libedit/eln.c cvs rdiff -u -r1.52 -r1.53 src/lib/libedit/histedit.h cvs rdiff -u -r1.44 -r1.45 src/lib/libedit/vi.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: christos Date: Wed Jun 18 18:17:30 UTC 2014 Modified Files: src/bin/sh: alias.c alias.h histedit.c Log Message: Adjust to the new alias text libedit API. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/bin/sh/alias.c cvs rdiff -u -r1.7 -r1.8 src/bin/sh/alias.h cvs rdiff -u -r1.46 -r1.47 src/bin/sh/histedit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: christos Date: Wed Jun 18 18:52:49 UTC 2014 Modified Files: src/lib/libedit: tty.c Log Message: Add stdlib.h for abort() (Jess Thrysoee) To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/libedit/tty.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/include/rump
Module Name:src Committed By: alnsn Date: Wed Jun 18 19:50:32 UTC 2014 Modified Files: src/sys/rump/include/rump: rumpuser.h Log Message: Revert last change. This is not the right place for rumpuser_sync_icache(). To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/sys/rump/include/rump/rumpuser.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit/TEST
Module Name:src Committed By: christos Date: Wed Jun 18 20:12:15 UTC 2014 Modified Files: src/lib/libedit/TEST: tc1.c wtc1.c Log Message: cast gotsig because it is long on some systems. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libedit/TEST/tc1.c cvs rdiff -u -r1.6 -r1.7 src/lib/libedit/TEST/wtc1.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/stdio
Module Name:src Committed By: msaitoh Date: Thu Jun 19 05:31:15 UTC 2014 Modified Files: src/lib/libc/stdio: gettemp.c Log Message: Fix "shadows a global declaration" compile error. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/stdio/gettemp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.