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-07-06
Add support for timeconting in userland.
Paul Irofti
2020-07-06
Fix pmap_pted_ro() such that it actually takes away PROT_EXEC when asked to
Mark Kettenis
2020-07-06
wire up kstat(4)
David Gwynne
2020-07-05
use the intended operator in cpu_rnd_messybits(); ok kettenis@
Christian Weisgerber
2020-07-05
Use scsi_link's 'bus' field rather than slightly more obscure
Kenneth R Westerback
2020-07-05
Enable xhci(4) and a (deliberately) tiny set of USB devices.
Mark Kettenis
2020-07-05
We need to set the bypass bit for "raw" DMA memory as well.
Mark Kettenis
2020-07-05
Count traps and interrupts. And count system calls in the same place
Mark Kettenis
2020-07-05
Don't forget to schedule an AST in need_resched().
Mark Kettenis
2020-07-05
Save FPU state to PCB before running a signal handler. This doesn't
Mark Kettenis
2020-07-05
Make sure we return ENAMETOOLONG when copying a string into a buffer of
Mark Kettenis
2020-07-05
We're self-hosted now.
Mark Kettenis
2020-07-05
match on "ti,am335-sdhci" used since linux 5.8-rc3
Jonathan Gray
2020-07-04
Bump the size of the ramdisk.
Mark Kettenis
2020-07-04
Use block device numbers instead of character device numbers.
Mark Kettenis
2020-07-04
Fill in nam2blk array.
Mark Kettenis
2020-07-04
Set dsisr member of the trapframe struct to a defined value before falling
Mark Kettenis
2020-07-04
OF_finddevice() returns -1 upon failure. Fix various checks of the return
Mark Kettenis
2020-07-04
Remove no-op cn30xxgmx_reset_board().
Visa Hankala
2020-07-03
Use an LFENCE instruction everywhere where we use RDTSC when we are
Mark Kettenis
2020-07-03
We need a RAMDISK kernel config as well of course.
Mark Kettenis
2020-07-02
Add RAMDISK config for powerpc64.
Mark Kettenis
2020-07-02
Make the copyin(9) functions work when crossing a segment boundary.
Mark Kettenis
2020-07-02
For now an empty file is good enough to get libkvm to build on powerpc64.
Mark Kettenis
2020-07-02
Use IPL_TTY, at least for now, as the only consumer of OPAL interrupts
Mark Kettenis
2020-07-02
Fix pte_lookup() for pages using the secondary hash.
Mark Kettenis
2020-07-02
Preseed modify bits in pmap_enter(9). For some reason the hardware bits
Mark Kettenis
2020-07-02
Whitespace.
Mark Kettenis
2020-07-01
Bring boot() in line with other architectures such that we actually
Mark Kettenis
2020-07-01
atomic_swap_uint should still use a lwarx/stwcx. pair.
Mark Kettenis
2020-07-01
Implement CLKF_INTR, CLKF_USERMODE and CLKF_PC.
Mark Kettenis
2020-07-01
Increase/decrease ci_idepth before/after calling interrupt handlers.
Mark Kettenis
2020-07-01
Switch to using a fixed segment for the copyin(9) functions.
Mark Kettenis
2020-07-01
Make kcopy(9) copy (32-bit) words when possible such that copyin(9) and
Mark Kettenis
2020-06-30
When we sleep during one of the copyin(9) functions, another process may
Mark Kettenis
2020-06-30
No need to do anything FPU-related when we exit.
Mark Kettenis
2020-06-30
Use a lone stdcx. instruction to clear possible userland reservations upon
Mark Kettenis
2020-06-30
Flush OPAL console when writing kernel messages. Removes annoying delay
Mark Kettenis
2020-06-30
Remove obsolete <machine/stdarg.h> header. Nowadays the vararg
Visa Hankala
2020-06-30
Retire unused <mips64/dev/clockvar.h> interface.
Visa Hankala
2020-06-30
Use <dev/clock_subr.h> in octrtc(4).
Visa Hankala
2009-07-31
By popular demand and peer pressure, check-in work in progress work to support
Miod Vallat
2020-06-29
no stand dir yet
Theo de Raadt
2020-06-29
Enable nvme(4).
Mark Kettenis
2020-06-29
Use the right bus space tag when enabling MSI-X interrupts. Makes them
Mark Kettenis
2020-06-29
Enable USER_PCICONF.
Mark Kettenis
2020-06-29
Fix typo.
Mark Kettenis
2020-06-29
Attach event counter.
Mark Kettenis
2020-06-29
Hook up a bunch of device drivers.
Mark Kettenis
2020-06-29
Printing too much information in the trap handlers seems to lock up the
Mark Kettenis
[next]