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

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

1991/0807/sys/src/9/port/systab.h:47,491991/0926/sys/src/9/port/systab.h:47,87 (short | long | prev | next)
Add sysctab.
rsc Fri Mar 4 12:44:25 2005
1991/0731    
	[SEGFLUSH]	syssegflush, 
1991/0806    
	[RENDEZVOUS]	sysrendezvous, 
1991/0731    
}; 
1991/0926    
 
char *sysctab[]={ 
	[SYSR1]		"Running", 
	[ERRSTR]	"Errstr", 
	[BIND]		"Bind", 
	[CHDIR]		"Chdir", 
	[CLOSE]		"Close", 
	[DUP]		"Dup", 
	[ALARM]		"Alarm", 
	[EXEC]		"Exec", 
	[EXITS]		"Exits", 
	[FORK]		"Fork", 
	[FORKPGRP]	"Forkpgrp", 
	[FSTAT]		"Fstat", 
	[SEGBRK]	"Segbrk", 
	[MOUNT]		"Mount", 
	[OPEN]		"Open", 
	[READ]		"Read", 
	[SEEK]		"Seek", 
	[SLEEP]		"Sleep", 
	[STAT]		"Stat", 
	[WAIT]		"Wait", 
	[WRITE]		"Write", 
	[PIPE]		"Pipe", 
	[CREATE]	"Create", 
	[RFORK]		"Rfork", 
	[BRK_]		"Brk", 
	[REMOVE]	"Remove", 
	[WSTAT]		"Wstat", 
	[FWSTAT]	"Fwstat", 
	[NOTIFY]	"Notify", 
	[NOTED]		"Noted", 
	[SEGATTACH]	"Segattach", 
	[SEGDETACH]	"Segdetach", 
	[SEGFREE]	"Segfree", 
	[SEGFLUSH]	"Segflush", 
	[RENDEZVOUS]	"Rendez", 
}; 


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