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