Age | Commit message (Expand) | Author |
2017-07-17 | Use a more compact way to compose the initial pf ruleset. | Robert Peichaer |
2017-07-17 | Now that choosing the library versions is much faster, we can do | Theo Buehler |
2017-07-17 | Fix IPv6 default router selection | Robert Peichaer |
2017-07-17 | Implement a proper hash table instead of lumping evrything into a single | Mark Kettenis |
2017-07-17 | Nuke unused variables 'deleting' and 'adding'. | Kenneth R Westerback |
2017-07-17 | Forbid overwriting a grant table entry currently in use | Mike Belopuhov |
2017-07-17 | Nuke findproto() and get_ifa(). They are unused now that | Kenneth R Westerback |
2017-07-17 | Reduce amount of CAS attempts in a busy-wait loop by a factor of 100 | Mike Belopuhov |
2017-07-17 | Pick the correct TX buffer when unrolling | Mike Belopuhov |
2017-07-17 | Reimplement mbuf/map to descriptor mapping | Mike Belopuhov |
2017-07-17 | Remove some magic formerly used to detect the presence of another | Kenneth R Westerback |
2017-07-17 | Make athn(4) send RTS frames at 2 Mbit/s again. I changed this to 1 Mbit/s | Stefan Sperling |
2017-07-17 | Use .c instead of .o here too. | Mark Kettenis |
2017-07-17 | Optimize and simplify the selection of the latest library version in | Theo Buehler |
2017-07-17 | Overhaul handling of vltime and pltime processing | Florian Obser |
2017-07-17 | Grant table entries must be disassociated once CCB is complete | Mike Belopuhov |
2017-07-17 | add support for binary sysctl payloads by handling them as hex strings. | David Gwynne |
2017-07-16 | Fix missing splx() in iwm_newstate_task(). Bug introduced 2 hours ago in r1.200. | Stefan Sperling |
2017-07-16 | Add WITNESS support | Philip Guenther |
2017-07-16 | Add comments to the definitions of iwm(4) driver-private flags. | Stefan Sperling |
2017-07-16 | Clear the framepointer (r3) in switch_trampoline to avoid faults in stack trace | Philip Guenther |
2017-07-16 | Remove the AP from iwm's firmware station table when moving out of AUTH state. | Stefan Sperling |
2017-07-16 | Some net80211 state changes are triggered by incoming frames, and it is | Stefan Sperling |
2017-07-16 | Match /clocks node on Allwinner H5. | Mark Kettenis |
2017-07-16 | The only elements using floats are dt.It-tag, so the only elements | Ingo Schwarze |
2017-07-16 | Explain the multi-touch tracking function. | Ulf Brosziewski |
2017-07-16 | Provide a new regress test for TLS extension handlers, currently covering | Joel Sing |
2017-07-16 | Start rewriting TLS extension handling. | Joel Sing |
2017-07-16 | Minor changes in the setup. | Ulf Brosziewski |
2017-07-16 | fix dates | Ingo Schwarze |
2017-07-16 | test -diag -width and -inset -width | Ingo Schwarze |
2017-07-16 | Pass the linker from make environment to makegap.sh. This is (only) | Visa Hankala |
2017-07-16 | regen | Mark Kettenis |
2017-07-16 | Update Skylake Graphics IDs. | Mark Kettenis |
2017-07-15 | add comment | Robert Peichaer |
2017-07-15 | - remove superfluous blanks from v[46]_info() output | Robert Peichaer |
2017-07-15 | Rework vlan configuration in the installer, triggered by the vlan | Robert Peichaer |
2017-07-15 | grammar was ass backwards; | Jason McIntyre |
2017-07-15 | In .Bl -tag and -hang, do not print a margin-left style attribute | Ingo Schwarze |
2017-07-15 | Remove unused variable. | Joel Sing |
2017-07-15 | use the same width increase logic for .Bl -hang as for .Bl -tag | Ingo Schwarze |
2017-07-15 | Add a "-T tlscompat" option to nc(1), which enables the use of all TLS | Joel Sing |
2017-07-15 | usingacpi might be referenced in apm only code, so adjust #if guard | Ted Unangst |
2017-07-15 | Add a test that covers the recently fixed "0x" prefix handling issue. | Joel Sing |
2017-07-15 | If -column, -diag, -inset, -item, or -ohang lists have a -width, | Ingo Schwarze |
2017-07-15 | correct left margins for different classes of definition lists | Ingo Schwarze |
2017-07-15 | Catch up with eqn.c rev. 1.41 by bentley@: | Ingo Schwarze |
2017-07-15 | sbin/pfctl: void functions and exit(3) on error | Adam Wolk |
2017-07-15 | regress/sbin/pfctl - use -n for pfcmd group | Adam Wolk |
2017-07-15 | Get rid of the device reset hack in iwm_newstate_task(). | Stefan Sperling |