Re: [patch] adds include statement in dhcpd.conf

2018-05-11 Thread Denis Fondras
04:05:06:07; filenameee "pxeboot"; next-server 192.168.1.10; } dhcpd.conf isn't 24 lines long and the problem is in the included file host.conf. Thanks. Denis On Fri, May 11, 2018 at 02:00:11AM +0200, Julien Dhaille wrote: > Hi, > this diff implements t

remove link from oce.4

2018-01-28 Thread Denis Fondras
Hi, The link to Emulex website is not available anymore. Remove it. Denis Index: oce.4 === RCS file: /cvs/src/share/man/man4/oce.4,v retrieving revision 1.3 diff -u -p -r1.3 oce.4 --- oce.4 15 Aug 2012 18:10:06 - 1.3

Re: Kernel Panic on 6.2 amd64 when run0 RT3070 based device is attached during boot

2018-01-25 Thread Denis
count: 40 0x1372a3caf59a: End of stack trace. splassert: if_down want 1 have 256 panic: spl assertion failure in if_down Starting stack trace... panic () at ... On 1/21/2018 10:38 AM, Denis wrote: > Last tests shows that 6.2amd64 system goes reboot in a random manner > with run0 driver is loaded

Re: After 6.1amd64 -> 6.2amd64 upgrade namecoind malloc(): free(): error

2018-01-23 Thread Denis
hes) + cachedInnerUsage; Could somebody help to fix namecoin malloc() to latest malloc restrictions in OpenBSD 6.2 ? Thank you in advance. Denis On 1/22/2018 4:20 PM, Otto Moerbeek wrote: > On Mon, Jan 22, 2018 at 03:20:42PM +0300, Denis wrote: > >> Otto, >> >> Thank you

Re: Kernel Panic on 6.2 amd64 when run0 RT3070 based device is attached during boot

2018-01-20 Thread Denis
configuration as in dmesg listed before. Different USB ports has been used for test. I've changed usb cable length, RT3070 based cards from different manufacturers, but behavior is the same. Hope this helps to improve the run0 driver. Thanks On 1/18/2018 12:23 PM, Denis wrote: > Hi All,

Kernel Panic on 6.2 amd64 when run0 RT3070 based device is attached during boot

2018-01-18 Thread Denis
Hi All, >From time to time I receive Kernel Panic on OpenBSD 6.2 amd64 when run0 driver for RT3070 based device is attached to the Lenovo X220 laptop during boot. It appears just after file system is mounted. Next boot I receive that file system was not properly unmounted. But after FS checking is

[patch] IPv6 over VPLS

2017-12-27 Thread Denis Fondras
Hi, Here are 2 patches to enable IPv6 over VPLS. One for ldpd(8) and one for the kernel. Denis Index: if_ethersubr.c === RCS file: /cvs/src/sys/net/if_ethersubr.c,v retrieving revision 1.246 diff -u -p -r1.246 if_ethersubr.c

IPv6 over VPLS

2017-12-27 Thread Denis Fondras
Hi, I am trying to make IPv6 over VPLS. I updated ldpd(8) to install MPLS route for IPv6 nexthop. I can see the routes but when pinging the destination I get "No route to host". Can someone give me a pointer for the next step ? Thank you in advance, Denis * Without the patch : mpls1

Re: OpenBSD OpenCL 2.x support perspective

2017-12-12 Thread Denis
1AM +0300, Denis wrote: >> Interesting in perspectives about OpenCL 2.x support in OpenBSD natively. >> >> Especially interesting in what does Theo think about it. >> >> Thanks > I am not Theo, > > But as a former heavy OpenCL developer, my advice is to just us

OpenBSD OpenCL 2.x support perspective

2017-12-11 Thread Denis
Interesting in perspectives about OpenCL 2.x support in OpenBSD natively. Especially interesting in what does Theo think about it. Thanks

Boot loader's passphrase (or key) advertisement to hard coded full disk encryption

2017-12-06 Thread Denis
I'm interesting in how to set up hardcoded Key or Passphrase (no keyboard input or USB key is needed) during OpenBSD boot. I have a device without keyboard and/or USB stick connectivity available. It would be great to have full disk encryption, but without any key inputs on startup. Is it possibl

Re: forbid config reloads in ospf6d

