summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diff.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-14for public key authentication, check AuthorizedKeysFiles files beforedjm1-11/+18
2019-06-14if passed a bad fd, log what it wasdjm1-2/+2
2019-06-13Use the right client when working out where to save or load the buffer,nicm2-4/+4
2019-06-13Do not crash if the environment variable is present but empty.nicm1-2/+2
2019-06-13Use PWAIT instead of PUSER in exit1().mpi1-2/+2
2019-06-13free(9) sizes for buffers.mpi1-4/+4
2019-06-13free(9) sizes.mpi1-4/+3
2019-06-13tweak previous;jmc1-3/+3
2019-06-13Do not consider the pipe as halted if the device is gone.mpi1-1/+3
2019-06-13When tcp_close() is running in parallel with fill_file(), the kernelbluhm1-2/+17
2019-06-13Do memory size calculations as unsigned long. Otherwisebluhm1-2/+2
2019-06-13Set the cursor x at the same time as changing the y or the end of linenicm1-5/+5
2019-06-13Add regular expression support for the format search, match andnicm6-67/+240
2019-06-13su(I) goes back all the way to v1:schwarze1-4/+4
2019-06-13extend the resolver interface to delegate res_query() calls to the lka.eric5-8/+107
2019-06-13In arp_rtrequest and nd6_rtrequest return early if the RTF_MPLS flag isclaudio2-4/+5
2019-06-13Copy the user provided sockaddr into a normalized sockaddr in rtrequest()claudio5-20/+67
2019-06-13Add more options to pkcs12 and smime in appstest.shinoguchi1-10/+13
2019-06-13vmm(4): Pass through CPUID function/leaf 0x16 for processor speed.mlarkin1-8/+6
2019-06-13the rx drops field is 8 bits (and a 24 bit flow tag), not 32 bits.dlg1-2/+3
2019-06-12The output of line info in the line.log file now contains thelum1-5/+16
2019-06-12change "ssl" to "tls" in various identifiers.eric9-126/+126
2019-06-12tweak previous;jmc1-2/+7
2019-06-12Hostname->HostName cleanup; from lauri tirkkonenjmc7-22/+22
2019-06-12Set malloc_options in global scope with an initializer.bluhm2-10/+8
2019-06-12these were moved to key.[ch] in previous commitgilles2-0/+0
2019-06-12use acme-client to sign certificated with ecdsa keysgilles12-132/+229
2019-06-12add missing backlinks to ssl(3)schwarze31-64/+100
2019-06-12Do not use $TMUX to find the session because for windows in multiplenicm1-65/+10
2019-06-12List all 17 SSL pages that were missing.schwarze1-51/+89
2019-06-12Pass target on to new commands with if -F.nicm1-7/+8
2019-06-12when "login" is not specified, "root" is used;schwarze1-2/+7
2019-06-12Do not always resize the window back to its original size after applyingnicm1-5/+2
2019-06-12A note about log.c.lum1-1/+11
2019-06-12deraadt noticed some inconsistency in the way we denote the "Hostname" andjmc2-10/+10
2019-06-12Fix init of syslog for childs and teach dns process about synced state.otto6-30/+39
2019-06-12a few cleanups and simplifications possible now that static pw is gone.tedu1-12/+11
2019-06-12Set interrupt moderation on the completion queue for around 10000jmatthew1-2/+8
2019-06-11Disable junking with malloc options. If set, the test hangs on lowbluhm1-2/+5
2019-06-11Fix typo which resulted in a segfault in ebgp multihop setups.florian1-2/+2
2019-06-11fix bogus cross references: there is no ELF(3) manual page;schwarze1-4/+4
2019-06-11do not use plain-text ELF(3) to reference page titles, use .Nm or .Xr.:schwarze6-16/+34
2019-06-11make things slightly less insane:espie1-25/+23
2019-06-11Do not access a NULL pointer if a table contains a horizontal lineschwarze4-7/+110
2019-06-11Remove unused scheduler related definitions.mpi5-19/+5
2019-06-11regenjcs13-26/+39
2019-06-11make 10 wsmouse devicesjcs1-2/+2
2019-06-11consistent lettering for "HostName" keyword; from lauri tirkkonenjmc1-3/+3
2019-06-11Do not resize panes unless they are in an attached, active window. Fromnicm1-2/+9
2019-06-11drm: don't block fb changes for async plane updatesjsg2-10/+20