CVS: cvs.openbsd.org: src

2012-11-20 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/20 11:43:19 Modified files: sys/dev/pci: if_oce.c Log message: fix typo

CVS: cvs.openbsd.org: src

2012-11-21 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/21 04:24:16 Modified files: sys/dev/pci: if_oce.c Log message: Don't forget to delete an rx refill timeout when bringing an interface down (noticed by dlg@ in the other diff). While here, do

CVS: cvs.openbsd.org: src

2012-11-23 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/23 11:35:25 Modified files: sys/net: pf.c Log message: make sure to always pass an array of struct pf_src_node pointers to the pf_map_addr. doing otherwise leads to the stack corruption.

CVS: cvs.openbsd.org: src

2012-11-23 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/23 11:46:03 Modified files: sys/dev/pci: if_oce.c Log message: better way to set baudrate to 0; pointed out by gsoares@

CVS: cvs.openbsd.org: src

2012-11-26 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/26 11:58:11 Modified files: sys/dev/pci: if_oce.c if_ocereg.h Log message: get rid of some useless bitfields in oce_mbx and mbx_hdr

CVS: cvs.openbsd.org: src

2012-11-26 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/26 12:03:59 Modified files: sys/dev/pci: if_oce.c if_ocereg.h Log message: shorten MBX_RX_IFACE_* defines

CVS: cvs.openbsd.org: src

2012-11-27 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/27 10:29:07 Modified files: sys/net: pfkey.c raw_usrreq.c Log message: remove incorrect splnet usage in pfkey interface and make raw_usrreq do an splsoftnet on its own; joint work with david

CVS: cvs.openbsd.org: src

2012-11-29 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/29 06:16:30 Modified files: usr.sbin/snmpd : mib.c Log message: export ipintrq drops as ifInDiscards; ok reyk

CVS: cvs.openbsd.org: src

2012-11-29 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/29 06:23:00 Modified files: sys/dev/pci: if_ix.c if_ix.h Log message: make ix complile with IX_DEBUG defined, based on the patch from mxb at alumni ! chalmers ! se. thanks!

CVS: cvs.openbsd.org: src

2012-11-30 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/11/30 07:40:03 Modified files: usr.bin/fstat : fstat.c Log message: makes cloned devices line up well with the rest of the output; ok guenther, krw

CVS: cvs.openbsd.org: src

2012-12-05 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/05 05:21:12 Modified files: sys/dev/pci: if_ix.c Log message: fix from freebsd to correctly account rx errors; problem reported and fix tested on 82599 by tony sarendal t...@polarcap.org,

CVS: cvs.openbsd.org: src

2012-12-05 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/05 07:41:28 Modified files: sys/dev/pci: ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_phy.c ixgbe_type.h Log message: minor cleanup, whitespaces, mostly synced with freebsd

CVS: cvs.openbsd.org: src

2012-12-07 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/07 10:03:22 Modified files: sys/crypto : cryptosoft.c cryptosoft.h Log message: Fix one of the two issues with ESN support in the GCM case: supply correct AAD length to the final round of

CVS: cvs.openbsd.org: src

2012-12-07 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/07 13:55:51 Modified files: sys/crypto : cryptosoft.c Log message: RFC 4106, Section 5 states that the SPI and a 64-bit Sequence Number are provided to the GCM as an Additional Authenticated

CVS: cvs.openbsd.org: src

2012-12-08 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/08 05:51:46 Modified files: usr.sbin/ikectl: ikeca.c Log message: don't forget to include a path separator after an SSLDIR; reported by david hill

CVS: cvs.openbsd.org: src

2012-12-09 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/09 15:47:29 Modified files: sys/arch/amd64/amd64: aes_intel.S Log message: whitespace cleanup that's been due a long time

CVS: cvs.openbsd.org: src

2012-12-09 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/09 16:11:13 Modified files: sys/arch/amd64/amd64: aes_intel.S Log message: get rid of awkward label names and use simple forward/backward notation; no binary change

CVS: cvs.openbsd.org: src

