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
Age
Commit message (
Expand
)
Author
2020-06-27
Support using the FPU and AltiVec registers in userland. The registers are
Mark Kettenis
2020-06-27
Let traps save and restore VRSAVE.
Mark Kettenis
2020-06-27
Let sigcode set up a frame such that the signal handler has something to
Mark Kettenis
2020-06-27
No need to bzero()/memset() 'struct scsibus_attach_args' variables
Kenneth R Westerback
2020-06-27
TNF rescinded clauses 3 & 4 in 2008 in NetBSD.
Jonathan Gray
2020-06-26
Make trapframe squeaky clean upon exec.
Mark Kettenis
2020-06-26
Make signals work a bit better.
Mark Kettenis
2020-06-26
Since normal execve(2) calls return through the normal system call return
Mark Kettenis
2020-06-26
Use the right "virtual address" when flushing TLB entries.
Mark Kettenis
2020-06-26
Accept input.
Mark Kettenis
2020-06-26
Handle OPAL interrupts.
Mark Kettenis
2020-06-26
Handle OPAL interrupts.
Mark Kettenis
2020-06-26
Add support for level-triggered interrupts and unmask established interropts.
Mark Kettenis
2020-06-26
return early if either initrd property is missing
Jonathan Gray
2020-06-26
avoid uninitialised pointer use
Jonathan Gray
2020-06-26
use correct index var in pmap_vp_destroy()
Jonathan Gray
2020-06-26
Add sync().
Mark Kettenis
2020-06-26
Skip saving the state of the old proc if it is NULL.
Mark Kettenis
2020-06-26
We don't have to implement pmap_copy(9).
Mark Kettenis
2020-06-26
Fix system calls; set %r0 to zero upon success and set (instead of clear)
Mark Kettenis
2020-06-26
Make kernel versions of TCB_GET() and TCB_SET() use %r13 as well.
Mark Kettenis
2020-06-26
Initialize registers according to ELFv2 ABI.
Mark Kettenis
2020-06-25
Fix variable shadowing that caused us to map the entire range (many
Jonathan Matthew
2020-06-25
Include <machine/pte.h>.
Mark Kettenis
2020-06-25
Add a commented out entry for mvpp(4).
Patrick Wildt
2020-06-25
Fix some small whitespace issues.
Mark Kettenis
2020-06-25
Setjmp size for powerpc64.
Dale Rahn
2020-06-25
Additional Makefile infrastructure for powerpc64
Dale Rahn
2020-06-25
PowerPC64 reloc.h created by copying powerpc 32 bit version.
Dale Rahn
2020-06-25
PowerPC asm.h with tweak for 64bit.
Dale Rahn
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-06-24
First stab at making signal handling work.
Mark Kettenis
2020-06-24
Terminate stack trace at userland boundary.
Mark Kettenis
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
Enable virtual consoles on armv7, the same way it is done on arm64.
Frederic Cambus
2020-06-23
Fix format strings (%p --> %lx) in debug code.
Kenji Aoyama
2020-06-23
Implement pci_intr_establish_cpu() for pyro(4) and vpci(4) based sparc64
Jonathan Matthew
2020-06-22
Add opalcons(4), a driver for the OPAL console.
Mark Kettenis
2020-06-22
The minimum frame size for the ELFv2 ABI is 32 bytes. Using this value
Mark Kettenis
2020-06-22
Enable interrupts when they were enabled before the trap (except when we
Mark Kettenis
2020-06-22
Handle data storage and data segment interrupts from userland as well.
Mark Kettenis
2020-06-22
Make return-to-user and kernel re-entry work. This adds a per-pmap SLB
Mark Kettenis
2020-06-22
Fix previous commit; pasted instructed in the wrong spot.
Mark Kettenis
2020-06-22
Add magic offset to make the frames line up.
Mark Kettenis
2020-06-22
Implement setregs().
Mark Kettenis
2020-06-22
Provide working definitions of PROC_STACK() and PROC_PC().
Mark Kettenis
2020-06-22
Change tsc_get_timecount return from uint to u_int per sys/timetc.h.
Paul Irofti
2020-06-22
enable nvme on i386.
David Gwynne
[next]