CVS: cvs.openbsd.org: src

2012-11-08 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/08 10:59:08 Modified files: sys/dev/pci: if_oce.c Log message: minor style cleanup, improve the mailbox timeout printf

CVS: cvs.openbsd.org: src

2012-11-08 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/08 11:26:17 Modified files: sys/dev/pci: if_oce.c Log message: When halting the rx engine wait 1ms after destroying the queue in firmware then drain the completion queue and only afterwards deal

CVS: cvs.openbsd.org: src

2012-11-08 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/08 11:56:54 Modified files: sys/dev/pci: if_oce.c if_ocevar.h Log message: hardware supports mtu values from 256 up to 9000; figured out the hard way, linux driver agrees

CVS: cvs.openbsd.org: src

2012-11-08 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/08 12:48:37 Modified files: sys/dev/pci: if_oce.c if_ocevar.h Log message: make link state update code more comprehensible by using some ideas from myx(4)

CVS: cvs.openbsd.org: src

2012-11-09 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/09 08:38:47 Modified files: sys/dev/pci: if_ocereg.h Log message: cleanup register definitions

CVS: cvs.openbsd.org: src

2012-11-09 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/09 11:40:13 Modified files: sys/dev/pci: if_oce.c if_ocevar.h Log message: To be able to receive ethernet packets with VLAN tags oce_set_promisc should not disable VLAN promiscuous mode set up

CVS: cvs.openbsd.org: src

2012-11-09 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/09 11:56:31 Modified files: sys/dev/pci: if_oce.c Log message: stop passing if_id around

CVS: cvs.openbsd.org: src

2012-11-09 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/09 11:58:17 Modified files: sys/dev/pci: if_oce.c if_ocevar.h Log message: cleanup oce_encap

CVS: cvs.openbsd.org: src

2012-11-09 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/09 13:31:43 Modified files: sys/dev/pci: if_oce.c Removed files: sys/dev/pci: if_ocevar.h Log message: merge if_ocevar.h and if_oce.c; do some minor cleanup while here

CVS: cvs.openbsd.org: src

2012-11-09 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/09 14:11:44 Modified files: sys/dev/pci: if_oce.c Log message: don't sync dma memory for the whole ring when updating a single entry but rather sync the whole ring once done with individual

CVS: cvs.openbsd.org: src

2012-11-10 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/10 06:00:47 Modified files: sys/dev/pci: ixgbe_82599.c Log message: sync some 82599 bits with freebsd driver; ok jsg

CVS: cvs.openbsd.org: src

2012-11-10 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/10 07:35:06 Modified files: sys/dev/usb: if_athn_usb.c if_athn_usb.h Log message: add a flag indicating whether shared code was initialized so that we can prevent calling athn_detach if it

CVS: cvs.openbsd.org: src

2012-11-12 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/12 13:31:32 Modified files: sys/dev/pci: if_oce.c Log message: move some stuff around, do minor cleanup

CVS: cvs.openbsd.org: src

2012-11-12 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/12 15:38:26 Modified files: sys/dev/usb: if_athn_usb.c Log message: protect rxeof path with an splnet; ok kettenis

CVS: cvs.openbsd.org: src

2012-11-13 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/13 10:40:41 Modified files: sys/dev/pci: if_oce.c Log message: major cleanup; get rid of the oce_destroy_queue

CVS: cvs.openbsd.org: src

2012-11-13 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/13 10:52:11 Modified files: sys/dev/pci: if_oce.c Log message: more cleanup missed in the previous commit

CVS: cvs.openbsd.org: src

2012-11-13 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/13 12:13:08 Modified files: sys/dev/pci: if_oce.c Log message: enable hardware tx checksum offloading as oce doesn't seem to require an initialized pseudo-header checksum

CVS: cvs.openbsd.org: src

2012-11-13 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/13 12:17:39 Modified files: sys/dev/pci: if_oce.c Log message: do an OACTIVE/if_start dance only once per tx interrupt

CVS: cvs.openbsd.org: src