2017-11-05 Thread Denis Fondras
Ok (for what it's worth). On Sun, Nov 05, 2017 at 03:50:42PM +0100, Jeremie Courreges-Anglas wrote: > > ospf6d consistently fails when I ask it to reload its config, even > though I have a very basic test setup: > > area 0.0.0.0 { > interface em0 { passive } > interface vether0 >

Re: [patch] exiting bgplgsh with ^D

2017-10-04 Thread Denis Fondras
On Wed, Oct 04, 2017 at 09:04:43PM +0200, Sebastian Benoit wrote: > I also noticed that the help message does not tell you to use exit to quit > ;) > I noticed this too but as ^D is a well-known command to exit a shell, I wonder if it is useful to add exit to the help message. Plus it is not rele

[patch] exiting bgplgsh with ^D

2017-10-04 Thread Denis Fondras
Hi, Here is a patch to make ^D (CTRL-D) escape from bgplgsh instead of displaying help. Denis Index: bgplgsh.c === RCS file: /cvs/src/usr.bin/bgplg/bgplgsh.c,v retrieving revision 1.8 diff -u -p -r1.8 bgplgsh.c --- bgplgsh.c 9

[patch bgpd] Remove unused argument

2017-10-03 Thread Denis Fondras
Hi, The "struct peer" input of merge_config() is never used. Here is a patch to remove it. Denis Index: config.c === RCS file: /cvs/src/usr.sbin/bgpd/config.c,v retrieving revision 1.67 diff -u -p -r1.67 config.c --- conf

Re: man page update for bgpctl

2017-09-21 Thread Denis Fondras
On Thu, Sep 21, 2017 at 01:07:26PM +0100, Tom Smyth wrote: > Hello > minor Grammar Correction on manual page for bgpctl > > - line144 > Take the BGP session to the specified neighbor up. > +line144 > Bring the BGP session to the specified neighbor up. Thank you. I created a proper patch. Take a l

Add RPKI-ROA support to OpenBGPd 1/2

2017-08-26 Thread Denis Fondras
Hi, Here is a patch to add RPKI/ROA support to bgpd(8) (based on RFC6810). (bgpctl(8) patch in the next mail) Can someone have a look and tell me what is wrong and what must be and how to improved ? * What needs to be done (in no specific order) : - Do some benchmark - Improve error handling - A

Add RPKI-ROA support to OpenBGPd 2/2

2017-08-26 Thread Denis Fondras
Hi, Following the previous email, here is a patch to bgpctl(8). It adds two commands : - show validator - show rib roa-state [valid|invalid|not-found] Here is the result of each command : # bgpctl show validator id address:port pref v4 v6 0 [2a02:cdc5:9715:0:185:5:200:241]:8282 128 36655 5837

Re: Changing default compiler for usr/ports buiding

2017-08-01 Thread Denis
1.59 builded by gcc 4.9 and working with cmake-3.5.2 ? Thanks for answer in advance. On 31.07.2017 21:34, Marc Espie wrote: > On Mon, Jul 31, 2017 at 05:47:59PM +0300, Denis wrote: >> I'm trying to change default compiler to build some ports. >> Tried to do it using bsd.por

Changing default compiler for usr/ports buiding

2017-07-31 Thread Denis
I'm trying to change default compiler to build some ports. Tried to do it using bsd.port.mk and by system variables CXX=eg++ CPP=egcc, but nothing changes while building a port. How can I force the default gcc 4.2 to egcc (gcc 4.9)? Thanks

[patch/bgpd] Move comment in rde.c

2017-07-30 Thread Denis Fondras
Hi, A comment is misplaced in rde.c. Index: rde.c === RCS file: /cvs/src/usr.sbin/bgpd/rde.c,v retrieving revision 1.368 diff -u -p -r1.368 rde.c --- rde.c 29 May 2017 13:10:40 - 1.368 +++ rde.c 30 Jul 2017 19:49

Re: Is someone interested in resuming support for socppc?

2017-07-29 Thread Denis Fondras
On Sat, Jul 29, 2017 at 01:33:03PM +0300, Андрей Болконский wrote: > https://www.openbsd.org/socppc.html > > > The OpenBSD/socppc port was discontinued after the 5.8 release. > Otherwise, will you approve removing support for socppc from src? I am still using a RB600A.

[patch/route] Automatically choose default route AF

