Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: mlelstv
Date: Fri Jan 3 07:14:21 UTC 2014
Modified Files:
src/sys/arch/amiga/amiga: cc.c cc.h
src/sys/arch/atari/atari: stalloc.c stalloc.h
Log Message:
Fix allocator routines. Instead of abusing CIRCLEQ pointers, add an explicit
type field to tag memory nodes that are or are not on the free list.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/amiga/amiga/cc.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/amiga/amiga/cc.h
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/atari/atari/stalloc.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/atari/atari/stalloc.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index