OpenBSD cvs log

created 2021-03-14T00:54:19Z
begin 2021-03-07T00:00:00Z
end 2021-03-08T00:00:00Z
path src/sys
commits 9

date 2021-03-07T06:02:32Z
author dlg
files src/sys/net/if_ethersubr.c log diff annotate
src/sys/netinet/ip_carp.c log diff annotate
src/sys/netinet/ip_carp.h log diff annotate
message use uint64_t ethernet addresses for compares in carp.

pass the uint64_t that ether_input has already converted from a
real ethernet address into carp_input so it can use it without
having to do its own conversion.

tested by hrvoje popovski
tested by me on amd64 and sparc64
ok patrick@ jmatthew@

date 2021-03-07T06:17:03Z
author jsg
files src/sys/dev/isa/ad1848var.h log diff annotate
src/sys/dev/isa/aic_isa.c log diff annotate
src/sys/dev/isa/aic_isapnp.c log diff annotate
src/sys/dev/isa/ast.c log diff annotate
src/sys/dev/isa/cy_isa.c log diff annotate
src/sys/dev/isa/ess.c log diff annotate
src/sys/dev/isa/gus.c log diff annotate
src/sys/dev/isa/gus_isa.c log diff annotate
src/sys/dev/isa/gus_isapnp.c log diff annotate
src/sys/dev/isa/i82365_isa.c log diff annotate
src/sys/dev/isa/i82365_isapnp.c log diff annotate
src/sys/dev/isa/i82365_isasubr.c log diff annotate
src/sys/dev/isa/ics2101.c log diff annotate
src/sys/dev/isa/if_ef_isapnp.c log diff annotate
src/sys/dev/isa/if_el.c log diff annotate
src/sys/dev/isa/if_ie.c log diff annotate
src/sys/dev/isa/if_lc_isa.c log diff annotate
src/sys/dev/isa/if_sm_isa.c log diff annotate
src/sys/dev/isa/isa.c log diff annotate
src/sys/dev/isa/isadma.c log diff annotate
src/sys/dev/isa/isapnp.c log diff annotate
message ansi

date 2021-03-07T06:17:04Z
author jsg
files src/sys/dev/isa/lpt_isa.c log diff annotate
src/sys/dev/isa/mpu401.c log diff annotate
src/sys/dev/isa/mpu_isa.c log diff annotate
src/sys/dev/isa/mpu_isapnp.c log diff annotate
src/sys/dev/isa/pas.c log diff annotate
src/sys/dev/isa/pcppi.c log diff annotate
src/sys/dev/isa/sb.c log diff annotate
src/sys/dev/isa/sb_isa.c log diff annotate
src/sys/dev/isa/sb_isapnp.c log diff annotate
src/sys/dev/isa/sbdsp.c log diff annotate
src/sys/dev/isa/spkr.c log diff annotate
src/sys/dev/isa/tcic2_isa.c log diff annotate
src/sys/dev/isa/uha_isa.c log diff annotate
src/sys/dev/isa/wdc_isapnp.c log diff annotate
message ansi

date 2021-03-07T06:18:48Z
author jsg
files src/sys/dev/eisa/ahc_eisa.c log diff annotate
src/sys/dev/eisa/cac_eisa.c log diff annotate
src/sys/dev/eisa/eisa.c log diff annotate
src/sys/dev/eisa/if_ep_eisa.c log diff annotate
src/sys/dev/eisa/uha_eisa.c log diff annotate
message ansi

date 2021-03-07T06:20:09Z
author jsg
files src/sys/dev/pcmcia/aic_pcmcia.c log diff annotate
src/sys/dev/pcmcia/com_pcmcia.c log diff annotate
src/sys/dev/pcmcia/if_ep_pcmcia.c log diff annotate
src/sys/dev/pcmcia/if_ne_pcmcia.c log diff annotate
src/sys/dev/pcmcia/if_sm_pcmcia.c log diff annotate
src/sys/dev/pcmcia/if_xe.c log diff annotate
src/sys/dev/pcmcia/pcmcia.c log diff annotate
src/sys/dev/pcmcia/pcmcia_cis.c log diff annotate
src/sys/dev/pcmcia/pcmcia_cis_quirks.c log diff annotate
src/sys/dev/pcmcia/wdc_pcmcia.c log diff annotate
message ansi

date 2021-03-07T06:21:38Z
author jsg
files src/sys/dev/ic/adv.c log diff annotate
src/sys/dev/ic/aic7xxx_seeprom.c log diff annotate
src/sys/dev/ic/ax88190.c log diff annotate
src/sys/dev/ic/cac.c log diff annotate
src/sys/dev/ic/cy.c log diff annotate
src/sys/dev/ic/i82365.c log diff annotate
src/sys/dev/ic/mtd8xx.c log diff annotate
src/sys/dev/ic/ncr53c9x.c log diff annotate
src/sys/dev/ic/rtl80x9.c log diff annotate
src/sys/dev/ic/siop.c log diff annotate
src/sys/dev/ic/siop_common.c log diff annotate
src/sys/dev/ic/smc91cxx.c log diff annotate
src/sys/dev/ic/smc93cx6.c log diff annotate
src/sys/dev/ic/tcic2.c log diff annotate
src/sys/dev/ic/tcic2var.h log diff annotate
src/sys/dev/ic/twe.c log diff annotate
src/sys/dev/ic/uha.c log diff annotate
message ansi

date 2021-03-07T15:17:58Z
author patrick
files src/sys/dev/acpi/acpi.c log diff annotate
message Pass standard DMA tag to acpi(4) table drivers.

ok kettenis@

date 2021-03-07T22:53:46Z
author yasuoka
files src/sys/dev/acpi/dsdt.c log diff annotate
message Fix aml_store() to work properly when the lvalue is a reference of
LocalX. In that case, resolving the reference must be done before
resetting the LocalX variable. test daniel

ok kettenis

date 2021-03-07T23:10:54Z
author mortimer
files src/sys/arch/amd64/conf/ld.script log diff annotate
src/sys/arch/i386/conf/ld.script log diff annotate
message Explicitly align kernel text.

lld11 no longer quietly aligns this when given an address, so we do the
alignment explicitly.

ok kettenis@