created | 2019-01-30T18:01:08Z |
---|---|
begin | 2019-01-22T00:00:00Z |
end | 2019-01-23T00:00:00Z |
path | src/sys |
commits | 11 |
date | 2019-01-22T00:59:31Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/kern/kern_pledge.c | log | diff | annotate |
message | #ifdef video junk as required. |
date | 2019-01-22T01:48:55Z | |||
---|---|---|---|---|
author | phessler | |||
files | src/sys/arch/amd64/include/apmvar.h | log | diff | annotate |
src/sys/arch/arm/include/apmvar.h | log | diff | annotate | |
src/sys/arch/i386/include/apmvar.h | log | diff | annotate | |
src/sys/arch/loongson/include/apmvar.h | log | diff | annotate | |
src/sys/arch/macppc/include/apmvar.h | log | diff | annotate | |
src/sys/arch/sparc64/include/apmvar.h | log | diff | annotate | |
message |
remove trailing whitespace in the Laptop Package part of the license text. no words or punctation were modified. |
date | 2019-01-22T01:57:03Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_ixl.c | log | diff | annotate |
message |
Add and remove mac filters for multicast addresses. ok dlg@ |
date | 2019-01-22T02:03:03Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_ixl.c | log | diff | annotate |
message |
Increase hardmtu to the maximum according to the datasheet and set the rx packet size limit to match so jumbos actually work. Larger packets are split across multiple buffers on the ring, so the buffers themselves stay the same size. ok dlg@ |
date | 2019-01-22T02:04:30Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_bnxt.c | log | diff | annotate |
message |
Increase max mtu to match the linux driver; tested against ixl, which can go larger still. |
date | 2019-01-22T02:36:30Z | |||
---|---|---|---|---|
author | phessler | |||
files | src/sys/arch/amd64/include/apmvar.h | log | diff | annotate |
src/sys/arch/arm/include/apmvar.h | log | diff | annotate | |
src/sys/arch/i386/include/apmvar.h | log | diff | annotate | |
src/sys/arch/loongson/include/apmvar.h | log | diff | annotate | |
src/sys/arch/macppc/include/apmvar.h | log | diff | annotate | |
src/sys/arch/sparc64/include/apmvar.h | log | diff | annotate | |
message | flense more trailing whitespace |
date | 2019-01-22T14:25:56Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/usb/usb_subr.c | log | diff | annotate |
message | Remove unused variable. |
date | 2019-01-22T18:06:05Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/usb/if_urndis.c | log | diff | annotate |
message |
Do not leak received mbufs if the NDIS appended a zero-byte padding. from aalm@ |
date | 2019-01-22T20:39:51Z | |||
---|---|---|---|---|
author | tedu | |||
files | src/sys/kern/vfs_syscalls.c | log | diff | annotate |
message |
namei can return a null dvp on success. check this before access. ok beck Reported-by: [email protected] |
date | 2019-01-22T22:45:04Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/nfs/krpc_subr.c | log | diff | annotate |
message |
The kernel interpreted bogus lengths in RPC calls during NFS boot. A malicious rpc.bootparamd could corrupt memory, but the kernel has to trust the local network anyway in a diskless environment. Now in case of an RPC error, the kernel will stop booting with a specific panic. OK claudio@ beck@ |
date | 2019-01-22T23:23:18Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/sys/exec_elf.h | log | diff | annotate |
message |
add some definitions used by elftoolchain's libelf ok guenther@ |