2012-11-14 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/14 10:25:46 Modified files: sys/dev/pci: if_oce.c Log message: allocate a mailbox payload dma memory upfront instead of per request

CVS: cvs.openbsd.org: src

2012-11-16 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/16 07:39:00 Modified files: sbin/iked : ca.c Log message: promote some debug messages to warnings; ok reyk

CVS: cvs.openbsd.org: src

2012-11-16 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/16 13:14:42 Modified files: share/man/man4 : mpii.4 Log message: mention 2108, 2208 and 2308

CVS: cvs.openbsd.org: src

2010-09-07 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/07 09:51:00 Modified files: sys/arch/amd64/amd64: aesni.c Log message: shorten fpu critical sections so that all frees and other manipulations won't interfere with an actual fp code. reminder from

CVS: cvs.openbsd.org: src

2010-09-07 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/07 10:22:48 Modified files: sys/arch/amd64/amd64: autoconf.c identcpu.c sys/arch/amd64/conf: files.amd64 Log message: enable aesni. that means that all users running ipsec on amd64 with

CVS: cvs.openbsd.org: src

2010-09-09 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/09 07:06:46 Modified files: sbin/iked : iked.h ikev2.c parse.y Log message: - allow esp proposals without integrity and ah proposals without encryption; - add additional nonce length field,

CVS: cvs.openbsd.org: src

2010-09-16 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/16 03:27:35 Modified files: sbin/iked : proc.c Log message: pass proper argument to the proc_sig_handler and check env for NULL before dereferencing. fixes an annoying crash. ok reyk

CVS: cvs.openbsd.org: src

2010-09-17 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/17 08:03:09 Modified files: sys/kern : exec_elf.c Log message: don't forget to free program header sections when writing core files. fixes a local DoS that can be carried out by an

CVS: cvs.openbsd.org: src

2010-09-20 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/20 12:06:22 Modified files: sbin/iked : eap.c Log message: fixup length of an eap identity message payload. ok reyk

CVS: cvs.openbsd.org: src

2010-09-22 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/22 03:12:18 Modified files: sbin/iked : iked.h ikev2.c ikev2_pld.c Log message: support INVALID_KE_PAYLOAD notification sent by the responder in case the initiator chose wrong D-H group. in

CVS: cvs.openbsd.org: src

2010-09-22 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/22 05:54:23 Modified files: sys/conf : files sys/crypto : cryptodev.h cryptosoft.c cryptosoft.h xform.c xform.h Added files: sys/crypto :

CVS: cvs.openbsd.org: src

2010-09-22 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/22 06:03:42 src/regress/sys/crypto/gmac Update of /cvs/src/regress/sys/crypto/gmac In directory cvs.openbsd.org:/tmp/cvs-serv23997/sys/crypto/gmac Log Message: Directory /cvs/src/regress/sys/crypto/gmac

CVS: cvs.openbsd.org: src

2010-09-22 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/22 06:04:13 Modified files: regress/sys/crypto: Makefile Added files: regress/sys/crypto/gmac: Makefile gmac_test.c Log message: Test vectors for GMAC as published in the original GCM

CVS: cvs.openbsd.org: src

2010-09-22 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/22 06:48:52 Modified files: sys/net: pfkeyv2.h pfkeyv2_convert.c Log message: Add AES-GCM Transform Identifiers as specified by IANA in RFC 4106 and 4543. Please note that although IKEv1

CVS: cvs.openbsd.org: src

2010-09-22 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/22 07:40:05 Modified files: sys/netinet: ip_esp.c Log message: Support for AES-GCM-16 and ENCR_NULL_AUTH_AES_GMAC in ESP as per RFC 4106 and 4543. Authentication hash key is set to be the same

CVS: cvs.openbsd.org: src

2010-09-22 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/22 07:45:16 Modified files: sbin/isakmpd : conf.c ipsec.c ipsec_num.cst isakmpd.conf.5 pf_key_v2.c policy.c sa.c Log message: Support for use of AES-GCM-16 (as AESGCM)

