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

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

1992/0309/sys/src/9/port/systab.h:22,321992/0428/sys/src/9/port/systab.h:22,32 (short | long | prev | next)
Add new sysrfork; remove old sys__wait__.
rsc Fri Mar 4 12:44:25 2005
1991/1105    
Syscall sysseek; 
Syscall syssleep; 
Syscall sysstat; 
1992/0309    
Syscall sys__wait__; 
1992/0428    
Syscall sysrfork; 
1991/1105    
Syscall syswrite; 
Syscall syspipe; 
Syscall syscreate; 
Syscall sysrfork; 
1992/0428    
Syscall sys__rfork__; 
1991/1105    
Syscall sysbrk_; 
Syscall sysremove; 
Syscall syswstat; 
1992/0309/sys/src/9/port/systab.h:61,711992/0428/sys/src/9/port/systab.h:61,71
1991/0731    
	[SEEK]		sysseek, 
	[SLEEP]		syssleep, 
	[STAT]		sysstat, 
1992/0309    
	[__WAIT__]	sys__wait__, 
1992/0428    
	[RFORK]		sysrfork, 
1991/0731    
	[WRITE]		syswrite, 
	[PIPE]		syspipe, 
	[CREATE]	syscreate, 
1991/0807    
	[RFORK]		sysrfork, 
1992/0428    
	[__RFORK__]	sys__rfork__, 
1991/0731    
	[BRK_]		sysbrk_, 
	[REMOVE]	sysremove, 
	[WSTAT]		syswstat, 
1992/0309/sys/src/9/port/systab.h:101,1111992/0428/sys/src/9/port/systab.h:101,111
1991/0926    
	[SEEK]		"Seek", 
	[SLEEP]		"Sleep", 
	[STAT]		"Stat", 
1992/0309    
	[__WAIT__]	"__wait_", 
1992/0428    
	[RFORK]		"Rfork", 
1991/0926    
	[WRITE]		"Write", 
	[PIPE]		"Pipe", 
	[CREATE]	"Create", 
	[RFORK]		"Rfork", 
1992/0428    
	[__RFORK__]	"__rfork_", 
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)