-
Notifications
You must be signed in to change notification settings - Fork 669
/
cscope.files
99 lines (99 loc) · 1.79 KB
/
cscope.files
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
./boot/bootsect.s
./boot/head.s
./boot/setup.s
./fs/file_dev.c
./fs/exec.c
./fs/namei.c
./fs/block_dev.c
./fs/stat.c
./fs/buffer.c
./fs/bitmap.c
./fs/inode.c
./fs/read_write.c
./fs/Makefile
./fs/ioctl.c
./fs/super.c
./fs/open.c
./fs/char_dev.c
./fs/pipe.c
./fs/file_table.c
./fs/truncate.c
./fs/fcntl.c
./include/linux/config.h
./include/linux/tty.h
./include/linux/sched.h
./include/linux/kernel.h
./include/linux/sys.h
./include/linux/hdreg.h
./include/linux/fs.h
./include/linux/fdreg.h
./include/linux/mm.h
./include/linux/head.h
./include/a.out.h
./include/errno.h
./include/stdarg.h
./include/stddef.h
./include/const.h
./include/utime.h
./include/signal.h
./include/asm/io.h
./include/asm/segment.h
./include/asm/memory.h
./include/asm/system.h
./include/fcntl.h
./include/termios.h
./include/time.h
./include/sys/wait.h
./include/sys/times.h
./include/sys/utsname.h
./include/sys/types.h
./include/sys/stat.h
./include/unistd.h
./include/ctype.h
./include/string.h
./init/main.c
./kernel/sched.c
./kernel/traps.c
./kernel/vsprintf.c
./kernel/signal.c
./kernel/exit.c
./kernel/Makefile
./kernel/fork.c
./kernel/mktime.c
./kernel/blk_drv/blk.h
./kernel/blk_drv/hd.c
./kernel/blk_drv/Makefile
./kernel/blk_drv/ll_rw_blk.c
./kernel/blk_drv/ramdisk.c
./kernel/blk_drv/floppy.c
./kernel/panic.c
./kernel/printk.c
./kernel/system_call.s
./kernel/math/Makefile
./kernel/math/math_emulate.c
./kernel/asm.s
./kernel/sys.c
./kernel/chr_drv/rs_io.s
./kernel/chr_drv/console.c
./kernel/chr_drv/Makefile
./kernel/chr_drv/tty_io.c
./kernel/chr_drv/serial.c
./kernel/chr_drv/tty_ioctl.c
./lib/malloc.c
./lib/dup.c
./lib/close.c
./lib/errno.c
./lib/execve.c
./lib/setsid.c
./lib/Makefile
./lib/ctype.c
./lib/open.c
./lib/_exit.c
./lib/string.c
./lib/write.c
./lib/wait.c
./Makefile
./mm/page.s
./mm/Makefile
./mm/memory.c
./tools/build.c