Age | Commit message (Expand) | Author |
2019-10-25 | make whitespace in the IPPROTO defines consistent. no functional change. | David Gwynne |
2019-10-25 | +#define IPPROTO_UDPLITE 136, as per RFC 3828 and the IANA allocation | David Gwynne |
2019-10-25 | Add retguard for octeon/mips64. | mortimer |
2019-10-24 | Test the old ioctl(2) for interface addresses SIOCSIFADDR, | Alexander Bluhm |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-10-24 | Delete unused support for relocations that don't require alignment. | Philip Guenther |
2019-10-24 | Fix ifconfig(8) compiler warnings regarding variable "name" reuse. | Alexander Bluhm |
2019-10-24 | Service names are still resolved with -n | kn |
2019-10-24 | Provide ASN1_TYPE_{,un}pack_sequence(). | Joel Sing |
2019-10-16 | Test various combinations of setting interface addresses with | Alexander Bluhm |
2019-10-24 | Provide RSA_OAEP_PARAMS along with ASN.1 encoding/decoding. | Joel Sing |
2019-10-24 | sync | Theo Buehler |
2019-10-24 | Bump libcrypto, libssl and libtls majors due to changes in struct sizes | Joel Sing |
2019-10-24 | Add RSA_PSS_PARAMS pointer to RSA struct. | Joel Sing |
2019-10-24 | Add maskHash field to RSA_PSS_PARAMS. | Joel Sing |
2019-10-24 | Provide RSA_pkey_ctx_ctrl(). | Joel Sing |
2019-10-24 | Add EVP_PKEY_RSA_PSS. | Joel Sing |
2019-10-24 | sync | Theo de Raadt |
2019-10-24 | add missing unveil of /etc/shells; ok benno@ deraadt@ mestre@ tb@ | anton |
2019-10-24 | Print IP address in verbose mode | job |
2019-10-24 | The ber_* namespace is used by liblber since time immemorial, | Theo Buehler |
2019-10-24 | Backout previous synch.h commit (r1.5, "Use process-private futexes to avoid | Stuart Henderson |
2019-10-24 | Fix typo. From Andre Stoebe. | Mark Kettenis |
2019-10-24 | Enable sxisid(4) | Mark Kettenis |
2019-10-24 | Allow the caller of asr functions to create and use a specific context. | Otto Moerbeek |
2019-10-24 | Make log tick interval independent of hz and reduce the frequency | Visa Hankala |
2019-10-23 | Fix swapped default values of adaptive.start and adaptive.end timeouts | kn |
2019-10-23 | Enable sxisid(4). | Mark Kettenis |
2019-10-23 | sxisid(4) | Mark Kettenis |
2019-10-23 | Add sxisid(4), a driver to read the on-chip eFuses written by | Mark Kettenis |
2019-10-23 | sync | Theo de Raadt |
2019-10-23 | Kernel is missing propper input validation when configuring addresses. | Alexander Bluhm |
2019-10-23 | Prefer the size-independent ELF identifiers over the size-specific ones. | Philip Guenther |
2019-10-23 | Unexport __floatundidf. | Mark Kettenis |
2019-10-23 | list -N before -n in the options list; | Jason McIntyre |
2019-10-23 | retract 1.151, now that ftp reports the failing url itself. | Theo de Raadt |
2019-10-23 | Add new -N name option, so that calling scripts can change the | Theo de Raadt |
2019-10-23 | adapt to new ftp(1) retrieving error messages | Theo de Raadt |
2019-10-23 | change some error reports to include the failing URL (which we vis, in | Theo de Raadt |
2019-10-23 | Document Any key, from Jason Felice. | Nicholas Marriott |
2019-10-23 | There used to be three possible return values from sd_get_parms(), but | Kenneth R Westerback |
2019-10-23 | Revert previous, which works for -N case but causes regress failures | Bob Beck |
2019-10-23 | Update to tzdata2019b from www.iana.org. Major changes: | Todd C. Miller |
2019-10-23 | Use baseboard specific vendor, product and serial strings for DMI_BOARD_* | Jonathan Gray |
2019-10-23 | store specific strings for smbios baseboard vendor, product and serial | Jonathan Gray |
2019-10-23 | Provide hw.serialno using the root node's serial-number property. | Patrick Wildt |
2019-10-23 | Use the existing code in format.c to add foramts for word and line at | Nicholas Marriott |
2019-10-23 | Rewrite the time validity check for mfts. Using ASN1_GENERALIZEDTIME_print | Claudio Jeker |
2019-10-22 | Fix white spaces and use __func__ in printf(). | Alexander Bluhm |
2019-10-22 | struct proc: change ps_start from utc time to uptime | cheloha |