Re: OpenBSD on a Nokia IP380

2013-08-28 Thread Alexey E. Suslikov
charter.net> writes: > installed. Guess I'll have to live with the 4 onboard NICs for the time > being. If you have no plans to forward full-blown 100Mbps between fxps and there's a dot1q-aware switch near you, using vlans may be a workaround for a limited number of physical ports.

Re: pms: synaptics touchpad resume fix

2013-09-02 Thread Alexey E. Suslikov
Stefan Sperling openbsd.org> writes: > I've got a synaptics touchpad which is taking a relatively large > amount of time to respond to the synaptics magic query during resume. As seen in Linux[1], USB devices also require longer than normal timeouts after being woken up. [1] http://marc.info/?l

5.4 html Security Improvements section

2013-10-09 Thread Alexey E. Suslikov
hi tech@. Security Improvements section needs love. I have found these: * rand(3)/random(3) -> arc4random*() conversion * new secure identd implementation (not started by default) * security(8) now checks npppd(8) configuration files More?

Re: 5.4 html Security Improvements section

2013-10-09 Thread Alexey E. Suslikov
Alexey E. Suslikov gmail.com> writes: > > hi tech . > > Security Improvements section needs love. > > I have found these: > > * rand(3)/random(3) -> arc4random*() conversion > * new secure identd implementation (not started by default) > * security(8) now

Re: rfc: acpi wmi diff

2013-11-17 Thread Alexey E. Suslikov
Kyle R W Milz getaddrinfo.net> writes: > > tech , > > Here is an initial implementation of a generic acpi wmi framework and a > single consumer for the framework that lets the volume adjustment keys > on an asus ux31e work. > > The generic framework could be used to support hotkeys found in >

Re: FDDI/ATM leftovers

2013-11-18 Thread Alexey E. Suslikov
Martin Pieuchot nolizard.org> writes: > - case IFT_FDDI: > - case IFT_ATM: > case IFT_IEEE1394: any plans for FireWire? :)

Re: Don't link multicast records to the first address

2013-11-18 Thread Alexey E. Suslikov
Martin Pieuchot nolizard.org> writes: > -1803,8 +1651,12 in6_delmulti(struct in6_multi *in6m) > + s = splsoftnet(); > + TAILQ_REMOVE(&ifp->if_maddrlist, &in6m->in6m_ifma, ifma_list); > + splx(s); > + > free(in6m, M_IPMADDR); > }

Re: new queue support for systat(1)

2013-11-21 Thread Alexey E. Suslikov
Arto Jonsson kapsi.fi> writes: > the following adds new queue support for systat(1). Both old and new > queues are shown in the same display (newqs are shown first). Majority > of the code taken from pfctl. I would love to see prio support too :)

Re: Weird loop in ftp client

2013-11-23 Thread Alexey E. Suslikov
sven falempin gmail.com> writes: > > Hello, > > Another point of vue : > Because curl is in base, what does ftp client add to the system ? pkg_delete curl and you'll understand.

Re: Randomization from the bootblocks

2014-01-03 Thread Alexey E. Suslikov
Theo de Raadt cvs.openbsd.org> writes: > >Having no interrupt (and such) entropy means less entropy. > > > >>From other hand, there are lot of speculations about some > >hardware entropy sources are suspected (proven?) bad (or > >intentionally hijacked?). > > > >So question here is, does moving r

PATCH: new/fixed pcidevs from Attansic, Intel, Ralink

2014-01-06 Thread Alexey E. Suslikov
hi tech@. (diff is at the bottom of this message). references used: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=a89534edaaa7008992b878680490e9b02a665563 http://lwn.net/Articles/555179/ Attansic entries being corrected according to above lwn.net reference. Ralink

PATCH: new usbdevs vendor Sunplus, new wi-fi devices

2014-01-06 Thread Alexey E. Suslikov
hi tech@. references used: http://svnweb.freebsd.org/base?view=revision&revision=238779 http://svnweb.freebsd.org/base?view=revision&revision=257955 Cheers, Alexey Controller /dev/usb0: addr 1: high speed, self powered, config 1, EHCI root hub(0x), Intel(0x8086), rev 1.00 port 1 addr 2:

Re: PATCH: new usbdevs vendor Sunplus, new wi-fi devices

2014-01-06 Thread Alexey E. Suslikov
previous diff may be mangled. resending. Index: usbdevs === RCS file: /cvs/src/sys/dev/usb/usbdevs,v retrieving revision 1.618 diff -u -p -r1.618 usbdevs --- usbdevs 17 Dec 2013 12:51:14 - 1.618 +++ usbdevs 6 Jan 2014

Re: PATCH: new/fixed pcidevs from Attansic, Intel, Ralink

2014-01-06 Thread Alexey E. Suslikov
previous diff may be mangled. resending. Index: sys/dev/pci/pcidevs === RCS file: /cvs/src/sys/dev/pci/pcidevs,v retrieving revision 1.1708 diff -u -p -r1.1708 pcidevs --- sys/dev/pci/pcidevs 5 Jan 2014 23:55:25 - 1.1708 +++

Re: enable aucat by default

