Age | Commit message (Expand) | Author |
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 |
2018-09-11 | Convert inetctlerrmap to u_char like inet6ctlerrmap. That is also | Alexander Bluhm |
2018-09-11 | Only look for acpi tables if acpi(4) attached. Fixes radeondrm(4) crash | Mark Kettenis |
2018-09-11 | ues the format string for signed ints, for signed ints | Peter Hessler |
2018-09-11 | Nuke unused LIST() ieee80211com_head. | Kenneth R Westerback |
2018-09-11 | Put clang-specific options behind conditionals to reduce meta-warnings | Philip Guenther |
2018-09-11 | Make the distribution of in_ and in6_ functions in in_pcb.c and | Alexander Bluhm |
2018-09-11 | Include bnxt in arm64. | ccardenas |
2018-09-11 | We actually support 39-bit VA's in userland. | Mark Kettenis |
2018-09-11 | Nuke some trailing spaces that wandered into the | Kenneth R Westerback |
2018-09-11 | With the interface debug flag enabled, print a "score" for each AP we | Peter Hessler |
2018-09-11 | - moving state look up outside of PF_LOCK() | Alexandr Nedvedicky |
2018-09-11 | Add defines for amd microcode msrs which appear to be present since k8 | Jonathan Gray |
2018-09-10 | Remove useless INPCBHASH() macros. Just expand them. | Alexander Bluhm |
2018-09-10 | Prevent a panic in umb(4) when roaming is diabled. | Gerhard Roth |
2018-09-10 | - if_cloners list populated at boot time only then becomes immutable, | Alexandr Nedvedicky |
2018-09-10 | Instead of calculating the mbuf packet header length here and there, | Alexander Bluhm |
2018-09-10 | if_setrdomain could potentially call if_clone_create recursively in the create | Henning Brauer |
2018-09-10 | in pf_syncookie_validate, return early if we don't have syncookies in | Henning Brauer |
2018-09-10 | During fragment reassembly, mbuf chains with packet headers were | Alexander Bluhm |
2018-09-10 | Limit the fragment entry queue length to 64 per bucket. So we have | Alexander Bluhm |
2018-09-10 | do not immediately set the join'd network, the join command only updates | Peter Hessler |
2018-09-10 | fix typo in the length of the essid we want to switch to | Peter Hessler |
2018-09-10 | extract clearing WEP/WPA in ess into helper functions | Peter Hessler |
2018-09-10 | use the correct essid when switching during the ioctl path | Peter Hessler |
2018-09-10 | give set_ess a len variable, so we can correctly match the essid we want | Peter Hessler |
2018-09-10 | put the port into autonegotiate mode on attach, since that's the default | Jonathan Matthew |
2018-09-10 | if the adapter can't determine the phy type on a port, pretend it's baseCR | Jonathan Matthew |
2018-09-10 | bit rates over 2G won't fit in an int, so use uint64_ts instead | Jonathan Matthew |
2018-09-09 | pmap_activate() should match cpu_switchto, so set up ci_{kern,user}_cr3 | Philip Guenther |
2018-09-09 | Simplify pmap_is_curpmap(): %cr3 can never match pm_pdirpa_intel here | Philip Guenther |
2018-09-09 | Calculate automatically the padding necessary for lining up the | Philip Guenther |
2018-09-09 | convert the things we save in 'join' into a single ioctl. mixing related | Peter Hessler |
2018-09-09 | Apply retguard to the last asm functions in the arm64 kernel. This completes | mortimer |
2018-09-09 | allow the automatically created loopback interfaces in rdomains to be | Henning Brauer |