Age | Commit message (Expand) | Author |
2019-03-10 | rename CRYPTO_set_locking_callback.3 to CRYPTO_lock.3 | Ingo Schwarze |
2019-03-10 | delete functions from the manual page that do nothing in LibreSSL | Ingo Schwarze |
2019-03-10 | delete whitespace before a full stop on a text line; | Ingo Schwarze |
2019-03-10 | Use SMR instead of reference counting for session reclamation. | Visa Hankala |
2019-03-10 | fix two wrong comments | Mike Larkin |
2019-03-10 | missing newline in a printf | Mike Larkin |
2019-03-10 | vmm(4): add a debug printf if the host does not have writeback memory | Mike Larkin |
2019-03-09 | tc_windup: read active timecounter once at function start. | cheloha |
2019-03-09 | remove free() before exit() from main(), in ongoing work to make | Sebastian Benoit |
2019-03-09 | Mention mandoc.db(5), makewhatis(8), and weekly(8). | Ingo Schwarze |
2019-03-09 | use temporary strings for calls to basename(), because it may change | Sebastian Benoit |
2019-03-09 | Unbreak 'announce inet none' which was actually clearing way too much. | Claudio Jeker |
2019-03-09 | Use READ_ONCE() and WRITE_ONCE() in <sys/smr.h>. | Visa Hankala |
2019-03-09 | Add macros READ_ONCE() and WRITE_ONCE(). They constrain optimizations | Visa Hankala |
2019-03-08 | fix dirname usage in acme-client: dirname() can modify its argument | Sebastian Benoit |
2019-03-08 | Do not grab a `bif' pointer again, we already have it. | Martin Pieuchot |
2019-03-08 | Move the tag mechanism outside of net/if_bridge.c. | Martin Pieuchot |
2019-03-08 | remove a sentence that was once helpful when dirname.3 and basename.3 | Sebastian Benoit |
2019-03-08 | fix use-after-free in ssh-pkcs11; found by hshoexer w/AFL | Markus Friedl |
2019-03-08 | the previous hkey version check was not accurate enough, so try the | Joshua Stein |
2019-03-08 | Update Spleen kernel fonts to the latest released version, bringing | Frederic Cambus |
2019-03-08 | Make the mode used to view command output (a variant of copy mode) use | Nicholas Marriott |
2019-03-08 | Do not use window mode entry after free. | Nicholas Marriott |
2019-03-07 | Add a separate mode struct for the active window mode if any. | Nicholas Marriott |
2019-03-07 | Tidy changing the mode into window_copy_init_for_output. | Nicholas Marriott |
2019-03-07 | Make adding mode formats a function pointer as well. | Nicholas Marriott |
2019-03-07 | Clarify that VM names must start with a letter | kn |
2019-03-07 | update the error message for the interactive 'n' command to show that | Jason McIntyre |
2019-03-07 | use colons before showing examples; while here, replace the \*( char sequences; | Jason McIntyre |
2019-03-07 | Return early in ucode loading if cpuid is not available. Should fix | Jonathan Gray |
2019-03-07 | Remove pfctl_*_pool() remnants | kn |
2019-03-07 | When accessing the child address cells make sure to use the size for | Patrick Wildt |
2019-03-07 | Do a better job at cleaning up the config on shutdown. Remove bits that | Claudio Jeker |
2019-03-06 | Move checks for lists of users or groups into their own function. | Darren Tucker |
2019-03-06 | Reset last-seen time when sending a keepalive. Prevents sending two | Darren Tucker |
2019-03-06 | Fix once rules | kn |
2019-03-06 | Simplify startup code, various phases are heading straight towards exit | Theo de Raadt |
2019-03-06 | explicitly unmask keyboard brightness and screen brightness events | Joshua Stein |
2019-03-06 | thinkpad_[gs]et_backlight -> thinkpad_[gs]et_kbd_backlight | Joshua Stein |
2019-03-06 | When linking libLLVM.a in clang and lld include it within the | Jonathan Gray |
2019-03-06 | drop redundant '0' flag from "%02.2X" format string; | Ingo Schwarze |
2019-03-06 | man.cgi also needs to link arch.o; forgotten in rev. 1.116 | Ingo Schwarze |
2019-03-06 | Ignore rx interrupts if the interface isn't supposed to be running. | Jonathan Matthew |
2019-03-06 | Revert revision 1.91. It results in significant log spam when | Theo Buehler |
2019-03-06 | Define LLVM_NATIVE_* in llvm-config.h like the result of a cmake | Jonathan Gray |
2019-03-06 | Typo in comment. | Theo Buehler |
2019-03-06 | increase dirhash mem a bit since very tiny machines are less common. | Ted Unangst |
2019-03-05 | install*.{fs,iso} get larger due to clang library changes | Theo de Raadt |
2019-03-05 | Allow make obj in libLLVM to succeed on non-LLVM architectures by | Patrick Wildt |
2019-03-05 | Make sure pointer is within bounds before dereferencing it. | anton |