2017-07-28 Thread Denis Fondras
Hello, Here is a patch to route(8) to automatically choose the right address family when adding a default route using the "default" keyword. Index: route.8 === RCS file: /cvs/src/sbin/route/route.8,v retrieving revision 1.79 diff -u

Re: [patch/route] Allow short commands

2017-07-27 Thread Denis Fondras
> > +1 for a specific alias for "del" though. > > I also worry about this. However the addition of a few well-selected > shortenings is OK. > Here is a patch that adds the "del" shortcut. I am not sure the usage() et man are changed the "right way" though. Index: keywords.h ===

Re: [patch/route] Allow short commands

2017-07-27 Thread Denis Fondras
Thank you for your comment. > This will lead to usage and documentation issues (aside from your > diff not including a manpage change): > You are right, I missed the manpage bits. > With your diff, someone might write somewhere > > just type "route a default 192.0.2.1" to configure a default r

[patch/route] Allow short commands

2017-07-26 Thread Denis Fondras
Hi, I use route(8) a lot and I thought being able to use shorter commands/keywords could be nice. Like : route a default 192.0.2.1 route del default Regards, Denis Index: route.c === RCS file: /cvs/src/sbin/route/route.c,v

show ASN details in bgplg(8)

2017-07-19 Thread Denis Fondras
Hi, I can be useful to display details about an ASN from the looking-glass. rt-grav-01.liopen.net> show ip bgp detail as 199881 BGP routing table entry for 2a00:6060:8000::/48 199881 Nexthop 2001:7f8:81::19:9881:1 (via 2001:7f8:81::19:9881:1) from Auvergne Wireless IPv6 (185.22.131.1)

[patch/bgpctl] Add support for extended communities (updated)

2017-06-03 Thread Denis Fondras
(forgot to add the manual bit in the previous patch) Hello, Here is a patch to allow usage of extended communities with bgpctl : bgpctl show ip bgp ext-community rt 10:10 bgpctl netw add 2001:db8:1::/64 ext soo 10:50 Denis Index: bgpctl/bgpctl.8

[patch/bgpctl] Add support for extended communities

2017-06-03 Thread Denis Fondras
Hello, Here is a patch to allow usage of extended communities with bgpctl : bgpctl show ip bgp ext-community rt 10:10 bgpctl netw add 2001:db8:1::/64 ext soo 10:50 Denis Index: bgpctl/bgpctl.c === RCS file: /cvs/src/usr.sbin

Re: rework bgpd ext community and support origin validation state

2017-05-31 Thread Denis Fondras
Hi, A typo slipped into Claudio's patch. While at it, fix the same typo elsewhere. Denis Index: parse.y === RCS file: /cvs/src/usr.sbin/bgpd/parse.y,v retrieving revision 1.308 diff -u -p -r1.308 parse.y --- parse.y 3

[patch/openbgpd] remove unused argument from community_ext_*

2017-05-22 Thread Denis Fondras
Hello, Here is a patch to remove "u_int16_t neighas", an unused arguments from community_ext_* functions. Index: parse.y === RCS file: /cvs/src/usr.sbin/bgpd/parse.y,v retrieving revision 1.298 diff -u -p -r1.298 parse.y --- parse.y

[patch/openbgpd] make man example works

2017-05-21 Thread Denis Fondras
Hi, bgpd.conf manual has an example with : good="{ 192.168.0.0/16, 172.16.0.0/12, 10.0.0.0/8 }" bad="{ 224.0.0.0/4 prefixlen >= 4, 240.0.0.0/4 prefixlen >= 4 }" ugly="{ 127.0.0.1/8, 169.254.0.0/16 }" deny from any prefix { $good $bad $ugly } This syntax is not valid with current parse.y. Here

Re: ifconfig.8: Small improvement, typofix

2017-04-04 Thread Denis Fondras
> -If the master does not advertise within three times this interval, this host > +If the master does not advertise this interval within three times, this host > I think the old phrasing is easier to understand.

Re: Ralink (MediaTek) MT7650 / MT7610 usb stick problem with run(4) driver

2017-03-24 Thread Denis
ng to do so soon. Denis On 25.03.2017 1:54, Juan Francisco Cantero Hurtado wrote: > On Sat, Mar 25, 2017 at 12:47:47AM +0900, Stefan Sperling wrote: >> On Thu, Mar 23, 2017 at 07:42:13PM +0300, Denis wrote: >>> Having trouble with TP-LINK AC600 Archer T2UH based on Ralink's

