basic freebsd programming

2005-01-02 Thread Andrew P.
Hello and Happy New Year! I need to write some very basic C programs under FreeBSD. I am new to Unix programming and not very good at C programming either, so I'm looking for documentation on some topics. The ones that are the most interesting for me now is how to write small daemons best and

Re: basic freebsd programming

2005-01-02 Thread cpghost
On Sun, Jan 02, 2005 at 09:11:42PM +0300, Andrew P. wrote: The ones that are the most interesting for me now is how to write small daemons best and how to read ipfw info from a program. Of course I can refresh my C skills and gain some Unix-coding knowledge by reading a couple' thousand

Re: basic freebsd programming

2005-01-02 Thread Andrew P.
[EMAIL PROTECTED] wrote: On Sun, Jan 02, 2005 at 09:11:42PM +0300, Andrew P. wrote: The ones that are the most interesting for me now is how to write small daemons best and how to read ipfw info from a program. Of course I can refresh my C skills and gain some Unix-coding knowledge by reading a

Re: basic freebsd programming

2005-01-02 Thread J65nko BSD
On Sun, 02 Jan 2005 21:11:42 +0300, Andrew P. [EMAIL PROTECTED] wrote: Hello and Happy New Year! I need to write some very basic C programs under FreeBSD. I am new to Unix programming and not very good at C programming either, so I'm looking for documentation on some topics. The ones that

Re: basic freebsd programming

2005-01-02 Thread Andrew P.
J65nko BSD wrote: This could be useful: http://www.khmere.com/freebsd_book/index.html Table of Contents: * I. Introduction * Chapter 1: FreeBSD's Make * Chapter 2: Bootstrapping BSD * Chapter 3: Processes and Kernel Services * Chapter 4: Advanced Process Controls and Signals