|
|
minx enthält eine Vielzahl von Ablaufverfolgungen, die mit set bei + gesetzt, bei ! gelöscht und bei ~ komplementiert werden. Sie können einzeln oder in Gruppen angegeben werden, wobei - für alle steht:
0 fpy.c floppy disk block driver 1 mem.c memory block driver 2 null.c null character driver, c.c stubs 3 std.c stdio terminal character driver 4 name.c additionally show name scan 5 trace.c show Uerror if not null 6 tfil_ additionally show inode and data buffer 7 fshow_ show open files 8 ishow_ show inode cache contents 9 bshow_ show buffer cache contents A balloc_ calloc next free block to cache buf B bcache_ block to cache C bclose_ end using device D bdone_ release block in cache E bfree_ add block to free list F blockio perform i/o for buffer G bopen_ begin using device H bwrite_ mark block to be written I ialloc_ get free inode, set link count to 1 inode J icache_ inode to cache K idone_ release inode in cache L inodeio perform i/o for inode M imount_ mount dev onto dp N itrunc_ cut inode to size zero O iumount_ dismount dev P iunlink_ reduce link count Q iwrite_ mark inode to be written R fclose_ release file file S fcreat_ file from next free inode T fd_ unused file descriptor U fopen_ file from existing inode V fp_ convert file descriptor to open file W ftrunc_ cut file to size zero X ifread_ read file io Y ifseek_ position file Z ifwrite_ write file a nchdir_ dirty work for chdir/chroot name b nlink_ write i,component[] into fp c nopen_ file pointer for existing name d nprot_ check protection e access check access permission svc f chdir change directory g chmod change mode of a file h chown change owner and group of file i chroot change root directory j close close file access k creat create or truncate file l dup duplicate file descriptor m dup2 ... to particular file descriptor n exit terminate process o fstat get information about file descriptor p link make additional link to file q lseek position r mknod create inode s mount mount file system t open open file access u read read from file descriptor v stat get information about file w sync write all cached blocks x umount unmount file system y unlink remove link to file z write write to file descriptor
|
|
Last modified 03/July/97