summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-03unused variabledjm1-2/+2
2021-04-03Fix two problems in string->argv conversion: 1) multiple backslashesdjm1-7/+4
2021-04-02Remove superflouus mmcpy()dv1-2/+1
2021-04-02In http_connect() if the connect was actually successful break out of theclaudio1-6/+17
2021-04-02info gotten via getnameinfo in http_connect() is not used anymore, it isderaadt1-7/+1
2021-04-02Two cases of BRE involving counts and backrefs that go wrong andotto1-1/+16
2021-04-02Include the default cert.pem file path in tls_load_file error message.claudio1-2/+2
2021-04-02Show DTLS1.2 message with openssl(1) s_server and s_clientinoguchi1-2/+6
2021-04-02Don't leak the uri of a delta with duplicate serial.tb1-1/+3
2021-04-02swap rname and mname in debug output, and handle the USE_CD flageric1-3/+4
2021-04-02configyyrename.h is no longer needed with the switch to flex -P c_.florian1-124/+0
2021-04-02Implement ZONEMD (RFC8976), based on DS (ds_43.c)florian3-2/+124
2021-04-02if cipher list is not specified for a relay action, use the globaleric1-3/+6
2021-04-02fix sentence structure;jmc1-3/+3
2021-04-02tweak previous;jmc1-3/+4
2021-04-02fix typo + some whitespacetb1-5/+5
2021-04-02Fix Dale's email addresstb4-8/+8
2021-04-02syncderaadt6-21/+21
2021-04-02don't put ptys onto the ramdisk mediaderaadt6-14/+7
2021-04-02Indent struct members like everywhere else.tb1-6/+6
2021-04-02Document ioctl(2)'s for vmm(4). OK kn@.dv1-2/+43
2021-04-01Update manpage about RRDPjob1-4/+10
2021-04-01update currency exchange rates;jmc1-39/+39
2021-04-01sort options list;jmc1-6/+6
2021-04-01spellingderaadt1-2/+2
2021-04-01Sort usage: rR -> Rrtb1-2/+2
2021-04-01RRDP is currently off by default.claudio1-1/+2
2021-04-01Tweak log_debug() verbiage to reduce repetitive infokrw1-21/+44
2021-04-01Initial commit of RRDP (The RPKI Repository Delta Protocol - RFC8182) supportclaudio10-450/+3252
2021-04-01For the snprintf range check demo, add a (size_t) cast in the right placederaadt1-3/+3
2021-04-01Also immediately accept the *first* OFFER if it matches the requested address,krw1-2/+5
2021-04-01Clean up nonexistent/unused properties handlingkn1-12/+1
2021-04-01Remove extraneous call of vm_getbyvmid during pause eventdv1-2/+1
2021-04-01Abate superfluous lines from remote serversjob1-1/+2
2021-04-01Compare the pointer variable explicitly with NULL in if conditioninoguchi1-18/+17
2021-04-01Hardcode meaningful alert level, track apm's battery state betterkn1-23/+7
2021-04-01merge NSD 4.3.6rc1sthen38-653/+995
2021-04-01import NSD 4.3.6rc1, tested by me and florian@sthen2-15/+34
2021-04-01Push kernel lock down to umb_rtrequest().mvs1-1/+3
2021-04-01Make build_crls() behave like build_chain(). If there is not auth dataclaudio1-9/+12
2021-04-01Do a better job at cleaning up. Remove empty directories, scan not only theclaudio2-47/+78
2021-04-01Add encoding.c to the various build targetsclaudio1-6/+8
2021-04-01Change search-again with vi keys to work like actual vi(1), also somenicm1-51/+162
2021-04-01Move base64 and hex encoding functions into their own place.claudio5-68/+103
2021-04-01Missing commas, from Vipul Kumar.nicm1-4/+4
2021-03-31Use new limits@openssh.com protocol extension to let the client selectdjm3-18/+115
2021-03-31cannot effectively test posix-rename extension after changes indjm1-8/+10
2021-03-31do not advertise protocol extensions that have been disallowed bydjm1-33/+53
2021-03-31Set 'select_timeout' to 'now' when an OFFER is received for the IP addresskrw1-1/+2
2021-03-31Add two missing checks for strdup() returning NULL.krw1-1/+5