CVS commit: src/sys/arch/mips/adm5120/dev
Module Name:src Committed By: skrll Date: Sun Sep 22 07:26:42 UTC 2013 Modified Files: src/sys/arch/mips/adm5120/dev: ahci.c Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/mips/adm5120/dev/ahci.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/mips/adm5120/dev
Module Name:src Committed By: skrll Date: Sun Sep 22 08:30:22 UTC 2013 Modified Files: src/sys/arch/mips/adm5120/dev: ahci.c ahcivar.h Log Message: Adapt to usbmp. Compile tested only. Did this ever work? To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/mips/adm5120/dev/ahci.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/adm5120/dev/ahcivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
Module Name:src Committed By: adam Date: Sun Sep 22 09:21:56 UTC 2013 Modified Files: src/sys/dev/ic: sl811hs.c Log Message: Removed duplicated lines introduced in version 1.36. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/ic/sl811hs.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/sys
Module Name:src Committed By: apb Date: Sun Sep 22 10:02:05 UTC 2013 Modified Files: src/lib/libc/sys: fsync.2 Log Message: Attempt to clarify that fsync() is like fsync_range() with the FFILESYNC flag but not the FDISKSYNC flag. Add a paragraph of weasel words about how writing to a permanent storage device does not necessarily write to permanent storage media within that device. Move the description of FDISKSYNC into the same list as FDATASYNC and FFILESYNC. Change the order of paragraphs or sentences in an attempt to improve the flow. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libc/sys/fsync.2 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: skrll Date: Sun Sep 22 14:55:07 UTC 2013 Modified Files: src/sys/kern: kern_mutex.c Log Message: Revert previous - it was wrong. hi joerg. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/kern/kern_mutex.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: joerg Date: Sun Sep 22 14:59:07 UTC 2013 Modified Files: src/sys/kern: kern_mutex.c Log Message: Remove redundant declaration of MUTEX_CLEAR_WAITERS without checking if any of the !__HAVE_SIMPLE_MUTEX architectures need it based on the assumption that HPPA is the only member of that category. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/kern/kern_mutex.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/sys/net/npf
Module Name:src Committed By: riz Date: Sun Sep 22 17:27:45 UTC 2013 Modified Files: src/sys/net/npf [netbsd-6-1]: npf_ctl.c Log Message: Pull up following revision(s) (requested by rmind in ticket #952): sys/net/npf/npf_ctl.c: revision 1.27 npfctl_rule: fixes for the dynamic rules. To generate a diff of this commit: cvs rdiff -u -r1.12.2.9 -r1.12.2.9.2.1 src/sys/net/npf/npf_ctl.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: riz Date: Sun Sep 22 17:28:34 UTC 2013 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.2 Log Message: Ticket 952. To generate a diff of this commit: cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-6.1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/net/npf
Module Name:src Committed By: riz Date: Sun Sep 22 17:29:05 UTC 2013 Modified Files: src/sys/net/npf [netbsd-6]: npf_ctl.c Log Message: Pull up following revision(s) (requested by rmind in ticket #952): sys/net/npf/npf_ctl.c: revision 1.27 npfctl_rule: fixes for the dynamic rules. To generate a diff of this commit: cvs rdiff -u -r1.12.2.9 -r1.12.2.10 src/sys/net/npf/npf_ctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: riz Date: Sun Sep 22 17:29:34 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket 952 To generate a diff of this commit: cvs rdiff -u -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/arch/mvme68k/mvme68k
Module Name:src Committed By: riz Date: Sun Sep 22 17:33:31 UTC 2013 Modified Files: src/sys/arch/mvme68k/mvme68k [netbsd-6]: pmap_bootstrap.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #953): sys/arch/mvme68k/mvme68k/pmap_bootstrap.c: revision 1.52 Move physmem calculations before nptpage initialization. Fixes mvme68k specific part of PR port-m68k/45915 (panic: pmap_enter_ptpage: can't get KPT page). Reported and confirmed by Andrew Gillham on his MVME177: http://mail-index.NetBSD.org/port-mvme68k/2013/09/17/msg82.html Should be pulled up to all netbsd-6 branches. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.51.2.1 src/sys/arch/mvme68k/mvme68k/pmap_bootstrap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: riz Date: Sun Sep 22 17:34:22 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket 953 To generate a diff of this commit: cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-6.2 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/arch/mvme68k/mvme68k
Module Name:src Committed By: riz Date: Sun Sep 22 17:34:48 UTC 2013 Modified Files: src/sys/arch/mvme68k/mvme68k [netbsd-6-0]: pmap_bootstrap.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #953): sys/arch/mvme68k/mvme68k/pmap_bootstrap.c: revision 1.52 Move physmem calculations before nptpage initialization. Fixes mvme68k specific part of PR port-m68k/45915 (panic: pmap_enter_ptpage: can't get KPT page). Reported and confirmed by Andrew Gillham on his MVME177: http://mail-index.NetBSD.org/port-mvme68k/2013/09/17/msg82.html Should be pulled up to all netbsd-6 branches. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.51.8.1 src/sys/arch/mvme68k/mvme68k/pmap_bootstrap.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/doc
Module Name:src Committed By: riz Date: Sun Sep 22 17:35:09 UTC 2013 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.3 Log Message: Ticket 953 To generate a diff of this commit: cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-6.0.3 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: riz Date: Sun Sep 22 17:35:52 UTC 2013 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.2 Log Message: Ticket 953 To generate a diff of this commit: cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-6.1.2 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/arch/mvme68k/mvme68k
Module Name:src Committed By: riz Date: Sun Sep 22 17:35:35 UTC 2013 Modified Files: src/sys/arch/mvme68k/mvme68k [netbsd-6-1]: pmap_bootstrap.c Log Message: Pull up following revision(s) (requested by tsutsui in ticket #953): sys/arch/mvme68k/mvme68k/pmap_bootstrap.c: revision 1.52 Move physmem calculations before nptpage initialization. Fixes mvme68k specific part of PR port-m68k/45915 (panic: pmap_enter_ptpage: can't get KPT page). Reported and confirmed by Andrew Gillham on his MVME177: http://mail-index.NetBSD.org/port-mvme68k/2013/09/17/msg82.html Should be pulled up to all netbsd-6 branches. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.51.16.1 src/sys/arch/mvme68k/mvme68k/pmap_bootstrap.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/powerpc/include/oea
Module Name:src Committed By: matt Date: Sun Sep 22 17:51:31 UTC 2013 Modified Files: src/sys/arch/powerpc/include/oea: hid.h Log Message: Define HID1_{SYNCBE,ABE} for the 7450 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/powerpc/include/oea/hid.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/powerpc/oea
Module Name:src Committed By: matt Date: Sun Sep 22 18:05:16 UTC 2013 Modified Files: src/sys/arch/powerpc/oea: cpu_subr.c Log Message: Make sure ABE/SYNCBE are enabled in HID1 for the 7450 CPUs Enable XBSEN for the 7450. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/arch/powerpc/oea/cpu_subr.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/powerpc/oea
Module Name:src Committed By: matt Date: Sun Sep 22 18:49:10 UTC 2013 Modified Files: src/sys/arch/powerpc/oea: cpu_subr.c Log Message: Disable XBSEN for the 7450. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/arch/powerpc/oea/cpu_subr.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/powerpc/oea
Module Name:src Committed By: matt Date: Sun Sep 22 18:56:11 UTC 2013 Modified Files: src/sys/arch/powerpc/oea: cpu_subr.c Log Message: Fix c&p bug. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/arch/powerpc/oea/cpu_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: msaitoh Date: Sun Sep 22 20:30:55 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Add missing newline. To generate a diff of this commit: cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-6.2 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/sys
Module Name:src Committed By: pooka Date: Sun Sep 22 20:51:18 UTC 2013 Modified Files: src/sys/rump/include/sys: bus.h Log Message: Make dma_tag_t a bit more useful. XXX: this header should definitely not exist, but given that it does, let's use it to make life easier. The implication of its existence is that x86 port rump kernel components are not ABI-compatible with kernel modules which use bus_space/bus_dma. I'm not sure if anyone is interested in that... To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/rump/include/sys/bus.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-1] src
Module Name:src Committed By: riz Date: Sun Sep 22 22:12:05 UTC 2013 Modified Files: src/distrib/notes/common [netbsd-5-1]: main src/doc [netbsd-5-1]: CHANGES-5.1.3 LAST_MINUTE README.files src/gnu/usr.bin/groff/tmac [netbsd-5-1]: mdoc.local src/sys/sys [netbsd-5-1]: param.h Log Message: Welcome to 5.1.3! To generate a diff of this commit: cvs rdiff -u -r1.425.2.14.2.2 -r1.425.2.14.2.3 src/distrib/notes/common/main cvs rdiff -u -r1.1.2.52 -r1.1.2.53 src/doc/CHANGES-5.1.3 cvs rdiff -u -r1.2.30.2.2.2 -r1.2.30.2.2.3 src/doc/LAST_MINUTE cvs rdiff -u -r1.4.10.3.2.2 -r1.4.10.3.2.3 src/doc/README.files cvs rdiff -u -r1.43.4.15.2.5 -r1.43.4.15.2.6 \ src/gnu/usr.bin/groff/tmac/mdoc.local cvs rdiff -u -r1.330.4.15.2.5 -r1.330.4.15.2.6 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5-2] src
Module Name:src Committed By: riz Date: Sun Sep 22 22:43:10 UTC 2013 Modified Files: src/distrib/notes/common [netbsd-5-2]: main src/doc [netbsd-5-2]: CHANGES-5.2.1 LAST_MINUTE README.files src/gnu/usr.bin/groff/tmac [netbsd-5-2]: mdoc.local src/sys/sys [netbsd-5-2]: param.h Log Message: Welcome to 5.2.1! To generate a diff of this commit: cvs rdiff -u -r1.425.2.16 -r1.425.2.16.2.1 src/distrib/notes/common/main cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-5.2.1 cvs rdiff -u -r1.2.30.3 -r1.2.30.3.2.1 src/doc/LAST_MINUTE cvs rdiff -u -r1.4.10.4 -r1.4.10.4.2.1 src/doc/README.files cvs rdiff -u -r1.43.4.18.2.1 -r1.43.4.18.2.2 \ src/gnu/usr.bin/groff/tmac/mdoc.local cvs rdiff -u -r1.330.4.18.2.1 -r1.330.4.18.2.2 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [rmind-smpnet] src/sys
Module Name:src Committed By: rmind Date: Mon Sep 23 00:57:53 UTC 2013 Modified Files: src/sys/dist/pf/net [rmind-smpnet]: pf.c src/sys/kern [rmind-smpnet]: uipc_socket2.c src/sys/netinet [rmind-smpnet]: in_pcb.c in_pcb.h portalgo.c raw_ip.c tcp_input.c tcp_subr.c tcp_usrreq.c tcp_vtw.c udp_usrreq.c udp_var.h src/sys/netinet6 [rmind-smpnet]: in6_pcb.c Log Message: - Add some initial locking to the IPv4 PCB. - Rename inpcb_lookup_*() routines to be more accurate and add comments. - Add some comments about connection life-cycle WRT socket layer. To generate a diff of this commit: cvs rdiff -u -r1.69.4.1 -r1.69.4.2 src/sys/dist/pf/net/pf.c cvs rdiff -u -r1.112.2.1 -r1.112.2.2 src/sys/kern/uipc_socket2.c cvs rdiff -u -r1.145.2.2 -r1.145.2.3 src/sys/netinet/in_pcb.c cvs rdiff -u -r1.51.2.1 -r1.51.2.2 src/sys/netinet/in_pcb.h cvs rdiff -u -r1.5.2.1 -r1.5.2.2 src/sys/netinet/portalgo.c cvs rdiff -u -r1.116.2.2 -r1.116.2.3 src/sys/netinet/raw_ip.c cvs rdiff -u -r1.327.2.1 -r1.327.2.2 src/sys/netinet/tcp_input.c cvs rdiff -u -r1.250.2.1 -r1.250.2.2 src/sys/netinet/tcp_subr.c cvs rdiff -u -r1.166.4.2 -r1.166.4.3 src/sys/netinet/tcp_usrreq.c cvs rdiff -u -r1.9.4.1 -r1.9.4.2 src/sys/netinet/tcp_vtw.c cvs rdiff -u -r1.190.2.2 -r1.190.2.3 src/sys/netinet/udp_usrreq.c cvs rdiff -u -r1.38.4.2 -r1.38.4.3 src/sys/netinet/udp_var.h cvs rdiff -u -r1.123.2.1 -r1.123.2.2 src/sys/netinet6/in6_pcb.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/mvme68k
Module Name:src Committed By: tsutsui Date: Mon Sep 23 01:39:27 UTC 2013 Modified Files: src/sys/arch/mvme68k/include: prom.h src/sys/arch/mvme68k/stand/libbug: outln.c outstr.c Log Message: Make MVMEPROM_ARG2() macro take two args in a single asm statement. Fixes a problem that a wrong address is passed to the MVMEPROM outstr function (then caused garbages on screen) after we switched to gcc-4.5. Reported and confirmed by Andrew Gillham on port-mvme68k@: http://mail-index.NetBSD.org/port-mvme68k/2013/09/17/msg84.html http://mail-index.NetBSD.org/port-mvme68k/2013/09/19/msg85.html http://mail-index.NetBSD.org/port-mvme68k/2013/09/22/msg95.html http://mail-index.NetBSD.org/port-mvme68k/2013/09/22/msg97.html No error on "build.sh -m mvme68k build" builds. Should be pulled up to netbsd-6 branches. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/mvme68k/include/prom.h cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mvme68k/stand/libbug/outln.c \ src/sys/arch/mvme68k/stand/libbug/outstr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.