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
2015-05-12
Raise VM_PHYSSEG_MAX to two and load an additional physical memory
Jonathan Gray
2015-05-12
Add missing braces.
Jonathan Gray
2015-05-12
The i211 does not support an external EEPROM only a OTP
Jonathan Gray
2015-05-11
regen
Jasper Lievisse Adriaanse
2015-05-11
add id for virtio rng
Jasper Lievisse Adriaanse
2015-05-11
Make softraid(4) compile with SR_DEBUG by fixing __kprintf__ specifiers.
Martin Pelikan
2015-05-11
fix a potential use-after-free in pf_state_rm_src_node
Henning Brauer
2015-05-11
Refresh sensor values asynchronously.
Martin Pieuchot
2015-05-11
Take trunk(4) out of ether_input().
Martin Pieuchot
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-11
Convert from uiomovei() to uiomove() to prevent short tranfers
Philip Guenther
2015-05-10
Set POLLHUP even if no valid events were specified as per POSIX.
Todd C. Miller
2015-05-10
Fix urtwn(4) 11b performance for RTL8188EU devices.
Stefan Sperling
2015-05-10
VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end of
Jonathan Gray
2015-05-10
My commit adding RTL8188EU did introduce a regression after all.
Stefan Sperling
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-09
Fix an occurance of mtx_enter() that should have been mtx_leave().
Jonathan Gray
2015-05-08
Need explicit <sys/kcore.h> include now.
Miod Vallat
2015-05-08
When changing screen saver parameters with wsconsctl (or any other way to
Miod Vallat
2015-05-08
Fix the indentation. While originally I thought this was an if statement
Jonathan Gray
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
msleep(9) must prevent kernel from attempting a context switch
Mike Belopuhov
2015-05-07
Include the timestamp TCP option in keep alive packets as well.
Mike Belopuhov
2015-05-07
Pass a thread pointer instead of its file descriptor table to getvnode(9).
Martin Pieuchot
2015-05-07
remove badly indented printf and it's preceeding test
Jonathan Gray
2015-05-07
fix indentation
Jonathan Gray
2015-05-07
fix indentation of a line
Jonathan Gray
2015-05-07
add missing braces to code under #ifdef TRM_DEBUG0
Jonathan Gray
2015-05-07
remove a surplus tab
Jonathan Gray
2015-05-07
add missing braces
Jonathan Gray
2015-05-06
regen
Jonathan Gray
2015-05-06
#include <sys/event.h> was removed from init_sysent.c but not
Jonathan Gray
2015-05-06
Pass a thread pointer instead of its file descriptor table to getsock(9).
Martin Pieuchot
2015-05-06
make SWAP_KEY_GET symmetrical with SWAP_KEY_PUT by having it call
David Gwynne
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-06
add missing braces
Jonathan Gray
2015-05-06
Use | when combining flags not +. Luckily in this case 1 + 2 == 1 | 2.
Jonathan Gray
2015-05-05
Eliminate rabid semicolon
Chris Cappuccio
2015-05-05
no need to swizzle load/store addresses for 32bit values on big endian systems
Jonathan Matthew
2015-05-05
Now that we have a_fflag in struct vop_poll_args we can handle
Todd C. Miller
2015-05-05
Less magic number
Alexandr Shadchin
2015-05-05
Huawei MU609 from Cristián Edwards.
Martin Pieuchot
2015-05-05
regen
Martin Pieuchot
2015-05-05
Huawei MU609 from Cristián Edwards.
Martin Pieuchot
2015-05-05
Flag user specified routes with an AF_LINK gateway as RTF_LLINFO.
Martin Pieuchot
[next]