CVS: cvs.openbsd.org: src

2010-09-22 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/22 08:04:09 Modified files: sbin/ipsecctl : ike.c ipsec.conf.5 ipsecctl.h parse.y pfkdump.c pfkey.c Log message: Support AES-GCM-16 (as aes-gcm) and

CVS: cvs.openbsd.org: src

2010-09-23 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/23 05:42:36 Modified files: sbin/iked : iked.conf.5 parse.y pfkey.c Log message: support for aes-gcm OK reyk

CVS: cvs.openbsd.org: src

2010-09-23 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/23 05:43:51 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: change description for AES-GMAC a bit. prompted by reyk

CVS: cvs.openbsd.org: src

2010-09-23 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/23 10:33:48 Modified files: sys/netinet: ip_esp.c Log message: remove m_pad in favor of m_inject as it's equivalent to m_inject with an offset equal to the actual data length. ok henning

CVS: cvs.openbsd.org: src

2010-09-23 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/23 10:34:09 Modified files: sys/netinet: ip_ipsp.h Log message: remove m_pad in favor of m_inject as it's equivalent to m_inject with an offset equal to the actual data length. ok henning

CVS: cvs.openbsd.org: src

2010-09-27 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/27 04:08:28 Modified files: sys/arch/amd64/amd64: db_trace.c Log message: add support for tracing process stacks in ddb (trace /p). due to the way arguments are parsed, pid has to be specified in

CVS: cvs.openbsd.org: src

2010-09-30 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/30 04:34:56 Modified files: sbin/iked : crypto.c ikev2_msg.c Log message: disable padding correctly. therefore we no longer need to supply additional space in the buffer and just pad input

CVS: cvs.openbsd.org: src

2010-09-30 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/30 06:54:24 Modified files: sbin/iked : ikev2_pld.c Log message: check that there are transforms in the proposal before trying to actually parse it. ok reyk

CVS: cvs.openbsd.org: src

2010-09-30 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/09/30 08:25:54 Modified files: sbin/iked : ca.c Log message: promote openssl errors to the warning level; ok reyk

CVS: cvs.openbsd.org: src

2010-10-01 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/10/01 06:27:36 Modified files: share/man/man4 : mpii.4 Log message: drop my private mail address

CVS: cvs.openbsd.org: src

2010-10-05 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/10/05 02:57:34 Modified files: sys/dev/ic : re.c Log message: add missing splx in the debug codepath. nevertheless that doesn't mean it should be wrong. ok blambert, jsg

CVS: cvs.openbsd.org: src

2010-10-05 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/10/05 07:29:40 Modified files: sys/kern : uipc_mbuf.c Log message: implicitly protect m_cldrop with splnet; ok claudio dlg

CVS: cvs.openbsd.org: src

2010-10-06 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/10/06 04:00:59 Modified files: sys/crypto : cryptosoft.c Log message: zero out auth hash context before freeing it; ok matthew millert

CVS: cvs.openbsd.org: src

2010-10-06 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/10/06 16:19:20 Modified files: sys/conf : files lib/libc/gen : sysctl.3 lib/libssl/src/crypto/engine: eng_cryptodev.c hw_cryptodev.c regress/sbin/ipsecctl: sa11.in

CVS: cvs.openbsd.org: src

2010-10-13 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/10/13 13:21:52 Modified files: sys/arch/i386/conf: RAMDISK RAMDISKB RAMDISKC Log message: shave some bytes off the ramdisk kernels by disaling a bunch of custom pci to isa bridge drivers. pcib(4) will

CVS: cvs.openbsd.org: src

2010-10-13 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/10/13 13:47:41 Modified files: sys/arch/i386/conf: RAMDISK_CD Log message: do the same thing for the cd: shave some bytes off the ramdisk kernels by disaling a bunch of custom pci to isa bridge

CVS: cvs.openbsd.org: src

2010-10-15 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/10/15 06:11:10 Modified files: sbin/ipsecctl : ike.c Log message: fixup generation of suites string for isakmpd wrt group none bug noticed and fix tested by robert

