Age | Commit message (Expand) | Author |
2017-08-14 | drop seriously lacking support for SEQPACKET. | Ted Unangst |
2017-08-14 | Do not dereference a pointer directly but use db_get_value() instead. | Martin Pieuchot |
2017-08-14 | Remove unneeded null pointer check in mpe_input*: ifp cannot be NULL. | Reyk Floeter |
2017-08-14 | move pf_get_wscale + pf_get_mss prototypes to pfvar.h (diff shrinkage) | Henning Brauer |
2017-08-14 | add half-open tcp states accounting, road paved by sashan | Henning Brauer |
2017-08-14 | Use the rv variable in sppp_output() as it was intended. | Reyk Floeter |
2017-08-14 | The "ret" return value is reused and overwritten, potentially | Reyk Floeter |
2017-08-14 | Fix CID 1452952: Unlikely use of uninitialized offset in rtwn_efuse_read(). | Stefan Sperling |
2017-08-14 | don't need vmm_debug variable in VMM_DEBUG mode | Mike Larkin |
2017-08-14 | Attach run(4) to D-Link DWA-137 and DWA-140 rev D1. | Stefan Sperling |
2017-08-14 | regen | Stefan Sperling |
2017-08-14 | Add USB device IDs for D-Link DWA-137 and DWA-140 rev D1. | Stefan Sperling |
2017-08-14 | drm/mst: Avoid processing partially received up/down message transactions | Jonathan Gray |
2017-08-14 | drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req() | Jonathan Gray |
2017-08-14 | drm/mst: Fix error handling during MST sideband message reception | Jonathan Gray |
2017-08-14 | Make the vga_client_register() stub available to all archs to unbreak | Jonathan Gray |
2017-08-13 | minor msdosfs tweaks | Stefan Fritsch |
2017-08-13 | Fix rotation in combination wth vcons support by calling | Mark Kettenis |
2017-08-13 | Nuke trailing whitespace | Bob Beck |
2017-08-13 | remove accidental addition | Bob Beck |
2017-08-13 | Evidence suggests this trailing whitespace was left here by maurauding | Bob Beck |
2017-08-13 | New flag PR_RWLOCK for pool_init(9) makes the pool use rwlocks instead | Philip Guenther |
2017-08-13 | declaration for fktrace | Ted Unangst |
2017-08-13 | Remove the second parameter of iwm_stop(). It was not used for anything. | Stefan Sperling |
2017-08-13 | to change a state's state (that term is overloaded in pf, protocol state | Henning Brauer |
2017-08-13 | Add proper support for iwm(4) firmware's time event. Cancel the event if | Stefan Sperling |
2017-08-13 | When iwn_stop() releases the scan lock wake processes sleeping on it. | Theo Buehler |
2017-08-13 | When iwm_stop() releases the scan lock wake processes sleeping on it. | Stefan Sperling |
2017-08-13 | improve AHCI hibernate writeout performance by doing smaller delay()s | Mike Larkin |
2017-08-13 | Make R_MIPS_* defines available via <machine/reloc.h>. | Visa Hankala |
2017-08-13 | Convert variable type to C99. | Nayden Markatchev |
2017-08-13 | Fix a dereference of a bogus pointer. | Visa Hankala |
2017-08-13 | remove uneeded bpf include | Jonathan Gray |
2017-08-13 | Add support for Allwinner A64/H5 device trees that use the official Linux | Mark Kettenis |
2017-08-12 | Add rw_assert_anylock(), for assering you have it either read or write locked | Philip Guenther |
2017-08-12 | Fix iwm(4) channel reporting, broken by my unrelated tweak during commit of | Stefan Sperling |
2017-08-12 | Use the NET_LOCK() macro instead of handrolling it. | Martin Pieuchot |
2017-08-12 | Use ctfstrip(1) by default to strip kernels. | Martin Pieuchot |
2017-08-12 | vmm: handle IA32_MISC_ENABLE MSR. Bits set in this MSR can result in | Mike Larkin |
2017-08-12 | add some extra comments that got left out of the previous IA32_MISC_ENABLE | Mike Larkin |
2017-08-12 | Provide a stub implementation for request_irq() and free_irq(). | Martin Pieuchot |
2017-08-12 | In iwm(4), instead of scheduling a task which calls ieee80211_end_scan(), | Stefan Sperling |
2017-08-12 | Clear pcb_fpcpu of the child upon fork. Not clearing it is probably not | Mark Kettenis |
2017-08-12 | ignore unknown/boring events by default, which modern thinkpads have | Joshua Stein |
2017-08-12 | Set vendor to "Generic" like we do for ehci@fdt. | Mark Kettenis |
2017-08-12 | em: Disable ultra-low-power mode on boot | Stefan Fritsch |
2017-08-12 | In the locking wrappers for &map->lock and &map->mtx, pass through file+line | Philip Guenther |
2017-08-12 | Always provide _mtx_* APIs, the use those to simplify the WITNESS wrappers | Philip Guenther |
2017-08-12 | Add a dummy (for now) <machine/reloc.h> for mips64 to fix build. | Visa Hankala |
2017-08-12 | Prevent a NULL pointer deref in iwm(4) which I have seen during testing. | Stefan Sperling |