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
2017-11-28
refer to ixl as "Intel Ethernet 700 Series"
David Gwynne
2017-11-28
remove the #if 0ed out ixl_add_veb now that cvs has backed it up
David Gwynne
2017-11-28
add missing $OpenBSD$ tag
David Gwynne
2017-11-28
add ixl(4) for the "Intel Ethernet 700 Series"
David Gwynne
2017-11-28
Silence the "Unclaimed register before interrupt" errors. While these do
Mark Kettenis
2017-11-28
Raise the IPL of the sbar taskq to avoid lock order issues
Visa Hankala
2017-11-28
The divert structure was using the port number to indicate that
Alexander Bluhm
2017-11-28
fktrace(2) has been removed
Philip Guenther
2017-11-28
Fix mbuf leak when an interface is destroyed while forwarding IPv6
Martin Pieuchot
2017-11-28
fix some clang warnings when building with VMM_DEBUG. Matches a previous
Mike Larkin
2017-11-28
better handling for invalid instruction lengths.
Mike Larkin
2017-11-28
better handling for invalid instruction lengths.
Mike Larkin
2017-11-28
Use mutex_trylock() rather than mixing Linux APIs with OpenBSD ones.
Martin Pieuchot
2017-11-28
deadproc_mutex is only taken _before_ kernel_lock; exclude it from
Philip Guenther
2017-11-28
sync
Philip Guenther
2017-11-28
Delete fktrace(2). The consequences of it were not thought through
Philip Guenther
2017-11-28
The athn(4) PCI driver forgot about adding the default noisefloor to
Stefan Sperling
2017-11-28
In athn(4), fix a comment which misidentifies the field where RSSI
Stefan Sperling
2017-11-27
The divert structure was using the port number to indicate that
Alexander Bluhm
2017-11-27
Change fusefs_link to return EPERM if the source file is a directory.
helg
2017-11-27
Stop reporting WPA and WEP keys back to userland.
Stefan Sperling
2017-11-27
lenght->length, mostly in comments
Stuart Henderson
2017-11-27
Revise the linux sleeping compat code to avoid lock ordering problems.
Mark Kettenis
2017-11-27
Use a single timer for all ND6 entries.
Martin Pieuchot
2017-11-27
Check access before creating a file or directory.
helg
2017-11-27
When renaming a file, unlock the target vnode if the target file exists.
helg
2017-11-27
Remove MALLOC_DEBUG left overs.
Martin Pieuchot
2017-11-27
Enable ne(4) at pcmcia.
Martin Pieuchot
2017-11-27
OMAP4 has two watchdog timers timer 2/MPU and timer 3/IVA.
Jonathan Gray
2017-11-27
Add support for SAS3.5 megaraids, which are sold as Dell PERC H740P/840 and
Jonathan Matthew
2017-11-27
regen
Jonathan Matthew
2017-11-27
add SAS3.5 megaraids
Jonathan Matthew
2017-11-27
Fix comment typo
Philip Guenther
2017-11-26
Add various improvements to the default configuration (better default
Ulf Brosziewski
2017-11-26
Don't mention XOR as a mix-in function since addition is done since 1.180
Mike Belopuhov
2017-11-26
Xen interrupt task barrier is just a taskq_barrier so call it
Mike Belopuhov
2017-11-26
On wqe error, show also word2 and word3. Those might help in debugging.
Visa Hankala
2017-11-26
Initialize Rx subsystems before enabling the processing of incoming
Visa Hankala
2017-11-25
Implement network boot support in efiboot(8). This changes efiboot(8)
Patrick Wildt
2017-11-24
rework transmit to get rid of ifq_deq_begin, and to improve speed.
David Gwynne
2017-11-24
add timeout_barrier, which is like intr_barrier and taskq_barrier.
David Gwynne
2017-11-23
1. Prepare a consistent treatment of edge areas. 2. Add mechanisms
Ulf Brosziewski
2017-11-23
Constify protocol tables and remove an assert now that ip_deliver() is
Martin Pieuchot
2017-11-23
We want `sb_flags' to be protected by the socket lock rather than the
Martin Pieuchot
2017-11-23
Replace non mp-safe carp_iamatch6() with mp-safe carp_iamatch().
Martin Pieuchot
2017-11-23
No need to grab the audio lock to call audio_canstart() as it checks
Alexandre Ratchov
2017-11-22
Add __aeabi_ldivmod.S. Needed for clang.
Mark Kettenis
2017-11-22
It does not make sense to call pcb lookup from pf during packet
Alexander Bluhm
2017-11-21
Do not assume if_get(9) returns a non NULL ifp when using a route
Martin Pieuchot
2017-11-21
Move the addrhook disestablish from carpdetach() to carp_clone_destroy()
Patrick Wildt
[next]