Displaying 8 results from an estimated 8 matches for "bloaded".
Did you mean:
loaded
1998 Apr 15
1
Code Page Problem with samba 1.9.18p4?
I am running samba version 1.9.18p4 on a sinix machine (unix svr4).
My NT workstations use the german code page 850.
In earlier versions of samba (1.9.17p2) the character mapping worked
just fine, using
character set = iso8859-1
client code page = 850
in my smb.conf.
Since upgrading to samba 1.9.18p4 this don't work any more.
Is this a known problem?
I tripple-checked my smb.conf entries,
1998 Apr 18
1
1.9.18p4 broke charset latin1
Hi!
updated to p4 the other day, and now the "character set = iso8859-1"
option doesn't work anymore. I didn't change anything in the smb.conf
file but this:
unix password sync = True
time server = yes
and it worked in 1.9.18p3 :/
Has anyone else seen this?
Samba runs on FreeBSD 2.2.6 from the ports collection. (I don't think
that password sync works for this
2016 May 31
0
va_arg on Windows 64 bits
Hi everyone,
I'm interested in variadic functions and how llvm handles them. I
discovered that the Clang frontend is doing a great job at lowering the
va_arg (precisely __builtin_va_arg) function into target dependent
code. I have also seen the va_arg function that exist at IR level.
I found some information about va_arg (IR one) that currently does not
support all platform. But since 2009,
2014 Feb 20
1
Samba 4.1.4 on Solaris 10 fails linking 'default/examples/libsmbclient/teststatvfs'
.../usr/sfw/lib/libsmbclient.so definition taken
ld: warning: symbol 'current_user' has differing sizes:
(file /usr/sfw/lib/libsmbclient.so value=0x1c; file default/source3/libsmbconf.so value=0x28);
/usr/sfw/lib/libsmbclient.so definition taken
ld: warning: symbol 'bLoaded' has differing sizes:
(file /usr/sfw/lib/libsmbclient.so value=0x4; file default/source3/libsmbconf.so value=0x1);
/usr/sfw/lib/libsmbclient.so definition taken
ld: warning: symbol 'current_user_info' has differing sizes:
(file /usr/sfw/lib/libsmbclient.so...
2009 Jun 25
0
[LLVMdev] Replacing instruction in LLVM IR by an intrinsics
On Thu, Jun 25, 2009 at 12:32 AM, ihusar<ihusar at fit.vutbr.cz> wrote:
> //now i need to create an instruction that represents a call to a intrinsic
> Function* FIntr = Intrinsic::getDeclaration(&M, Intrinsic::regread_i32);
>
> // here it fails: void llvm::CallInst::init(llvm::Value*):
> //Assertion
2016 Apr 20
3
va_arg on Windows 64
Hi everyone,
I'm interested in variadic functions and how llvm handles them. I
discovered that the Clang frontend is doing a great job at lowering the
va_arg (precisely __builtin_va_arg) function into target dependent
code. I have also seen the va_arg function that exist at IR level.
I found some information about va_arg (IR one) that currently does not
support all platform. But since 2009,
2009 Jun 24
3
[LLVMdev] Replacing instruction in LLVM IR by an intrinsics
Hi everyone,
I am trying to write a pass, that finds some instructions and replaces them with my intrinsics,
but I am having problem understanding, how this should be done.
Let's say I have this instruction:
%tmp14 = load i32* getelementptr ([32 x i32]* @gpregs, i32 0, i64 28)
and i need to read the load's operands and replace it by let's say:
%tmp14 = call i32
2003 Oct 03
2
Cygwin/rsync Hang Problem Testing Results
People of cygwin & rsync,
I recently attempted to get cygwin and rsync working to solve a
backup/mirroring need in my computer life. Well, as you might guess, I
ran into a little but of trouble.
Strangely enough, rsync seemed to be regularly hanging when I attempted
to do a "get" (sycronize a remote to a local dir). Well, considering I
want to automate this, that was not going