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-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
2015-05-05
emul_native is only used for kernel threads which can't dump core, so
Philip Guenther
2015-05-05
fix a return path that lacked a rw_exit_write() call
Jonathan Gray
2015-05-04
fix device numbering comments, no binary change
Jonathan Matthew
2015-05-04
Add support for RTL8188EU chips to urtwn(4).
Stefan Sperling
2015-05-04
When writing a value to a field, don't read past the end of the source value
Jonathan Matthew
2015-05-04
Use ether_input() as default input packet handler and do the necessary
Martin Pieuchot
2015-05-04
reduce the scope of things that include uvm_swap_encrypt.h.
David Gwynne
2015-05-04
use the size of the buffer not the pointer in resume_randomness()
Jonathan Gray
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-04
Clarify that hibernate_resume must be called with interrupts enabled.
Mike Larkin
2015-05-03
add missing CISS_UNLOCK_SCRATCH/splx calls
Jonathan Gray
2015-05-03
Make sure we don't leak bytes from malloced memory in the padding of struct
Philip Guenther
2015-05-02
fix build with option DEBUG
Miod Vallat
2015-05-02
Die, damned distracting red space.
Kenneth R Westerback
2015-05-02
add missing splx calls
Jonathan Gray
2015-05-02
add missing splx calls
Jonathan Gray
2015-05-02
rework hppa mutexes.
David Gwynne
2015-05-02
add missing splx calls
Jonathan Gray
2015-05-01
Convert to if_input(), ok miod@
Martin Pieuchot
2015-05-01
Convert to if_input(), ok miod@
Martin Pieuchot
2015-05-01
regen
Jonathan Gray
2015-05-01
Correct some E5 v2 ids and add E5 v2 R2PCIE.
Jonathan Gray
2015-05-01
reenable page zeroing thread on SMP mips kernels.
Miod Vallat
2015-05-01
Do not grab the kernel lock for clock interrupts. Help and ok kettenis@
Miod Vallat
2015-05-01
Pass fflag to VOP_POLL so vfs fifo functions can get at the file
Todd C. Miller
2015-04-30
Convert to if_input().
Martin Pieuchot
2015-04-30
Avoid NULL deref in fd_getfile_mode(); OK deraadt@
Todd C. Miller
2015-04-30
Convert to if_input().
Martin Pieuchot
2015-04-30
Merge two identical if() statements in ipsp_acquire_sa(). The
Todd C. Miller
2015-04-30
SIZE_MAX is no longer in limits.h
Todd C. Miller
2015-04-30
Clean up some spacing. No functional change
Mike Larkin
2015-04-30
Do not free & reallocate a new chunk of memory for the interface
Martin Pieuchot
2015-04-30
Set the correct media type for 1000baseLX SFPs.
Jonathan Gray
2015-04-30
Remove SIZE_MAX from limits.h. It was added years ago before we
Todd C. Miller
2015-04-30
Allow use of 1Gb 1000baseLX SFPs in 82599 ix(4) SFP+ port. Adapted from
Stuart Henderson
2015-04-30
Now we use p_filesz - 1 to test for NUL check that p_filesz is
Jonathan Gray
[next]