Age | Commit message (Expand) | Author |
2020-07-21 | Add pf config to block unencrypted pings. | tobhe |
2020-07-21 | Make test work with IPv6 addresses. | tobhe |
2020-07-21 | Provide GRE over transport mode example | kn |
2020-07-21 | Improve processing of lost frames during 802.11 Rx aggregation. | Stefan Sperling |
2020-07-21 | Handle TEMPORARY_FAILURE notification on IKESA rekeying. | tobhe |
2020-07-21 | Make sure to explicit_bzero() buffers holding sensitive SA data. | tobhe |
2020-07-21 | Do not bother masking IPIs in the Loongson 3A specific IPI routine. | Visa Hankala |
2020-07-21 | Fix show-buffer when run from inside tmux, GitHub issue 2314. | Nicholas Marriott |
2020-07-21 | extra garbage line found during archeology | Theo de Raadt |
2020-07-21 | acpi can use IPL_BIO (a low interrupt) since it only enqueues operations for | Theo de Raadt |
2020-07-21 | It's saa_flags, not flags. | Kenneth R Westerback |
2020-07-21 | Avoid integer underflow due to tiny snaplen | kn |
2020-07-20 | ramdisks got broken by that last diff. | Theo de Raadt |
2020-07-20 | timecounting: add missing mutex assertion to tc_update_timekeep() | cheloha |
2020-07-20 | timecounting: misc. cleanup in tc_setclock() and tc_setrealtimeclock() | cheloha |
2020-07-20 | Fix dst/src port configuration bug with multiple flows. | tobhe |
2020-07-20 | Neither is saa.ssa.pool the same as saa.saa_pool. | Kenneth R Westerback |
2020-07-20 | saa.ssa.wwpn is not the same as saa.saa_wwpn. | Kenneth R Westerback |
2020-07-20 | If closefile() is called on std{in,out,err}, freopen() /dev/null instead. | Todd C. Miller |
2020-07-20 | In closeall(), skip stdin and flush std{err,out} instead of closing. | Todd C. Miller |
2020-07-20 | cleanup ttrstrt; no functional change; ok dlg | Theo de Raadt |
2020-07-20 | improve accuracy of kexec_subr.o dependency | Theo de Raadt |
2020-07-20 | fix macro indent | Theo de Raadt |
2020-07-20 | Improve MACHINE/MACHINE_ARCH access to actually testing architectures | Theo de Raadt |
2020-07-20 | test _exit(2) rather than exit(3) [to keep things simpler], and | Theo de Raadt |
2020-07-20 | Add uvm_map_inentry call, to detect stack pivots at trap time. | Theo de Raadt |
2020-07-20 | Missed a chunk somewhere along the line. Use our_id vs our_id_b in | Kenneth R Westerback |
2020-07-20 | build powerpc version, also | Theo de Raadt |
2020-07-20 | as jmc@ points out, i missed a few instances of .Xr more 1 | Ingo Schwarze |
2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" | Kenneth R Westerback |
2020-07-20 | Sigh. Only the ptyc case should tsleep in ttyretype, since others can | Theo de Raadt |
2020-07-20 | Switch the default pager from "more -s" to "less". | Ingo Schwarze |
2020-07-20 | Mention hostid and checksum | kn |
2020-07-20 | Add a new column to wsfontload -l output, to report the number of | Frederic Cambus |
2020-07-20 | Move insertions to `if_list' out of NET_LOCK() because KERNEL_LOCK() | mvs |
2020-07-20 | Update Spleen kernel fonts to version 1.8.1, bringing the following | Frederic Cambus |
2020-07-20 | iked: fix typo in fatalx | Stuart Henderson |
2020-07-20 | Fix various whitespace and formatting issues in rasops(9). | Frederic Cambus |
2020-07-20 | KNF for multi-line comment added to iwn5000_set_gains() in previous commit. | Stefan Sperling |
2020-07-20 | Fix gain calibration for some iwn(4) devices (5000 and up). | Stefan Sperling |
2020-07-20 | Add powerpc64 to PIE_ARCH and STATICPIE_ARCH. | Mark Kettenis |
2020-07-20 | Fix a logic bug in iwn(4) which meant that automatic rate control for | Stefan Sperling |
2020-07-20 | update a comment in iwn_ampdu_tx_done following previous SSN -> SEQ change | Stefan Sperling |
2020-07-20 | Make iwn_ampdu_tx_done() record an ACK for the frame for which the hardware | Stefan Sperling |
2020-07-20 | The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags. | Stefan Sperling |
2020-07-20 | use timeout_del_barrier(9) for del_timer_sync() | Jonathan Gray |
2020-07-20 | Remove unused variable "caplen" | kn |
2020-07-20 | __main() is no longer used by any of our toolchains | Theo de Raadt |
2020-07-19 | tc_windup(): remove misleading comment about getmicrotime(9) | cheloha |
2020-07-19 | kexec_subr.S will need assym.h built beforehands | Theo de Raadt |