CVS: cvs.openbsd.org: src

2010-10-19 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/10/19 01:47:34 Modified files: sbin/isakmpd : crypto.c crypto.h Log message: convert to fuse cast from the libcrypto. with a simplification nit from blambert, ok jsg, seems ok todd

Re: CVS: cvs.openbsd.org: src

2010-10-19 Thread Mike Belopuhov
On Tue, Oct 19, 2010 at 9:47 AM, Mike Belopuhov mi...@cvs.openbsd.org wrote: CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/10/19 01:47:34 Modified files: sbin/isakmpd : crypto.c crypto.h Log message: convert to fuse cast from the libcrypto

CVS: cvs.openbsd.org: www

2010-10-19 Thread Mike Belopuhov
CVSROOT:/cvs Module name:www Changes by: mi...@cvs.openbsd.org 2010/10/19 14:07:54 Modified files: . : 48.html Log message: mpi, mpii and ciss got better

CVS: cvs.openbsd.org: www

2010-10-19 Thread Mike Belopuhov
CVSROOT:/cvs Module name:www Changes by: mi...@cvs.openbsd.org 2010/10/19 14:58:07 Modified files: . : 48.html Log message: amd64, i386, hppa, sparc64 and *ppc were switched to gcc4

CVS: cvs.openbsd.org: src

2010-10-22 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/10/22 08:08:53 Modified files: usr.bin/man: man.c Log message: whining verboten; ok deraadt

CVS: cvs.openbsd.org: src

2010-10-28 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/10/28 02:34:37 Modified files: include: Makefile lib/libc/crypt : Makefile.inc Removed files: include: cast.h skipjack.h lib/libc/crypt : cast.c skipjack.c

CVS: cvs.openbsd.org: src

2010-11-03 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/11/03 11:49:42 Modified files: sys/kern : subr_pool.c Log message: pool_sethardlimit should not imply pool_sethiwat; figured out with claudio ok claudio tedu

CVS: cvs.openbsd.org: src

2010-11-08 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/11/08 03:27:50 Modified files: sys/crypto : gmac.c Log message: use a well established define instead of rolling our own; no binary change

CVS: cvs.openbsd.org: src

2010-11-08 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/11/08 05:16:20 Modified files: sbin/iked : crypto.c Log message: fixup number rounding; ok reyk

CVS: cvs.openbsd.org: src

2010-11-10 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/11/10 10:05:39 Modified files: sys/arch/amd64/amd64: aesni.c aes_intel.S Log message: pass aesni_ctr_enc an initial counter block instead of an initialization vector

CVS: cvs.openbsd.org: src

2010-11-15 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/11/15 04:52:58 Modified files: sys/arch/amd64/amd64: aesni.c Log message: there's either mbuf or an iovec, no other option is possible

CVS: cvs.openbsd.org: src

2010-11-15 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/11/15 05:30:29 Modified files: sys/arch/amd64/amd64: aesni.c Log message: round up crd_len to the blocksize; will be needed for gcm

CVS: cvs.openbsd.org: src

2010-11-15 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/11/15 05:57:24 Modified files: sys/arch/amd64/amd64: aesni.c Log message: convert one if-else instance to the switch to ease gcm integration; use proper define for the initial counter block

CVS: cvs.openbsd.org: src

2010-11-15 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/11/15 07:24:13 Modified files: sys/arch/amd64/amd64: aesni.c Log message: thrash less cache lines and zero out only what we've touched

CVS: cvs.openbsd.org: src

2010-11-15 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/11/15 07:41:41 Modified files: sys/arch/amd64/amd64: aesni.c Log message: do session allocations from the pool

CVS: cvs.openbsd.org: src

2010-11-15 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/11/15 07:48:17 Modified files: sys/arch/amd64/amd64: aesni.c aes_intel.S Log message: rename aesni_sess to aesni_session; bugged me all the time

CVS: cvs.openbsd.org: src

