Age | Commit message (Expand) | Author |
2016-09-20 | Use splsoftassert() together with IPL_SOFTNET. On alpha and m88k | Alexander Bluhm |
2016-09-20 | sync the description of -q with that of cksum.1; | Jason McIntyre |
2016-09-20 | Mostly cosmetic tweaks to macros involved in iwm(4) power-saving features. | Stefan Sperling |
2016-09-20 | Add some spl softnet assertions that will help us to find the right | Alexander Bluhm |
2016-09-20 | we will also want the echo timing paramater | Peter Hessler |
2016-09-20 | build the ramdisk version of route(8) with SMALL | Peter Hessler |
2016-09-20 | Not needed anymore | Mike Belopuhov |
2016-09-20 | Switch to the new NDIS header | Mike Belopuhov |
2016-09-20 | Add a new NDIS header | Mike Belopuhov |
2016-09-20 | Add a missing status define | Mike Belopuhov |
2016-09-20 | Attach event counter | Mike Belopuhov |
2016-09-20 | Add an API to hook up event counters | Mike Belopuhov |
2016-09-20 | Support a few more relocations, most notably R_ARM_MOVW_ABS_NC and | Mark Kettenis |
2016-09-20 | Rewrite awkward phrase, pointed out by Bryan Vyhmeister, wording tweak | Stuart Henderson |
2016-09-20 | sort; | Jason McIntyre |
2016-09-20 | some fixes from rob pierce; ok yasuoka | Jason McIntyre |
2016-09-20 | one too many close parentheses | Jasper Lievisse Adriaanse |
2016-09-20 | mention SAS3 devices | Jonathan Matthew |
2016-09-20 | Add $OpenBSD tag | Philip Guenther |
2016-09-20 | Avoid selecting weak digests for (EC)DH when using SNI. | Brent Cook |
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 |