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-11-09
use the correct rdomain when sending gre(4) keepalive packets.
Sebastian Benoit
2015-11-09
Do not leave dangling pointers in the ART tree in case of memory
Martin Pieuchot
2015-11-09
Rewrite rtalloc(9) to consider RTF_GATEWAY entries without valid next-
Martin Pieuchot
2015-11-09
use IFQ_DEQUEUE to pull of the send queue.
David Gwynne
2015-11-09
Run config_found() under splusb.
Martin Pieuchot
2015-11-09
Cache the result of cpuid leaf function $0x1 from the host's boot CPU
Mike Larkin
2015-11-09
Bring GPT validity checking into line with kern/subr_disk.c . In
Kenneth R Westerback
2015-11-09
kenjiro cho points out that requeue is hard to support on queue
David Gwynne
2015-11-09
EPT paging permission bits for amd64, will be used in subsequent pmap
Mike Larkin
2015-11-09
regen
Mike Larkin
2015-11-09
Allocate a currently unused vendor ID for our vmm's pchb.
Mike Larkin
2015-11-09
rework the start routines to avoid IF_PREPEND.
David Gwynne
2015-11-09
rework the code to avoid IF_PREPEND.
David Gwynne
2015-11-08
pull initialization up before poosible goto bad, from Mark Latimer
Ted Unangst
2015-11-08
Merge NetBSD 1.145:
Miod Vallat
2015-11-08
keep all the setperf timeout(9) handling in one place; ok tedu@
Christian Weisgerber
2015-11-08
Handle additional RSN element group ciphers.
Stefan Sperling
2015-11-08
Update section and table numbers inside comments in the RSN code to
Stefan Sperling
2015-11-08
Always claim to support sector mode for eMMC. Allows BeagleBone Black
Jonathan Gray
2015-11-08
Make "machine disk" show some info for EFI instead of info for BIOS.
YASUOKA Masahiko
2015-11-08
Make the variables be "const" and fix white space.
YASUOKA Masahiko
2015-11-07
Spell `unused' correctly.
Miod Vallat
2015-11-07
Disable red-zone since EFI is running with a different ABI.
YASUOKA Masahiko
2015-11-07
Update copyright information
Mike Belopuhov
2015-11-07
Pass AES_GMAC context as a void pointer to cut down on casts in xform.c
Mike Belopuhov
2015-11-07
Use input handlers for bridge(4).
Martin Pieuchot
2015-11-07
Don't try to be clever testing if a queue is full before calling
Martin Pieuchot
2015-11-07
get rid of IF_PREPEND by switching to IFQ_POLL/IFQ_DEQUEUE.
David Gwynne
2015-11-07
typo in nd variable used for adding ni_pledge note
Sebastien Marie
2015-11-07
Allow overriding ghash_update() with an optimized MD function. Use
Christian Weisgerber
2015-11-06
In in_arpinput() do not make an extra route lookup to check wether
Alexander Bluhm
2015-11-06
Do not compile net/radix_mpath.c in ART-enabled kernels.
Martin Pieuchot
2015-11-06
Rename rt_mpath_next() into rtable_mpath_next() and provide an
Martin Pieuchot
2015-11-06
Use a SLIST instead of a LIST for MPATH route entries with ART.
Martin Pieuchot
2015-11-06
Instead of multiplying with 0..1, extend the bit into a mask and do an AND.
Christian Weisgerber
2015-11-06
In ART separate the MPATH delete case to properly recover if art_delete()
Martin Pieuchot
2015-11-06
make hfsc work on ie(4/sparc) by using IFQ_DEQUEUE instead of IF_DEQUEUE.
David Gwynne
2015-11-06
Do not use rt_ifp directly.
Martin Pieuchot
2015-11-06
Do not use rt_ifp directly.
Martin Pieuchot
2015-11-06
Use m_defrag(9) when we fail to load fragmented mbuf chains.
Martin Pieuchot
2015-11-06
Change nd6_nud_hint() to no longer manipulate rt_ifp directly.
Martin Pieuchot
2015-11-06
unbreak tree after src/sys/net/if_ppp.c r1.95.
David Gwynne
2015-11-06
use IFQ_DEQUEUE, not IF_DEQUEUE, to pull off the send queue.
David Gwynne
2015-11-06
replace sc_npqueue and sc_npqtail with a simple mbuf_list.
David Gwynne
2015-11-06
Move the logic for adjusting userspace registers in the child after fork
Philip Guenther
2015-11-06
Only read/write cr4 if we have a bit to set after testing the various
Jonathan Gray
2015-11-05
These NDINIT run out of the context of the process doing execve,
Theo de Raadt
2015-11-05
Now that the kernel virtual address space has been made larger, even on
Miod Vallat
2015-11-05
explicitly say that we use uio for our crypto operations; ok mikeb@
Christian Weisgerber
2015-11-05
Fix build with DEBUG_INTC defined; from Daniel Bolgheroni on tech@
Miod Vallat
[next]