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