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

1998/0319/port/systab.h (diff list | history)

1994/0407/sys/src/9/port/systab.h:20,251998/0319/sys/src/9/port/systab.h:20,26 (short | long | prev | next)
Remove unused sysdeath prototype. Add sysvseek.
rsc Fri Mar 4 12:44:25 2005
1991/1105    
Syscall sysopen; 
Syscall sysread; 
Syscall sysseek; 
1998/0319    
Syscall sysvseek; 
1991/1105    
Syscall syssleep; 
Syscall sysstat; 
1992/0428    
Syscall sysrfork; 
1994/0407/sys/src/9/port/systab.h:42,481998/0319/sys/src/9/port/systab.h:43,48
1992/0309    
Syscall syswait; 
1994/0402    
Syscall syswrite9p; 
1994/0405    
Syscall sysread9p; 
1992/0720    
Syscall	sysdeath; 
1991/0731    
 
Syscall *systab[]={ 
	[SYSR1]		sysr1, 
1994/0407/sys/src/9/port/systab.h:62,671998/0319/sys/src/9/port/systab.h:62,68
1991/0731    
	[OPEN]		sysopen, 
	[READ]		sysread, 
	[SEEK]		sysseek, 
1998/0319    
	[VSEEK]		sysvseek, 
1991/0731    
	[SLEEP]		syssleep, 
	[STAT]		sysstat, 
1992/0428    
	[RFORK]		sysrfork, 
1994/0407/sys/src/9/port/systab.h:104,1091998/0319/sys/src/9/port/systab.h:105,111
1991/0926    
	[OPEN]		"Open", 
	[READ]		"Read", 
	[SEEK]		"Seek", 
1998/0319    
	[VSEEK]		"Vseek", 
1991/0926    
	[SLEEP]		"Sleep", 
	[STAT]		"Stat", 
1992/0428    
	[RFORK]		"Rfork", 


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