Re: pkg_improved GSoC 2008 finished

2008-08-21 Thread Kevin Downey
On Thu, Aug 21, 2008 at 2:56 PM, Kevin Downey <[EMAIL PROTECTED]> wrote: > On Thu, Aug 21, 2008 at 6:10 AM, Anders Nore <[EMAIL PROTECTED]> wrote: >> Hello hackers, >> it's been a great summer for me working with the FreeBSD-project. It has >> truly been an educational experience for me and I would

Re: pkg_improved GSoC 2008 finished

2008-08-21 Thread Kevin Downey
On Thu, Aug 21, 2008 at 6:10 AM, Anders Nore <[EMAIL PROTECTED]> wrote: > Hello hackers, > it's been a great summer for me working with the FreeBSD-project. It has > truly been an educational experience for me and I would like to continue > working on my project as well as other aspects of FreeBSD

MFC of r180753: ABI problems?

2008-08-21 Thread Max Laier
Hi, I'm wondering how to merge r180753 to stable/7 as luoqi@ has indicated that he doesn't have time to take care of it right now. It seems that changing the size of pcicfgregs (aka struct pcicfg) which is part of struct pci_devinfo is out of the question, right? Ideas where to store the HT r

the future of sun4v

2008-08-21 Thread Kip Macy
I apologise for cross-posting. I believe that there is a general expectation by freebsd users and developers that unsupported code should not be in CVS. Although sun4v is a very interesting platform for developers doing SMP work, I simply do not have the time or energy to maintain it. If someone e

Re: Boot loader + malloc

2008-08-21 Thread Oliver Fromme
Jordan Gordeev wrote: > At present the amd64 kernel is loaded just above the first megabyte > of physical memory. Yes, I know, and the standard i386 kernel is loaded at 4 MB, and the PAE kernel is loaded at 2 MB. It doesn't matter much, though. > I have no idea if the loader uses malloc()/fr

Re: Boot loader + malloc

2008-08-21 Thread Jordan Gordeev
Oliver Fromme wrote: Hello, I've got a small question regarding $subject. I'm looking at this code snippet from src/sys/boot/i386/loader/main.c: #if defined(LOADER_BZIP2_SUPPORT) || defined(LOADER_FIREWIRE_SUPPORT) heap_top = PTOV(memtop_copyin); memtop_copyin -= 0x30; heap_bot

Boot loader + malloc

2008-08-21 Thread Oliver Fromme
Hello, I've got a small question regarding $subject. I'm looking at this code snippet from src/sys/boot/i386/loader/main.c: #if defined(LOADER_BZIP2_SUPPORT) || defined(LOADER_FIREWIRE_SUPPORT) heap_top = PTOV(memtop_copyin); memtop_copyin -= 0x30; heap_bottom = PTOV(memtop_copyi

pkg_improved GSoC 2008 finished

2008-08-21 Thread Anders Nore
Hello hackers, it's been a great summer for me working with the FreeBSD-project. It has truly been an educational experience for me and I would like to continue working on my project as well as other aspects of FreeBSD in the future. You can read about my project on the wiki-page[1] where yo

Re: Override default ICMP (and other protocols) default replies.

2008-08-21 Thread Stefan Bethke
Am 20.08.2008 um 19:27 schrieb Javier Ubillos: Hi freebsd-hackers. (Sorry for cross posting, but I got no reply when posting to freebsd-questions) I'm implementing a NAT (1 ip - 1 ip) like router. I have chosen to use pcaplib to pick up the packets. I have an implementation which picks up the