Re: Cannot create raw socket connections

2001-02-16 Thread AARON J MARKS
That reference is the network programming BIBLE! Richard Stevens, "Unix Network Programming Volume 1" Run, don't walk, to the nearest on-line bookstore and get the whole series (Vols 1 and 2). You should also get "Advanced Programming in the Unix Environment". -A. On Fri, 16 Feb 2001, Dale Chu

Re: ptrace()

2001-01-31 Thread AARON J MARKS
There's a good (albeit small) treatment of ptrace() in the Bach book (The Design of the UNIX Operating System). If you need some examples, I can send you some code you can look at. -A. On Wed, 31 Jan 2001, Vojislav Milunovic wrote: > > Does anyone have some sourcecodes or some papers for ptr

Re: Kernel programming (fwd)

2001-01-24 Thread AARON J MARKS
Have you tried remote gdb kernel debugging yet? It's documented in the handbook also. I found it to be very easy to do and *much* better than debugging on the same machine. All you need is a serial cable and a spare FreeBSD machine. I used it to debug a module, but it would work just as well on th