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
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-06-27
No need to bzero()/memset() 'struct scsibus_attach_args' variables
Kenneth R Westerback
2020-06-25
Fix variable shadowing that caused us to map the entire range (many
Jonathan Matthew
2020-06-24
Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth to
Kenneth R Westerback
2020-06-24
Nuke some pointless *_dev_probe() and *_dev_free() functions and
Kenneth R Westerback
2020-06-24
remove ifdeffed out code for redistributing pyro eq interrupts over cpus.
David Gwynne
2020-06-23
Implement pci_intr_establish_cpu() for pyro(4) and vpci(4) based sparc64
Jonathan Matthew
2020-06-17
sparc64 should define __HAVE_PCI_MSIX
David Gwynne
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
Theo de Raadt
2020-05-25
change wsdisplay attribute type from long to uint32_t
Jonathan Gray
2020-05-25
rename wsdisplay alloc_attr() to pack_attr()
Jonathan Gray
2020-05-23
Implement kqueue(2) support.
Martin Pieuchot
2020-02-20
fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9)
cheloha
2020-02-18
Flip vdsk to 'normal' scsi_adapter idiom.
Kenneth R Westerback
2020-02-18
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
Martin Pieuchot
2020-02-05
Nuke unnecessary abstraction 'scsi_minphys()' which just calls
Kenneth R Westerback
2020-01-26
vsdk -> vdsk in a panic message
Ted Unangst
2020-01-26
Shuffle some names around to make reading the code less headache
Kenneth R Westerback
2020-01-16
Convert to tsleep_nsec(9).
Martin Pieuchot
2020-01-01
Unbreak DEBUG build: use %x not %lx with int
kn
2020-01-01
Unbreak DEBUG build: do not use undefined pa
kn
2020-01-01
Unbreak DEBUG build: Format bus_{addr,size}_t as long
kn
2020-01-01
Unbreak DEBUG build: format time_t as long long
kn
2019-12-19
poll handlers must return a poll(2) revents value, not errno(2) values.
Reyk Floeter
2019-12-05
Remove clause #3 from mrg@NetBSD license.
Martin Pieuchot
2019-10-12
sparc64: lom(4), sab(4), vldcp(4): tsleep -> tsleep_nsec(9); ok kn@ visa@
cheloha
2019-10-06
Fix vn_open to require an op of 0, and 0 or KERNELPATH only as flags.
Bob Beck
2019-07-26
Recognize PCI busses that don't support INTx and refuse to map legacy on
Mark Kettenis
2019-07-25
Enable sharing of root complex when appropriate.
Mark Kettenis
2019-07-25
Add support for virtual root complexes used for Static Direct I/O.
Mark Kettenis
2019-07-19
ttysleep(): drop unused timeout parameter
cheloha
2019-07-05
Fix vpci_bus_map() if the case where the "child" space in the "ranges"
Mark Kettenis
2019-06-25
add support for bypassing iommu translation
David Gwynne
2019-06-22
Use timeout_add_msec(9)
kn
2019-06-21
Use timeout_add_msec(9)
kn
2019-06-11
implement msi-x support on sparc64.
David Gwynne
2018-12-27
Move away from K&R style function definitions. clang is rather picky about
Claudio Jeker
2018-12-27
Do not assign node to itself. Instead move the earlier initialisation into
Claudio Jeker
2018-08-29
move the todr chip handle into a prtc_softc structure
David Gwynne
2018-08-28
add support for storing the time of day on OPL based machines.
David Gwynne
2018-06-27
Rework vbus(4) interrupt handling to be similar to cbus(4). Expose functions
Mark Kettenis
2018-05-02
Remove proc from the parameters of vn_lock(). The parameter is
Visa Hankala
2018-04-28
replace add_*_randomness with enqueue_randomness()
Jasper Lievisse Adriaanse
2018-04-28
Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always
Visa Hankala
2018-03-22
In vldcp(4), initialize lc_rx_state to a magic value which is not
Stefan Sperling
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-01-27
Fix an interrupt storm issue in vnet(4) mpi@ managed to trigger on my T5220,
Stefan Sperling
2018-01-17
In cbus(4) drivers, make it easier to identify which driver is doing
Stefan Sperling
2018-01-13
In vldcp(8) fix a race between vldcpread() and vldcp_rx_intr() which
Stefan Sperling
2018-01-06
Fix an interrupt storm condition in vldcp(8) (sparc64).
Stefan Sperling
[next]