Browse Source

Plan 9 from Bell Labs 2002-12-18

David du Colombier 21 years ago
parent
commit
b247812350
3 changed files with 4 additions and 3 deletions
  1. 1 1
      dist/replica/plan9.db
  2. 1 0
      dist/replica/plan9.log
  3. 2 2
      sys/src/fs/port/portdat.h

+ 1 - 1
dist/replica/plan9.db

@@ -10551,7 +10551,7 @@ sys/src/fs/port/iobuf.c - 664 sys sys 1017679319 4819
 sys/src/fs/port/lib.h - 664 sys sys 1015110017 3335
 sys/src/fs/port/main.c - 664 sys sys 1037805158 5694
 sys/src/fs/port/mkfile - 664 sys sys 1015110018 189
-sys/src/fs/port/portdat.h - 664 sys sys 1037805158 16476
+sys/src/fs/port/portdat.h - 664 sys sys 1040140792 16477
 sys/src/fs/port/portfns.h - 664 sys sys 1037805159 7454
 sys/src/fs/port/print.c - 664 sys sys 1015110022 153
 sys/src/fs/port/proc.c - 664 sys sys 1015110023 5244

+ 1 - 0
dist/replica/plan9.log

@@ -16784,3 +16784,4 @@
 1040006354 5 c 386/9pcdisk.gz - 664 sys sys 1040006345 703136
 1040052768 0 c sys/games/lib/fortunes - 664 sys sys 1040051941 237989
 1040077875 0 c sys/games/lib/fortunes - 664 sys sys 1040076722 237819
+1040140927 0 c sys/src/fs/port/portdat.h - 664 sys sys 1040140792 16477

+ 2 - 2
sys/src/fs/port/portdat.h

@@ -570,8 +570,8 @@ struct	Mach
 	uchar	stack[1];
 };
 
-#define	MAXSTACK 4000
-#define	NHAS	100
+#define	MAXSTACK 16000
+#define	NHAS	300
 struct	User
 {
 	Label	sched;