| Commit message (Expand) | Author | Files | Lines |
2019-06-14 | for public key authentication, check AuthorizedKeysFiles files before |  djm | 1 | -11/+18 |
2019-06-14 | if passed a bad fd, log what it was |  djm | 1 | -2/+2 |
2019-06-13 | Use the right client when working out where to save or load the buffer, |  nicm | 2 | -4/+4 |
2019-06-13 | Do not crash if the environment variable is present but empty. |  nicm | 1 | -2/+2 |
2019-06-13 | Use PWAIT instead of PUSER in exit1(). |  mpi | 1 | -2/+2 |
2019-06-13 | free(9) sizes for buffers. |  mpi | 1 | -4/+4 |
2019-06-13 | free(9) sizes. |  mpi | 1 | -4/+3 |
2019-06-13 | tweak previous; |  jmc | 1 | -3/+3 |
2019-06-13 | Do not consider the pipe as halted if the device is gone. |  mpi | 1 | -1/+3 |
2019-06-13 | When tcp_close() is running in parallel with fill_file(), the kernel |  bluhm | 1 | -2/+17 |
2019-06-13 | Do memory size calculations as unsigned long. Otherwise |  bluhm | 1 | -2/+2 |
2019-06-13 | Set the cursor x at the same time as changing the y or the end of line |  nicm | 1 | -5/+5 |
2019-06-13 | Add regular expression support for the format search, match and |  nicm | 6 | -67/+240 |
2019-06-13 | su(I) goes back all the way to v1: |  schwarze | 1 | -4/+4 |
2019-06-13 | extend the resolver interface to delegate res_query() calls to the lka. |  eric | 5 | -8/+107 |
2019-06-13 | In arp_rtrequest and nd6_rtrequest return early if the RTF_MPLS flag is |  claudio | 2 | -4/+5 |
2019-06-13 | Copy the user provided sockaddr into a normalized sockaddr in rtrequest() |  claudio | 5 | -20/+67 |
2019-06-13 | Add more options to pkcs12 and smime in appstest.sh |  inoguchi | 1 | -10/+13 |
2019-06-13 | vmm(4): Pass through CPUID function/leaf 0x16 for processor speed. |  mlarkin | 1 | -8/+6 |
2019-06-13 | the rx drops field is 8 bits (and a 24 bit flow tag), not 32 bits. |  dlg | 1 | -2/+3 |
2019-06-12 | The output of line info in the line.log file now contains the |  lum | 1 | -5/+16 |
2019-06-12 | change "ssl" to "tls" in various identifiers. |  eric | 9 | -126/+126 |
2019-06-12 | tweak previous; |  jmc | 1 | -2/+7 |
2019-06-12 | Hostname->HostName cleanup; from lauri tirkkonen |  jmc | 7 | -22/+22 |
2019-06-12 | Set malloc_options in global scope with an initializer. |  bluhm | 2 | -10/+8 |
2019-06-12 | these were moved to key.[ch] in previous commit |  gilles | 2 | -0/+0 |
2019-06-12 | use acme-client to sign certificated with ecdsa keys |  gilles | 12 | -132/+229 |
2019-06-12 | add missing backlinks to ssl(3) |  schwarze | 31 | -64/+100 |
2019-06-12 | Do not use $TMUX to find the session because for windows in multiple |  nicm | 1 | -65/+10 |
2019-06-12 | List all 17 SSL pages that were missing. |  schwarze | 1 | -51/+89 |
2019-06-12 | Pass target on to new commands with if -F. |  nicm | 1 | -7/+8 |
2019-06-12 | when "login" is not specified, "root" is used; |  schwarze | 1 | -2/+7 |
2019-06-12 | Do not always resize the window back to its original size after applying |  nicm | 1 | -5/+2 |
2019-06-12 | A note about log.c. |  lum | 1 | -1/+11 |
2019-06-12 | deraadt noticed some inconsistency in the way we denote the "Hostname" and |  jmc | 2 | -10/+10 |
2019-06-12 | Fix init of syslog for childs and teach dns process about synced state. |  otto | 6 | -30/+39 |
2019-06-12 | a few cleanups and simplifications possible now that static pw is gone. |  tedu | 1 | -12/+11 |
2019-06-12 | Set interrupt moderation on the completion queue for around 10000 |  jmatthew | 1 | -2/+8 |
2019-06-11 | Disable junking with malloc options. If set, the test hangs on low |  bluhm | 1 | -2/+5 |
2019-06-11 | Fix typo which resulted in a segfault in ebgp multihop setups. |  florian | 1 | -2/+2 |
2019-06-11 | fix bogus cross references: there is no ELF(3) manual page; |  schwarze | 1 | -4/+4 |
2019-06-11 | do not use plain-text ELF(3) to reference page titles, use .Nm or .Xr.: |  schwarze | 6 | -16/+34 |
2019-06-11 | make things slightly less insane: |  espie | 1 | -25/+23 |
2019-06-11 | Do not access a NULL pointer if a table contains a horizontal line |  schwarze | 4 | -7/+110 |
2019-06-11 | Remove unused scheduler related definitions. |  mpi | 5 | -19/+5 |
2019-06-11 | regen |  jcs | 13 | -26/+39 |
2019-06-11 | make 10 wsmouse devices |  jcs | 1 | -2/+2 |
2019-06-11 | consistent lettering for "HostName" keyword; from lauri tirkkonen |  jmc | 1 | -3/+3 |
2019-06-11 | Do not resize panes unless they are in an attached, active window. From |  nicm | 1 | -2/+9 |
2019-06-11 | drm: don't block fb changes for async plane updates |  jsg | 2 | -10/+20 |