| plan 9 kernel history: overview | file list | diff list |
1992/0120/gnot/bbmalloc.c (diff list | history)
| 1991/1222/sys/src/9/gnot/bbmalloc.c:64,71 – 1992/0112/sys/src/9/gnot/bbmalloc.c:64,85 (short | long) | ||
| 1991/1222 | } void * | |
| 1992/0112 | flushvirtpage(void *p) { flushcpucache(); } void * | |
| 1991/1222 | bbdflush(void *p, int n) { flushcpucache(); return (void *)(((ulong)p)); | |
| 1992/0112 | } int bbonstack(void) { if(u) return 1; return 0; | |
| 1991/1222 | } | |
| 1992/0112/sys/src/9/gnot/bbmalloc.c:63,79 – 1992/0120/sys/src/9/gnot/bbmalloc.c:63,78 (short | long) | ||
| 1991/1222 | splx(s); } | |
| 1992/0120 | void | |
| 1992/0112 | flushvirtpage(void *p) { flushcpucache(); } | |
| 1992/0120 | void | |
| 1991/1222 | bbdflush(void *p, int n) { flushcpucache(); | |
| 1992/0112 | } int | |
| 1992/0120/sys/src/9/gnot/bbmalloc.c:1,5 – 1992/0321/sys/src/9/gnot/bbmalloc.c:1,5 (short | long) | ||
|
Move lib.h to ../port.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/1222 | #include "u.h" | |
| 1992/0321 | #include "../port/lib.h" | |
| 1991/1222 | #include "mem.h" #include "dat.h" #include "fns.h" | |
| 1992/0321/sys/src/9/gnot/bbmalloc.c:53,59 – 1992/0711/sys/src/9/gnot/bbmalloc.c:53,58 (short | long) | ||
| 1991/1222 | void bbfree(void *p, int n) { | |
| 1992/0321/sys/src/9/gnot/bbmalloc.c:66,71 – 1992/0711/sys/src/9/gnot/bbmalloc.c:65,71 | ||
| 1992/0120 | void | |
| 1992/0112 | flushvirtpage(void *p) { | |
| 1992/0711 | USED(p); | |
| 1992/0112 | flushcpucache(); } | |
| 1992/0321/sys/src/9/gnot/bbmalloc.c:72,77 – 1992/0711/sys/src/9/gnot/bbmalloc.c:72,78 | ||
| 1992/0120 | void | |
| 1991/1222 | bbdflush(void *p, int n) { | |
| 1992/0711 | USED(p, n); | |
| 1991/1222 | flushcpucache(); | |
| 1992/0112 | } | |
| 1992/0711/sys/src/9/gnot/bbmalloc.c:1,85 – 1993/0501/sys/src/9/gnot/bbmalloc.c:0 (short | long) | ||
|
Deleted.
rsc Mon Mar 7 10:21:18 2005 | ||
| 1991/1222 |
| |
| 1992/0321 |
| |
| 1991/1222 |
| |
| 1992/0120 |
| |
| 1992/0112 |
| |
| 1992/0711 |
| |
| 1992/0112 |
| |
| 1992/0120 |
| |
| 1991/1222 |
| |
| 1992/0711 |
| |
| 1991/1222 |
| |
| 1992/0112 |
| |
| 1991/1222 |
| |