Age | Commit message (Expand) | Author |
2018-09-22 | Remap the UEFI buffer early such that we can use a write combining mapping | Mark Kettenis |
2018-09-22 | Only clear the character backing store when the RI_CLEAR flag is set. | Mark Kettenis |
2018-09-22 | Back out the following if_iwm.c revisions: | Stefan Sperling |
2018-09-22 | Enable USB bwfm(4) on macppc RAMDISK as well, matching GENERIC. | Stefan Sperling |
2018-09-22 | Harmonize spacing after ellipses in displayed messages. | Frederic Cambus |
2018-09-21 | Enable bwfm(4) in GENERIC on macppc. | Stefan Sperling |
2018-09-21 | Add support for RTL8188EE. | Jonathan Matthew |
2018-09-20 | As a step towards per inpcb or socket locks, remove the net lock | Alexander Bluhm |
2018-09-20 | grow alpha and hppa media to accomodate some recent growth | Theo de Raadt |
2018-09-20 | vmm(4): Clear the guest MWAITX/MONITORX extended CPUID feature bit, | Bryan Steele |
2018-09-20 | fix a memory leak in ihidev_hid_command() | Jonathan Gray |
2018-09-19 | Always call bridge_iflist `bif'. | Martin Pieuchot |
2018-09-19 | Report duplex state correctly for adapters with firmware interface versions | Jonathan Matthew |
2018-09-19 | Free edid_buf after use so to fix possible memory leak. | Claudio Jeker |
2018-09-19 | In mue_iff() move the initialization of the hash table up so that is done | Ricardo Mestre |
2018-09-19 | Delete checks of the CST bit_width ('vendor') field, as new Ryzen machines | Philip Guenther |
2018-09-18 | Updating time counters without memory barriers is wrong. Put | Alexander Bluhm |
2018-09-18 | whitespace fix; no binary change | anton |
2018-09-18 | vmm(4): Reset host LDTR on exit for SVM | Mike Larkin |
2018-09-18 | grow arm64 ramdisk | Theo de Raadt |
2018-09-18 | cast HWRM_NA_SIGNATURE when shortening it to keep gcc happy, prodded by jsg@ | Jonathan Matthew |
2018-09-18 | fix memory leak in ieee80211_end_scan() | Ricardo Mestre |
2018-09-17 | Simplify VFS initialization. | Visa Hankala |
2018-09-17 | Do not acknowledge a received ack-only tcp packet that we would drop due to | friehm |
2018-09-17 | fix memory leaks in ieee80211_add_ess() | Jonathan Gray |
2018-09-16 | Fix length checks in the receive path of iwm(4). | Stefan Sperling |
2018-09-16 | Move vfsconf lookup code into dedicated functions. | Visa Hankala |
2018-09-14 | Initialize the TDB to NULL in ipsec_common_input() and | Ricardo Mestre |
2018-09-14 | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to | Claudio Jeker |
2018-09-14 | add gapdummy.c to the "clean" target like other generated files | Christian Weisgerber |
2018-09-14 | In general it is a bad idea to use one random secret for two things. | Alexander Bluhm |
2018-09-14 | ansify auich_trigger_input() and remove #ifdef around DPRINTF(); ok ratchov@ | miko |
2018-09-14 | mark some suspend/resume functions always returning zero as void; ok ratchov@ | miko |
2018-09-14 | unbreak userland uses of in_pcb.h by including sys/refcnt.h | Jonathan Gray |
2018-09-13 | Add reference counting for inet pcb, this will be needed when we | Alexander Bluhm |
2018-09-13 | Include the size of IPCOMP header when checking for compression. | Martin Pieuchot |
2018-09-13 | In drm_wait_one_vblank() add a delay when we're "cold". Interrupts aren't | Mark Kettenis |
2018-09-13 | - There's no need to set R92C_HSSI_PARAM2_READ_EDGE for R92C_HSSI_PARAM2(0) | Kevin Lo |
2018-09-13 | When unveil(2) was introduced one break from SYS_access case was removed | Ricardo Mestre |
2018-09-13 | clarify that config_activate_children() is called unconditionally in *activat... | miko |
2018-09-13 | drm/drivers: add support for using the arch wc mapping API. | Jonathan Gray |
2018-09-13 | drm/i915/userptr: reject zero user_size | Jonathan Gray |
2018-09-13 | avoid sequence-point warning with gcc 4.9 | Jonathan Gray |
2018-09-12 | Make pmap_protect(9) actually remove exec permission if the new permissions | Mark Kettenis |
2018-09-12 | Stop exporting TDB counters to userland, this change introduced a | Martin Pieuchot |
2018-09-12 | Fix obvious cut&pasto in comment (ifa_msghdr -> if_announcemsghdr). | Kenneth R Westerback |
2018-09-12 | Whitespace fixes | Philip Guenther |
2018-09-12 | Now that the pmap is more paranoid about some shootdowns (pmap.c rev 1.119), | Philip Guenther |
2018-09-12 | When shooting pages in the KVA range, all pmaps have the page mapped, | Philip Guenther |
2018-09-12 | Move -Wno-address-of-packed-member to the clang block as well and sync | Jonathan Gray |