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

1992/0309/port/systab.h (diff list | history)

1991/1105/sys/src/9/port/systab.h:22,281992/0309/sys/src/9/port/systab.h:22,28 (short | long | prev | next)
Add new syswait.
rsc Fri Mar 4 12:44:25 2005
1991/1105    
Syscall sysseek; 
Syscall syssleep; 
Syscall sysstat; 
Syscall syswait; 
1992/0309    
Syscall sys__wait__; 
1991/1105    
Syscall syswrite; 
Syscall syspipe; 
Syscall syscreate; 
1991/1105/sys/src/9/port/systab.h:39,441992/0309/sys/src/9/port/systab.h:39,45
1991/1105    
Syscall syssegflush; 
Syscall sysrendezvous; 
Syscall sysunmount; 
1992/0309    
Syscall syswait; 
1991/0731    
 
Syscall *systab[]={ 
	[SYSR1]		sysr1, 
1991/1105/sys/src/9/port/systab.h:60,661992/0309/sys/src/9/port/systab.h:61,67
1991/0731    
	[SEEK]		sysseek, 
	[SLEEP]		syssleep, 
	[STAT]		sysstat, 
	[WAIT]		syswait, 
1992/0309    
	[__WAIT__]	sys__wait__, 
1991/0731    
	[WRITE]		syswrite, 
	[PIPE]		syspipe, 
	[CREATE]	syscreate, 
1991/1105/sys/src/9/port/systab.h:77,821992/0309/sys/src/9/port/systab.h:78,84
1991/0731    
	[SEGFLUSH]	syssegflush, 
1991/0806    
	[RENDEZVOUS]	sysrendezvous, 
1991/1011    
	[UNMOUNT]	sysunmount, 
1992/0309    
	[WAIT]		syswait, 
1991/0731    
}; 
1991/0926    
 
char *sysctab[]={ 
1991/1105/sys/src/9/port/systab.h:99,1051992/0309/sys/src/9/port/systab.h:101,107
1991/0926    
	[SEEK]		"Seek", 
	[SLEEP]		"Sleep", 
	[STAT]		"Stat", 
	[WAIT]		"Wait", 
1992/0309    
	[__WAIT__]	"__wait_", 
1991/0926    
	[WRITE]		"Write", 
	[PIPE]		"Pipe", 
	[CREATE]	"Create", 
1991/1105/sys/src/9/port/systab.h:116,1191992/0309/sys/src/9/port/systab.h:118,122
1991/0926    
	[SEGFLUSH]	"Segflush", 
	[RENDEZVOUS]	"Rendez", 
1991/1011    
	[UNMOUNT]	"Unmount", 
1992/0309    
	[WAIT]		"Wait", 
1991/0926    
}; 


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