Re: hot path optimizations in uma_zalloc() & uma_zfree()

2005-07-03 Thread Nikos Ntarmos
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there. On Sat, Jul 02, 2005 at 01:27:00PM +0300, Andriy Tkachuk wrote: > here even more refereces to memory in your variant. Ummm... What compiler version are you use? The pointer variant produces faster code for me on both NetBSD/alpha (gcc 3.3.3

Panic in bus_dmamap_load_mbuf (pmap.h:201)

2005-07-03 Thread Cédric Jonas
Hello, Since 1 or 2 months, I experienced panics when I use the ath interface of our server (configured as hostap). Also, the system hangs often (without panic) during the boot process at the "Setting hostname: icarus." level. Because I had absolutely no time, I couldn't learn to use the kernel

Re: Ancient FreeBSD releases online

2005-07-03 Thread Thomas Sparrevohn
On Sunday 03 July 2005 10:05, Poul-Henning Kamp wrote: Fedt - Jeg tror at jeg stadigvaek har nogle of de originale CD'er - > ftp://phk.freebsd.dk > > ./386BSD/cd1.iso > ./BSD4.4-LITE/cover.pnm > ./BSD4.4-LITE/cd1.iso > ./BSD4.4-LITE/cd2.iso > ./BSD4.4-LITE/cd3.iso >

Re: Ancient FreeBSD releases online

2005-07-03 Thread Ken Smith
On Sun, Jul 03, 2005 at 11:05:32AM +0200, Poul-Henning Kamp wrote: > The server is a Soekris NET4801 and it's primary task is my > email, so if this gets abused it'll disappear again. > > Mirrors welcome. We'll add the ones we didn't already have to the primary old release archive site. As many

Re: Ancient FreeBSD releases online

2005-07-03 Thread Maxim Konovalov
On Sun, 3 Jul 2005, 11:05+0200, Poul-Henning Kamp wrote: > > ftp://phk.freebsd.dk > > ./386BSD/cd1.iso [...] > > The server is a Soekris NET4801 and it's primary task is my > email, so if this gets abused it'll disappear again. > > Mirrors welcome. We have some here: http|ftp|rsync://ftp.m

Ancient FreeBSD releases online

2005-07-03 Thread Poul-Henning Kamp
ftp://phk.freebsd.dk ./386BSD/cd1.iso ./BSD4.4-LITE/cover.pnm ./BSD4.4-LITE/cd1.iso ./BSD4.4-LITE/cd2.iso ./BSD4.4-LITE/cd3.iso ./FreeBSD-1.0-RELEASE/cover.pnm ./FreeBSD-1.0-RELEASE/cd1.iso ./FreeBSD-1.1-RELEASE/cd1.iso ./Fre

buildworld sequence

2005-07-03 Thread Jeremie Le Hen
Hi hackers, I looking for an explanation of the buildworld sequence : legacy bootstrap tools build tools cross tools ... In fact, I read Makefile.inc1, so I have a basic idea of what each step does, but I don't really understand * what is the legacy ste