created | 2020-02-07T01:36:53Z |
---|---|
begin | 2020-01-20T00:00:00Z |
end | 2020-01-21T00:00:00Z |
path | src/sys |
commits | 14 |
date | 2020-01-20T07:01:44Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
message | add some more Intel NVMe devices |
date | 2020-01-20T07:02:26Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |
date | 2020-01-20T07:08:20Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/usb/usbdevs | log | diff | annotate |
message | add another Intel Bluetooth device |
date | 2020-01-20T07:09:11Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/usb/usbdevs.h | log | diff | annotate |
src/sys/dev/usb/usbdevs_data.h | log | diff | annotate | |
message | regen |
date | 2020-01-20T07:28:03Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/dev/ic/ciss.c | log | diff | annotate |
message |
ciss(4): de-indent polling logic Should make untangling the polling logic simpler. "Sure." krw@ |
date | 2020-01-20T15:58:23Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/amd64/amd64/db_trace.c | log | diff | annotate |
src/sys/arch/arm64/arm64/db_trace.c | log | diff | annotate | |
src/sys/arch/hppa/hppa/db_interface.c | log | diff | annotate | |
src/sys/arch/i386/i386/db_trace.c | log | diff | annotate | |
src/sys/arch/mips64/mips64/trap.c | log | diff | annotate | |
src/sys/arch/sparc64/sparc64/db_trace.c | log | diff | annotate | |
src/sys/ddb/db_access.h | log | diff | annotate | |
src/sys/ddb/db_output.c | log | diff | annotate | |
src/sys/kern/subr_witness.c | log | diff | annotate | |
src/sys/sys/stacktrace.h | log | diff | annotate | |
message |
Separate the stack trace saving interface from ddb. The saving does not require the debugger on most architectures, and the separation makes the code easier to use from other subsystems. The function definitions are still conditional to DDB. However, that should not matter for now. OK deraadt@, mpi@ |
date | 2020-01-20T23:21:01Z | |||
---|---|---|---|---|
author | tedu | |||
files | src/sys/arch/amd64/conf/GENERIC | log | diff | annotate |
src/sys/arch/i386/conf/GENERIC | log | diff | annotate | |
src/sys/dev/pcmcia/Attic/esp_pcmcia.c | log | diff | annotate | |
src/sys/dev/pcmcia/files.pcmcia | log | diff | annotate | |
message |
remove esp at pcmcia attachment. it doesn't even compile. ok deraadt krw |
date | 2020-01-20T23:21:55Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/isofs/cd9660/cd9660_extern.h | log | diff | annotate |
src/sys/isofs/cd9660/cd9660_vnops.c | log | diff | annotate | |
src/sys/isofs/udf/udf_extern.h | log | diff | annotate | |
src/sys/isofs/udf/udf_vnops.c | log | diff | annotate | |
src/sys/kern/spec_vnops.c | log | diff | annotate | |
src/sys/kern/vfs_subr.c | log | diff | annotate | |
message |
struct vops is not modified during runtime so use const which moves each into read-only data segment. OK deraadt@ tedu@ |
date | 2020-01-20T23:21:56Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/kern/vfs_sync.c | log | diff | annotate |
src/sys/miscfs/deadfs/dead_vnops.c | log | diff | annotate | |
src/sys/miscfs/fifofs/fifo_vnops.c | log | diff | annotate | |
src/sys/miscfs/fuse/fuse_vnops.c | log | diff | annotate | |
src/sys/miscfs/fuse/fusefs.h | log | diff | annotate | |
src/sys/msdosfs/msdosfs_denode.c | log | diff | annotate | |
src/sys/msdosfs/msdosfs_vnops.c | log | diff | annotate | |
src/sys/nfs/nfs_node.c | log | diff | annotate | |
src/sys/nfs/nfs_subs.c | log | diff | annotate | |
src/sys/nfs/nfs_vnops.c | log | diff | annotate | |
src/sys/ntfs/ntfs.h | log | diff | annotate | |
src/sys/ntfs/ntfs_vnops.c | log | diff | annotate | |
src/sys/sys/vnode.h | log | diff | annotate | |
src/sys/tmpfs/tmpfs_fifoops.c | log | diff | annotate | |
src/sys/tmpfs/tmpfs_specops.c | log | diff | annotate | |
src/sys/tmpfs/tmpfs_vnops.c | log | diff | annotate | |
src/sys/tmpfs/tmpfs_vnops.h | log | diff | annotate | |
src/sys/ufs/ext2fs/ext2fs_extern.h | log | diff | annotate | |
src/sys/ufs/ext2fs/ext2fs_vnops.c | log | diff | annotate | |
src/sys/ufs/ffs/ffs_extern.h | log | diff | annotate | |
src/sys/ufs/ffs/ffs_vnops.c | log | diff | annotate | |
message |
struct vops is not modified during runtime so use const which moves each into read-only data segment. OK deraadt@ tedu@ |
date | 2020-01-20T23:21:57Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/ufs/mfs/mfs_extern.h | log | diff | annotate |
src/sys/ufs/mfs/mfs_vnops.c | log | diff | annotate | |
src/sys/uvm/uvm_swap.c | log | diff | annotate | |
message |
struct vops is not modified during runtime so use const which moves each into read-only data segment. OK deraadt@ tedu@ |
date | 2020-01-20T23:25:33Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/pcidevs | log | diff | annotate |
message | add ids for Intel Comet Lake and Tiger Lake Ethernet |
date | 2020-01-20T23:26:13Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |
date | 2020-01-20T23:27:01Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/amd64/conf/RAMDISK | log | diff | annotate |
message |
floppy is a bit tight right now, evict fxp temporarily until another space-saving candidate is found (this candidate selected by jsg and kettenis, don't blame the commiter) |
date | 2020-01-20T23:45:02Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/if_em.c | log | diff | annotate |
src/sys/dev/pci/if_em_hw.c | log | diff | annotate | |
src/sys/dev/pci/if_em_hw.h | log | diff | annotate | |
message | match on Intel Comet Lake and Tiger Lake Ethernet |