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
2015-05-11
Remove support for ADPCM encoding which isn't used nowadays and
Alexandre Ratchov
2015-05-11
Remove all audio format conversion code from the kernel (btw holding
Alexandre Ratchov
2015-05-11
Convert from uiomovei() to uiomove() to prevent short tranfers
Philip Guenther
2015-05-10
VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end of
Jonathan Gray
2015-05-10
limit physical memory to (paddr_t)-PAGE_SIZE (0xfffff000)
Jonathan Gray
2015-05-09
Cleanup/rejig GPT code to be more readable, support different endian
Kenneth R Westerback
2015-05-08
Need explicit <sys/kcore.h> include now.
Miod Vallat
2015-05-08
Add missing sabresd case statements. As sabresd_devs[] includes imxgpio
Jonathan Gray
2015-05-08
Add initial board specific parts of novena support, tested by djm@
Jonathan Gray
2015-05-07
remove badly indented printf and it's preceeding test
Jonathan Gray
2015-05-07
fix indentation
Jonathan Gray
2015-05-07
add missing braces
Jonathan Gray
2015-05-06
put mpi's atomics back in, but with the return value of add (and therefore su...
David Gwynne
2015-05-06
Add missing braces so this will correctly fall back to the "name"
Jonathan Gray
2015-05-05
no need to swizzle load/store addresses for 32bit values on big endian systems
Jonathan Matthew
2015-05-05
emul_native is only used for kernel threads which can't dump core, so
Philip Guenther
2015-05-04
fix device numbering comments, no binary change
Jonathan Matthew
2015-05-04
Print irq informations in pckbc_set_inputhandler().
Martin Pieuchot
2015-05-04
Fix some misuse of the | operator. In particular | has higher
Jonathan Gray
2015-05-02
fix build with option DEBUG
Miod Vallat
2015-05-02
add missing splx calls
Jonathan Gray
2015-05-02
rework hppa mutexes.
David Gwynne
2015-05-01
Do not grab the kernel lock for clock interrupts. Help and ok kettenis@
Miod Vallat
2015-04-30
Convert to if_input().
Martin Pieuchot
2015-04-30
Clean up some spacing. No functional change
Mike Larkin
2015-04-30
Remove SIZE_MAX from limits.h. It was added years ago before we
Todd C. Miller
2015-04-29
Remove a check for NULL that would have been after a NULL dereference
Jonathan Gray
2015-04-29
Move a variable's initialisation so a panic will work as intended.
Jonathan Gray
2015-04-28
Explicitly include .codepatch and .codepatchend in .rodata such that
Mark Kettenis
2015-04-28
Don't grab the kernel lock for clock interrupts. The way we use mutexes
Mark Kettenis
2015-04-27
Correctly write the 64bits of the HID 1, 4 and 5 registers.
Martin Pieuchot
2015-04-26
Get dwc2 working on octeon.
Jonathan Matthew
2015-04-26
Disable PAE when switching to the hibernate resume pagetables. This involves
Mark Kettenis
2015-04-26
Enable NX support in the resume path. Makes suspend/resume work with the
Mark Kettenis
2015-04-26
Only enable PAE if the CPU we're running on has NX support. Without NX
Mark Kettenis
2015-04-26
bump i386 MAXDSIZ to 3GB. - "If you're running this, and presumably actually
Stuart Henderson
2015-04-25
We now following the ABI and always clear cld on function entry, so remove
Philip Guenther
2015-04-25
cpu_busy_cycle_fcn callback has never been used
Philip Guenther
2015-04-25
Repair boot device detection when booting off the second SCSI controller on
Miod Vallat
2015-04-24
Enable PAE mode for those CPUs that support it. This allows us to use the
Mike Larkin
2015-04-24
Make sure we keep the whole recursive mapping of the PDP instead of just the
Mark Kettenis
2015-04-24
Revert back to using GCC builtins. This code triggers an off by one in
Martin Pieuchot
2015-04-24
Enable the NX bit and use it in the PAE pmap code. PAE is still disabled
Mark Kettenis
2015-04-24
Use "softintr_pic0" instead of "softintr_fakepic" when faking a
Jonathan Gray
2015-04-23
Fix 13 years old typo that should be responsible for the unhappiness
Martin Pieuchot
2015-04-22
Init a variable to zero so values aren't or'd into uninitialised memory.
Jonathan Gray
2015-04-22
Implement the MI atomic API for PowerPC to avoid using gcc builtins that
Martin Pieuchot
2015-04-22
Reduce differences between pae and no-pae modes.
Mike Larkin
2015-04-21
Remove an extra lcr3 that snuck into pmap_switch during yesterday's
Mike Larkin
2015-04-21
Remove a duplicate variable and #define that snuck in, in a previous
Mike Larkin
[next]