Atheros AR9280+AR7010 USB stick don't work in BSS mode but Host AP

2017-03-23 Thread Denis
d. On OpenBSD 5.6 it works fine in BSS mode. I don't know what happened, but it will be great to have BSS in 5GHz and 2.4GHz working as before. I can test all the code modification if necessary. Denis

Ralink (MediaTek) MT7650 / MT7610 usb stick problem with run(4) driver

2017-03-23 Thread Denis
Having trouble with TP-LINK AC600 Archer T2UH based on Ralink's MT7650 chipset with run driver on OpenBSD 6.0-stable with all the latest source tree patches installed. Just after I've added MT7650 by patching files listed below and recompiled the kernel the USB stick shows its identities as: run0

Re: asr: support for RES_USE_DNSSEC

2017-02-25 Thread Denis Fondras
On Sat, Feb 25, 2017 at 07:24:48PM +0100, Jeremie Courreges-Anglas wrote: > > > This flag is useful for software that wants to rely on the resolver to > > perform DNSSEC validation. Among the use cases there are DANE and SSHFP > > records, and the obvious interfaces that I think are useful are >

OpenBGPd: expand rib list (updated for r1.295)

2017-01-20 Thread Denis Fondras
Hello, Here is a patch to expand RIB names in rules. When playing with multi-RIBs, it allows to simplify ruleset. Ex : # cat /etc/bgpd.conf [...] peer_ribs = "{ m1, m2, m3 }" deny rib m2 from any allow rib $peer_ribs from any prefix { 2001:db8:1::/48, 2001:db8:2::/48 } # bgpd -dnv [...] deny ri

OpenBGPd: expand rib list

2017-01-07 Thread Denis Fondras
Hello, Here is a patch to expand RIB names in rules. When playing with multi-RIBs, it allows to simplify ruleset. Ex : # cat /etc/bgpd.conf [...] peer_ribs = "{ m1, m2, m3 }" deny rib m2 from any allow rib $peer_ribs from any prefix { 2001:db8:1::/48, 2001:db8:2::/48 } # bgpd -dnv [...] deny ri

Re: bgpd: local-as

2016-09-27 Thread Denis Fondras
> I know cisco has a similar feature. Can someone of you check how it > detects AS loops? If it does at all. I guess people expect it to work > similar to other vendors. > I expect it to work the OpenBSD way. That means it shouldn't bite me. Detect AS loop is the way to go, whatever way has deci

Re: bgpd: print AS range

2016-06-05 Thread Denis Fondras
On Sun, Jun 05, 2016 at 10:28:05AM +0200, Sebastian Benoit wrote: > hei, > > thanks! i forgot that we print the config. > > ok benno@, with whitespace fixed. > Index: printconf.c === RCS file: /cvs/src/usr.sbin/bgpd/printconf.c,v

Re: bgpd: print AS range

2016-06-05 Thread Denis Fondras
> This didn't quite work, as log_as will override itself when used twice > in the same printf. > I should not have sent this late at night... Index: printconf.c === RCS file: /cvs/src/usr.sbin/bgpd/printconf.c,v retrieving revision

bgpd: print AS range

2016-06-04 Thread Denis Fondras
With the support of AS range filtering, we need to print the configuration accordingly. Before : # bgpd -dnv [...] deny from any AS 0 deny from any AS 0 deny from any AS 65535 deny from any AS 0 deny from any AS 0 deny from any AS 0 deny from any AS 4294967295 After : # bgpd -dnv [...] deny fro

[Patch/bgpd] Remove unused argument from community_ext_*

2016-03-27 Thread Denis Fondras
Hi, I noticed that multiple functions from OpenBGPd declared an argument "u_int16_t neighas" that is never used. Here is a patch to remove it. Denis Index: parse.y === RCS file: /cvs/src/usr.sbin/bgpd/parse.y,v retrievin

Re: bgpd: fix adding a new interface and network inet connected

2016-03-22 Thread Denis Fondras
Peter, Thank you for fixing this bug that has been responsible for much of my service disruption over the months :) Denis

Re: Problem with svlan(4) and bge(4)

