History log of /openbsd/sys/arch/i386/i386/softintr.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 311b6aa8 11-Sep-2020 mpi <mpi@openbsd.org>

Include <sys/systm.h> directly instead of relying on hidden UVM includes.

The header is being pulled via db_machdep.h -> uvm_extern.h -> uvm_map.h


# d644a89a 01-Sep-2015 deraadt <deraadt@openbsd.org>

fairly simple sizes for free()


# 848ddf03 16-Jul-2015 guenther <guenther@openbsd.org>

Move grab/release of the kernel_lock for softintrs from the ASM stubs to
softintr_dispatch(). Delete traces of long superseded stats code.

ok beck@ mpi@ uebayasi@


# f8e6c425 12-Jul-2014 tedu <tedu@openbsd.org>

add a size argument to free. will be used soon, but for now default to 0.
after discussions with beck deraadt kettenis.


# 30772e80 19-Apr-2009 oga <oga@openbsd.org>

For consistency, make sure that all archs that use the same pattern
always increment uvmexp.softs while inside the lock.

While i'm here, make alpha's dispatch loop look like the rest.

"sure" miod@


# 1f723b73 19-Apr-2009 oga <oga@openbsd.org>

Switch the softinterrupt code on x86 over to mutexes instead of
simplelocks + splhigh().

First part of making it possible to make mpsafe softinterrupts.

"oh yes, definitely" miod@


# d874cce4 26-Jun-2008 ray <ray@openbsd.org>

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code t

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@

show more ...


# c80c06b3 07-May-2008 kettenis <kettenis@openbsd.org>

Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTS

ok dlg@, tested by dlg@, oga@, jsg@, deraadt@