2012-12-09 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/09 16:14:28 Modified files: sys/arch/amd64/amd64: aes_intel.S Log message: clarify that changes to this module were not done by intel

CVS: cvs.openbsd.org: src

2012-12-10 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/10 08:06:45 Modified files: sys/arch/amd64/amd64: aesni.c Log message: Implement support for Extended Sequence Numbers for the aesni driver exercising the same approach as in sys/crypto/cryptosoft.c

CVS: cvs.openbsd.org: src

2012-12-10 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/10 10:36:10 Modified files: sys/dev/pci: if_oce.c Log message: adjust mbuf chain data pointer so that ip header would appear word aligned; remove pool constraints insanity while here

CVS: cvs.openbsd.org: src

2012-12-11 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/11 07:49:31 Modified files: sys/crypto : cryptosoft.c Log message: Bring back a small copy optimization in the aes-gcm handling: with ESN AAD is 12 bytes long so it's faster to zero out 4 bytes

CVS: cvs.openbsd.org: src

2012-12-12 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/12 10:23:53 Modified files: sys/net: raw_usrreq.c Log message: Rearrange the code a bit to prevent splx() from being called with an uninitialized variable. Found by Owain G. Ainsworth, ok

CVS: cvs.openbsd.org: src

2012-12-14 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/14 06:17:29 Modified files: sys/dev/isa: it.c itvar.h Log message: Support IT8772F; from form@, ok kettenis

CVS: cvs.openbsd.org: src

2012-12-14 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/14 06:21:03 Modified files: share/man/man4 : it.4 isa.4 Log message: Mention IT8772F

CVS: cvs.openbsd.org: src

2012-12-17 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/17 05:03:16 Modified files: sys/dev/pci: if_ix.c if_ix.h ixgbe.c ixgbe_82598.c Log message: Fix a link autonegotiation bug on 10GbaseT controllers and improve link information reporting in

CVS: cvs.openbsd.org: src

2012-12-17 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/17 05:28:06 Modified files: sys/dev/pci: if_ix.c ixgbe_82599.c Log message: Implement SFP+ module hot-plug support for 82599 obtained from FreeBSD. This also adds untested and hence disabled

CVS: cvs.openbsd.org: src

2012-12-17 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/17 06:46:23 Modified files: sys/dev/pci: if_ix.c if_ix.h Log message: Get rid of the split header code as it was never used in OpenBSD and now is finally removed from the upstream. No real

CVS: cvs.openbsd.org: src

2012-12-17 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/17 07:03:03 Modified files: sys/dev/pci: if_ix.c Log message: Don't forget to decrement a number of clusters on the ring in case of an error. Previous change made the problem evident.

CVS: cvs.openbsd.org: src

2012-12-17 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/17 07:23:48 Modified files: sys/dev/pci: if_ix.c if_ix.h Log message: Catch up with upstream, where rxbuf-m_pack was renamed to rxbuf-buf and rxbuf-pmap to rxbuf-map. Tested on 82599 and X540.

CVS: cvs.openbsd.org: src

2012-12-17 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/17 07:39:28 Modified files: sys/dev/pci: if_ix.c Log message: sync some comments and variable names in rxeof with freebsd

CVS: cvs.openbsd.org: src

2012-12-17 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/17 11:30:28 Modified files: sys/dev/pci: if_ix.c Log message: Sync up advanced transmitter descriptor setup code to the upstream. There are a number of bugs that this commit fixes. The main

CVS: cvs.openbsd.org: src

2012-12-17 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/17 11:38:27 Modified files: sys/dev/pci: ixgbe_type.h Log message: spacing; sync up ixgbe_bus_speed enum with freebsd

CVS: cvs.openbsd.org: src

2012-12-20 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/20 10:07:37 Modified files: sys/dev/pci: if_ix.c Log message: max_frame_size must be set after ether_ifattach updates if_mtu; verified with the upstream driver

CVS: cvs.openbsd.org: src

2012-12-20 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/20 10:32:38 Modified files: sys/dev/pci: ixgbe.c Log message: correctly update the current flow control mode

CVS: cvs.openbsd.org: src

