summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-20Use splsoftassert() together with IPL_SOFTNET. On alpha and m88kAlexander Bluhm
2016-09-20sync the description of -q with that of cksum.1;Jason McIntyre
2016-09-20Mostly cosmetic tweaks to macros involved in iwm(4) power-saving features.Stefan Sperling
2016-09-20Add some spl softnet assertions that will help us to find the rightAlexander Bluhm
2016-09-20we will also want the echo timing paramaterPeter Hessler
2016-09-20build the ramdisk version of route(8) with SMALLPeter Hessler
2016-09-20Not needed anymoreMike Belopuhov
2016-09-20Switch to the new NDIS headerMike Belopuhov
2016-09-20Add a new NDIS headerMike Belopuhov
2016-09-20Add a missing status defineMike Belopuhov
2016-09-20Attach event counterMike Belopuhov
2016-09-20Add an API to hook up event countersMike Belopuhov
2016-09-20Support a few more relocations, most notably R_ARM_MOVW_ABS_NC andMark Kettenis
2016-09-20Rewrite awkward phrase, pointed out by Bryan Vyhmeister, wording tweakStuart Henderson
2016-09-20sort;Jason McIntyre
2016-09-20some fixes from rob pierce; ok yasuokaJason McIntyre
2016-09-20one too many close parenthesesJasper Lievisse Adriaanse
2016-09-20mention SAS3 devicesJonathan Matthew
2016-09-20Add $OpenBSD tagPhilip Guenther
2016-09-20Avoid selecting weak digests for (EC)DH when using SNI.Brent Cook
2016-09-20Add check_sym, a utility for checking shared libraries for symbol changesPhilip Guenther
2016-09-20whitespace fixes, no functional changeDavid Gwynne
2016-09-19We don't need cross-unwinding support,Mark Kettenis
2016-09-19Make this build again.Mark Kettenis
2016-09-19We definitely want to use arc4random() on OpenBSD.Mark Kettenis
2016-09-19ansify function definitionsJasper Lievisse Adriaanse
2016-09-19use a shell glob wildcard, that's clearer than an out of scope variableTed Unangst
2016-09-19Replace an exit(3) call in main() with a return to enable the stackAlexander Bluhm
2016-09-19Add pledge support to pstatTheo Buehler
2016-09-19Fix pstat -ft. In presence of the -f flag, a logic error in ttymode()Theo Buehler
2016-09-19move inbound NEWKEYS handling to kex layer; otherwise early NEWKEYS causesMarkus Friedl
2016-09-19Add OpenBSD RCS id.Alexander Bluhm
2016-09-19convert bcopy to memcpy. from david hillTed Unangst
2016-09-19convert bcopy to memcpy. from david hill.Ted Unangst
2016-09-19convert bcopy to memcpy. from david hill. ok jcaTed Unangst
2016-09-19Update for bcrypt pbkdf.Joel Sing
2016-09-19fix whitespace at EOLJasper Lievisse Adriaanse
2016-09-19Switch softraid crypto from PKCS5 PBKDF2 to bcrypt PBKDF.Joel Sing
2016-09-19Correctly check for valid maximum packet size.Martin Pieuchot
2016-09-19For incomming connections keep the TF_NOPUSH flag if TCP_NOPUSH wasAlexander Bluhm
2016-09-19Remove some mvmeppc leftovers.Visa Hankala
2016-09-19Replace duplicated VLAN injection code with the standard vlan_inject()Rafael Zalamena
2016-09-19put the spkac section in the right place;Jason McIntyre
2016-09-19shorten verify;Jason McIntyre
2016-09-19the pf.conf sample should refer to group _tftp_proxy, not proxy;Jason McIntyre
2016-09-19gmtime_r() should return NULL on failure, not the struct tm * resultTodd C. Miller
2016-09-19Don't build saveFP/restFP for powerpc. Not needed on OpenBSD.Pascal Stumpf
2016-09-19Add PowerPC backend build infrastructure.Pascal Stumpf
2016-09-19Add non-VFP arm-specific code.Mark Kettenis
2016-09-19Add -nostdinc++ like the original CMakeLists.txt does. Fixes bulding withMark Kettenis