summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-03ourtime should match prototype in extern.h 'change globals.h' deraad@Dale Rahn
2004-02-03Switch to using software generated extended keys (because the cpu cannotTheo de Raadt
yet generate 192 & 256 bit keys). Ensure that 192 and 256 are in the nids table. This also accelerates performance for 128 a tiny bit: type 16 bytes 64 bytes 256 bytes 1024 bytes 8192 bytes aes-128-cbc 34921.48k 129617.82k 362059.93k 623649.81k 790397.77k aes-192-cbc 26227.43k 99215.33k 283242.84k 509881.15k 665323.22k aes-256-cbc 26133.22k 97458.06k 265990.84k 457824.69k 579835.09k
2004-02-03adding tests after fixing bugs to prevent them from reapperaing gives extraHenning Brauer
karma points: tag macro expansion
2004-02-03you shall not forget committing regress fixes after fixing a bugHenning Brauer
do not test for the questionable epxansion pfctl did with half IPs
2004-02-03fix PR 3664 / jared r r spiegelHenning Brauer
we need to save the unexpanded tag/tagged strings before entering the expansion loop, and at each loop, start with the unexpanded tag, so that on subsequent loops the macros are replaced with current values and not the values from previous loop persist ryan theo ok
2004-02-03Obsoleted by getopt_long.cTodd C. Miller
2004-02-03remove non-CBC modes from the VIA code; it is all that is used at the momentTheo de Raadt
2004-02-03bring back this fluffy change, of course without the bug:Henning Brauer
== to parse v4 adresses, only use inet_net_pton when we find a /, otherwise use inet_pton. helps bob who likes to type 1.2 3.4 instead of 1.2.3.4 and wonders why this results in two addresses. PR3638, bob ok == make sure bits is either 32 or what inet_net_pton tells us, and always call set_ipmask to mask the boring bits away ok dhartmei@ mcbride@ david@
2004-02-03defer free()ing the previous peer list until after parsing the config fileHenning Brauer
so in the parser we can access it. will be needed soon.
2004-02-03new file is needed to get define early enough for other headers, addDale Rahn
OpenBSD to the comments, adjust target code to be same as netbsd, now working.
2004-02-03Use the same values on other openbsd 32 bit archs for these for now.Dale Rahn
These agree with the values used by the compiler.
2004-02-03correct psABI functions _Q_feq and friends (they return 'int' not long double);Jason Wright
pointed out by Mark Kettenis, kettenis,chello,nl
2004-02-03advertise features of our crypto chips better; ok tdevalTheo de Raadt
jason is being a slacker
2004-02-03Correct the arm ifdefs previously inserted, is working correctly now.Dale Rahn
2004-02-03Correct modf (from alpha) instead of one which doesnt compile from NetBSDDale Rahn
2004-02-03Recognize openbsd arm executables and corefiles. ok deraadt@Dale Rahn
2004-02-03config for arm, copied from powerpc/sparc ok markus@Dale Rahn
2004-02-03Remove debug print.Dale Rahn
2004-02-03Cut-n-pasto: three source files were listed twice. Caused problems onHans Insulander
mips. Problem found by todd@ Ok todd@
2004-02-03das boot; das cloned das from das i386Michael Shalayeff
2004-02-03somehow cvs revived this long dead directory, but fgs@ noticedHenning Brauer
2004-02-03no quad stuff on amd64 either; from art@Michael Shalayeff
2004-02-03grok VIA C3 xmove-* and xcrypt-* instructions; niklas okTheo de Raadt
2004-02-03repair catsMichael Shalayeff
2004-02-03If on an i386, detect existance of the VIA C3 xcrypt-* using sysctl ofTheo de Raadt
the machdep.xcrypt node. If they exist, use the xcrypt-cbc instruction to accelerate aes-{128,192,256}-cbc, for more than 100x performance increase. This code has no effect on any cpu... Tested thus far using openssl speed command, and of course, ssh. 778MB/sec AES-128-CBC performance at 8192 byte block size.
2004-02-03move VIA xcrypt-* options to specialreg.hTheo de Raadt
2004-02-02close socket on error in control_initHenning Brauer
From: Patrick Latifi <pat@eyeo.org>
2004-02-022 missing returns in error pathesHenning Brauer
From: Patrick Latifi <pat@eyeo.org>
2004-02-02PSL_XCRYPT is 0x40000000Theo de Raadt
2004-02-02trap SIGHUP, SIGINT and SIGTERM as well; input and ok millert@.Federico G. Schwindt
2004-02-02* use macro expansion instead of hardcoding 'buf'.Henning Brauer
From: Patrick Latifi <pat@eyeo.org>, claudio ok
2004-02-02as grange pointed out, BUFQ_ALLOC might failTed Unangst
2004-02-02dont let files patch themselves into existance multiple time, and useDale Rahn
the correct version.
2004-02-02remove sparcv9 code.Brad Smith
ok marc@
2004-02-02be just like gnu emacs when more than 2 files are specified on the commandVincent Labrecque
line: create a buffer list window
2004-02-02Yet another signature; reported by danh@Alexander Yurchenko
2004-02-02make the stack compile if NPF=0. ok deraadt@ markus@Cedric Berger
2004-02-02missing #if NPF > 0. ok henning@Cedric Berger
2004-02-02partially working...Dale Rahn
2004-02-02Support for UDMA2 capable SCx200 ide found on all National SemiconductorAlexander Yurchenko
SC1100 based boards (soekris net4801 e.g.). Tested both with CF cards and UDMA2 drive. Help and three (sic!) OKs from gluk@, test and ok markus@. Thanks to Wim for the soekris board.
2004-02-02gluk points out i missed tagsTed Unangst
2004-02-02spacesTheo de Raadt
2004-02-02Fix bug in the decision process. The decision process is unable to directlyClaudio Jeker
detect changes of the active prefix. This bug is only triggered when a nexthop changes state. While doing that clarify prefix_move a bit. OK henning@
2004-02-02'F'reeguard doc, as reported missing by brad. nit free thanks to jmcTed Unangst
2004-02-02Somehow I missed this peace in one of my last commits. OK henning@Claudio Jeker
2004-02-02cope with recent changes:Henning Brauer
-TCP_MD5SIG -TCP_SACK_DISABLE is no more, TCP_SACK_ENABLE now and logic reversed ok markus@ jmc@
2004-02-02Use correct struct in sizeof for calloc. OK henning@Claudio Jeker
2004-02-02Seal a memory leak and fix a format string, conf->as is unsigned.Claudio Jeker
OK henning@
2004-02-02add missing frexpDale Rahn
2004-02-02cleanupDale Rahn