2012-12-20 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/20 10:34:54 Modified files: sys/dev/pci: if_ix.c Log message: report flow control mode in the media status callback

CVS: cvs.openbsd.org: src

2012-12-21 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/21 04:13:43 Modified files: sys/net: bpf.c Log message: bpf allocates packet buffers in the ioctl path and can sleep waiting for memory to become available obtained from netbsd with tweaks,

CVS: cvs.openbsd.org: src

2012-12-21 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2012/12/21 04:17:22 Modified files: sys/net: bpf.c Log message: Rather than calling mircotime in bpf_catchpacket each time it's called on a packet, make bpf_catchpacket take a timeval indicating

CVS: cvs.openbsd.org: www

2013-01-05 Thread Mike Belopuhov
CVSROOT:/cvs Module name:www Changes by: mi...@cvs.openbsd.org 2013/01/05 14:03:04 Modified files: . : events.html Log message: Add FOSDEM 2013

CVS: cvs.openbsd.org: src

2013-02-07 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/02/07 04:06:42 Modified files: sys/kern : uipc_mbuf.c uipc_mbuf2.c sys/sys: malloc.h mbuf.h Log message: convert mbuf tags to use pool(9) as a backend storage; ok markus claudio

CVS: cvs.openbsd.org: src

2013-02-14 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/02/14 09:22:34 Modified files: sys/netinet: ip_ah.c ip_esp.c ip_ipcomp.c ip_ipsp.h Log message: Merge of an original work by markus@ and gerhard@ to increase the anti-replay window size to 2100

CVS: cvs.openbsd.org: src

2013-02-18 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/02/18 07:48:13 Modified files: sys/net: pf_table.c Log message: DIOCRCLRASTATS ioctl wasn't specifying a timestamp when cleared table statistics so it appeared later on as the Epoch. Noticed

CVS: cvs.openbsd.org: www

2013-02-19 Thread Mike Belopuhov
CVSROOT:/cvs Module name:www Changes by: mi...@cvs.openbsd.org 2013/02/19 14:13:33 Modified files: . : 53.html Log message: a nit from marketing department

CVS: cvs.openbsd.org: src

2013-02-26 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/02/26 07:56:05 Modified files: sys/net: pf_ioctl.c Log message: Don't try to purge one-time rules from the main ruleset. Reported by Wesley M.A. on misc@, ok deraadt

CVS: cvs.openbsd.org: src

2013-03-05 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/03/05 05:55:07 Modified files: share/man/man4 : sk.4 Log message: Allied Telesis AT-2916T

CVS: cvs.openbsd.org: src

2013-03-14 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/03/14 06:56:58 Modified files: share/mk : bsd.lkm.mk Log message: disable pie for kernel modules; from dinar talypov, ok deraadt, pascal

CVS: cvs.openbsd.org: src

2013-05-10 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/05/10 05:36:24 Modified files: sys/net: if_pfsync.c pf.c pfvar.h Log message: Since pf_state_key_attach can decide to free the provided state key we need to sync our state key pointers with

CVS: cvs.openbsd.org: src

2013-05-10 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/05/10 10:00:08 Modified files: sys/arch/sparc/dev: z8530kbd.c sys/arch/sparc64/dev: z8530kbd.c Log message: ditch unused zskbd_device_lookup; verified by sebastia@

CVS: cvs.openbsd.org: src

2013-05-22 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/05/22 10:02:31 Modified files: sys/dev/pci: if_bge.c Log message: BUS_DMA_WAITOK can't be used in the bge_init path since it might be called from a timeout(9); ok kettenis, dlg, deraadt

CVS: cvs.openbsd.org: src

2013-05-28 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/05/28 03:46:06 Modified files: sys/dev/mii: brgphy.c dcphy.c mlphy.c rgephy.c urlphy.c xmphy.c sys/dev/sbus : be.c Log message: Fix a common issue across

CVS: cvs.openbsd.org: src

2013-05-29 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/05/29 11:04:46 Modified files: sys/dev/pci: if_bge.c if_bgereg.h Log message: PHY auto-polling mode should not be used for anything newer than BCM5705. Figured out by David Imhoff, checked against

