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-04-10
Implement stacktrace_save_at() required for upcoming WITNESS.
Martin Pieuchot
2020-04-08
vmm(4): add IOCTL handler to sets the access protections of the ept
pd
2020-04-08
vmm(4): handle cr0 writes more correctly for vmx
pd
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
Visa Hankala
2020-04-07
Kill board_id variable; its last consumer is gone now.
Mark Kettenis
2020-04-07
Kill unused extern declaration.
Mark Kettenis
2020-04-07
Use PHY framework to replace hardcoded board-specific GPIO poking.
Mark Kettenis
2020-04-07
Remove entry that is no longer needed.
Mark Kettenis
2020-04-06
Build bootecoff with divdi3.c. bootecoff needs __divdi3,
Visa Hankala
2020-04-06
Add support for the cd-gpios property.
Mark Kettenis
2020-04-06
Register controller with the gpio "framework".
Mark Kettenis
2020-04-06
Enable FFS2 in sgi bootblocks and ramdisks.
Visa Hankala
2020-04-06
Update my email address.
Paul Irofti
2020-04-05
Use OF_is_compatible() to simplify the initialization for the "mdio" node.
Mark Kettenis
2020-04-05
Add omrng(4), a driver for te random number generator found on TI OMAP SoCs.
Mark Kettenis
2020-04-05
crank to 6.7-beta
Theo de Raadt
2020-04-03
increase rdroot size
Jonathan Gray
2020-04-03
Add rkrng(4), a driver for the random number generator found on various
Mark Kettenis
2020-04-03
Fix incoherencies of errors returned by various *kqfilter routines.
Martin Pieuchot
2020-04-02
Make the OpenFirmware functions work with clang.
gkoehler
2020-04-02
Enable FFS2 option for both floppies
Otto Moerbeek
2020-04-02
Change bootblocks to be able to read from ffs1, ffs2 and softraid.
Otto Moerbeek
2020-04-02
Add __lshrti3 to libkern and use it on sparc64
Jeremie Courreges-Anglas
2020-03-31
Remove leftover that should have been removed in the previous commit.
Mark Kettenis
2020-03-31
Newer device trees no longer put the full physical address in the "reg"
Mark Kettenis
2020-03-31
Remove unused code. The padconf code has been replaced with the
Mark Kettenis
2020-03-30
Port "mach dtb" code from arm64.
Mark Kettenis
2020-03-29
Prevent stack trace saving from inspecting untrusted data. On amd64,
Visa Hankala
2020-03-29
Prevent out of bounds read in strlcpy due to vcp_name not being NUL-terminated.
tobhe
2020-03-29
Add glue to make ipmi(4) attach to FDT.
Mark Kettenis
2020-03-27
Add imxpwm(4), a driver for the PWM controller found on various NXP i.MX SoCs.
Patrick Wildt
2020-03-27
Enable FFS2 on the landisk ramdisk. Booting from FFS2 is tricky
Otto Moerbeek
2020-03-25
Introduce stacktrace_save_at() and make use of it in dt(4).
Martin Pieuchot
2020-03-24
cope with growth, sigh
Theo de Raadt
2020-03-22
Make efi_device_path_depth() return the full device path depth if we don't
Mark Kettenis
2020-03-21
Teach i386 boot98) and friends about ffs2. fdboot(8) is the exception:
Otto Moerbeek
2020-03-20
Disable apm(4) on the floppy ramdisk and keep the cd one in sync.
Otto Moerbeek
2020-03-20
Declare pci_intr_map_msix() as static inline instead of using a define.
Martin Pieuchot
2020-03-20
Add bdpmic(4), a driver for the ROHM BD71837 and BD71847 Power
Patrick Wildt
2020-03-19
Remove an unnecessary type cast.
Visa Hankala
2020-03-17
Mark a few functions as .globl such that they show up with their name
Mark Kettenis
2020-03-17
Fix inline assembly in ppc_mftb(); using %L0 instead of %0+1 makes this work
Mark Kettenis
2020-03-17
rework amd (not intel) smt/core/package detection.
David Gwynne
2020-03-16
Make the check for vmm_softc->mode exhaustive and return an error
Jasper Lievisse Adriaanse
2020-03-16
Teach macppc ofwboot(8) about ffs2. Test and ok gkoehler@
Otto Moerbeek
2020-03-15
Teach sparc64 boot(8) about ffs2 and fix a bug while there: devopen()
Otto Moerbeek
2020-03-13
Anthony Steinhauser reports that 32-bit arm cpus have the same speculation
Theo de Raadt
2020-03-13
improve comment about the speculation barrier
Theo de Raadt
2020-03-13
Add speciulation barrier after the last remaining naked ERET instruction.
Mark Kettenis
2020-03-12
Use strlcpy to make sure 'vm_name' and 'vir_name' are NUL terminated.
tobhe
[next]