search for: bishe

Displaying 7 results from an estimated 7 matches for "bishe".

Did you mean: bisho
2001 Oct 15
2
kernel 2.4.12 and ext3 patch
Hi, I have just joined this list. Sorry for this newbie question. Is the patch for Linus's kernel 2.4.12 be expected to be released soon ? Thanks in advance. Peace -- Rajesh http://www.symonds.net/~rajesh/ ***** Powered By: Debian GNU/Linux Kernel 2.4.10(ext3) : [Linux One Stanza Tip] From : <bish@nde.vsnl.net.in> LOST #028 -**< Sub : Graphic file
2011 Nov 19
2
[LLVMdev] Insert a function call in the code
...everyone I am new to LLVM, now I got a problem I want to add a function call before sleep(int a, int b) code below #include <stdio.h> int sleep(int a, int b) { return a+b; } int main(int argc, char **argv) { sleep(1,2); } after use opt -load ../llvm-2.8/Release+Asserts/lib/bishe_insert.so -bishe_insert <1.bc> 2.bc I want get the code #include <stdio.h> int sleep(int a, int b) { return a+b; } int main(int argc, char **argv) { hook() //void *hook(void ) sleep(1,2); } after Using apt................................................ ERROR Occured...
2008 Nov 17
2
CPU usage while at syslinux boot prompt
Hi, Today I was contacted by a VMware colleague asking me why my test systems were using almost 100% CPU while waiting for a prompt. He was used to this behaviour for DOS guests :) Apparently the isolinux boot CD that is waiting for another test Linux installation is using about 1.8Ghz of the 2.5Ghz virtual CPU on a VMware ESX 3.0.2 host. Since I have 5 of these VM guests that are used for
2011 Nov 20
0
[LLVMdev] Insert a function call in the code
...cf > > 1 opt 0x000000000083181a > > 2 libpthread.so.0 0x00000033f460f4c0 > > 3 libc.so.6 0x00000033f42329a5 gsignal + 53 > > 4 libc.so.6 0x00000033f4234185 abort + 373 > > 5 libc.so.6 0x00000033f422b935 __assert_fail + 245 > > 6 opt 0x00000000007d866b > > 7 bishe_insert.so 0x00007f94c62a2b3f > > 8 opt 0x00000000007c47d7 llvm::MPPassManager::runOnModule(llvm::Module&) > + 503 > > 9 opt 0x00000000007c4957 llvm::PassManagerImpl::run(llvm::Module&) + 167 > > 10 opt 0x00000000004a43be main + 2734 > > 11 libc.so.6 0x00000033f421...
2009 Mar 17
3
PXE boot hangs while transferring vmlinuz or initrd.img
Hi, I have a user that is experiencing problems pxe booting several identical servers. pxelinux.0 is from syslinux 3.63 and the TFTP server is 0.42 running on CentOS 5.2. After loading pxelinux.0, the client will then start transferring vmlinuz and initrd.img via tftp. More than half the time, the transfer will get stuck and then eventually print a timeout message. I ran tcpdump and I can see
2008 Jul 18
3
ISOLinux, menu.c32 and PXE handoff?
Hey Folks, Sorry if this has been asked before; hard to get a usable search on 'isolinux OR syslinux pxe-boot' with just the info I need! I work in a large organization, and the group which manages the network may not be the guys managing the hosts. I have a network and dhcp server, and pxelinux is working very well on that net. I want to make my net-install resources available to
2011 Nov 21
0
[LLVMdev] How to get ELF section virtual starting address from MCSymbolRefExpr?
...cf > > 1 opt 0x000000000083181a > > 2 libpthread.so.0 0x00000033f460f4c0 > > 3 libc.so.6 0x00000033f42329a5 gsignal + 53 > > 4 libc.so.6 0x00000033f4234185 abort + 373 > > 5 libc.so.6 0x00000033f422b935 __assert_fail + 245 > > 6 opt 0x00000000007d866b > > 7 bishe_insert.so 0x00007f94c62a2b3f > > 8 opt 0x00000000007c47d7 llvm::MPPassManager::runOnModule(llvm::Module&) > + 503 > > 9 opt 0x00000000007c4957 llvm::PassManagerImpl::run(llvm::Module&) + 167 > > 10 opt 0x00000000004a43be main + 2734 > > 11 libc.so.6 0x00000033f421...