Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2006/0321/3

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


syscall: much larger buffer
 [rsc] --rw-rw-r-- M 951118 glenda sys 3954 Mar 21 11:21 sys/src/cmd/syscall/syscall.c
	/n/sourcesdump/2006/0321/plan9/sys/src/cmd/syscall/syscall.c:3,9 - 
	/n/sourcesdump/2006/0322/plan9/sys/src/cmd/syscall/syscall.c:3,9
	  #include <sys.h>
	  #include <fcall.h>
	  
	- char	buf[8192];
	+ char	buf[1048576];
	  #define	NARG	5
	  uintptr	arg[NARG];
	  


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.