Re: [PATCH] ukbd.c cleanup and mba iso support

2015-08-06 Thread Joerg Jung
On Wed, Feb 18, 2015 at 10:33:57PM -0800, William Orr wrote: Hey, Any interest? I'm interested in this. Your diff looks reasonable, so I applied it and it compiled fine, but the less and grave keys are still wrong exchanged on my MacBookAir4,2. Looks like usbdevs says I have a

Re: ceill(0.9) returns 0 instead of 1 ?

2015-08-06 Thread Christian Weisgerber
Assaf Gordon: On OpenBSD-5.7/amd64 (under qemu/kvm), I'm getting incorrect results when using ceill(3). For values between 0 and 1, the returned value is 0, while I'd expected it to be 1. Using ceil(3) does return 1 as expected. Is this my incorrect usage or a bug? It's a bug in the ceill(3)

[PATCH] share/man/man4/pppoe.4: fix hostname.pppoe0 example

2015-08-06 Thread Delan Azabani
Hi there, I've written a patch to fix two subtle errors in the example file for /etc/hostname.pppoe0 that prevent it from working. Placing inet6 eui64 before the PPPoE parameters inadvertently brings the interface up, after which the parameters can't be changed. route add default fe80:: doesn't

[PATCH] tftpd, rdomain

2015-08-06 Thread Bertrand PROVOST
Hi, this diff add rdomain support to tftpd. It used setsockopt/SO_RTABLE like in ping program. Alternatively I could use `setrtable` once instead of multiple setsockopt. I don't know which method is the best in this case. http://pastebin.com/7jBU78fc Index: tftpd.8