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

1993/1201/port/systab.h (diff list | history)

1993/1004/sys/src/9/port/systab.h:40,451993/1201/sys/src/9/port/systab.h:40,47 (short | long | prev | next)
Add notes about NSYSCALL. (Look for bug?)
rsc Fri Mar 4 12:44:25 2005
1991/1105    
Syscall sysrendezvous; 
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/1004/sys/src/9/port/systab.h:80,851993/1201/sys/src/9/port/systab.h:82,89
1991/0806    
	[RENDEZVOUS]	sysrendezvous, 
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/1004/sys/src/9/port/systab.h:120,1231993/1201/sys/src/9/port/systab.h:124,129
1991/0926    
	[RENDEZVOUS]	"Rendez", 
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)