Module Name:src
Committed By: knakahara
Date: Mon Jan 29 04:17:32 UTC 2018
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Fix unmatched return type. The return value of wm_txeof() is not useded yet.
To generate a diff of this commit:
cvs rdiff -u -r1.560 -r1.561 s
Module Name:src
Committed By: pgoyette
Date: Mon Jan 29 03:42:53 UTC 2018
Modified Files:
src/sys/netinet6: nd6.c
Log Message:
One more from christos@
No need to initialize fill_func
To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 src/sys/netinet6/nd6.c
Module Name:src
Committed By: knakahara
Date: Mon Jan 29 03:42:30 UTC 2018
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Fix if_wm.c:r1.557 merge miss, sorry.
To generate a diff of this commit:
cvs rdiff -u -r1.559 -r1.560 src/sys/dev/pci/if_wm.c
Please note tha
Module Name:src
Committed By: pgoyette
Date: Mon Jan 29 03:35:23 UTC 2018
Modified Files:
src/sys/netinet6: nd6.c
Log Message:
More simplification, this time from ozaki-r@
No need to break after return.
To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 src
Module Name:src
Committed By: pgoyette
Date: Mon Jan 29 03:29:26 UTC 2018
Modified Files:
src/sys/netinet6: nd6.c
Log Message:
Simplify, from christos@
To generate a diff of this commit:
cvs rdiff -u -r1.241 -r1.242 src/sys/netinet6/nd6.c
Please note that diffs are not
Module Name:src
Committed By: pgoyette
Date: Mon Jan 29 02:02:14 UTC 2018
Modified Files:
src/sys/netinet6: nd6.c
Log Message:
Use existing fill_[pd]rlist() functions to calculate size of buffer to
allocate, rather than relying on an arbitrary length passed in from
userlan
Module Name:src
Committed By: christos
Date: Sun Jan 28 22:24:58 UTC 2018
Modified Files:
src/sys/kern: subr_interrupt.c
Log Message:
- don't return ENOMEM for errors not related to memory
- don't overload return values (-error/+size)
- don't allocate kernel memory from us
Module Name:src
Committed By: jmcneill
Date: Sun Jan 28 18:31:15 UTC 2018
Added Files:
src/sys/arch/arm/dts: sun50i-h5.dtsi
Log Message:
Add support for H5 simple framebuffer, CPUX clocks, R_I2C controller, SID
controller, and thermal sensors.
To generate a diff of this
Module Name:src
Committed By: jmcneill
Date: Sun Jan 28 18:31:41 UTC 2018
Modified Files:
src/sys/arch/arm/dts: sun50i-h5-nanopi-neo-plus2.dts
Log Message:
Enable CPU frequency scaling and thermal sensors.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/s
Module Name:src
Committed By: jmcneill
Date: Sun Jan 28 18:24:51 UTC 2018
Modified Files:
src/sys/arch/arm/sunxi: sunxi_thermal.c
Log Message:
Add support for H5 CPU and GPU thermal sensors.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/sun
Module Name:src
Committed By: jmcneill
Date: Sun Jan 28 18:21:52 UTC 2018
Modified Files:
src/sys/dev/fdt: fixedregulator.c
Log Message:
Allow set_voltage/get_voltage to succeed on a fixed regulator so long as
the requested range overlaps with the fixed rate defined in the
Module Name:xsrc
Committed By: christos
Date: Sun Jan 28 16:44:15 UTC 2018
Modified Files:
xsrc/external/mit/fontconfig/dist/src: fcmatch.c
Log Message:
CID-1428671: Unchecked malloc/strdup
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 xsrc/external/mit/fo
Module Name:xsrc
Committed By: christos
Date: Sun Jan 28 16:43:32 UTC 2018
Modified Files:
xsrc/external/mit/fontconfig/dist/src: fcstat.c
Log Message:
CID-1428670: Uncheck malloc
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 xsrc/external/mit/fontconfig/di
Module Name:src
Committed By: mlelstv
Date: Sun Jan 28 16:32:43 UTC 2018
Modified Files:
src/sys/arch/x86/x86: cpu_topology.c
Log Message:
Compute Core/SMT-IDs for AMD family 17h (Ryzen).
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/x86/x86/
Module Name:src
Committed By: mlelstv
Date: Sun Jan 28 16:15:41 UTC 2018
Modified Files:
src/sys/arch/x86/x86: cpu_topology.c
Log Message:
CPUID tells the ApicIdCoreIdSize in bits.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/x86/cpu_top
Module Name:src
Committed By: christos
Date: Sun Jan 28 16:12:41 UTC 2018
Modified Files:
src/sys/dev/pci: if_iwn.c
Log Message:
add an annotation.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/dev/pci/if_iwn.c
Please note that diffs are not publ
Module Name:src
Committed By: christos
Date: Sun Jan 28 15:48:44 UTC 2018
Modified Files:
src/sys/fs/union: union_subr.c
Log Message:
CID-1428639: make sure we always initialiaze hash, because if ultimately
the file is not found and we end up looping we need them.
To gen
Module Name:src
Committed By: mlelstv
Date: Sun Jan 28 15:00:42 UTC 2018
Modified Files:
src/sys/arch/x86/x86: cpu_topology.c
Log Message:
Check for undefined behaviour when doing right-shift.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86
Module Name:src
Committed By: maya
Date: Sun Jan 28 14:34:26 UTC 2018
Modified Files:
src/usr.sbin/sysinst: partman.c
Log Message:
Fix copy paste error. from coverity.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/sysinst/partman.c
Please no
Module Name:src
Committed By: jmcneill
Date: Sun Jan 28 14:34:06 UTC 2018
Modified Files:
src/sys/dev/sdmmc: sdmmc_cis.c
Log Message:
Don't print an error when we find a CIS tuple code in the vendor-unique
range (80h-8Fh).
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: tsutsui
Date: Sun Jan 28 14:22:23 UTC 2018
Modified Files:
src/sys/arch/atari/pci: pci_milan.c
Log Message:
Replace CRTC register values with ones taken from sys/dev/ic/vga_subr.c.
This fixes noise around column 3 and 4 and makes screen outpu
Module Name:src
Committed By: maya
Date: Sun Jan 28 13:37:39 UTC 2018
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
Use a protocol-agnostic URL (don't degrade HTTPS->HTTP)
Suggested by Travis Paul in PR bin/52958.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: hannken
Date: Sun Jan 28 10:02:01 UTC 2018
Modified Files:
src/sys/ufs/ffs: ffs_vfsops.c
Log Message:
Prevent use-after-free where genfs_node_destroy() would destroy
a lock residing in the just freed inode data.
To generate a diff of this co
Module Name:src
Committed By: hannken
Date: Sun Jan 28 10:01:18 UTC 2018
Modified Files:
src/sys/ufs/ufs: ufs_inode.c
Log Message:
Make sure inode blocks and size are zero when VOP_INACTIVE()
finalises a now unlinked inode.
Counterpart of the check in ffs_newvnode().
To
Module Name:src
Committed By: jandberg
Date: Sun Jan 28 10:00:31 UTC 2018
Modified Files:
src/sys/arch/amiga/dev: amidisplaycc.c
Log Message:
Make the console framebuffer visible when polling mode console input is used.
To generate a diff of this commit:
cvs rdiff -u -r1
25 matches
Mail list logo