CVS: cvs.openbsd.org: src

2013-05-31 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/05/31 08:27:21 Modified files: sys/dev/pci: if_bge.c if_bgereg.h Log message: New logic to accommodate the E5/C600 and 5719/5720 changes in PCI-E maximum payload size handling from FreeBSD. Fixes

CVS: cvs.openbsd.org: src

2013-06-03 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/06/03 16:01:57 Modified files: sys/dev/pci: pcireg.h Log message: Define some more DCSR/DCTL bits; ok kettenis

CVS: cvs.openbsd.org: src

2013-06-04 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/06/04 03:36:20 Modified files: sys/dev/pci: if_bge.c Log message: Substitute a couple of magic numbers with newly added PCIE DCTL flag defines. No binary change.

CVS: cvs.openbsd.org: src

2013-06-04 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/06/04 03:41:50 Modified files: sys/dev/pci: if_bge.c Log message: Substitute a couple of magic numbers with newly added PCIE DCTL flag defines. Now with the right defines, doh!

CVS: cvs.openbsd.org: src

2013-06-10 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/06/10 07:38:47 Modified files: sys/dev/pci: if_bge.c Log message: A couple of changes from Masanobu SAITOH msai...@netbsd.org: - fixup the Random Backoff Register value masking; - keep the GPIO

CVS: cvs.openbsd.org: src

2013-06-13 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/06/13 05:23:54 Modified files: sys/dev/pci: if_bgereg.h Log message: Random TX Backoff Register mask must be 0x3FF; ok beck, dlg

CVS: cvs.openbsd.org: src

2013-06-14 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/06/14 10:25:54 Modified files: sys/dev/pci: if_ix.c Log message: Correct interrupt moderation setting for 82598; tested on the CX4 version

CVS: cvs.openbsd.org: src

2013-06-20 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/06/20 14:21:20 Modified files: sys/netinet: tcp_input.c Log message: Always make sure that the temporary TCP protocol control block structure is zeroed out before use. From David Hill dhill at

CVS: cvs.openbsd.org: src

2013-06-25 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/06/25 04:08:04 Modified files: sys/dev/pci: if_bge.c Log message: Repair flow control broken in the rev1.329 and make sure that a simple ifconfig done by a user won't alter our negotiated flow

Re: CVS: cvs.openbsd.org: src

2013-06-26 Thread Mike Belopuhov
On 26 June 2013 11:12, Henning Brauer henn...@cvs.openbsd.org wrote: CVSROOT:/cvs Module name:src Changes by: henn...@cvs.openbsd.org 2013/06/26 03:12:40 Modified files: sys/net: if_bridge.c if_pflog.c pf.c pf_norm.c pfvar.h sys/netinet:

CVS: cvs.openbsd.org: src

2013-06-28 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/06/28 05:59:42 Modified files: sys/dev/pci: if_bge.c if_bgereg.h Log message: Turns out that BGE_STATFLAG_UPDATED bit in the status block doesn't get properly updated by the newer hardware (seen in

CVS: cvs.openbsd.org: www

2013-07-05 Thread Mike Belopuhov
CVSROOT:/cvs Module name:www Changes by: mi...@cvs.openbsd.org 2013/07/05 09:23:42 Modified files: . : donations.html Log message: Prisjakt AB has donated two Broadcom 10 Gb Ethernet adapters and loaned an Intel X540 for ongoing driver development. Thanks

CVS: cvs.openbsd.org: src

2013-07-11 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/07/11 05:25:42 Modified files: sys/dev/pci: if_bge.c Log message: use fls as initially intended

CVS: cvs.openbsd.org: src

2013-07-31 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/07/31 09:41:53 Modified files: sys/net: if_bridge.c sys/netinet: ip_input.c ip_output.c tcp_input.c udp_usrreq.c sys/netinet6 : ip6_forward.c ip6_output.c Log message:

CVS: cvs.openbsd.org: src

2013-07-31 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/07/31 10:20:11 Modified files: regress/sbin/pfctl: pf15.in pf33.ok pf39.optimized pf35.ok pf39.ok pf43.ok Log message: fixup pfctl regress fallout from the set tos and set