2016-01-12 Thread Denis Fondras
Hi David, > naddy is right, the extre header confuses things. i just rewrote > vlan(4) and thought this could happen. > > this is a minimal diff that should work. > > can you try this and see? > It works like a charm on both bge(4) and em(4) in my test setup. Thank you, Denis

Re: Problem with svlan(4) and bge(4)

2016-01-10 Thread Denis Fondras
encapsulation is not > covered by the hardware VLAN support, it changes the offsets to the > IP/TCP headers, which is something the em(4) driver doesn't handle. > Thank you for the insight. Denis

Problem with svlan(4) and bge(4)

2016-01-10 Thread Denis Fondras
Hi, Following http://article.gmane.org/gmane.os.openbsd.tech/47475, I have a similar problem with svlan(4) and em(4) (Intel 80003ES2). The main difference with bge(4) is that ping works with em(4) but not tcp/udp. (obviously my bge(4) supports IFCAP_CSUM_IPv4 and not my em(4)). Everything works fi

Problem with svlan(4) and bge(4)

2016-01-10 Thread Denis Fondras
Hi, I have a problem with svlan(4) and bge(4) (Broadcom BCM5721). With TCO : denis@jigai:~$ ssh root@10.20.30.210 root@10.20.30.210's password: Last login: Sun Jan 10 13:22:27 2016 from 192.168.10.10 OpenBSD 5.9-beta (GENERIC) #1: Sun Jan 10 13:25:07 CET

Re: Giving love to ospf6d

2015-12-20 Thread Denis Fondras
Hello, Here is the second iteration of the patch. It fixes a crash and it is a refactoring. Denis Index: area.c === RCS file: /cvs/src/usr.sbin/ospf6d/area.c,v retrieving revision 1.4 diff -u -p -r1.4 area.c --- area.c 28 Dec

Giving love to ospf6d

2015-12-15 Thread Denis Fondras
he fix would be (I think, I am still investigating) to check for existing LSA before adding a new one in ospfe_dispatch_main() (ospfe.c) when handling IMSG_IFADDRNEW. Perhaps use a tree instead of a list ? Would someone help me to give some love to ospf6d to improve it and make it usabl

Re: Bulkget & snmpd

2015-10-09 Thread Denis Fondras
On Thu, Oct 08, 2015 at 08:39:40AM +0100, Stuart Henderson wrote: > > O. And now I find Gerhard Roth's post > > > > https://marc.info/?l=openbsd-tech&m=143375327425321&w=2 > > Oh! I missed this one. Thank you very much Stuart. Denis

Re: IPv6 - 6rd support

2015-09-16 Thread Denis Fondras
ing the same on gif or gre does work. > Setting link0 sets IFF_MULTICAST. The main difference between Free and OpenBSD is that tun(4) interfaces are created with IFF_MULTICAST with FBSD : if_tun.c from FreeBSD (line 380) : ifp->if_flags = IFF_POINTOPOINT | IFF_MULTICAST; IPv6 requires multicast :) Denis

Re: virtualization support

2015-09-01 Thread Denis Fondras
> TL;DR - a native hypervisor is coming. stay tuned. > Good job ! Getting rid of systemdOS by 5.9 would be a blast :D

[patch] httpd: fcgi/PATH_INFO not handled correctly

2015-08-26 Thread Denis Fondras
Hello, While using httpd together uwsgi and Flask, I noticed that GET requests to / returned 404. The same setup with nginx was returning 200. The culprit is that PATH_INFO is not set when REQUEST_URI is /. The following patch correctly set PATH_INFO in every case. Denis Index: httpd.c

Re: Update to /etc/services

2015-07-26 Thread Denis Fondras
> Are both TCP and UDP actually used for these? If not, please only list the > protocols which are used (not just reserved). > Only UDP is used currently. Index: services === RCS file: /cvs/src/etc/services,v retrieving revision 1.9

Update to /etc/services

2015-07-26 Thread Denis Fondras
Hello, Following is a patch to add BFD specific ports (RFC5881) and move RDP entry so the list is ordered. Denis Index: etc/services === RCS file: /cvs/src/etc/services,v retrieving revision 1.93 diff -u -p -r1.93 services --- etc

Re: Weak Diffie-Hellman default in nginx port