2011-10-07 Thread Alexey E. Suslikov
Jona Joachim hcl-club.lu> writes: > > On 2011-10-07, Henning Brauer bsws.de> wrote: > > * Jona Joachim hcl-club.lu> [2011-10-07 12:06]: > >> Do you want to start sshd by default? [Y/n] > >> Do you want to start aucat by default? [Y/n] > > > > yeah right. what an awesome installer! > > > > Do y

Re: enable aucat by default

2011-10-07 Thread Alexey E. Suslikov
Vadim Zhukov gmail.com> writes: > > 2011/10/7 Alexey E. Suslikov gmail.com>: > > Either audioctl or mixerctl, which both return "Device not configured" > > if no audio device is present, can be used by aucat rc.d script to > > detect speechless setup

Re: enable aucat by default

2011-10-07 Thread Alexey E. Suslikov
Theo de Raadt cvs.openbsd.org> writes: > > > Either audioctl or mixerctl, which both return "Device not configured" if > > no audio device is present, can be used by aucat rc.d script to detect > > speechless setups. > > Until a hotplug one is put in, and doesn't work. Is it feasible for aucat

Re: upstream vendors and why they can be really harmful

2012-11-09 Thread Alexey E. Suslikov
lavabit.com> writes: > As far as I know they are going to release their own linux distro > called GNOME OS with it's own API (GNOME API) and stuff. In this case > making GNOME incompatible with everything else and all that talk about > brands and marketing both make sense. >From https://trac.tran

Disable modload(8)

2012-11-21 Thread Alexey E. Suslikov
Hello tech@. Following this http://blog.crowdstrike.com/2012/11/http-iframe-injecting-linux-rootkit.html Besides of doing "#option LKM", is there any other way to disable modload(8)? Cheers, Alexey

Re: Disable modload(8)

2012-11-21 Thread Alexey E. Suslikov
lavabit.com> writes: > On 10:50 Wed 21 Nov , Alexey E. Suslikov wrote: > > Hello tech@. > > > > Following this > > http://blog.crowdstrike.com/2012/11/http-iframe-injecting-linux-rootkit.html > > > > Besides of doing "#option LKM", is the

Re: Add ATI Radeon HD 7850 and 7850 HD Audio to pcidevs

2013-01-13 Thread Alexey E. Suslikov
Thomas Pfaff tp76.info> writes: > product ATI RADEON_HD6400_HDA0xaa98 Radeon HD 6400 Audio > +product ATI RADEON_HD7850_HDA0xaab0 Radeon HD 7850 HD Audio I think 7850 audio entry shouldn't say "HD" twice (see 6400).

Re: raid10 for softraid(4)

2013-02-21 Thread Alexey E. Suslikov
Dmitry Bogdan gmail.com> writes: > Is there any interest in the raid10 independent discipline > in openbsd community? With hardware based RAID-controllers our company prefer RAID10 for better write speeds (because RAID5 needs parity calculations, for instance). We also use softraid(4) mirroring

Re: softraid(4) about boot support

2013-03-11 Thread Alexey E. Suslikov
Alexander Polakov sdf.org> writes: > It seems like this is not true any more. Right? > > Index: softraid.4 > -There is no boot support at this time for any disciplines. > -.Pp Not telling RAID1 and CRYPTO are only bootable disciplines, won't make truth either.

Re: goodbye to some isa devices

2013-03-26 Thread Alexey E. Suslikov
Todd T. Fries fries.net> writes: > I'd wager a bet that I could make my sea(4) scsi adapter work more > reliably than any variant of usb wi(4), so perhaps we should disable usb > wi(4) to save you time building instead? My 2 cents. Nuke tcic0 *and* pcic*: * searching archives bring dmesgs from

Re: goodbye to some isa devices

2013-03-26 Thread Alexey E. Suslikov
Alexey E. Suslikov gmail.com> writes: > Not sure about ancient 3Com's, but they are Ethernet at > least, in contract to Token-Ring device like tr*. > > Do we support Token-Ring? Joystick driver?

Re: goodbye to some isa devices

2013-03-28 Thread Alexey E. Suslikov
Nick Holland holland-consulting.net> writes: > There is a lot of ISA stuff I'd object to removing from the kernel; none > of this is it. I'm entirely ok with this stuff going... How about this one? ie0 at isa? port 0x360 iomem 0xd irq 7 # StarLAN and 3C507 Looking at sys/dev/isa/if_i

Re: beaglebone

2013-04-25 Thread Alexey E. Suslikov
Raphael Graf undefined.ch> writes: > I have a beaglebone (AM3359) running OpenBSD, see below. > Is there any interest in such code? Diffs are interesting. Teasers are not.

Re: DPI for pf(4)

2013-04-30 Thread Alexey E. Suslikov
Franco Fichtner gmail.com> writes: > so I have been working on a BSD licensed DPI engine. It's a > very lightweight, non-intrusive approach and I know that teasers > are boring, but I'd like to know if it's worth the time to > work on inclusion for pf(4). So far I have about 25 supported > appl

Re: cvsweb says 'No viewable change' for i915_drv.c diffs

