#
0f9891f1 |
| 24-May-2024 |
jsg <jsg@openbsd.org> |
remove unneeded includes; ok miod@
|
#
21dab745 |
| 14-Mar-2015 |
jsg <jsg@openbsd.org> |
Remove some includes include-what-you-use claims don't have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels.
ok tedu@ deraadt@
|
#
2f7a8d3f |
| 24-Apr-2010 |
kettenis <kettenis@openbsd.org> |
This code is only called during autoconf, and never ever from an interrupt handler. So the locking and spl manipulation can simply go away.
ok deraadt@, oga@
|
#
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 ...
|
#
012ea299 |
| 13-Jun-2004 |
niklas <niklas@openbsd.org> |
debranch SMP, have fun
|
#
bfd292b4 |
| 26-Feb-2001 |
art <art@openbsd.org> |
Sigh. unstatic the simplelock to make this compile without LOCKDEBUG.
|
#
cec23f9a |
| 26-Feb-2001 |
art <art@openbsd.org> |
Initialize the simple lock properly.
|
#
ffdf909d |
| 16-Jan-2001 |
art <art@openbsd.org> |
Print more diagnostics on bus_space_map failure.
|
#
7f1e279c |
| 09-Jun-2000 |
chris <chris@openbsd.org> |
Add common routines for read/writing Cypress 82c693 control registers from NetBSD This will be used in pciide shortly, and also can be used in code which controls other functions of this chip (pci-is
Add common routines for read/writing Cypress 82c693 control registers from NetBSD This will be used in pciide shortly, and also can be used in code which controls other functions of this chip (pci-isa and usb)
show more ...
|