index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc64
/
dev
Age
Commit message (
Expand
)
Author
2015-09-15
Fix overlapping memcpy found by Maxime Villard's Brainy Code Scanner.
Mark Kettenis
2015-09-08
sizes for free(); ok semarie
Theo de Raadt
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-06-21
Count transmitted packets.
Mark Kettenis
2015-05-24
Follow the recent pckbc@isa changes and always establish all the necessary
Miod Vallat
2015-05-11
Remove support for ADPCM encoding which isn't used nowadays and
Alexandre Ratchov
2015-05-11
Remove all audio format conversion code from the kernel (btw holding
Alexandre Ratchov
2015-05-07
add missing braces
Jonathan Gray
2015-04-13
Now that if_input() set the receiving interface pointer on mbufs for us
Martin Pieuchot
2015-04-02
Call if_input() without grabbing the kernel lock first.
Mark Kettenis
2015-04-01
Run most of the interrupt handler without holding the kernel lock.
Mark Kettenis
2015-03-29
Reject packets that are too large.
Mark Kettenis
2015-03-21
Make sure we reset all relevant state when resetting or stopping an interface.
Mark Kettenis
2015-03-21
Only reconfigure LDC queues ipon reset instead of unconfiguring them first.
Mark Kettenis
2015-03-10
Convert to if_input(), tested an ok kettenis@.
Martin Pieuchot
2015-02-11
dlg@ said he had fixed sparc64, but I'm afraid this requires <sys/lock.h>
Miod Vallat
2015-02-11
Eliminate sc_tx_cnt. Instead use an unsigned integer for sc_tx_prod and
Mark Kettenis
2015-02-11
this doesnt need anything sys/lock.h provides
David Gwynne
2015-02-10
Convert uiomovei() with a constant size argument to uiomove().
Miod Vallat
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2015-02-05
Do what the comments suggest and check for port-[ab]-ignore-cd properties,
Miod Vallat
2015-01-27
remove the second void * argument on tasks.
David Gwynne
2015-01-26
Print frame buffer resolution at attach time.
Miod Vallat
2015-01-25
Rework cbus(4) interrupt support a bit. Instead of merging devhandle and
Mark Kettenis
2015-01-23
move from deferring vd requests with a task per message to a ring
David Gwynne
2015-01-09
Fix loading memory allocated with bus_dmamem_alloc(9). The old could would
Mark Kettenis
2014-12-22
unifdef INET
Ted Unangst
2014-12-17
fix/reduce header dependencies. clock.c doesn't need any of this uvm.
Ted Unangst
2014-12-10
Convert watchdog(4) devices to use autoconf(9) framework.
Mike Belopuhov
2014-12-09
Replace some malloc(n*size,...) calls with mallocarray().
Doug Hogan
2014-11-24
Actually, the previous change didn't quite work on the SPARC T5-2. But if
Mark Kettenis
2014-11-24
Add missing pci_msiq_setstate and pci_msi_setstate calls. Makes MSI work
Mark Kettenis
2014-11-24
The hypervisor on a SPARC T5-2 needs stricter alignment of the MSI message
Mark Kettenis
2014-11-24
If we use the vintr cookie to point at the interrupt handler struct, we
Mark Kettenis
2014-11-24
Use the pointer to "struct intrhand" as the vintr cookie.
Mark Kettenis
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-10-26
uvm_km_valloc -> km_alloc
Mark Kettenis
2014-09-29
The interrupt handler should now be mpsafe.
Mark Kettenis
2014-09-29
Add locking for our private descriptor message queue.
Mark Kettenis
2014-09-29
Add transmit queue locking.
Mark Kettenis
2014-09-29
Add support for using block devices in addition to files.
Mark Kettenis
2014-09-28
Properly serialize closing our vnode. Fixes the occasional panic during
Mark Kettenis
2014-09-22
Drop the kernel lock when copying data to/from the other domain during
Mark Kettenis
2014-09-21
Don't request an ACK from the server if we're polling.
Mark Kettenis
2014-09-21
Decouple polled commands from the interrupt handler.
Mark Kettenis
2014-09-16
Check the right descriptor field when polling for completion.
Mark Kettenis
2014-09-16
Split out command submission code into its own function.
Mark Kettenis
2014-09-15
Fix logic error; we're out of IOs if we're not connected to the virtual disk
Mark Kettenis
2014-09-15
Call ldc_send_unreliable() insteaf of duplicating the code to send an ldc
Mark Kettenis
2014-08-18
this uses pools, but relied on mbuf.h to provide them.
David Gwynne
[next]