Module Name:src
Committed By: nat
Date: Mon Aug 14 05:33:30 UTC 2017
Modified Files:
src/sys/dev/bluetooth: bth5.c
Log Message:
Conform to the spec. with regards to acknowlegment packets. This prevents
the host controller from freezing.
Inmprove communication from inacti
Module Name:src
Committed By: maya
Date: Mon Aug 14 05:29:02 UTC 2017
Modified Files:
src/share/dict: web2
Log Message:
Add potage, it's a stew (French loanword)
from Tom Ivar Helbekkmo
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/share/dict/web2
P
Module Name:src
Committed By: nat
Date: Mon Aug 14 05:28:23 UTC 2017
Modified Files:
src/usr.sbin/btattach: init_bcm43xx.c
Log Message:
Set controller clock based on baud rate.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/btattach/init_bcm43xx
Module Name:src
Committed By: mrg
Date: Mon Aug 14 02:21:50 UTC 2017
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
swtich luna68k to xorg-server 1.18. tested by tsutsui@.
To generate a diff of this commit:
cvs rdiff -u -r1.1013 -r1.1014 src/share/mk/bsd.own.mk
Module Name:src
Committed By: maya
Date: Mon Aug 14 00:13:20 UTC 2017
Modified Files:
src/share/dict: web2
Log Message:
potate isn't a word (at least not in English), remove it
>From Steve Wart
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/share/dict
Module Name:src
Committed By: jakllsch
Date: Sun Aug 13 22:29:42 UTC 2017
Modified Files:
src/sys/dev/usb: uhidev.c
Log Message:
Always try to set USB HID devices into Report Protocol. (Unless the
device is known to be quirky.)
Some of the most-widely-compatible methods
Module Name:src
Committed By: mlelstv
Date: Sun Aug 13 22:23:16 UTC 2017
Modified Files:
src/sys/dev: dksubr.c
Log Message:
validate length for discard operation and split operation when byte length
doesn't fit into 'int'.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: jakllsch
Date: Sun Aug 13 22:19:56 UTC 2017
Modified Files:
src/sys/dev/usb: ukbd.c
Log Message:
Support more varieties of USB keyboard reports.
The previous code asssumed reports would closely match the Bootstrap
Keyboard Protocol. This is
Module Name:src
Committed By: jakllsch
Date: Sun Aug 13 21:11:45 UTC 2017
Modified Files:
src/sys/dev/usb: ukbd.c
Log Message:
Fix memory leak in report parsing error paths.
To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/sys/dev/usb/ukbd.c
Please no
Module Name:src
Committed By: mlelstv
Date: Sun Aug 13 21:00:58 UTC 2017
Modified Files:
src/sys/ufs/ffs: ffs_alloc.c
Log Message:
Don't time out the discard work queue here. Either destroying a work queue
with pending work items panics or accessing freed resources from th
Module Name:src
Committed By: jmcneill
Date: Sun Aug 13 19:18:08 UTC 2017
Modified Files:
src/sys/arch/arm/sunxi: sun8i_h3_ccu.c sunxi_ccu.h sunxi_ccu_nkmp.c
Log Message:
Add support for H3 CPUX clock.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys
Module Name:src
Committed By: wiz
Date: Sun Aug 13 18:34:03 UTC 2017
Modified Files:
src/usr.sbin/btattach: btattach.8
Log Message:
Indent to avoid line breaks in tag; give tag width in table; use Nm
to refer to hciattach because we'll probably never have hciattach(8).
T
Module Name:src
Committed By: jmcneill
Date: Sun Aug 13 18:27:48 UTC 2017
Modified Files:
src/sys/arch/evbarm/conf: SUNXI
Log Message:
enable gregulator
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/evbarm/conf/SUNXI
Please note that diffs a
Module Name:src
Committed By: jmcneill
Date: Sun Aug 13 18:27:31 UTC 2017
Modified Files:
src/sys/dev/fdt: files.fdt
Added Files:
src/sys/dev/fdt: gpioregulator.c
Log Message:
Add GPIO regulator driver.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.2
Module Name:src
Committed By: jmcneill
Date: Sun Aug 13 18:27:11 UTC 2017
Modified Files:
src/sys/dev/fdt: fdt_gpio.c fdtvar.h
Log Message:
Add fdtbus_gpio_acquire_index for accessing multi-xref gpios properties.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.
Module Name:src
Committed By: wiz
Date: Sun Aug 13 18:19:44 UTC 2017
Modified Files:
src/share/man/man4: ip.4
Log Message:
Sort/merge errors.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/share/man/man4/ip.4
Please note that diffs are not public doma
Module Name:src
Committed By: wiz
Date: Sun Aug 13 18:18:58 UTC 2017
Modified Files:
src/share/man/man4: ip.4
Log Message:
Remove superfluous Tn markup.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/share/man/man4/ip.4
Please note that diffs are not
Module Name:src
Committed By: jdolecek
Date: Sun Aug 13 15:12:04 UTC 2017
Modified Files:
src/sys/dev/ata [jdolecek-ncq]: wd.c
Log Message:
by default make the chaos monkey do nothing, so it's easier to have this
compiled in all the time for testing; the vars can be set vi
Module Name:src
Committed By: jdolecek
Date: Sun Aug 13 11:48:53 UTC 2017
Modified Files:
src/sys/dev/ic [jdolecek-ncq]: mvsata.c
Log Message:
put the non-NCQ KASSERT() before edma disable for bio PIO, we are not supposed
to get there with NCQ command even on retries any m
Module Name:src
Committed By: jdolecek
Date: Sun Aug 13 11:46:32 UTC 2017
Modified Files:
src/sys/dev/ata [jdolecek-ncq]: TODO.ncq
Log Message:
move the dump note to post-merge, it's not new
siisata seems to be fine, no longer holds the merge
remove the kill active transf
Module Name:src
Committed By: jdolecek
Date: Sun Aug 13 11:40:25 UTC 2017
Modified Files:
src/sys/dev/ata [jdolecek-ncq]: wd.c
Log Message:
restore the fallback to non-NCQ on retries, do this after WDIORETRIES_SINGLE
retries, but only for non-FUA I/O; also only do the ATA_
Module Name:src
Committed By: christos
Date: Sun Aug 13 08:49:27 UTC 2017
Modified Files:
src/sys/dev/pckbport: files.pckbport pms.c pmsvar.h
Added Files:
src/sys/dev/pckbport: alps.c alpsreg.h alpsvar.h
Log Message:
PR/52483: Ryo ONODERA: Add support for ALPS PS/2
Module Name:src
Committed By: christos
Date: Sun Aug 13 08:48:30 UTC 2017
Modified Files:
src/sys/arch/amd64/conf: ALL GENERIC
src/sys/arch/evbmips/conf: LOONGSON
src/sys/arch/i386/conf: ALL GENERIC
Log Message:
Add ALPS pms support
To generate a diff of
Module Name:src
Committed By: maxv
Date: Sun Aug 13 08:07:52 UTC 2017
Modified Files:
src/sys/arch/amd64/amd64: process_machdep.c
Log Message:
Mmh, restore %cs and %ss on Xen. Otherwise (unpriv) userland could set a
non-three ring, causing the hypervisor to send a fatal in
Module Name:src
Committed By: maxv
Date: Sun Aug 13 07:16:44 UTC 2017
Modified Files:
src/sys/arch/amd64/amd64: process_machdep.c
Log Message:
Remove unused include, remove dead code, KNF, and fix off-by-one.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34
25 matches
Mail list logo