CVS: cvs.openbsd.org: src

2013-08-01 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/01 13:03:11 Modified files: sbin/pfctl : parse.y pfctl_parser.c pfctl_parser.h Log message: Provide local implementations of if_nametoindex(3) and if_indextoname(3) that make use of the cache of

CVS: cvs.openbsd.org: src

2013-08-01 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/01 13:28:36 Modified files: regress/sbin/pfctl: pf15.loaded pf39.loaded Log message: more set queue fallout fixups

CVS: cvs.openbsd.org: src

2013-08-02 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/02 02:33:11 Modified files: sbin/pfctl : pfctl.c Log message: Remove an incorrect call to pfctl_print_rule_counters when trying to print out anchor rules recursively; unbreaks pf1.loaded

CVS: cvs.openbsd.org: src

2013-08-02 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/02 02:41:32 Modified files: regress/sbin/pfctl: pfail32.ok Log message: update pfail32.ok: it's failiing in a much better way now; ok henning

CVS: cvs.openbsd.org: src

2013-08-02 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/02 03:00:31 Modified files: sys/dev/usb: usbdevs.h usbdevs_data.h Log message: regen

CVS: cvs.openbsd.org: src

2013-08-02 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/02 02:59:52 Modified files: sys/dev/usb: usbdevs Log message: add Sierra Wireless MC8355 (Gobi 3000)

CVS: cvs.openbsd.org: src

2013-08-02 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/02 03:00:49 Modified files: sys/dev/usb: umsm.c Log message: add Sierra Wireless MC8355 (Gobi 3000)

CVS: cvs.openbsd.org: src

2013-08-02 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/02 17:05:23 Modified files: regress/sbin/pfctl: pfail51.in Log message: fixup set prio fallout

CVS: cvs.openbsd.org: src

2013-08-02 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/02 17:07:44 Modified files: regress/sbin/pfctl: pf100.loaded Log message: extra skip step and counters printout fixed by the recent pfctl change

CVS: cvs.openbsd.org: src

2013-08-02 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/02 17:08:25 Modified files: regress/sbin/pfctl: pf101.loaded Log message: fixup set prio fallout

CVS: cvs.openbsd.org: src

2013-08-05 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/05 05:18:04 Modified files: sys/net: if_bridge.c Log message: sync the bridge_broadcast comment with reality

CVS: cvs.openbsd.org: src

2013-08-05 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/05 13:58:06 Modified files: sys/dev/pci: if_ix.c if_ix.h ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82599.c ixgbe_phy.c ixgbe_type.h ixgbe_x540.c Log

CVS: cvs.openbsd.org: src

2013-08-12 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/12 11:42:08 Modified files: sbin/pfctl : pfctl.c Log message: Remove duplicate and incorrect recursive anchor printing code and instead rely on the one provided by the same function just a few

CVS: cvs.openbsd.org: src

2013-08-13 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/13 10:26:28 Modified files: sys/arch/amd64/conf: GENERIC RAMDISK RAMDISK_CD sys/arch/i386/conf: GENERIC RAMDISK RAMDISKB RAMDISKC RAMDISK_CD sys/dev/pcmcia : files.pcmcia Removed

CVS: cvs.openbsd.org: src

2013-08-13 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/13 10:27:26 Modified files: share/man/man4 : Makefile Removed files: share/man/man4 : ray.4 Log message: ray(4) is no more

CVS: cvs.openbsd.org: src

2013-08-13 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/13 10:28:29 Modified files: share/man/man4 : pcmcia.4 Log message: ray(4) is no more; reminded by jmc@

CVS: cvs.openbsd.org: src

2013-08-20 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/20 04:13:03 Modified files: usr.sbin/ldapd : ldapd.conf.5 Log message: replace a predefined string with a mdoc macro; ok jmc, schwarze, sobrado

CVS: cvs.openbsd.org: src

2013-08-23 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/23 13:16:17 Modified files: sys/dev/pci: if_oce.c Log message: don't call if_link_state_change if link state is not changed

