summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-09-13Add reference counting for inet pcb, this will be needed when weAlexander Bluhm
2018-09-13Include the size of IPCOMP header when checking for compression.Martin Pieuchot
2018-09-13In drm_wait_one_vblank() add a delay when we're "cold". Interrupts aren'tMark Kettenis
2018-09-13- There's no need to set R92C_HSSI_PARAM2_READ_EDGE for R92C_HSSI_PARAM2(0)Kevin Lo
2018-09-13When unveil(2) was introduced one break from SYS_access case was removedRicardo Mestre
2018-09-13clarify that config_activate_children() is called unconditionally in *activat...miko
2018-09-13drm/drivers: add support for using the arch wc mapping API.Jonathan Gray
2018-09-13drm/i915/userptr: reject zero user_sizeJonathan Gray
2018-09-13avoid sequence-point warning with gcc 4.9Jonathan Gray
2018-09-12Make pmap_protect(9) actually remove exec permission if the new permissionsMark Kettenis
2018-09-12Stop exporting TDB counters to userland, this change introduced aMartin Pieuchot
2018-09-12Fix obvious cut&pasto in comment (ifa_msghdr -> if_announcemsghdr).Kenneth R Westerback
2018-09-12Whitespace fixesPhilip Guenther
2018-09-12Now that the pmap is more paranoid about some shootdowns (pmap.c rev 1.119),Philip Guenther
2018-09-12When shooting pages in the KVA range, all pmaps have the page mapped,Philip Guenther
2018-09-12Move -Wno-address-of-packed-member to the clang block as well and syncJonathan Gray
2018-09-11Convert inetctlerrmap to u_char like inet6ctlerrmap. That is alsoAlexander Bluhm
2018-09-11Only look for acpi tables if acpi(4) attached. Fixes radeondrm(4) crashMark Kettenis
2018-09-11ues the format string for signed ints, for signed intsPeter Hessler
2018-09-11Nuke unused LIST() ieee80211com_head.Kenneth R Westerback
2018-09-11Put clang-specific options behind conditionals to reduce meta-warningsPhilip Guenther
2018-09-11Make the distribution of in_ and in6_ functions in in_pcb.c andAlexander Bluhm
2018-09-11Include bnxt in arm64.ccardenas
2018-09-11We actually support 39-bit VA's in userland.Mark Kettenis
2018-09-11Nuke some trailing spaces that wandered into theKenneth R Westerback
2018-09-11With the interface debug flag enabled, print a "score" for each AP wePeter Hessler
2018-09-11- moving state look up outside of PF_LOCK()Alexandr Nedvedicky
2018-09-11Add defines for amd microcode msrs which appear to be present since k8Jonathan Gray
2018-09-10Remove useless INPCBHASH() macros. Just expand them.Alexander Bluhm
2018-09-10Prevent 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-10Instead of calculating the mbuf packet header length here and there,Alexander Bluhm
2018-09-10if_setrdomain could potentially call if_clone_create recursively in the createHenning Brauer
2018-09-10in pf_syncookie_validate, return early if we don't have syncookies inHenning Brauer
2018-09-10During fragment reassembly, mbuf chains with packet headers wereAlexander Bluhm
2018-09-10Limit the fragment entry queue length to 64 per bucket. So we haveAlexander Bluhm
2018-09-10do not immediately set the join'd network, the join command only updatesPeter Hessler
2018-09-10fix typo in the length of the essid we want to switch toPeter Hessler
2018-09-10extract clearing WEP/WPA in ess into helper functionsPeter Hessler
2018-09-10use the correct essid when switching during the ioctl pathPeter Hessler
2018-09-10give set_ess a len variable, so we can correctly match the essid we wantPeter Hessler
2018-09-10put the port into autonegotiate mode on attach, since that's the defaultJonathan Matthew
2018-09-10if the adapter can't determine the phy type on a port, pretend it's baseCRJonathan Matthew
2018-09-10bit rates over 2G won't fit in an int, so use uint64_ts insteadJonathan Matthew
2018-09-09pmap_activate() should match cpu_switchto, so set up ci_{kern,user}_cr3Philip Guenther
2018-09-09Simplify pmap_is_curpmap(): %cr3 can never match pm_pdirpa_intel herePhilip Guenther
2018-09-09Calculate automatically the padding necessary for lining up thePhilip Guenther
2018-09-09convert the things we save in 'join' into a single ioctl. mixing relatedPeter Hessler
2018-09-09Apply retguard to the last asm functions in the arm64 kernel. This completesmortimer
2018-09-09allow the automatically created loopback interfaces in rdomains to beHenning Brauer