search for: subzero

Displaying 8 results from an estimated 8 matches for "subzero".

Did you mean: bzero
2004 Jun 01
2
weired problem while connecting
...i run IRIS (sniffer) on my windows xp box it captures a packet as shown below ------------------------------------------------------------------------------------------------------------------------------------- OPTIONS / HTTP/1.1 translate: f User-Agent: Microsoft-WebDAV-MiniRedir/5.1.2600 Host: Subzero Content-Length: 0 Connection: Keep-Alive HTTP/1.0 504 Gateway Time-out Server: squid/2.5.STABLE1 Mime-Version: 1.0 Date: Mon, 31 May 2004 18:13:57 GMT Content-Type: text/html Content-Length: 1056 Expires: Mon, 31 May 2004 18:13:57 GMT X-Squid-Error: ERR_CONNECT_FAIL 110 X-Cache: MISS from proxy.ra...
2016 Oct 28
2
RFC: Removing the DataStreamer and MemoryObject interfaces
...d be to also fork the interfaces. If you are aware of any other significant users, please speak up! Thanks, -- -- Peter [1] https://chromium.googlesource.com/native_client/pnacl-llvm/+/master/ include/llvm/Bitcode/NaCl/NaClBitstreamReader.h https://chromium.googlesource.com/native_client/pnacl-subzero/+/master/pnacl-llvm/include/llvm/Bitcode/NaCl/NaClBitstreamReader.h -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161028/713bee20/attachment.html>
2016 Oct 28
0
RFC: Removing the DataStreamer and MemoryObject interfaces
...are aware of any other significant users, please speak up! > > Thanks, > -- > -- > Peter > > [1] https://chromium.googlesource.com/native_client/pnacl- > llvm/+/master/include/llvm/Bitcode/NaCl/NaClBitstreamReader.h > https://chromium.googlesource.com/native_client/pnacl-subzero/+/master/ > pnacl-llvm/include/llvm/Bitcode/NaCl/NaClBitstreamReader.h > -- -- Peter -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161028/330ace0a/attachment.html>
2009 Feb 24
0
net rpc user info shows different output depending on -U switch
Hi, I'm debugging a problem with an user account which should have domain admin privileges. I've found out that "net rpc user info" shows different output depending on the -U switch: (Running as root) subzero:~# net rpc user info admin Benutzer strass subzero:~# net rpc user info admin -U s7admin Benutzer Dom?nen-Admins s7admin is a working domain admin. Benutzer is german for User and Dom?nen-Admins for Domain Admins. BTW: "strass" is a user a not a group! Any help greatly appreciated. I...
2016 Oct 28
1
RFC: Removing the DataStreamer and MemoryObject interfaces
...users, please speak up! >> >> Thanks, >> -- >> -- >> Peter >> >> [1] >> https://chromium.googlesource.com/native_client/pnacl-llvm/+/master/include/llvm/Bitcode/NaCl/NaClBitstreamReader.h >> https://chromium.googlesource.com/native_client/pnacl-subzero/+/master/pnacl-llvm/include/llvm/Bitcode/NaCl/NaClBitstreamReader.h > > > > > -- > -- > Peter
2004 Jul 12
5
Digium Cards in Boxes without Power Connectors
I noticed on the wiki that some of the production hardware (compaq) doesnt have a power connector to my knowledge. I have a compaq c6400 that I would like to use for Asterisk. However all the drives are hot swap and the dual redundant power supply bay are not something i really feel like soldering wiring to. How are people getting around this? Is there a magic 'fan card' that has a
2016 May 27
3
[RFC] Thoughts on a bitcode symbol table
...in .bc. The problem is not with the format, it is with StreamingMemoryObject. We have to keep the string table alive while the rest of the file is read, and the StreamingMemoryObject can reallocate the buffer. I can think of two solutions * Drop it. The one known user is PNaCl and it is moving to subzero, so it is not clear if this is still needed. * Change the representation so that each read is required to be contiguous and not be freed. It would basically store a vector of std::pair<offset, char*> and we would make sure the string table is read as a blob in a single read. With all that s...
2016 May 31
0
[RFC] Thoughts on a bitcode symbol table
...ith the format, it is with StreamingMemoryObject. We have to > keep the string table alive while the rest of the file is read, and > the StreamingMemoryObject can reallocate the buffer. > > I can think of two solutions > > * Drop it. The one known user is PNaCl and it is moving to subzero, so > it is not clear if this is still needed. > > * Change the representation so that each read is required to be > contiguous and not be freed. It would basically store a vector of > std::pair<offset, char*> and we would make sure the string table is > read as a blob in a...