CVS: cvs.openbsd.org: src

2013-08-23 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/23 13:44:14 Modified files: sys/dev/pci: if_ix.c Log message: don't call if_link_state_change if link state is not changed and fix minor discrepancies with link state handling

CVS: cvs.openbsd.org: src

2013-08-25 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/25 12:34:21 Modified files: sys/dev/pci: if_bge.c Log message: call if_link_state_change when link state actually changes; ok claudio

CVS: cvs.openbsd.org: src

2013-08-25 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/25 16:50:05 Modified files: sys/arch/i386/pci: glxsb.c Log message: one change missed by jsging's commit is needed to unbreak the build; spotted by sthen@

CVS: cvs.openbsd.org: src

2013-08-25 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/25 17:15:20 Modified files: sbin/ipsecctl : ike.c Log message: the comment that comma characters cannot be used in transform names in ike_section_p2 applies to phase-1 transforms as well.

CVS: cvs.openbsd.org: src

2013-08-25 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/25 17:21:26 Modified files: regress/sbin/ipsecctl: ikefail6.ok Log message: transform names cannot have commas

CVS: cvs.openbsd.org: src

2013-08-25 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/25 17:26:47 Modified files: regress/sbin/ipsecctl: ikefail14.ok Log message: transform names cannot have commas

CVS: cvs.openbsd.org: src

2013-08-26 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/26 10:56:50 Modified files: usr.sbin/snmpd : snmpd.conf.5 Log message: capitalize a section header

CVS: cvs.openbsd.org: src

2013-08-28 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/08/28 06:34:27 Modified files: usr.bin/ssh: ssh-keygen.c Log message: improve batch processing a bit by making use of the quite flag a bit more often and exit with a non zero code if asked to find

CVS: cvs.openbsd.org: src

2013-09-26 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/09/26 07:09:38 Modified files: sbin/iked : ikev2_msg.c Log message: After some manipulations with the buffer, ike message header (hdr) might no longer point to the same memory as before. The bug

CVS: cvs.openbsd.org: src

2013-10-19 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/10/19 08:54:18 Modified files: sys/net: if.c Log message: in order to make our life a tad easier and prevent rogue accesses to the routing table from the hardware interrupt context defer the

CVS: cvs.openbsd.org: src

2013-10-23 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/10/23 05:06:57 Modified files: sys/net: pf.c Log message: overwrite icmp packet type-specific nextptr field only when we're changing it. fixes an icmp to icmpv6 translation regression found by

CVS: cvs.openbsd.org: src

2013-10-23 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/10/23 10:13:54 Modified files: sys/net: pf.c Log message: translate port numbers for inner udp packets when they're returned as a payload of icmp error messages; makes traceroute6 operate

CVS: cvs.openbsd.org: src

2013-10-25 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/10/25 10:21:35 Modified files: sys/dev/pci: mpii.c Log message: fix an off by one when calculating the length of an sgl segment that our chain scatter-gather element is pointing to. the bug was

CVS: cvs.openbsd.org: src

2013-10-28 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/10/28 06:09:41 Modified files: sys/net: pf.c Log message: previous udp port number rewrite fix turned out to be a work around the incorrect pf_change_ap call; while here make the tcp case use

CVS: cvs.openbsd.org: src

2013-10-30 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/10/30 05:18:32 Modified files: sys/net: pf_lb.c Log message: add a comment describing why do we call pf_map_addr again if port selection process fails; ok henning

CVS: cvs.openbsd.org: src

2013-10-30 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/10/30 05:21:26 Modified files: sys/net: pf.c pf_lb.c Log message: translate icmpv6 echo id's the same way we do for icmpv4; ok henning

CVS: cvs.openbsd.org: src

2013-10-31 Thread Mike Belopuhov
CVSROOT:/cvs Module name:src Changes by: mi...@cvs.openbsd.org 2013/10/31 04:32:38 Modified files: sys/crypto : crypto.c cryptodev.h Log message: convert crypto work queue to the task_add(9) api; ok dlg

  1   2   3   4   5   6   7   8   9   10   >