diff options
author | rsc <rsc> | 2006-09-05 15:50:55 +0000 |
---|---|---|
committer | rsc <rsc> | 2006-09-05 15:50:55 +0000 |
commit | fae7779da70cf76468f8ec0ca8a888bde2bc64fc (patch) | |
tree | f64e67396286f013cc1b159da1f8583e609311fa /runoff.list | |
parent | a81e02133a2e8cb20ba62113a67bc9bee746c8bf (diff) | |
download | xv6-labs-fae7779da70cf76468f8ec0ca8a888bde2bc64fc.tar.gz xv6-labs-fae7779da70cf76468f8ec0ca8a888bde2bc64fc.tar.bz2 xv6-labs-fae7779da70cf76468f8ec0ca8a888bde2bc64fc.zip |
New formatting scripts.
The use/defs extraction in runoff still needs some work
for xv6 code style.
Diffstat (limited to 'runoff.list')
-rw-r--r-- | runoff.list | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/runoff.list b/runoff.list new file mode 100644 index 0000000..2fb524d --- /dev/null +++ b/runoff.list @@ -0,0 +1,50 @@ +# basic headers +types.h +param.h +defs.h +x86.h +asm.h +elf.h +mmu.h +spinlock.h + +# low level startup +bootasm.S +bootother.S +main.c +init.c +spinlock.c +proc.h +proc.c +setjmp.S +kalloc.c +syscall.h +trapasm.S +traps.h +trap.c +vectors.pl +syscall.c + +# file system +buf.h +dev.h +fcntl.h +stat.h +fd.h +fs.h +fsvar.h +fd.c +fs.c +bio.c +ide.c +pipe.c + +# mp and other "uninteresting" things +mp.h +ioapic.h +mp.c +lapic.c +ioapic.c +picirq.c +console.c +string.c |