summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-27Fix this test after the recent Unicode update in OpenBSD base.Ingo Schwarze
2020-02-26no need to go through RETERR when we return a constantFlorian Obser
2020-02-26In preparation of compiling lib/dns/rdata/ files individually we needFlorian Obser
2020-02-26In preparation of compiling lib/dns/rdata/ files individually we needFlorian Obser
2020-02-26Always printing unknown types as TYPE%u and not sometimes as %uFlorian Obser
2020-02-26Rewrite dns_rdatatype_fromtext to use a binary search over a staticFlorian Obser
2020-02-26add 6.8 base keyTheo de Raadt
2020-02-26syncTheo de Raadt
2020-02-26Numeric values are in the [0:1] range, not [0:127]Alexandre Ratchov
2020-02-26End the first example in a colonAlexandre Ratchov
2020-02-26Sync usage string and SYNOPSYS to what the code does.Alexandre Ratchov
2020-02-26Fix .Dt line and copyright year.Alexandre Ratchov
2020-02-26Rx interrupt handling can lead to a race where the interrupt is handledtobhe
2020-02-26Remove non-__STDC__ assert macros from <lib/libkern/libkern.h>.Visa Hankala
2020-02-26Add sndioctl utility to control audio parameters exposed by sndiod.Alexandre Ratchov
2020-02-26Release the file descriptor table lock before calling closef()Visa Hankala
2020-02-26Add API to control audio device parameters exposed by sndiod.Alexandre Ratchov
2020-02-26change explicit_bzero();free() to freezero()Jonathan Gray
2020-02-26Have sftp reject "-1" in the same way as ssh(1) and scp(1) do insteadDarren Tucker
2020-02-26vmm(4): check page boundaries for pvclock structpd
2020-02-26vmm(4): tighten rdmsr on svmpd
2020-02-26ugly spaces offended meTheo de Raadt
2020-02-26Remove obsolete XXX comment. ok deraadt@Darren Tucker
2020-02-25syncTheo de Raadt
2020-02-25use timingsafe_bcmp and get rid of now unused safe.cFlorian Obser
2020-02-25use freezero() rather that explicit_bzero() when free() is immediatelyTheo de Raadt
2020-02-25fsqueue_envelope_dump() returns 0 on temporary failure, not -1.Todd C. Miller
2020-02-25traditional nslookup would not fatal if the server name was undiscoverable.Theo de Raadt
2020-02-25Start the SMR thread when all CPUs are ready for scheduling. ThisVisa Hankala
2020-02-25malloc(a * b) -> reallocarray(NULL, a, b)Theo de Raadt
2020-02-25Fix a mistake in context documentation of smr_barrier() and smr_flush().Visa Hankala
2020-02-25sleep(1): style(9) and other dustingcheloha
2020-02-25httpd: allow $REQUEST_SCHEME in redirect targets, ok jung@ florian@Stuart Henderson
2020-02-25Make bwfm(4) call if_input() only once per interrupt.Patrick Wildt
2020-02-25unused fileFlorian Obser
2020-02-25Keep function definitions in a single place.Martin Pieuchot
2020-02-25declare isc_appctx_t once where it is usedJonathan Gray
2020-02-25Do not generate dns_rdatatype_attributes and dns_rdatatype_totext.Florian Obser
2020-02-25Prevent buffer overflows by not assuming the report length, given byMartin Pieuchot
2020-02-25sort previous, and shorten the text; ok dlg yasuokaJason McIntyre
2020-02-25reduce multiple newlinesJonathan Gray
2020-02-25remove some unused typedefsJonathan Gray
2020-02-25remove some unused definesJonathan Gray
2020-02-25pcic(4): i82365.c: tsleep(9) -> tsleep_nsec(9)cheloha
2020-02-24Cast argument of ctype(3) macros to unsigned char, not int.Todd C. Miller
2020-02-24Marc Espie reported that "man p*ipc" displayed the perlipc(1) manual.Ingo Schwarze
2020-02-24Stop generating rdatastruct.h and put the dns_rdata_* structs forFlorian Obser
2020-02-24Bump version to 6.6.4 for errata and to match -portable.Todd C. Miller
2020-02-24Delete a few more fromstruct_*, tostruct_* and freestruct_* functionsFlorian Obser
2020-02-24We only need to create cname, ns, soa and tsig structs.Florian Obser