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

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

1994/0322/sys/src/9/port/systab.h:40,461994/0402/sys/src/9/port/systab.h:40,48 (short | long | prev | next)
Add syswrite9p.
rsc Fri Mar 4 12:44:25 2005
1991/1105    
Syscall sysrendezvous; 
Syscall sysunmount; 
1992/0309    
Syscall syswait; 
1994/0402    
Syscall syswrite9p; 
1993/1201    
Syscall ; 
1994/0402    
Syscall ; 
1992/0720    
Syscall	sysdeath; 
1991/0731    
 
Syscall *systab[]={ 
1994/0322/sys/src/9/port/systab.h:81,871994/0402/sys/src/9/port/systab.h:83,91
1991/0806    
	[RENDEZVOUS]	sysrendezvous, 
1991/1011    
	[UNMOUNT]	sysunmount, 
1992/0309    
	[WAIT]		syswait, 
1994/0402    
	[WRITE9P]	syswrite9p, 
1993/1201    
 
1994/0402    
 
1991/0731    
}; 
1991/0926    
 
char *sysctab[]={ 
1994/0322/sys/src/9/port/systab.h:122,1261994/0402/sys/src/9/port/systab.h:126,132
1991/0926    
	[RENDEZVOUS]	"Rendez", 
1991/1011    
	[UNMOUNT]	"Unmount", 
1992/0309    
	[WAIT]		"Wait", 
1994/0402    
	[WRITE9P]	"Write9p", 
 
1993/1201    
 
1991/0926    
}; 


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