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
2018-06-16
Oops, turned on forceukbd during testing of eager FPU work and it slipped
Philip Guenther
2018-06-15
Split out the T_PAGEFLT handling into its own function, pageflttrap().
Philip Guenther
2018-06-15
Reorder trapframe/intrframe to put %ebp next to %eip and make it
Alexander Bluhm
2018-06-15
Remove the witness_skipspin setting to simplify the code.
Visa Hankala
2018-06-15
Simplify #ifdefs. The kernel_lock symbol is no longer needed when
Visa Hankala
2018-06-15
Fix the lock order problem found by witness. Release the lock for
YASUOKA Masahiko
2018-06-15
Use IPL_MPFLOOR for ipmi mutex to prevent a interrupt which requires
YASUOKA Masahiko
2018-06-15
kevent: don't reject timeouts greater than 100 million seconds
cheloha
2018-06-14
Put the .openbsd.randomdata.retguard input section at the start of the
Philip Guenther
2018-06-14
Clear the GPRs when entering the kernel from userspace so that
Philip Guenther
2018-06-14
Grab the FPU lock before calling aesni_enc
Mike Belopuhov
2018-06-14
In in_pcballoc() finish the inp initialization before adding it to
Alexander Bluhm
2018-06-14
Assert that the INP_IPV6 in in6_pcbconnect() is correct. Just call
Alexander Bluhm
2018-06-14
Make possible to build uniprocessor WITNESS kernels without kernel_lock.
Visa Hankala
2018-06-14
In soclose() and soaccept() convert the KASSERT(SS_NOFDREF) back
Alexander Bluhm
2018-06-14
Use mbuf (not cluster) always for t_template of tcpcb.
YASUOKA Masahiko
2018-06-14
In dounlinkat() only perform the check for a mounted directory when
Todd C. Miller
2018-06-13
alltraps was branching multiple times on whether the trap was from kernel
Philip Guenther
2018-06-13
Make the VFS layer responsible for preventing the deletion
Visa Hankala
2018-06-13
Make octeon kernels compile with DEBUG.
Visa Hankala
2018-06-12
Enable on i.MX6SX and i.MX7.
Mark Kettenis
2018-06-12
Add a bunch of i.MX7 clocks.
Mark Kettenis
2018-06-12
Don't panic on I/O to unregistered regionspaces. Needed to unbreak the GPD
Mike Larkin
2018-06-12
axen(4): Identify the owner of some chatty printfs
Mike Larkin
2018-06-11
Fix RAMDISK build by removing an #ifdef INET6 in tcp_trace().
Alexander Bluhm
2018-06-11
Split out the PHY initialization code and add a "no-op" implementation for
Mark Kettenis
2018-06-11
Add clock support for i.MX7D.
Mark Kettenis
2018-06-11
Also match on "fsl,imx6q-uart" such that this attaches on i.MX7.
Mark Kettenis
2018-06-11
Rename routing & pfkey tables for coherency with other PCB tables.
Martin Pieuchot
2018-06-11
Do not unlock the KERNEL_LOCK() unconditionally in sounlock().
Martin Pieuchot
2018-06-11
Push the KERNEL_LOCK() inside route_input().
Martin Pieuchot
2018-06-11
The output from tcp debug sockets was incomplete. After detach tp
Alexander Bluhm
2018-06-10
Only use the separate DDBPROF trap03 entry when coming from the kernel
Philip Guenther
2018-06-10
Put the register-saving parts of INTRENTRY() into their own macros for
Philip Guenther
2018-06-10
Delete dead store of %rax in DDBPROF return path
Philip Guenther
2018-06-10
Attach imxiomuxc(4) to i.MX7D as well.
Mark Kettenis
2018-06-10
Attach imxgpc(4) to i.MX7D as well.
Mark Kettenis
2018-06-10
Attach imxesdhc(4) to i.MX7D. Should attach to i.MX6SL as well.
Mark Kettenis
2018-06-10
Extract the i2c bitrate from imxiic(4)'s clock-frequency attribute.
Patrick Wildt
2018-06-09
Move all the DDBPROF logic into the trap03 (#BP) handler to keep alltraps
Philip Guenther
2018-06-08
Constipate all the struct lock_type's so they go into .rodata
Philip Guenther
2018-06-08
The udp control option processing was implemented three times.
Alexander Bluhm
2018-06-08
Handle AENs for logical disk creation and deletion.
Jonathan Matthew
2018-06-08
Rework sensors and bio(4) support to use the target number from the logical
Jonathan Matthew
2018-06-07
Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible for
Visa Hankala
2018-06-07
Attach bwfm(4) to the Broadcom 4356 found in the GPD Pocket.
Patrick Wildt
2018-06-07
Some PCIe-based bwfm(4) chips also require that we supply an NVRAM
Patrick Wildt
2018-06-07
The global zero addresses must not change, mark them constant.
Alexander Bluhm
2018-06-07
Apply the retpoline transformation to indirect jumps in the raw ASM
Philip Guenther
2018-06-07
Treat XSAVEOPT and other XSAVE extensions like other cpu flags
Philip Guenther
[prev]
[next]