2010-11-15 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/11/15 16:19:34 Modified files: sys/dev/cardbus: com_cardbus.c Log message: fix up a pointer bug introduced in the previous revision jsg agrees, ok deraadt

CVS: cvs.openbsd.org: src

2010-11-19 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/11/19 11:35:16 Modified files: sys/kern : kern_sysctl.c lib/libc/gen : sysctl.3 usr.bin/systat : vmstat.c usr.bin/vmstat : vmstat.c Log message: Make KERN_CPTIME

CVS: cvs.openbsd.org: src

2010-11-19 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/11/19 15:36:11 Modified files: sys/altq : altq.h Log message: typo; from ilya a. kovalenko shadow () oganer ! net

CVS: cvs.openbsd.org: www

2010-11-26 Thread Mike Belopuhov
CVSROOT:/cvs Module name:www Changes by: mi...@cvs.openbsd.org 2010/11/26 09:04:46 Modified files: . : donations.html Log message: Cato Auestad sent me an SGI O2. Thanks!

CVS: cvs.openbsd.org: src

2010-12-14 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/12/14 13:26:44 Modified files: sys/crypto : cryptodev.c sys/kern : kern_sysctl.c Log message: disable access to the crypto(4) device from userland; ok deraadt

CVS: cvs.openbsd.org: src

2010-12-15 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/12/15 16:34:23 Modified files: sys/arch/amd64/amd64: aesni.c via.c sys/arch/i386/i386: via.c sys/arch/i386/pci: glxsb.c sys/dev/pci: hifn7751.c hifn7751var.h safe.c

CVS: cvs.openbsd.org: src

2010-12-21 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/12/21 06:24:11 Modified files: sbin/iked : control.c crypto.c eap.c Log message: fixup log_warn and log_debug arguments; ok reyk

CVS: cvs.openbsd.org: src

2010-12-21 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/12/21 07:28:59 Modified files: sbin/iked : parse.y Log message: Convert netmask from sockaddr to prefixlen correctly as noticed by axel rau, axel dot rau at chaos1 dot de. The actual convert

CVS: cvs.openbsd.org: src

2010-12-22 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/12/22 09:22:27 Modified files: sbin/iked : config.c iked.conf.5 iked.h ikev2.c ikev2_msg.c ikev2_pld.c parse.y pfkey.c policy.c types.h Log message: child sa rekeying

CVS: cvs.openbsd.org: src

2010-12-22 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/12/22 10:30:13 Modified files: sbin/iked : iked.8 Log message: ikev2 rfc was recently updated, so list the newer one; ok reyk

CVS: cvs.openbsd.org: src

2010-12-23 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/12/23 08:11:19 Modified files: sbin/iked : ikev2.c Log message: always add a none payload, should fix ike sa rekeying for responders; ok reyk

CVS: cvs.openbsd.org: src

2010-12-23 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2010/12/23 09:39:38 Modified files: sbin/iked : parse.y Log message: pick netmask instead of address when we mean it; found by dhill, ok reyk

CVS: cvs.openbsd.org: src

2011-01-10 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/01/10 06:36:58 Modified files: sys/dev/acpi : acpihpet.c Log message: Attach acpihpet only once. The matching code is changed because acpi bus can be enumerated which means match routine should do

CVS: cvs.openbsd.org: src

2011-01-12 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/01/12 07:22:25 Modified files: sbin/iked : ikev2.c Log message: don't forget to specify spi sizes; ok reyk

CVS: cvs.openbsd.org: src

2011-01-12 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/01/12 07:23:53 Modified files: sbin/iked : ikev2.c Log message: fixup bogus check; ok reyk

CVS: cvs.openbsd.org: src

2011-01-12 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/01/12 07:26:26 Modified files: sbin/iked : iked.h ikev2.c ikev2_pld.c Log message: decouple flow deletion from the ikev2_childsa_delete; ok reyk

CVS: cvs.openbsd.org: src

2011-01-12 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/01/12 07:35:45 Modified files: sbin/iked : config.c iked.h pfkey.c Log message: postpone processing of pfkey messages received in pfkey_reply instead of just dropping them; ok reyk

