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
Age
Commit message (
Expand
)
Author
2017-04-29
Decrement ci_idepth on all returns from agintc_irq_handler().
Mark Kettenis
2017-04-29
Add agintc(4), a driver for interrupt controllers conforming to ARM's
Mark Kettenis
2017-04-29
Move the userret() call out of data_abort() and simply call it just before we
Mark Kettenis
2017-04-29
Call refreshcreds() in ast() since we may get there without going through
Mark Kettenis
2017-04-29
store cpu model information in the buffer used by the hw.model sysctl
Jonathan Gray
2017-04-29
Mark futex(2) as PLEDGE_STDIO like all other thread-related syscalls.
Martin Pieuchot
2017-04-28
Restore calculation of volume size. Accidentally removed in
Kenneth R Westerback
2017-04-28
regen
Martin Pieuchot
2017-04-28
Add futex(2) syscall based on a sane subset of its Linux equivalent.
Martin Pieuchot
2017-04-28
add some comments. no functional change
Mike Larkin
2017-04-28
vmm: don't use invvpid if we didn't detect vpid capability during
Mike Larkin
2017-04-27
Bring over the changes to mainbus(4) and simplebus(4) from arm64.
Mark Kettenis
2017-04-27
Enforce that sysctl kern.somaxconn and sominconn can only be set
Alexander Bluhm
2017-04-27
track size of pss allocation, so that length can be passed to free(9)
Theo de Raadt
2017-04-27
Unifdef KADB.
Martin Pieuchot
2017-04-27
Use (32-bit) word-sized access in the a4x bus space routine even if only
Mark Kettenis
2017-04-27
Add code to identify the CPUs on arm64 systems. The primary CPU is attached
Mark Kettenis
2017-04-27
rename a struct that was denoted as "VMX only" to make it more clear
Mike Larkin
2017-04-27
use a more descriptive value from the VEI_DIR_xxx enum instead of a
Mike Larkin
2017-04-27
vmm(4): proper save/restore of FPU context during entry/exit.
Mike Larkin
2017-04-27
Restore if_iwm.c r1.173 (mira retry change) which got incarcerated by
Stefan Sperling
2017-04-27
Revert if_iwm.c to the state of r1.170 because ETOOMANYDRAGONSATONCE.
Stefan Sperling
2017-04-26
Perform H-FSC root queue allocation in the kernel
Mike Belopuhov
2017-04-26
Convert some hardcoded function names in printfs into %s / __func__.
Mike Larkin
2017-04-26
Get rid of convoluted macros in iwm's receive code path.
Stefan Sperling
2017-04-26
Remove the size argument of iwm_rx_addbuf() and use a constant internally.
Stefan Sperling
2017-04-26
Convert some hardcoded function names in printfs into %s / __func__.
Mike Larkin
2017-04-26
Tell MiRA about the actual number of retries instead of pretending that
Stefan Sperling
2017-04-26
Fix a typo relating to savefpu alignment
Mike Larkin
2017-04-24
Add support for Cortex-A12. Even though ARM rebranded these as Cortex-A17
Mark Kettenis
2017-04-24
Process fdt before iobus devices. Needed later when interrupt and
Visa Hankala
2017-04-24
Add an fdt blob for octeon systems whose firmware does not provide
Visa Hankala
2017-04-24
Since rev 1.1 ix has attempted to require a 64 bit BAR, the test for
Jonathan Gray
2017-04-24
Implement monitor mode support for iwm(4).
Stefan Sperling
2017-04-24
Implement support for multiple packets per receive DMA buffer in iwm(4).
Stefan Sperling
2017-04-24
Stop dumping registers on "normal" segmentation faults. Do print the contents
Mark Kettenis
2017-04-23
Handle unequal numbers of Tx and Rx streams in MiRA.
Stefan Sperling
2017-04-23
Some of the LOG_NOTICE messages from PF were seen in normal operations
Stuart Henderson
2017-04-22
Recognize Loongson 3A2000/3B2000 processors.
Visa Hankala
2017-04-22
Fix an early boot failure on Loongson 3A2000.
Visa Hankala
2017-04-22
Reindent with tabs and add missing braces.
Visa Hankala
2017-04-21
Speed up DIOCKILLSTATES by using the RB tree index if all fields used
YASUOKA Masahiko
2017-04-21
Cast the result of the __swapXX macros to the proper type.
Todd C. Miller
2017-04-21
Make id parameter of iwm_send_cmd_pdu() a uint32_t so that it matches
Stefan Sperling
2017-04-21
Fix nic lock usage around iwm_disable_rx_dma().
Stefan Sperling
2017-04-21
Fix nic lock usages around iwm_{read,write}_prph().
Stefan Sperling
2017-04-21
Use ether_crc32_le() instead of a custom version.
Martin Pieuchot
2017-04-20
Get TCB address using the RDHWR instruction instead of __get_tcb().
Visa Hankala
2017-04-20
Make TCB address available to userspace via the UserLocal register.
Visa Hankala
2017-04-20
only 32 bits of the pledgecode were passed up via ktrace
Theo de Raadt
[next]