created | 2019-11-30T15:58:42Z |
---|---|
begin | 2019-11-21T00:00:00Z |
end | 2019-11-22T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2019-11-21T06:54:25Z | |||
---|---|---|---|---|
author | akoshibe | |||
files | src/sys/net/switchofp.c | log | diff | annotate |
message | Remove duplicate #define OFP_ALIGNMENT |
date | 2019-11-21T07:30:28Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/net/if_tun.c | log | diff | annotate |
message |
rename struct tun_softc members so they're prefixed with "sc". this makes tun more consistent with more of our drivers. |
date | 2019-11-21T17:24:15Z | |||
---|---|---|---|---|
author | akoshibe | |||
files | src/sys/net/switchofp.c | log | diff | annotate |
message | Fix comment typo: specification |
date | 2019-11-21T22:31:26Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/cd.c | log | diff | annotate |
message | Be consistent and always use SET() to set flags in xs->flags. |
date | 2019-11-21T22:31:27Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/scsi_base.c | log | diff | annotate |
src/sys/scsi/scsi_ioctl.c | log | diff | annotate | |
message | Be consistent and always use SET() to set flags in xs->flags. |
date | 2019-11-21T23:22:14Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/cd.c | log | diff | annotate |
src/sys/scsi/ch.c | log | diff | annotate | |
src/sys/scsi/scsi_base.c | log | diff | annotate | |
message | Be consistent and always use [!]ISSET() to test flags in xs->flags. |