2015-07-21 Thread Denis Fondras
On Tue, Jul 21, 2015 at 12:31:33PM +0200, lophos wrote: > The nginx config (although disabled by default) supports weak Diffie Hellman > cipher according to ssllabs.com test > (Grade B). > You'd better generate stronger DH-param than disable DHE.

Re: [Patch] New item to the "Migrating to OpenBSD" guide

2015-06-28 Thread Denis Fondras
> This patch is regarding the fact that there are no binary updates, which is a > given thing > What you missed : https://stable.mtier.org/

Re: bgpd.conf macros on 5.5 and up

2015-02-03 Thread Denis Fondras
Hi all, Here is a patch to revert back to 5.4 behaviour so the manual example with braces works again : # cat /etc/bgpd.conf AS 65001 rou

Does athn - Atheros IEEE 802.11a/g/n wireless supports 802.11n mode?

2014-08-14 Thread Denis Lapshin
Does athn driver support 802.11n mode for all Atheros devices which has N mode implemented? -- Denis Lapshin mailto: den...@mindall.org

OpenBSD patches for ZTE AC5730 CDMA modem recognition

2014-08-10 Thread Denis Lapshin
CDMA USB modem", + }, + { USB_VENDOR_ZTE, USB_PRODUCT_ZTE_AC8700, "AC8700 CDMA USB modem", }, -- Denis Lapshin mailto: den...@mindall.org

Re: network autoconfig

2014-07-13 Thread Denis Fondras
> > from the user's PoV, there shouldn't be more needed than > ifconfig inet autoconf > ifconfig inet6 autoconf > aka inet/inet6 autoconf in hostname.if. > I'm curious to see what will come out of it as I cannot envision any added value of these autoconf compared to dhclient. Denis

Re: fun with smtpd, (two bugs)

2014-05-10 Thread Denis Fondras
Le 10/05/2014 17:54, Creamy a écrit : > > table creamy db:/etc/mail/creamy.db > table secrets db:/etc/mail/secrets.db > accept sender creamy for domain example.com relay via > smtps+auth://foo...@smtp.creamylan.lan auth > Shouldn't it be : accept sender for domain example.com ...

Ricoh Bay8Controller, Ricoh 5C843 MMC, Ricoh 5C832 Firewire controller were not configured during kernel boot process

2012-10-10 Thread Denis Lapshin
cbb0 at pci5 dev 6 function 0 "Ricoh 5C476 CardBus" rev 0xb9: apic 1 int 16 cbb1 at pci5 dev 6 function 1 "Ricoh 5C476 CardBus" rev 0xb9: apic 1 int 17 "Ricoh 5C832 Firewire" rev 0x03 at pci5 dev 6 function 2 not configured sdhc0 at pci5 dev 6 function 3 "Ricoh 5C822 SD/MMC" rev 0x20: apic 1 int 19

Ricoh Bay8Controller, Ricoh 5C843 MMC, Ricoh 5C832 Firewire controller were not configured during kernel boot process

2012-10-10 Thread Denis Lapshin
I've been found MMC card reader, Firewire port, and Bay8Controller are not configured to work properly. All devices were produced by Ricoh semi. Is it a driver missing problem? Denis

Re: acpiec madness (HP laptop people pay attention to this one) - tested on some HP Compaq platforms

2012-10-09 Thread Denis Lapshin
to version for about of three years on all old and newest HP Compaq laptops... Maybe HP does something wrong for more that three years and we should point on these things? Denis On Mon, Oct 8, 2012 at 9:38 PM, Theo de Raadt wrote: > That diff will not go into the tree now, for the same rea

Re: acpiec madness (HP laptop people pay attention to this one) - tested on HP Compaq 6510b, 8510p, 8510w, 8710p, 8710w platforms

2012-09-25 Thread Denis Lapshin
Mon, Sep 24, 2012 at 10:06:24PM +0400, Denis Lapshin wrote: >> Two years ago Marco issued a patch >> http://marc.info/?l=openbsd-tech&m=128612230314484&w=4 in order to >> prevent incorrect reading acpitz on HP Compaq (or any HP laptops with >> acpiec madness) by addin

acpiec madness (HP laptop people pay attention to this one) - tested on some HP Compaq platforms

2012-09-25 Thread Denis Lapshin
Two years ago Marco issued a patch in order to prevent incorrect reading acpitz on HP Compaq (or any HP laptops with acpiec madness) by adding some delays to have data prepared to read/write. It has been tested and works perfectly fine on some HP laptops: 6510b, 8510p/w, 8710p/w. Please add this

