135 lines
5.4 KiB
Plaintext
135 lines
5.4 KiB
Plaintext
0 0 0 .
|
|
129 361 3091 ./Makefile
|
|
0 0 0 ./boot
|
|
238 1017 5938 ./boot/head.s
|
|
404 1354 7574 ./boot/bootsect.S
|
|
631 2014 12144 ./boot/setup.S
|
|
0 0 0 ./fs
|
|
97 241 1875 ./fs/stat.c
|
|
129 497 7176 ./fs/Makefile
|
|
103 300 2802 ./fs/read_write.c
|
|
89 238 1763 ./fs/block_dev.c
|
|
381 1253 9072 ./fs/buffer.c
|
|
348 792 7166 ./fs/inode.c
|
|
9 15 122 ./fs/file_table.c
|
|
235 625 4862 ./fs/open.c
|
|
104 271 2103 ./fs/char_dev.c
|
|
382 1365 9908 ./fs/exec.c
|
|
90 256 1852 ./fs/file_dev.c
|
|
75 177 1455 ./fs/fcntl.c
|
|
280 669 5603 ./fs/super.c
|
|
894 2468 18958 ./fs/namei.c
|
|
49 136 1136 ./fs/ioctl.c
|
|
128 328 2834 ./fs/pipe.c
|
|
99 212 1692 ./fs/truncate.c
|
|
169 482 4007 ./fs/bitmap.c
|
|
278 859 6381 ./fs/select.c
|
|
0 0 0 ./include
|
|
0 0 0 ./include/sys
|
|
60 181 1376 ./include/sys/stat.h
|
|
52 125 928 ./include/sys/types.h
|
|
15 25 200 ./include/sys/times.h
|
|
17 29 272 ./include/sys/utsname.h
|
|
24 71 593 ./include/sys/wait.h
|
|
63 274 1799 ./include/sys/time.h
|
|
12 28 196 ./include/sys/param.h
|
|
63 288 1809 ./include/sys/resource.h
|
|
280 1040 7300 ./include/unistd.h
|
|
49 136 874 ./include/time.h
|
|
226 735 5268 ./include/termios.h
|
|
18 34 285 ./include/stddef.h
|
|
28 109 780 ./include/stdarg.h
|
|
55 219 1374 ./include/fcntl.h
|
|
13 33 225 ./include/utime.h
|
|
405 955 7881 ./include/string.h
|
|
64 229 1364 ./include/errno.h
|
|
75 267 1974 ./include/signal.h
|
|
15 32 321 ./include/const.h
|
|
220 906 6047 ./include/a.out.h
|
|
34 112 1049 ./include/ctype.h
|
|
0 0 0 ./include/linux
|
|
65 313 1968 ./include/linux/hdreg.h
|
|
33 154 1036 ./include/linux/kernel.h
|
|
284 1014 7351 ./include/linux/sched.h
|
|
111 379 3402 ./include/linux/sys.h
|
|
99 301 2801 ./include/linux/tty.h
|
|
210 747 5754 ./include/linux/fs.h
|
|
45 115 1101 ./include/linux/mm.h
|
|
20 42 304 ./include/linux/head.h
|
|
55 255 1545 ./include/linux/config.h
|
|
71 404 2466 ./include/linux/fdreg.h
|
|
185 635 4924 ./include/linux/math_emu.h
|
|
0 0 0 ./include/asm
|
|
24 68 477 ./include/asm/io.h
|
|
14 79 507 ./include/asm/memory.h
|
|
66 201 1707 ./include/asm/system.h
|
|
65 190 1366 ./include/asm/segment.h
|
|
0 0 0 ./init
|
|
231 747 5761 ./init/main.c
|
|
0 0 0 ./kernel
|
|
93 364 4034 ./kernel/Makefile
|
|
444 1218 9296 ./kernel/sched.c
|
|
430 1385 10554 ./kernel/exit.c
|
|
157 488 3951 ./kernel/fork.c
|
|
24 65 448 ./kernel/panic.c
|
|
213 456 5090 ./kernel/traps.c
|
|
151 298 2422 ./kernel/asm.s
|
|
209 674 5265 ./kernel/signal.c
|
|
31 78 537 ./kernel/printk.c
|
|
522 1732 12003 ./kernel/sys.c
|
|
58 207 1461 ./kernel/mktime.c
|
|
233 751 4800 ./kernel/vsprintf.c
|
|
300 891 5704 ./kernel/sys_call.s
|
|
0 0 0 ./kernel/chr_drv
|
|
599 2003 13020 ./kernel/chr_drv/keyboard.S
|
|
88 308 3618 ./kernel/chr_drv/Makefile
|
|
148 415 2733 ./kernel/chr_drv/rs_io.s
|
|
1025 2685 23327 ./kernel/chr_drv/console.c
|
|
251 783 6325 ./kernel/chr_drv/tty_ioctl.c
|
|
484 1448 12282 ./kernel/chr_drv/tty_io.c
|
|
59 176 1412 ./kernel/chr_drv/serial.c
|
|
63 154 1186 ./kernel/chr_drv/pty.c
|
|
0 0 0 ./kernel/chr_drv/RCS
|
|
0 0 0 ./kernel/math
|
|
83 299 3377 ./kernel/math/Makefile
|
|
529 1338 11540 ./kernel/math/math_emulate.c
|
|
16 24 234 ./kernel/math/error.c
|
|
185 657 4348 ./kernel/math/convert.c
|
|
92 283 1807 ./kernel/math/ea.c
|
|
240 719 5145 ./kernel/math/get_put.c
|
|
92 330 1999 ./kernel/math/add.c
|
|
73 201 1517 ./kernel/math/mul.c
|
|
109 332 2099 ./kernel/math/div.c
|
|
60 140 904 ./kernel/math/compare.c
|
|
0 0 0 ./kernel/blk_drv
|
|
384 1023 8331 ./kernel/blk_drv/hd.c
|
|
218 696 4734 ./kernel/blk_drv/ll_rw_blk.c
|
|
475 1642 11660 ./kernel/blk_drv/floppy.c
|
|
71 256 2759 ./kernel/blk_drv/Makefile
|
|
164 515 3963 ./kernel/blk_drv/blk.h
|
|
125 366 2740 ./kernel/blk_drv/ramdisk.c
|
|
0 0 0 ./lib
|
|
73 282 2602 ./lib/Makefile
|
|
35 118 1202 ./lib/ctype.c
|
|
10 15 131 ./lib/close.c
|
|
10 15 127 ./lib/dup.c
|
|
13 24 198 ./lib/_exit.c
|
|
25 51 389 ./lib/open.c
|
|
7 12 73 ./lib/errno.c
|
|
10 19 170 ./lib/execve.c
|
|
10 15 128 ./lib/setsid.c
|
|
14 25 177 ./lib/string.c
|
|
16 26 253 ./lib/wait.c
|
|
10 17 160 ./lib/write.c
|
|
232 1218 7469 ./lib/malloc.c
|
|
0 0 0 ./mm
|
|
44 134 1221 ./mm/Makefile
|
|
40 83 508 ./mm/page.s
|
|
502 2008 13464 ./mm/memory.c
|
|
253 685 5193 ./mm/swap.c
|
|
0 0 0 ./tools
|
|
198 714 5300 ./tools/build.c
|
|
18707 60282 454854 total
|
|
|
|
|