summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2018-09-09if_setrdomain: allow empty rtables to be turned into rdomains, not justHenning Brauer
2018-09-09provide rtable_empty(), returns 1 if the rtable doesn't contain any routesHenning Brauer
2018-09-08Bump NMBCLUSTERS to a more reasonable 256MB instead of the tiny 4MB.Claudio Jeker
2018-09-08Split the pf(4) fragment reassembly queue into smaller parts.Alexander Bluhm
2018-09-08Don't cause an error when setting the same rdomain.YASUOKA Masahiko
2018-09-07remove some unused variables and otherwise tidy up a bit.Jonathan Matthew
2018-09-07Explain the special case for redirect to localhost in a comment.Alexander Bluhm
2018-09-07clarify that goto error in alloc_all_endpoints_fixed_ep() always returnsmiko
2018-09-07move initial jack count to alloc_all_endpoints(), and reset count to zeromiko
2018-09-07Add retguard macros to cpu_switchto, setjmp, longjmp.mortimer
2018-09-06If we cannot stop the endpoint when aborting a transfer assume thatMartin Pieuchot
2018-09-06fix whitespaceJonathan Gray
2018-09-06Implement 64-bit DMA support in sdhc(4).Patrick Wildt
2018-09-06execute the same code for failure of assign_all_jacks_automatically()miko
2018-09-06sync icmp_mtudisc_clone() with icmp6_mtudisc_clone(); prompted by bluhm@miko
2018-09-05Back out 1.4, it broke thingsJoshua Stein
2018-09-05Serialize synchronous commands with a rwlock.Martin Pieuchot
2018-09-05factor error code in icmp6_mtudisc_clone(); ok kn@ florian@miko
2018-09-05Add defines for dealing with PCID support in cr3Philip Guenther
2018-09-04Forgot to rename pf_frent_holes() prototype in previous commit.Alexander Bluhm
2018-09-04Avoid traversing the list of fragment entris to check whether theAlexander Bluhm
2018-09-04kevent: Don't poll for nonzero timeouts < 1us.cheloha
2018-09-03regenJoshua Stein
2018-09-03add another toshiba nvmeJoshua Stein
2018-09-03Remove round_buffersize function from drivers using the default buffersizemiko
2018-09-01Match on interfaces with Digitizers/Touchscreen collections, as longJoshua Stein
2018-09-01For touchscreen devices, use the first HUG_X/Y usage pages foundJoshua Stein
2018-09-01Fix errno for post-lock unveil callsTheo de Raadt
2018-09-01Make 'ifconfig nwid' override 'ifconfig join'.Stefan Sperling
2018-09-01Recognize more talker IDs when parsing NMEA RMC messagesLandry Breuil