created | 2020-11-21T18:53:47Z |
---|---|
begin | 2020-06-27T00:00:00Z |
end | 2020-06-28T00:00:00Z |
path | src/sys |
commits | 18 |
date | 2020-06-27T00:33:59Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/auixp.c | log | diff | annotate |
src/sys/dev/pci/auixpreg.h | log | diff | annotate | |
src/sys/dev/pci/auixpvar.h | log | diff | annotate | |
message | Reinoud Zandijk rescinded clauses 3 & 4 in 2019 in NetBSD. |
date | 2020-06-27T01:01:36Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/octeon/include/octeonvar.h | log | diff | annotate |
message | TNF rescinded clauses 3 & 4 in 2008 in NetBSD. |
date | 2020-06-27T07:20:57Z | |||
---|---|---|---|---|
author | bket | |||
files | src/sys/dev/pv/viomb.c | log | diff | annotate |
message |
Replace TAILQ concatenation loop with TAILQ_CONCAT As a result remove unneeded variable OK kn@, millert@ |
date | 2020-06-27T07:22:09Z | |||
---|---|---|---|---|
author | bket | |||
files | src/sys/dev/dt/dt_dev.c | log | diff | annotate |
message |
Replace TAILQ concatenation loop with TAILQ_CONCAT As a result remove unneeded variable OK kn@, millert@ |
date | 2020-06-27T13:36:52Z | |||
---|---|---|---|---|
author | bket | |||
files | src/sys/dev/ic/qla.c | log | diff | annotate |
message |
Replace TAILQ concatenation loop with TAILQ_CONCAT While here remove some whitespace. OK millert@ |
date | 2020-06-27T13:37:51Z | |||
---|---|---|---|---|
author | bket | |||
files | src/sys/dev/pci/qle.c | log | diff | annotate |
message |
Replace TAILQ concatenation loop with TAILQ_CONCAT While here remove some whitespace. OK millert@ |
date | 2020-06-27T14:29:44Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/arch/luna88k/dev/mb89352.c | log | diff | annotate |
src/sys/arch/sparc64/dev/vdsk.c | log | diff | annotate | |
src/sys/dev/softraid.c | log | diff | annotate | |
src/sys/dev/vscsi.c | log | diff | annotate | |
src/sys/dev/ata/atascsi.c | log | diff | annotate | |
src/sys/dev/atapiscsi/atapiscsi.c | log | diff | annotate | |
src/sys/dev/ic/aac.c | log | diff | annotate | |
src/sys/dev/ic/adv.c | log | diff | annotate | |
src/sys/dev/ic/adw.c | log | diff | annotate | |
src/sys/dev/ic/aic6250.c | log | diff | annotate | |
src/sys/dev/ic/aic6360.c | log | diff | annotate | |
src/sys/dev/ic/aic79xx_openbsd.c | log | diff | annotate | |
src/sys/dev/ic/aic7xxx_openbsd.c | log | diff | annotate | |
src/sys/dev/ic/ami.c | log | diff | annotate | |
message |
No need to bzero()/memset() 'struct scsibus_attach_args' variables immediately before initializing the only field in the struct. |
date | 2020-06-27T14:29:45Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/dev/ic/cac.c | log | diff | annotate |
src/sys/dev/ic/ciss.c | log | diff | annotate | |
src/sys/dev/ic/gdt_common.c | log | diff | annotate | |
src/sys/dev/ic/mfi.c | log | diff | annotate | |
src/sys/dev/ic/mpi.c | log | diff | annotate | |
src/sys/dev/ic/ncr53c9x.c | log | diff | annotate | |
src/sys/dev/ic/nvme.c | log | diff | annotate | |
src/sys/dev/ic/oosiop.c | log | diff | annotate | |
src/sys/dev/ic/osiop.c | log | diff | annotate | |
src/sys/dev/ic/qla.c | log | diff | annotate | |
src/sys/dev/ic/qlw.c | log | diff | annotate | |
src/sys/dev/ic/siop.c | log | diff | annotate | |
src/sys/dev/ic/twe.c | log | diff | annotate | |
src/sys/dev/ic/uha.c | log | diff | annotate | |
src/sys/dev/ic/wd33c93.c | log | diff | annotate | |
src/sys/dev/isa/wds.c | log | diff | annotate | |
src/sys/dev/pci/arc.c | log | diff | annotate | |
src/sys/dev/pci/iha_pci.c | log | diff | annotate | |
src/sys/dev/pci/ips.c | log | diff | annotate | |
src/sys/dev/pci/mfii.c | log | diff | annotate | |
src/sys/dev/pci/mpii.c | log | diff | annotate | |
src/sys/dev/pci/qle.c | log | diff | annotate | |
src/sys/dev/pci/trm_pci.c | log | diff | annotate | |
src/sys/dev/pci/vmwpvs.c | log | diff | annotate | |
src/sys/dev/pv/hvs.c | log | diff | annotate | |
src/sys/dev/pv/vioblk.c | log | diff | annotate | |
src/sys/dev/pv/vioscsi.c | log | diff | annotate | |
src/sys/dev/pv/xbf.c | log | diff | annotate | |
src/sys/dev/usb/umass_scsi.c | log | diff | annotate | |
src/sys/scsi/mpath.c | log | diff | annotate | |
message |
No need to bzero()/memset() 'struct scsibus_attach_args' variables immediately before initializing the only field in the struct. |
date | 2020-06-27T14:30:49Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/powerpc64/locore.S | log | diff | annotate |
message |
Let sigcode set up a frame such that the signal handler has something to scribble its link register into. Also, call exit(2) if sigreturn(2) returns (which should not happen). |
date | 2020-06-27T14:34:08Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/include/signal.h | log | diff | annotate |
src/sys/arch/powerpc64/powerpc64/genassym.cf | log | diff | annotate | |
src/sys/arch/powerpc64/powerpc64/trap_subr.S | log | diff | annotate | |
message | Let traps save and restore VRSAVE. |
date | 2020-06-27T15:04:49Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/conf/files.powerpc64 | log | diff | annotate |
src/sys/arch/powerpc64/include/fpu.h | log | diff | annotate | |
src/sys/arch/powerpc64/include/pcb.h | log | diff | annotate | |
src/sys/arch/powerpc64/include/reg.h | log | diff | annotate | |
src/sys/arch/powerpc64/powerpc64/fpu.c | log | diff | annotate | |
src/sys/arch/powerpc64/powerpc64/locore.S | log | diff | annotate | |
src/sys/arch/powerpc64/powerpc64/machdep.c | log | diff | annotate | |
src/sys/arch/powerpc64/powerpc64/trap.c | log | diff | annotate | |
message |
Support using the FPU and AltiVec registers in userland. The registers are unconditionally saved upon context switch when they are in use. |
date | 2020-06-27T15:58:47Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/crypto/chachapoly.c | log | diff | annotate |
message |
don't try to expand alignment using __aligned(16) on local variables. that stops being normal C. the object type has to be sufficient, if it needed larger alignment such a type or a union should be used instead. (breaks landisk gcc, for one) |
date | 2020-06-27T17:28:58Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/dev/softraid.c | log | diff | annotate |
src/sys/dev/vscsi.c | log | diff | annotate | |
src/sys/dev/ata/atascsi.c | log | diff | annotate | |
src/sys/dev/ic/aac.c | log | diff | annotate | |
src/sys/dev/ic/aic6360.c | log | diff | annotate | |
src/sys/dev/ic/ami.c | log | diff | annotate | |
src/sys/dev/ic/gdt_common.c | log | diff | annotate | |
src/sys/dev/ic/mfi.c | log | diff | annotate | |
src/sys/dev/ic/ncr53c9x.c | log | diff | annotate | |
src/sys/dev/ic/oosiop.c | log | diff | annotate | |
src/sys/dev/ic/qlw.c | log | diff | annotate | |
src/sys/dev/ic/siop.c | log | diff | annotate | |
src/sys/dev/ic/twe.c | log | diff | annotate | |
src/sys/dev/ic/uha.c | log | diff | annotate | |
src/sys/dev/pci/arc.c | log | diff | annotate | |
src/sys/dev/pci/iha_pci.c | log | diff | annotate | |
src/sys/dev/pci/ips.c | log | diff | annotate | |
src/sys/dev/pci/mfii.c | log | diff | annotate | |
src/sys/dev/pci/trm_pci.c | log | diff | annotate | |
src/sys/dev/pv/vioscsi.c | log | diff | annotate | |
src/sys/dev/usb/umass_scsi.c | log | diff | annotate | |
message | Nuke trailing whitespace. |
date | 2020-06-27T20:44:49Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/powerpc64/trap.c | log | diff | annotate |
message |
Generate appropriate signals for various user traps. Add some debugging printfs to assist with debugging userland code. |
date | 2020-06-27T21:01:20Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/scsiconf.h | log | diff | annotate |
message |
Garbage collect SDEV_2NDBUS. Only used in isp(4) which was removed in 2015 in favour of ql*(4). |
date | 2020-06-27T21:22:29Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/conf/files.powerpc64 | log | diff | annotate |
message | /dev/{null,mem,kmem,...} |
date | 2020-06-27T21:22:30Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/powerpc64/conf.c | log | diff | annotate |
src/sys/arch/powerpc64/powerpc64/mem.c | log | diff | annotate | |
src/sys/arch/powerpc64/powerpc64/pmap.c | log | diff | annotate | |
message | /dev/{null,mem,kmem,...} |
date | 2020-06-27T21:39:05Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/conf/files.powerpc64 | log | diff | annotate |
src/sys/arch/powerpc64/include/conf.h | log | diff | annotate | |
src/sys/arch/powerpc64/include/openpromio.h | log | diff | annotate | |
src/sys/arch/powerpc64/powerpc64/conf.c | log | diff | annotate | |
src/sys/arch/powerpc64/powerpc64/openprom.c | log | diff | annotate | |
message | /dev/openprom |