Browse Source

Plan 9 from Bell Labs 2003-03-07

David du Colombier 21 years ago
parent
commit
3902b0fc68
4 changed files with 11 additions and 7 deletions
  1. 2 2
      dist/replica/plan9.db
  2. 2 0
      dist/replica/plan9.log
  3. 6 5
      sys/man/3/root
  4. 1 0
      sys/src/cmd/unix/drawterm/devip-unix.c

+ 2 - 2
dist/replica/plan9.db

@@ -4724,7 +4724,7 @@ sys/man/3/pipe - 664 sys sys 1032640674 1145
 sys/man/3/pnp - 664 sys sys 1019864752 4645
 sys/man/3/proc - 664 sys sys 1020313480 8076
 sys/man/3/realtime - 664 sys sys 1037718180 13104
-sys/man/3/root - 664 sys sys 958419690 689
+sys/man/3/root - 664 sys sys 1046958450 632
 sys/man/3/rtc - 664 sys sys 954378857 667
 sys/man/3/sd - 664 sys sys 1018386776 4805
 sys/man/3/segment - 664 sys sys 1017423721 2378
@@ -10127,7 +10127,7 @@ sys/src/cmd/unix/drawterm/crypt.c - 664 sys sys 954098609 17813
 sys/src/cmd/unix/drawterm/dev.c - 664 sys sys 954098610 5006
 sys/src/cmd/unix/drawterm/devcon.c - 664 sys sys 985124883 7006
 sys/src/cmd/unix/drawterm/devdraw.c - 664 sys sys 958504757 39499
-sys/src/cmd/unix/drawterm/devip-unix.c - 664 sys sys 1022047027 15038
+sys/src/cmd/unix/drawterm/devip-unix.c - 664 sys sys 1046970237 15063
 sys/src/cmd/unix/drawterm/devip-win.c - 664 sys sys 1015701212 15055
 sys/src/cmd/unix/drawterm/devmnt.c - 664 sys sys 954098613 14492
 sys/src/cmd/unix/drawterm/devmouse.c - 664 sys sys 954098613 3982

+ 2 - 0
dist/replica/plan9.log

@@ -18193,3 +18193,5 @@
 1046817090 1 c sys/include/ape/stdio.h - 664 sys sys 1046815898 4863
 1046817090 2 c sys/src/ape/lib/ap/stdio/fseek.c - 664 sys sys 1046815860 416
 1046887277 0 c sys/man/2/9p - 664 sys sys 1046886431 15221
+1046959292 0 c sys/man/3/root - 664 sys sys 1046958450 632
+1046971893 0 c sys/src/cmd/unix/drawterm/devip-unix.c - 664 sys sys 1046970237 15063

+ 6 - 5
sys/man/3/root

@@ -26,14 +26,15 @@ to allow a place to
 to.
 The exception is
 .BR /boot ,
-which provides executable code when read.
+which contains
+.B /boot/boot
+and any files
+.B /boot/boot
+might need.
 The kernel does an
 .IR exec (2)
 of
-.B /boot
+.B /boot/boot
 when initializing.
-Some kernels are built with other services, such as
-.IR kfs (4) ,
-in the root directory.
 .SH SOURCE
 .B /sys/src/9/port/devroot.c

+ 1 - 0
sys/src/cmd/unix/drawterm/devip-unix.c

@@ -2,6 +2,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
+#include <netinet/tcp.h>
 #include <netdb.h>
 #include <errno.h>