On 2014/11/30 15:40, Dave Huseby wrote:
> Somebody suggested using clang on OpenBSD, but it appears that the
> port for clang++ doesn't include libc++. Is that correct?
Yes.
On 12/01/14 01:10, Dongsheng Song wrote:
Cool !
I can see you do lot's of update on select->poll conversions.
The code become more and more complex since you want it works more general.
Can we use simply WSAPoll[1] instead ?
--
#ifdef _WIN32
#define poll WSAPoll
#endif
--
[1]
http://msdn.mic
Cool !
I can see you do lot's of update on select->poll conversions.
The code become more and more complex since you want it works more general.
Can we use simply WSAPoll[1] instead ?
--
#ifdef _WIN32
#define poll WSAPoll
#endif
--
[1]
http://msdn.microsoft.com/en-us/library/windows/desktop/ms
I got a Windows 8.1 box running this weekend and spent some quality
time making poll(2) emulation more robust, so that it can deal with
more of the select->poll conversions in openssl(1) coming in the
future. I also got the upstream poll conversion patches themselves in
better working order. This W
Looks good, committed. I'll forward this upstream.
- todd
It looks like this bug was almost fixed nearly 20 years ago.
Unfortunately that fix only addressed the case where the floating point
value was exactly zero and not the case where the integer conversion
would coerce it to zero.
I've tested locally that this resolves the issue that Jan Stary
reporte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Status update...
I've been working on porting Rust over to OpenBSD by building a Rust
cross-compiler for Linux that can target i386-unknown-openbsd and
x86_64-unknown-openbsd. The largest roadblock on OpenBSD is the lack
of a more recent GNU linker
On Sat, Nov 29, 2014 at 09:42:51PM +0100, Mark Kettenis wrote:
> Recent Oracle SPARC machines have a USB gadget to talk to the Service
> Processor (ILOM). This gadget supports both RNDIS and CDC Ethernet.
> The RNDIS bits uncovered a bug in urndis(4). When urndis_ctrl_set()
> sets up the REMOTE_N
Hi everyone,
I've recently bought DisplayLink device[1]. According to [2], it
might/should work under OpenBSD so I gived it a try. My results are:
1) Not detected USB PID - I've added it as new device to kernel's udl
driver.
2) Conflict with bulit-in Intel HD graphics card.
I spent some ti
On Sat, Nov 29, 2014 at 05:14:08PM +0100, Fritjof Bornebusch wrote:
> On Sat, Nov 29, 2014 at 04:53:28PM +0100, Otto Moerbeek wrote:
> > On Sat, Nov 29, 2014 at 02:22:25PM +0100, Fritjof Bornebusch wrote:
> >
> > > Hi tech,
> > >
> > > it's NULL not NUL.
> >
> > You're touching a big controvers
10 matches
Mail list logo