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

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

1992/0622/sys/src/9/port/systab.h:12,191992/0720/sys/src/9/port/systab.h:12,19 (short | long | prev | next)
Use names sys_x1, sys_x2, sys_x3, probably to allow auto-generator of sys call numbers to work.
rsc Fri Mar 4 12:44:25 2005
1991/1105    
Syscall sysalarm; 
Syscall sysexec; 
Syscall sysexits; 
1992/0622    
Syscall sysdeath; 
Syscall sysdeath; 
1992/0720    
Syscall sys_x1; 
Syscall sys_x2; 
1991/1105    
Syscall sysfstat; 
Syscall syssegbrk; 
Syscall sysmount; 
1992/0622/sys/src/9/port/systab.h:26,321992/0720/sys/src/9/port/systab.h:26,32
1991/1105    
Syscall syswrite; 
Syscall syspipe; 
Syscall syscreate; 
1992/0622    
Syscall sysdeath; 
1992/0720    
Syscall sys_x3; 
1991/1105    
Syscall sysbrk_; 
Syscall sysremove; 
Syscall syswstat; 
1992/0622/sys/src/9/port/systab.h:40,451992/0720/sys/src/9/port/systab.h:40,46
1991/1105    
Syscall sysrendezvous; 
Syscall sysunmount; 
1992/0309    
Syscall syswait; 
1992/0720    
Syscall	sysdeath; 
1991/0731    
 
Syscall *systab[]={ 
	[SYSR1]		sysr1, 
1992/0622/sys/src/9/port/systab.h:51,581992/0720/sys/src/9/port/systab.h:52,59
1991/0731    
	[ALARM]		sysalarm, 
	[EXEC]		sysexec, 
	[EXITS]		sysexits, 
1992/0622    
	[__FORK__]	sysdeath, 
	[__FORKPGRP__]	sysdeath, 
1992/0720    
	[_X1]		sysdeath, 
	[_X2]		sysdeath, 
1991/0731    
	[FSTAT]		sysfstat, 
	[SEGBRK]	syssegbrk, 
	[MOUNT]		sysmount, 
1992/0622/sys/src/9/port/systab.h:65,711992/0720/sys/src/9/port/systab.h:66,72
1991/0731    
	[WRITE]		syswrite, 
	[PIPE]		syspipe, 
	[CREATE]	syscreate, 
1992/0622    
	[__RFORK__]	sysdeath, 
1992/0720    
	[_X3]		sysdeath, 
1991/0731    
	[BRK_]		sysbrk_, 
	[REMOVE]	sysremove, 
	[WSTAT]		syswstat, 
1992/0622/sys/src/9/port/systab.h:91,981992/0720/sys/src/9/port/systab.h:92,99
1991/0926    
	[ALARM]		"Alarm", 
	[EXEC]		"Exec", 
	[EXITS]		"Exits", 
1992/0430    
	[__FORK__]	"__fork_", 
1992/0603    
	[__FORKPGRP__]	"__forkpgrp_", 
1992/0720    
	[_X1]		"_x1", 
	[_X2]		"_x2", 
1991/0926    
	[FSTAT]		"Fstat", 
	[SEGBRK]	"Segbrk", 
	[MOUNT]		"Mount", 
1992/0622/sys/src/9/port/systab.h:105,1111992/0720/sys/src/9/port/systab.h:106,112
1991/0926    
	[WRITE]		"Write", 
	[PIPE]		"Pipe", 
	[CREATE]	"Create", 
1992/0428    
	[__RFORK__]	"__rfork_", 
1992/0720    
	[_X3]		"_x3", 
1991/0926    
	[BRK_]		"Brk", 
	[REMOVE]	"Remove", 
	[WSTAT]		"Wstat", 


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