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 anticipa
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
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.
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
src/sys/compat/lin
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 linux_syscallargs
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
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 diffs
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 pen
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 d
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 check
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 src/s
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 rd
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 f
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 possible,
Module Name:src
Committed By: christos
Date: Mon Jul 25 06:20:26 UTC 2016
Modified Files:
src/crypto/external/cpl/tpm-tools/bin/tpm_sealdata: Makefile
src/crypto/external/cpl/tpm-tools/bin/tpm_unsealdata: Makefile
src/crypto/external/cpl/tpm-tools/lib/libtpm
15 matches
Mail list logo