ELF p_offset & p_vaddr

2001-06-08 Thread milunovic
SIZE == p_vaddr % PAGE_SIZE Vojislav Milunovic [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: PGPfreeware 5.0i for non-commercial use Charset: noconv iQEVAwUBOyEaby3gPLld8IkLAQFB6Af/Y5jFvo4/YOLuawln6JBsavjG3AtxbxVd gMMow39Jy1npYhmb+bzn7Dm2U4flhdlnLjF7j4Q02959uDH0qe1NHO665wu3dR

Re: Problem with device rl

2001-05-01 Thread milunovic
; *** 433,438 > --- 433,448 > #define ADDTRON_DEVICEID_8139 0x1360 > > /* > + * D-Link vendor ID. > + */ > + #define DLINK_VENDORID 0x1186 > + > + /* > + * D-Link DFE-530TX+ device ID > + */ > + #define DLINK_DEVICEID_530TXPLUS 0x1300 > + > + /* >

Problem with device rl

2001-04-30 Thread milunovic
x1186, dev=0x1300) at 13.0 irq 11 This should be that card.I read all posts from docs.freebsd.org and I couldn't find how to solve this problem. Version of FreeBSD is 4.2 and line in kernel is : device miibus device rl I don't know what should I do.Please help. Vojislav Milunovic [EMAIL PR

Little confused

2001-03-15 Thread milunovic
atic void * const blabla_foo_blabla_bar = &bar; I never saw something like this in programs.Does anybody have any link where I could find more about this kind of making macros? Vojislav Milunovic [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: PGPfreeware 5.0i for non-commercia

Re: FreeBSD asm problem

2001-03-13 Thread milunovic
al $0x3b,%eax int $0x80 Stack should be -> [EIP][1st][2nd][3rd] but instead EIP you can just push anything you want. Vojislav Milunovic [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: PGPfreeware 5.0i for non-commercial use Charset: noconv iQEVAwUBOq486y3gPLld8Ik

Re: blow fish

2001-03-03 Thread milunovic
-BEGIN PGP SIGNED MESSAGE- On Fri, 2 Mar 2001, Paul Herman wrote: > but this has got to be the 3rd or 4th time somebody has asked for it. sorry I didn't know :o( Vojislav Milunovic [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: PGPfreeware 5.0i for non-commer

Re: blow fish

2001-03-02 Thread milunovic
-BEGIN PGP SIGNED MESSAGE- On Fri, 2 Mar 2001, Peter Pentchev wrote: > A little question: why? MD5 seems to be secure enough. Just to try it:o) Vojislav Milunovic [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: PGPfreeware 5.0i for non-commercial use Charset: noc

blow fish

2001-03-02 Thread milunovic
-BEGIN PGP SIGNED MESSAGE- Does anybody have blow fish for FreeBSD or know wehere to find it? I just want to change password encription from MD5 to blow fish:o) Vojislav Milunovic [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: PGPfreeware 5.0i for non-commercial use Charset

Re: Staticaly allocated buffers in library. Is it correct?

2001-02-17 Thread milunovic
e buffers are used to > hold one line from parsed file. Usually it is enough for one line, but > really this is error (I think). Well since config files can be only changed by root,I don't think that root will use too long lines to case heap overflow.So this isn't big problem.

huh

2001-02-13 Thread milunovic
-BEGIN PGP SIGNED MESSAGE- Huh thanks those who helped me with some ptrace() examples for Linux. But I cann't still figure how to trace programm execution under FreeBSD... please can anybody help me or give me some source example to see:o) Thank you - -- Vojislav Milunovic [

echo request deny

2001-02-06 Thread milunovic
Is there anyway to deny echo request on FreeBSD (except ipfw add deny icmp from any to any) ? On Linux It was simple,just echo 1>/proc/.../icmp_echo_request To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

strace

2001-02-02 Thread milunovic
Is there strace for FreeBSD? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: ptrace()

2001-01-31 Thread Vojislav Milunovic
ase send me those sources. Thank you -- Vojislav Milunovic [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

ptrace()

2001-01-31 Thread Vojislav Milunovic
Does anyone have some sourcecodes or some papers for ptrace() on FreeBSD? I'm little incurious about this function.I read man but seems that I don't understand it:o( -- Vojislav Milunovic [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsu