Age | Commit message (Expand) | Author |
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 |
2017-11-20 | Add Allwinner A10 EMAC clock. | Mark Kettenis |
2017-11-20 | Add the board ID of the Unifi Security Gateway PRO-4. | Visa Hankala |
2017-11-20 | Fix the product code of the Unifi Security Gateway. | Visa Hankala |
2017-11-20 | Remove #if'0ed decls | Jeremie Courreges-Anglas |
2017-11-20 | Keep kernel defines under #ifdef _KERNEL. | Martin Pieuchot |
2017-11-20 | Flush flows using the radix-tree instead of a global list. | Martin Pieuchot |
2017-11-20 | Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running | Martin Pieuchot |
2017-11-20 | Remove duplicated code working around the fact that ifpromisc() required | Martin Pieuchot |
2017-11-20 | Do not fail if an interface is DOWN when calling ifpromisc(). | Martin Pieuchot |
2017-11-19 | Implement support for the "next-generation" clock bindings for the | Mark Kettenis |
2017-11-19 | Remove interlocks between producers and consumers of randomness data | Mike Belopuhov |
2017-11-19 | Remove lock_machdep.c from amd64, i386, mips64 and sparc64. | Visa Hankala |
2017-11-18 | Extend regulator "framework" with functions to get/set voltages. | Mark Kettenis |
2017-11-18 | Add support for voltage regulators. | Mark Kettenis |