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