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

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

1991/0806/sys/src/9/port/systab.h:8,141991/0807/sys/src/9/port/systab.h:8,14 (short | long | prev | next)
Add sysrfork.
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/0807    
Syscall sysrendezvous, sysrfork; 
1991/0731    
 
Syscall *systab[]={ 
	[SYSR1]		sysr1, 
1991/0806/sys/src/9/port/systab.h:34,401991/0807/sys/src/9/port/systab.h:34,40
1991/0731    
	[WRITE]		syswrite, 
	[PIPE]		syspipe, 
	[CREATE]	syscreate, 
	[___USERSTR___]	sysdeath, 
1991/0807    
	[RFORK]		sysrfork, 
1991/0731    
	[BRK_]		sysbrk_, 
	[REMOVE]	sysremove, 
	[WSTAT]		syswstat, 


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