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

1991/0806/port/systab.h (diff list | history)

1991/0731/sys/src/9/port/systab.h:8,131991/0806/sys/src/9/port/systab.h:8,14 (short | long | prev | next)
Add sysrendezvous.
rsc Fri Mar 4 12:44:25 2005
1991/0731    
Syscall	sysnotify, sysopen, syspipe, sysr1, sysread, sysremove, sysseek; 
Syscall syssleep, sysstat, syswait, syswrite, syswstat, sysalarm, syssegbrk; 
Syscall syssegattach, syssegdetach, syssegfree, syssegflush; 
1991/0806    
Syscall sysrendezvous; 
1991/0731    
 
Syscall *systab[]={ 
	[SYSR1]		sysr1, 
1991/0731/sys/src/9/port/systab.h:44,471991/0806/sys/src/9/port/systab.h:45,49
1991/0731    
	[SEGDETACH]	syssegdetach, 
	[SEGFREE]	syssegfree, 
	[SEGFLUSH]	syssegflush, 
1991/0806    
	[RENDEZVOUS]	sysrendezvous, 
1991/0731    
}; 


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