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.
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
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?
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
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
>
Martin Pieuchot nolizard.org> writes:
> - case IFT_FDDI:
> - case IFT_ATM:
> case IFT_IEEE1394:
any plans for FireWire? :)
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);
> }
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 :)
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.
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
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
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:
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
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
+++
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
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
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
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
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
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
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).
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
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.
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
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?
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
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.
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
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
> 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
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.
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
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?
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?
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.
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
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*
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
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
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
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
41 matches
Mail list logo