plan 9 kernel history: overview | file list | diff list

1994/0322/port/systab.h (diff list | history)

1993/1201/sys/src/9/port/systab.h:26,321994/0322/sys/src/9/port/systab.h:26,32 (short | long | prev | next)
Rename syspath to sysfd2path. Remove comments about NSYSCALL.
rsc Fri Mar 4 12:44:25 2005
1991/1105    
Syscall syswrite; 
Syscall syspipe; 
Syscall syscreate; 
1993/1004    
Syscall syspath; 
1994/0322    
Syscall sysfd2path; 
1991/1105    
Syscall sysbrk_; 
Syscall sysremove; 
Syscall syswstat; 
1993/1201/sys/src/9/port/systab.h:41,471994/0322/sys/src/9/port/systab.h:41,46
1991/1105    
Syscall sysunmount; 
1992/0309    
Syscall syswait; 
1993/1201    
Syscall ; 
Syscall /* make sure port/portdat.h has nsyscall defined correctly!!! */; 
1992/0720    
Syscall	sysdeath; 
1991/0731    
 
Syscall *systab[]={ 
1993/1201/sys/src/9/port/systab.h:68,741994/0322/sys/src/9/port/systab.h:67,73
1991/0731    
	[WRITE]		syswrite, 
	[PIPE]		syspipe, 
	[CREATE]	syscreate, 
1993/1004    
	[PATH]		syspath, 
1994/0322    
	[FD2PATH]	sysfd2path, 
1991/0731    
	[BRK_]		sysbrk_, 
	[REMOVE]	sysremove, 
	[WSTAT]		syswstat, 
1993/1201/sys/src/9/port/systab.h:83,891994/0322/sys/src/9/port/systab.h:82,87
1991/1011    
	[UNMOUNT]	sysunmount, 
1992/0309    
	[WAIT]		syswait, 
1993/1201    
 
/* make sure port/portdat.h has NSYSCALL defined correctly!!! */ 
1991/0731    
}; 
1991/0926    
 
char *sysctab[]={ 
1993/1201/sys/src/9/port/systab.h:110,1161994/0322/sys/src/9/port/systab.h:108,114
1991/0926    
	[WRITE]		"Write", 
	[PIPE]		"Pipe", 
	[CREATE]	"Create", 
1993/1004    
	[PATH]		"Path", 
1994/0322    
	[FD2PATH]	"Fd2path", 
1991/0926    
	[BRK_]		"Brk", 
	[REMOVE]	"Remove", 
	[WSTAT]		"Wstat", 
1993/1201/sys/src/9/port/systab.h:125,1291994/0322/sys/src/9/port/systab.h:123,126
1991/1011    
	[UNMOUNT]	"Unmount", 
1992/0309    
	[WAIT]		"Wait", 
1993/1201    
 
/* make sure port/portdat.h has NSYSCALL defined correctly!!! */ 
1991/0926    
}; 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)