M76 chip DRI support for ATI Mobility Radeon HD2600

2012-07-19 Thread Denis Lapshin
--- radeon_drv.old.cTue Jul 17 19:54:00 2012 +++ radeon_drv.cMon Jul 16 19:24:26 2012 @@ -493,6 +493,8 @@ CHIP_RV630|RADEON_NEW_MEMMAP}, {PCI_VENDOR_ATI, PCI_PRODUCT_ATI_RADEON_HD2600_XT, CHIP_RV630|RADEON_NEW_MEMMAP}, +{PCI_VENDOR_ATI, PCI_PRODUCT_AT

Re: posix_spawn(3)

2012-03-09 Thread Frank Denis
Hi Matthew, Good catch. I'm going to fix that. On Mar 9, 2012, at 10:54 AM, Matthew Dempsky wrote: > I briefly looked over this code, and the diff looks good to me except > for one subtle FreeBSDism: memory writes done in a vfork(2)'d child > process will not affect the parent process. This

Re: posix_spawn(3)

2012-03-08 Thread Frank Denis
See http://download.pureftpd.org/misc/OpenBSD/patches/posix_spawn.diff -Frank. On Mar 8, 2012, at 1:08 PM, Rafael Sadowski wrote: > Hello tech@ > > my last 2 hours I worked on octopress[1]. After fighting with ruby (I'm > NOT a fan) and build a port for devel/ruby-posix-spawn (depend by > octo

urndis(4) manpage : add Geeksphone ONE

2011-05-08 Thread Denis Fondras
Hello tech@, Just a tiny diff to add another supported/tested phone to the manpage of urndis(4). Denis --- Index: src/share/man/man4/urndis.4 === RCS file: /cvs/src/share/man/man4/urndis.4,v retrieving revision 1.8 diff -u

Re: DNSSEC and OpenBSD default BIND

2010-08-15 Thread Denis Fondras
here was a huge change in socket and pidfile handling. Is anyone willing to help understanding these changes ? Thank you in advance, Denis

Re: DNSSEC and OpenBSD default BIND

2010-07-21 Thread Denis Fondras
Le 19/07/2010 19:43, Thordur I Bjornsson a icrit : Have fun! thib. Thanks to all who respond on/off-list :) I think I'll start to look at Unbind & nsd. Denis

DNSSEC and OpenBSD default BIND

2010-07-19 Thread Denis Fondras
igned with RSASHA1-NSEC3-SHA1 and Bind-9.4 doesn't support it). Is there any plan to upgrade BIND in the next release ? Or should I get used to the idea of upgrading all my existing and future servers with a newer version manually ? Thank you in advance, Denis

Re: Adding support for Roland UA-25EX Audio I/F

2010-07-09 Thread Denis Fondras
g off advanced mode made it work. Now I'll need to do some experiment ! Thank you very much, Denis

Adding support for Roland UA-25EX Audio I/F

2010-07-04 Thread Denis Fondras
) but as "ugen0" For what I read, it works more or less like UA700 which is already part of OpenBSD kernel. Any idea of what I am missing ? To be really fair, I don't understand what umidi_quirks.c is used for... Thank you in advance, Denis dmesg : --

pppd and routing table id

2010-04-28 Thread Denis Doroshenko
Hi, the pppd is horrible, but it is still usable :-) With introduction of multiple routing tables the pppd is lacking the support of that stuff. the most obvious thing is something like: Index: sys-bsd.c === RCS file: /home/cyxob/cvs

Re: enhancing i386 mbr.S

2010-02-21 Thread Denis Doroshenko
as far as i remember, MBR code is as compact as possible, since the space is limited. would it be appropriate to twist some code in order to win some space? like the following: On 2/21/10, Giuseppe Magnotta wrote: ... > movw$NDOSPART, %cx > + xorw%ax, %ax > + xorw

tcpdump privsep design

2010-01-15 Thread Denis Doroshenko
Hi! I'd like to give some colleagues possibility to analyze and dump net traffic to files, but it seems that in order to do that I need to allow them to run a piece of software as root, when the software has a possibility to write to a user-defined file and it does it as root. In this case I belie

<    1   2   3   4