2013-05-15 Thread Alexey E. Suslikov
Mark Kettenis xs4all.nl> writes: > > Try this > > http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/drm/i915/i915_drv.c.diff?r1=1.26;r2=1.27;f=h > > > > and, for instance, this > > http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/drm/i915/i915_dma.c.diff?r1=1.6;r2=1.7;f=h > > > > Forme

De-static functions' prototypes

2013-05-21 Thread Alexey E. Suslikov
> CVSROOT: /cvs > Module name: src > Changes by: kettenis cvs.openbsd.org 2013/05/20 11:34:08 > > Modified files: > sys/arch/i386/i386: amd64errata.c > sys/arch/amd64/amd64: amd64errata.c > > Log message: > de-static-ize, such that people don't get confused by aesni failure

Re: pf state tracking and tos/dscp

2013-05-22 Thread Alexey E. Suslikov
Adam Gensler kristenandadam.net> writes: > all udp 1.1.1.1:4500 <- 172.28.1.3:4500 MULTIPLE:MULTIPLE > age 00:15:50, expires in 00:00:57, 394:196 pkts, 52356:39176 bytes, rule 37 put "pass all tos " higher in your ruleset and see if it matches.

Re: pf state tracking and tos/dscp

2013-05-22 Thread Alexey E. Suslikov
Adam Gensler kristenandadam.net> writes: > local_nets = "{ 172.28.1.0/24, 172.28.10.0/24, 172.28.11.0/24 }" > work871 = "172.28.1.3" > pass in quick inet proto udp from $work871 tos 0xB8 tag VOIP-RTP > pass in quick inet proto udp from $work871 tos 0x60 tag VOIP-SIG > pass in quick inet proto { t

Re: Stop printing excessive numbers of ACPI wakeup devices

2013-06-01 Thread Alexey E. Suslikov
Mike Larkin azathoth.net> writes: > It's sometimes nice to know what devices can wake up a machine, and from what > sleep state. But I'm fine suppressing these also. Don't want this to end up > being a bikeshed :) why not dnprintf them?

Re: sysctl fix

2013-06-06 Thread Alexey E. Suslikov
Sylvestre Gallon gmail.com> writes: > -2586,6 +2587,7 struct emulname { > } *emul_names; > int emul_num, nemuls; > int emul_init(void); > +int emulcmp(const void *, const void *); this seems unrelated to rest of changes you've made. no?

Re: help X11 performance: make sigprocmask(2) SY_NOLOCK

2013-06-19 Thread Alexey E. Suslikov
Martin Pelikan gmail.com> writes: > and ran it on my pointless Atom N270 (two threads, one core from 1980s) Not such a pointless for me since I have one too. Btw, a while ago vendors built a *lot* of netbooks on N270.

viomb(4) assert with 1.35 of sys/arch/amd64/amd64/intr.c

2013-07-01 Thread Alexey E. Suslikov
Hi ports@. See here http://article.gmane.org/gmane.os.openbsd.misc/205448 In addition, viomb_worker is doing splvm() and workq itself is viomb_workq = workq_create("viomb", 1, IPL_VM); Cheers, Alexey

ehci* on amd64 RAMDISK

2013-08-19 Thread Alexey E. Suslikov
Hi tech@. Along other lines, amd64 RAMDISK_CD have: # USB Controllers ehci*at pci?# Enhanced Host Controller # USB bus support usb*at ehci? But amd64 RAMDISK only have: # PCI USB Controllers ehci* at pci? # Enhanced Host Controller (notice absence of usb*

Re: Proxy ARP, but network interface specific

2012-01-23 Thread Alexey E. Suslikov
Gerlach, Hendrik siemens.com> writes: > In opposite to Linux it seems to be impossible in OpenBSD to add proxy ARP > entries only for a specific network interface (missing option for the ARP > command) nor to disable proxy ARP at all for some interfaces (sysctl or > ifconfig option). > > So it s

Re: Proxy ARP, but network interface specific

2012-01-23 Thread Alexey E. Suslikov
Alexey E. Suslikov gmail.com> writes: > > So it seems that some code change is necessary. Are there some solutions, > > hints or papers or some ideas that could help us ? > > You can try to cook something using vether(4) and bridge(4). ... or maybe using rdomain - man ifconfig(4) Alexey

KERNEL MODIFICATION in config(8)

2012-03-21 Thread Alexey E. Suslikov
Hello tech@. In KERNEL MODIFICATION section: ... When invoked, the kernel identification is first shown. # config -e -o bsd.new /bsd OpenBSD 2.6-beta (GENERIC.rz0) #0: Mon Oct 4 03:57:22 MEST 1999 root@winona:/usr/src/sys/arch/pmax/compile/GENERIC.rz0

Re: Use ACPI to detect secondary PCI root segments on x86

2012-09-14 Thread Alexey E. Suslikov
Christian Ehrhardt genua.de> writes: > > However, host bridges that are handled e.g. in arch/i386/pci/pchb.c > > can appear downstream of another bridge but use bus numbers that are > > outside of the upstream bridge's bus number range. What I understood from the discussion, there is a possibili