CVS commit: src/sbin/mount_null

2016-07-24 Thread Eric Haszlakiewicz
Module Name:src Committed By: erh Date: Mon Jul 25 04:40:51 UTC 2016 Modified Files: src/sbin/mount_null: mount_null.c Log Message: Eliminate the distinct path check, since the paths don't actually need to be distinct and allowing this makes certain useful tasks

CVS commit: src/sys

2016-07-24 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jul 25 04:21:20 UTC 2016 Modified Files: src/sys/netinet: if_arp.c src/sys/netinet6: nd6_nbr.c Log Message: Make DAD of ARP/NDP MP-safe with coarse-grained locks The change also prevents arp_dad_timer/nd6_dad_timer

CVS commit: [pgoyette-localcount] src/sys/dev

2016-07-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jul 25 03:40:52 UTC 2016 Modified Files: src/sys/dev [pgoyette-localcount]: cgd.c Log Message: Add a comment to describe why we didn't convert one caller of device_lokup_private(). To generate a diff of this commit: cvs

CVS commit: [pgoyette-localcount] src/sys/dev/isa

2016-07-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Jul 25 03:30:52 UTC 2016 Modified Files: src/sys/dev/isa [pgoyette-localcount]: fd.c isv.c mcd.c Log Message: Update a few drivers for localcount(9) To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.110.2.1

CVS commit: src/sys

2016-07-24 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jul 25 01:52:22 UTC 2016 Modified Files: src/sys/netinet: if_arp.c src/sys/netinet6: nd6_nbr.c Log Message: Use KASSERT for checking non-NULL of ifa->ifa_ifp ifa->ifa_ifp should be always non-NULL, so doing the

CVS commit: src/sys/netinet

2016-07-24 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Jul 25 00:10:38 UTC 2016 Modified Files: src/sys/netinet: tcp_timer.c Log Message: fix: unlock in reverse order To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/netinet/tcp_timer.c Please note that

CVS commit: src/sys/arch/mips/mips

2016-07-24 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jul 24 18:04:04 UTC 2016 Modified Files: src/sys/arch/mips/mips: spl.S Log Message: Two fixes: 1) invesion of enable bits in splx (ipl_sr_map is disable mask) 2) Don't overwrite the cause register in spl0 - there might be

CVS commit: src/sys/arch/sgimips/hpc

2016-07-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Jul 24 16:47:49 UTC 2016 Modified Files: src/sys/arch/sgimips/hpc: hpc.c Log Message: use bus_space_map() To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/arch/sgimips/hpc/hpc.c Please note that

CVS commit: src/sys/arch

2016-07-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jul 24 14:09:22 UTC 2016 Modified Files: src/sys/arch/i386/acpi: acpi_wakecode.S acpi_wakeup_low.S src/sys/arch/x86/acpi: acpi_wakeup.c Log Message: The MSR EFER state is not saved and restored when sleeping on i386. On

CVS commit: src/sys/compat/linux/arch

2016-07-24 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Jul 24 13:23:25 UTC 2016 Modified Files: src/sys/compat/linux/arch/alpha: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c src/sys/compat/linux/arch/amd64: linux_syscall.h

CVS commit: src/sys/compat/linux/arch

2016-07-24 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Jul 24 13:22:01 UTC 2016 Modified Files: src/sys/compat/linux/arch/alpha: syscalls.master src/sys/compat/linux/arch/amd64: syscalls.master src/sys/compat/linux/arch/arm: syscalls.master

CVS commit: src/sys/arch

2016-07-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jul 24 13:04:58 UTC 2016 Modified Files: src/sys/arch/amd64/acpi: acpi_wakecode.S acpi_wakeup_low.S src/sys/arch/i386/acpi: acpi_wakecode.S acpi_wakeup_low.S Log Message: KNF, and reduce the diff between amd64 and i386.

CVS commit: [pgoyette-localcount] src/sys/dev

2016-07-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jul 24 10:44:57 UTC 2016 Modified Files: src/sys/dev [pgoyette-localcount]: cgd.c Log Message: Call device_release() in appropriate error paths. In the module initialization code, make the bmajor/cmajor variables global so

CVS commit: [pgoyette-localcount] src/sys/rump/dev/lib/libcgd

2016-07-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jul 24 10:37:10 UTC 2016 Modified Files: src/sys/rump/dev/lib/libcgd [pgoyette-localcount]: cgd_component.c Log Message: since we're now attached the [bc]devsw's, grabbing the assigned majors, and then detaching (in