Home | History | Annotate | Download | only in ofwboot
History log of /src/sys/arch/macppc/stand/ofwboot/alloc.c
RevisionDateAuthorComments
 1.10  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.9  27-Jan-2006  uwe branches: 1.9.72; 1.9.74; 1.9.76;
Move #ifdef __notyet__ inside freeall() to match sparc and ofppc.
 1.8  27-Jan-2006  uwe Pull cleanup fixes from sys/arch/shark/stand/ofwboot/alloc.c.
These files are now almost identical.
 1.7  25-Jan-2006  christos free -> dealloc
unsigned -> size_t for alloc/dealloc
 1.6  11-Dec-2005  christos branches: 1.6.2;
merge ktrace-lwp.
 1.5  26-Dec-2003  aymeric branches: 1.5.16;
ANSIfy and clean up prototypes.
This has been lying around in my tree for too long now.
 1.4  17-Feb-2003  soren branches: 1.4.2;
Make ALLOC_TRACE work again.
 1.3  20-Sep-2002  wrstuden branches: 1.3.2; 1.3.4;
Re-add own alloc(). Recent issues with kernels randomly dying on boot
are related to using libsa's alloc(). Problems go away with this alloc().

The problem is that the libsa alloc() assumes we can grab memory off
the end of the program. That assumption doesn't work for us. It's
much better to use the alloc() we were using as it calls OF_claim()
to get memory.
 1.2  25-Jul-2000  tsubai branches: 1.2.2;
Use libsa alloc().
 1.1  15-May-1998  tsubai branches: 1.1.14;
Initial import of macppc port.
 1.1.14.1  20-Nov-2000  bouyer Remove files that are no longer on the trunck
 1.2.2.1  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.3.4.2  18-Oct-2002  nathanw Catch up to -current.
 1.3.4.1  20-Sep-2002  nathanw file alloc.c was added on branch nathanw_sa on 2002-10-18 02:38:41 +0000
 1.3.2.2  30-Sep-2002  lukem Pull up revision 1.3 (requested by wrstuden in ticket #866):
Re-add own alloc(). Recent issues with kernels randomly dying on boot
are related to using libsa's alloc(). Problems go away with this alloc().
The problem is that the libsa alloc() assumes we can grab memory off
the end of the program. That assumption doesn't work for us. It's
much better to use the alloc() we were using as it calls OF_claim()
to get memory.
 1.3.2.1  20-Sep-2002  lukem file alloc.c was added on branch netbsd-1-6 on 2002-09-30 13:38:33 +0000
 1.4.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.4.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.4.2.1  03-Aug-2004  skrll Sync with HEAD
 1.5.16.1  21-Jun-2006  yamt sync with head.
 1.6.2.1  01-Feb-2006  yamt sync with head.
 1.9.76.1  16-May-2008  yamt sync with head.
 1.9.74.1  18-May-2008  yamt sync with head.
 1.9.72.1  02-Jun-2008  mjf Sync with HEAD.

RSS XML Feed