Age | Commit message (Expand) | Author |
2016-09-20 | Add check_sym, a utility for checking shared libraries for symbol changes | Philip Guenther |
2016-09-20 | whitespace fixes, no functional change | David Gwynne |
2016-09-19 | We don't need cross-unwinding support, | Mark Kettenis |
2016-09-19 | Make this build again. | Mark Kettenis |
2016-09-19 | We definitely want to use arc4random() on OpenBSD. | Mark Kettenis |
2016-09-19 | ansify function definitions | Jasper Lievisse Adriaanse |
2016-09-19 | use a shell glob wildcard, that's clearer than an out of scope variable | Ted Unangst |
2016-09-19 | Replace an exit(3) call in main() with a return to enable the stack | Alexander Bluhm |
2016-09-19 | Add pledge support to pstat | Theo Buehler |
2016-09-19 | Fix pstat -ft. In presence of the -f flag, a logic error in ttymode() | Theo Buehler |
2016-09-19 | move inbound NEWKEYS handling to kex layer; otherwise early NEWKEYS causes | Markus Friedl |
2016-09-19 | Add OpenBSD RCS id. | Alexander Bluhm |
2016-09-19 | convert bcopy to memcpy. from david hill | Ted Unangst |
2016-09-19 | convert bcopy to memcpy. from david hill. | Ted Unangst |
2016-09-19 | convert bcopy to memcpy. from david hill. ok jca | Ted Unangst |
2016-09-19 | Update for bcrypt pbkdf. | Joel Sing |
2016-09-19 | fix whitespace at EOL | Jasper Lievisse Adriaanse |
2016-09-19 | Switch softraid crypto from PKCS5 PBKDF2 to bcrypt PBKDF. | Joel Sing |
2016-09-19 | Correctly check for valid maximum packet size. | Martin Pieuchot |
2016-09-19 | For incomming connections keep the TF_NOPUSH flag if TCP_NOPUSH was | Alexander Bluhm |
2016-09-19 | Remove some mvmeppc leftovers. | Visa Hankala |
2016-09-19 | Replace duplicated VLAN injection code with the standard vlan_inject() | Rafael Zalamena |
2016-09-19 | put the spkac section in the right place; | Jason McIntyre |
2016-09-19 | shorten verify; | Jason McIntyre |
2016-09-19 | the pf.conf sample should refer to group _tftp_proxy, not proxy; | Jason McIntyre |
2016-09-19 | gmtime_r() should return NULL on failure, not the struct tm * result | Todd C. Miller |
2016-09-19 | Don't build saveFP/restFP for powerpc. Not needed on OpenBSD. | Pascal Stumpf |
2016-09-19 | Add PowerPC backend build infrastructure. | Pascal Stumpf |
2016-09-19 | Add non-VFP arm-specific code. | Mark Kettenis |
2016-09-19 | Add -nostdinc++ like the original CMakeLists.txt does. Fixes bulding with | Mark Kettenis |
2016-09-19 | sigh, correct typo | Peter Hessler |
2016-09-19 | ``bMaxPacketSize'' is reported as a power of 2 for super speed devices | Martin Pieuchot |
2016-09-19 | do a better job of setting "last state" | Peter Hessler |
2016-09-19 | Fix 'const char *' qualifier removal warning by casting it out with | Rafael Zalamena |
2016-09-19 | send a nice diagnostic reason when we destroy all bfd interfaces (reboot) | Peter Hessler |
2016-09-19 | remove a bunch of noisy implementation-helper printfs | Peter Hessler |
2016-09-19 | Replace two more arc4random() loops with arc4random_buf(). | Martin Natano |
2016-09-19 | once again, fix the bfd state-machine. this time, tested against a | Peter Hessler |
2016-09-19 | Only allow standard dot notation for IPv4 addresses. | Florian Obser |
2016-09-19 | Only allow standard dot notation for IPv4 addresses as target. | Florian Obser |
2016-09-19 | Remove unused getdev() audio driver functions. | Alexandre Ratchov |
2016-09-19 | Update ld search path for libssl/libcrypto, fixes cross-build after source mo... | Brent Cook |
2016-09-19 | sync | Theo de Raadt |
2016-09-18 | If the APIC table (MADT) isn't present then ci_acpi_proc_id won't be set | Philip Guenther |
2016-09-18 | On arm, set the "triple" to armv7-unknown-openbsdX.Y-gnueabi. This makes the | Mark Kettenis |
2016-09-18 | tweak previous; | Jason McIntyre |
2016-09-18 | fix build | Theo de Raadt |
2016-09-18 | Add manual for octuctl(4); from Rafael Neves <rafael at diskless dot io>. | Ingo Schwarze |
2016-09-18 | The libedit regress tests require header files generated during the | Alexander Bluhm |
2016-09-18 | apply the canary to the correct variable | Peter Hessler |