Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-03 | Switch to using software generated extended keys (because the cpu cannot | Theo 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-03 | Obsoleted by getopt_long.c | Todd C. Miller | |
2004-02-03 | correct psABI functions _Q_feq and friends (they return 'int' not long double); | Jason Wright | |
pointed out by Mark Kettenis, kettenis,chello,nl | |||
2004-02-03 | Correct the arm ifdefs previously inserted, is working correctly now. | Dale Rahn | |
2004-02-03 | Correct modf (from alpha) instead of one which doesnt compile from NetBSD | Dale Rahn | |
2004-02-03 | config for arm, copied from powerpc/sparc ok markus@ | Dale Rahn | |
2004-02-03 | Cut-n-pasto: three source files were listed twice. Caused problems on | Hans Insulander | |
mips. Problem found by todd@ Ok todd@ | |||
2004-02-03 | If on an i386, detect existance of the VIA C3 xcrypt-* using sysctl of | Theo 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-02 | remove sparcv9 code. | Brad Smith | |
ok marc@ | |||
2004-02-02 | 'F'reeguard doc, as reported missing by brad. nit free thanks to jmc | Ted Unangst | |
2004-02-02 | add missing frexp | Dale Rahn | |
2004-02-02 | cleanup | Dale Rahn | |
2004-02-02 | This file was not supposed to committed. | Dale Rahn | |
2004-02-02 | Use the real fpgetround found in softfloat. | Dale Rahn | |
2004-02-02 | fix __weak_alias | Dale Rahn | |
2004-02-02 | Add missing minbrk symbol, fixes profiling builds. | Dale Rahn | |
2004-02-02 | sparc -> sparc64 | Brad Smith | |
2004-02-02 | sigh, watch for compile errors... | Dale Rahn | |
2004-02-01 | Add const type qualifier. ok jmc@ | Thomas Nordin | |
2004-02-01 | No multi-line strings, to please gcc3. No functional change. | Miod Vallat | |
2004-02-01 | escape punctuation correctly; | Jason McIntyre | |
2004-02-01 | s/RFC3390/RFC 3390/ | Jason McIntyre | |
2004-02-01 | do not double login_cap.c; tholo | Theo de Raadt | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | link into build. make obj is safe in arm dir. | Dale Rahn | |
2004-02-01 | s/arm32/arm/ with VFP bit to match netbsd. | Dale Rahn | |
2004-02-01 | Add a simple work-around for deadlocking on recursive | Brad Smith | |
readlocks on a rwlock while there are writers waiting. From: FreeBSD's libc_r ok marc@ | |||
2004-02-01 | tag.. | Dale Rahn | |
2004-02-01 | ARGH, forgot tags. | Dale Rahn | |
2004-02-01 | arm libc support. From NetBSD. currently supports softfloat. | Dale Rahn | |
2004-02-01 | startup files for arm. Partially borrowed from NetBSD. | Dale Rahn | |
2004-01-31 | missing comma; jmc@ | Markus Friedl | |
2004-01-31 | document net.inet.tcp.rfc3390; ok jmc@ | Markus Friedl | |
2004-01-30 | Fix a logic thinko I made in rev. 1.27. This fixes nlist when | Todd C. Miller | |
the user passes in a symbol name with an underscore pre-pended on ELF systems. | |||
2004-01-29 | fix to use sigaltstack again. help miod ok miod deraadt | Ted Unangst | |
2004-01-29 | some fixes from wiz@netbsd, and a couple other bits; | Jason McIntyre | |
2004-01-29 | cleanup byte order detection per arch a bit; mickey ok | Theo de Raadt | |
2004-01-28 | oops | Theo de Raadt | |
2004-01-28 | for make obj, enter x86_64; mickey ok | Theo de Raadt | |
2004-01-28 | toast long line | Theo de Raadt | |
2004-01-28 | the rest of the libs stuff; from art@ again | Michael Shalayeff | |
2004-01-28 | things for amd64; from art@ | Michael Shalayeff | |
2004-01-28 | things for amd64; from art@ | Michael Shalayeff | |
2004-01-27 | remove redundant prototypes for pthread_[gs]etconcurrency | Brad Smith | |
in-between #ifdef notyet | |||
2004-01-27 | remove $Header, it was messing up cvs for me. ok deraadt@ | Ted Unangst | |
2004-01-26 | Change read_stackseg_np to work with any thread, not just the current | Marco S Hyman | |
thread. Requested by truk at optonline dot net and OK-ed by tedu @. | |||
2004-01-26 | Use libkern's fast ffs() in libc too. | Miod Vallat | |
2004-01-26 | add finalized guard to destructor calls, to prevent multiple calls. | Marc Espie | |
stop most kde apps from burping all over the place on exit, which means that, somehow, our destructors get registered twice... :-( Okay drahn@ | |||
2004-01-26 | small clean-up: typedef to desambiguate const, prototypes... | Marc Espie | |
ok drahn@, some time ago. | |||
2004-01-26 | add DLT_IEEE802_11 support; from NetBSD. bump minor. | Federico G. Schwindt | |
deraadt@ ok. |