Module Name:src
Committed By: jdolecek
Date: Sat Dec 1 08:03:45 UTC 2018
Modified Files:
src/sys/dev/ic: nvme.c
Log Message:
disestablish the interrupt on failure in nvme_q_create()
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/dev/ic/nvme.c
Ple
Module Name:src
Committed By: jdolecek
Date: Sat Dec 1 11:17:28 UTC 2018
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile
Added Files:
src/share/man/man4: ena.4
Log Message:
now that Jared fixed ena(4) to work, add manpage for it
Module Name:src
Committed By: skrll
Date: Sat Dec 1 13:01:57 UTC 2018
Modified Files:
src/libexec/ld.elf_so: README.TLS
Log Message:
Fix typos
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/libexec/ld.elf_so/README.TLS
Please note that diffs are not pu
Module Name:src
Committed By: jdolecek
Date: Sat Dec 1 13:24:45 UTC 2018
Modified Files:
src/sys/dev/pci: nvme_pci.c
Log Message:
simplify the interrupt allocation - it's not necessary to do the explicit
fallbacks, pci_intr_alloc() does this already internally
To genera
Module Name:src
Committed By: jdolecek
Date: Sat Dec 1 13:31:48 UTC 2018
Modified Files:
src/sys/dev/pci: nvme_pci.c
Log Message:
allow MSI-X even with just one interrupt, on some systems MSI/INTx might
not be available (or working, for that matter)
To generate a diff o
Module Name:src
Committed By: jdolecek
Date: Sat Dec 1 13:32:55 UTC 2018
Modified Files:
src/sys/dev/pci: nvme_pci.c
Log Message:
fix pasto (MSI -> MSIX)
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/dev/pci/nvme_pci.c
Please note that diffs are
Module Name:src
Committed By: maxv
Date: Sat Dec 1 14:05:34 UTC 2018
Modified Files:
src/sys/kern: sys_sig.c
Log Message:
Fix kernel info leak, 4 bytes of padding in struct _ksiginfo. Maybe we
should just set _pad to zero on LP64?
+ Possible info leak: [len=40, l
Module Name:src
Committed By: jdolecek
Date: Sat Dec 1 15:07:58 UTC 2018
Modified Files:
src/sys/dev/ic: ld_nvme.c nvme.c nvmereg.h nvmevar.h
Log Message:
support DIOCSCACHE + DKCACHE_WRITE if volatile write cache is present
fix the Get Features call for DIOCGCACHE to ac
Module Name:src
Committed By: jdolecek
Date: Sat Dec 1 18:25:39 UTC 2018
Modified Files:
src/sys/dev/ic: nvmereg.h
Log Message:
rename NVME_ID_CTRLR_ONCS_SAVE back to NVME_ID_CTRLR_ONCS_SET_FEATURES;
it's actually used in nvmectl sources too, and while 'Save' is more
corr
Module Name:src
Committed By: jdolecek
Date: Sat Dec 1 18:29:19 UTC 2018
Modified Files:
src/sbin/nvmectl: identify.c
Log Message:
since NVMe 1.2 (which defined the ONCS bit), the bit (4) is whether controller
supports 'Save' field in Set Features, and 'Select' field for
Module Name:src
Committed By: skrll
Date: Sat Dec 1 20:38:46 UTC 2018
Modified Files:
src/sys/arch/arm/pci: pci_msi_machdep.c
Log Message:
Fix MSIX allocation in pci_intr_alloc
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/pci/pci_msi_mach
Module Name:src
Committed By: christos
Date: Sun Dec 2 00:40:40 UTC 2018
Modified Files:
src/sys/sys: videoio.h
Log Message:
protect linux sized types from redefinition
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/sys/videoio.h
Please note that
Module Name:xsrc
Committed By: christos
Date: Sun Dec 2 00:42:04 UTC 2018
Modified Files:
xsrc/external/mit/libdrm/dist/include/drm: drm.h
Log Message:
protect from redefinition
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 xsrc/external/mit/libdrm/dist/i
13 matches
Mail list logo