Browse Source

Plan 9 from Bell Labs 2003-01-28

David du Colombier 21 years ago
parent
commit
43b3f85a19
5 changed files with 14 additions and 4 deletions
  1. 3 3
      dist/replica/plan9.db
  2. 3 0
      dist/replica/plan9.log
  3. 5 0
      sys/games/lib/fortunes
  4. 2 1
      sys/man/4/mntgen
  5. 1 0
      sys/src/ape/lib/ap/plan9/wait.c

+ 3 - 3
dist/replica/plan9.db

@@ -3186,7 +3186,7 @@ sys/doc/venti/venti.pdf - 755 sys sys 1020384352 139090
 sys/doc/venti/venti.ps - 664 sys sys 1019852320 2012620
 sys/games - 20000000775 sys sys 952648872 0
 sys/games/lib - 20000000775 sys sys 952648879 0
-sys/games/lib/fortunes - 664 sys sys 1040076722 237819
+sys/games/lib/fortunes - 664 sys sys 1043697004 238254
 sys/include - 20000000775 sys sys 1016902416 0
 sys/include/9p.h - 664 sys sys 1032324435 4127
 sys/include/String.h - 664 sys sys 1014929061 1133
@@ -4743,7 +4743,7 @@ sys/man/4/iostats - 664 sys sys 959566568 1415
 sys/man/4/keyfs - 664 sys sys 1017251244 5003
 sys/man/4/kfs - 664 sys sys 1019058716 2159
 sys/man/4/lnfs - 664 sys sys 1018973955 1006
-sys/man/4/mntgen - 664 sys sys 1037327201 446
+sys/man/4/mntgen - 664 sys sys 1043680799 473
 sys/man/4/namespace - 664 sys sys 1018386777 6916
 sys/man/4/nntpfs - 664 sys sys 1032632346 2771
 sys/man/4/paqfs - 664 sys sys 1017723482 1541
@@ -5786,7 +5786,7 @@ sys/src/ape/lib/ap/plan9/umask.c - 664 sys sys 1014921985 182
 sys/src/ape/lib/ap/plan9/uname.c - 664 sys sys 1014921985 408
 sys/src/ape/lib/ap/plan9/unlink.c - 664 sys sys 1038237528 1505
 sys/src/ape/lib/ap/plan9/utime.c - 664 sys sys 1014921985 526
-sys/src/ape/lib/ap/plan9/wait.c - 664 sys sys 1014921985 1122
+sys/src/ape/lib/ap/plan9/wait.c - 664 sys sys 1043681702 1133
 sys/src/ape/lib/ap/plan9/write.c - 664 sys sys 1038237529 348
 sys/src/ape/lib/ap/posix - 20000000775 sys sys 1014921981 0
 sys/src/ape/lib/ap/posix/getgrent.c - 664 sys sys 1014921981 945

+ 3 - 0
dist/replica/plan9.log

@@ -17108,3 +17108,6 @@
 1043476317 13 c acme/mail/386/Mail - 775 sys sys 1043474830 175877
 1043517663 0 c sys/src/cmd/p.c - 664 sys sys 1043516305 1497
 1043591494 0 c 386/bin/p - 775 sys sys 1043589869 63785
+1043681548 0 c sys/man/4/mntgen - 664 sys sys 1043680799 473
+1043683350 0 c sys/src/ape/lib/ap/plan9/wait.c - 664 sys sys 1043681702 1133
+1043697767 0 c sys/games/lib/fortunes - 664 sys sys 1043697004 238254

+ 5 - 0
sys/games/lib/fortunes

@@ -3855,3 +3855,8 @@ If you're calling to report a death, please press or say, "One".
 i'm running windows xp under vmware in a vnc on linux being viewed from plan 9. (got that?) - rob
 User: support@games.yahoo.com send to you mail with virus.  Please check mail in attach ! 
 Subject: I NEED YOUR ASSISTANT
+Lucent's motto: Let's make things harder
+MOZILLA_FIVE_HOME=/opt/netscape-6.2.3-us
+If you haven't heard of XML yet, you must be living under a rock!  - Programming in the .NET Environment
+The second line computes the sinus of the result.  - Programming in the .NET Environment
+Where would Christianity be if Jesus got eight to fifteen years, with time off for good behavior? -- New York Senator James H. Donovan on capital punishment. 

+ 2 - 1
sys/man/4/mntgen

@@ -15,7 +15,8 @@ mntgen  \-  automatically generate mount points for file systems
 mounts itself on
 .I mnt
 (default
-.BR /n ),
+.BR /n )
+after the current contents,
 creating subdirectories on demand as they are accessed.
 It is intended to supply mount points automatically.
 .PP

+ 1 - 0
sys/src/ape/lib/ap/plan9/wait.c

@@ -32,6 +32,7 @@ waitpid(int pid, int *stat_loc, int options)
 		w = _WAIT();
 		if(w == 0){
 			_syserrno();
+			n = -1;
 		}else{
 			wpid = w->pid;
 			if(pid>0 && wpid!=pid){