CVS: cvs.openbsd.org: src

2011-01-12 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/01/12 09:58:23 Modified files: sys/crypto : xform.c Log message: cleanup aes-ctr keystream after use; ok deraadt

CVS: cvs.openbsd.org: src

2011-01-12 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/01/12 11:49:21 Modified files: sys/net: pfkeyv2.c Log message: Never include SADB_X_EXT_REMOTE_AUTH (which is either a passphrase or an RSA key) in the reply message. There's nothing that

CVS: cvs.openbsd.org: src

2011-01-13 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/01/13 13:34:04 Modified files: sys/arch/amd64/amd64: machdep.c Log message: set lkm_end to the end of the jumpable virtual space; tested by me and marco

CVS: cvs.openbsd.org: src

2011-01-17 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/01/17 10:16:43 Modified files: sbin/iked : iked.h parse.y util.c Log message: move mask2prefixlen functions to the util module; ok reyk

CVS: cvs.openbsd.org: src

2011-01-17 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/01/17 11:49:35 Modified files: sbin/iked : iked.h ikev2.c ikev2_pld.c pfkey.c policy.c types.h Log message: Add initial acquire mode support and use it whenever Windows

CVS: cvs.openbsd.org: src

2011-01-18 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/01/18 04:34:44 Modified files: sbin/iked : policy.c Log message: reyk noticed that my rb-tree-fu is not that great. fixup compare function to do exact matches; ok reyk

CVS: cvs.openbsd.org: src

2011-01-21 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/01/21 10:42:57 Modified files: sys/net: if_mpe.c sys/netmpls: mpls_input.c mpls_output.c Log message: make mpls compile w/o errors when inet6 is not defined diff from form@ who's

CVS: cvs.openbsd.org: src

2011-01-21 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/01/21 11:02:53 Modified files: sbin/iked : ikev2.c Log message: repair rekeying by sending appropriate traffic selector; ok reyk

CVS: cvs.openbsd.org: src

2011-01-24 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/01/24 10:44:28 Modified files: sbin/iked : ikev2.c Log message: fixup previous for the responder mode

CVS: cvs.openbsd.org: src

2011-01-25 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/01/25 03:58:41 Modified files: sbin/iked : ikev2.c Log message: fixup child sa deletion in drop_sa; ok reyk

CVS: cvs.openbsd.org: src

2011-01-26 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/01/26 09:59:24 Modified files: sbin/iked : config.c iked.h ikev2.c ikev2_pld.c pfkey.c policy.c Log message: get rid of acquire flows completely, as they tend to pass

CVS: cvs.openbsd.org: src

2011-01-28 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/01/28 11:21:37 Modified files: sbin/iked : ikev2.c Log message: improve behavior of drop_sa: always negotiating a new child sa; ok reyk

CVS: cvs.openbsd.org: src

2011-02-16 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/02/16 03:37:45 Modified files: etc: sysctl.conf sys/kern : kern_sysctl.c Log message: allow users to enable access to the /dev/crypto, but keep it turned off by default,

CVS: cvs.openbsd.org: src

2011-02-18 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/02/18 10:20:15 Modified files: sys/dev/pci: if_alc.c Log message: alc_newbuf is always called from the interrupt context so it can't sleep; tested by Gabriel Linder, ok kevlo, miod

CVS: cvs.openbsd.org: src

2011-02-23 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/02/23 08:46:14 Modified files: sys/net: pf.c Log message: fixup source address rewriting for the icmp errors with the rdr-to setup. problem was reported by babut at yandex dot ru in the pr

CVS: cvs.openbsd.org: src

2011-02-24 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2011/02/24 10:20:09 Modified files: lib/libc/sys : socket.2 Log message: SOCK_SEQPACKET is only valid for the AF_BLUETOOTH now, and SOCK_RDM is a dead SysV compatibility option that is not described

<    1   2   3   4   5   6   7   8   9   10   >