Browse Source

Plan 9 from Bell Labs 2008-07-14

David du Colombier 15 years ago
parent
commit
5a603b43a1
6 changed files with 23 additions and 11 deletions
  1. 3 3
      dist/replica/_plan9.db
  2. 3 3
      dist/replica/plan9.db
  3. 3 0
      dist/replica/plan9.log
  4. 4 4
      sys/man/8/ping
  5. 9 1
      sys/src/9/pc/pccd
  6. 1 0
      sys/src/9/pc/pcf

+ 3 - 3
dist/replica/_plan9.db

@@ -7883,7 +7883,7 @@ sys/man/8/partfs - 664 sys sys 1196638947 869
 sys/man/8/pci - 664 sys sys 1203983723 591
 sys/man/8/pcmcia - 664 sys sys 1196638947 408
 sys/man/8/pem - 664 sys sys 1196638947 1189
-sys/man/8/ping - 664 sys sys 1196638947 3650
+sys/man/8/ping - 664 sys sys 1215981423 3662
 sys/man/8/plan9.ini - 664 sys sys 1202255136 23868
 sys/man/8/pop3 - 664 sys sys 1197574309 3122
 sys/man/8/ppp - 664 sys sys 1210814269 4464
@@ -8170,11 +8170,11 @@ sys/src/9/pc/mp.h - 664 sys sys 1173288116 6799
 sys/src/9/pc/nv_dma.h - 664 sys sys 1081384508 12943
 sys/src/9/pc/pc - 664 sys sys 1204231598 1551
 sys/src/9/pc/pcauth - 664 sys sys 1204231648 767
-sys/src/9/pc/pccd - 664 sys sys 1191885773 1514
+sys/src/9/pc/pccd - 664 sys sys 1215978231 1621
 sys/src/9/pc/pccpu - 664 sys sys 1204231753 1059
 sys/src/9/pc/pccpuf - 664 sys sys 1204231783 1686
 sys/src/9/pc/pcdisk - 664 sys sys 1204231795 1623
-sys/src/9/pc/pcf - 664 sys sys 1204231808 1669
+sys/src/9/pc/pcf - 664 sys sys 1215977995 1675
 sys/src/9/pc/pcfl - 664 sys sys 1188582378 1579
 sys/src/9/pc/pcflop - 664 sys sys 1190853787 1540
 sys/src/9/pc/pci.c - 664 sys sys 1196312222 29483

+ 3 - 3
dist/replica/plan9.db

@@ -7883,7 +7883,7 @@ sys/man/8/partfs - 664 sys sys 1196638947 869
 sys/man/8/pci - 664 sys sys 1203983723 591
 sys/man/8/pcmcia - 664 sys sys 1196638947 408
 sys/man/8/pem - 664 sys sys 1196638947 1189
-sys/man/8/ping - 664 sys sys 1196638947 3650
+sys/man/8/ping - 664 sys sys 1215981423 3662
 sys/man/8/plan9.ini - 664 sys sys 1202255136 23868
 sys/man/8/pop3 - 664 sys sys 1197574309 3122
 sys/man/8/ppp - 664 sys sys 1210814269 4464
@@ -8170,11 +8170,11 @@ sys/src/9/pc/mp.h - 664 sys sys 1173288116 6799
 sys/src/9/pc/nv_dma.h - 664 sys sys 1081384508 12943
 sys/src/9/pc/pc - 664 sys sys 1204231598 1551
 sys/src/9/pc/pcauth - 664 sys sys 1204231648 767
-sys/src/9/pc/pccd - 664 sys sys 1191885773 1514
+sys/src/9/pc/pccd - 664 sys sys 1215978231 1621
 sys/src/9/pc/pccpu - 664 sys sys 1204231753 1059
 sys/src/9/pc/pccpuf - 664 sys sys 1204231783 1686
 sys/src/9/pc/pcdisk - 664 sys sys 1204231795 1623
-sys/src/9/pc/pcf - 664 sys sys 1204231808 1669
+sys/src/9/pc/pcf - 664 sys sys 1215977995 1675
 sys/src/9/pc/pcfl - 664 sys sys 1188582378 1579
 sys/src/9/pc/pcflop - 664 sys sys 1190853787 1540
 sys/src/9/pc/pci.c - 664 sys sys 1196312222 29483

+ 3 - 0
dist/replica/plan9.log

@@ -20046,3 +20046,6 @@
 1215635404 0 c 386/bin/du - 775 sys sys 1215633035 76279
 1215712804 0 c sys/src/9/pc/trap.c - 664 sys sys 1215712014 22027
 1215783004 0 c amd64/include/ureg.h - 664 sys sys 1215782682 466
+1215979204 0 c sys/src/9/pc/pcf - 664 sys sys 1215977995 1675
+1215979204 1 c sys/src/9/pc/pccd - 664 sys sys 1215978231 1621
+1215981004 0 c sys/man/8/ping - 664 sys sys 1215981423 3662

+ 4 - 4
sys/man/8/ping

@@ -2,7 +2,7 @@
 .SH NAME
 ping, gping, traceroute, hogports \- probe the Internet
 .SH SYNOPSIS
-.B ping
+.B ip/ping
 [
 .B -6aflqr
 ] [
@@ -17,7 +17,7 @@ ping, gping, traceroute, hogports \- probe the Internet
 ]
 .I destination
 .PP
-.B gping
+.B ip/gping
 [
 .B -r
 ] [
@@ -31,7 +31,7 @@ ping, gping, traceroute, hogports \- probe the Internet
 .I destination
 \&... ]
 .PP
-.B traceroute
+.B ip/traceroute
 [
 .B -dn
 ][
@@ -46,7 +46,7 @@ ping, gping, traceroute, hogports \- probe the Internet
 ]
 .I dest
 .PP
-.B hogports
+.B ip/hogports
 .B [\fImtpt\fP/]\fIproto\fP!\fIaddress\fP!\fIstartport\fP[-\fIendport\fP]
 .SH DESCRIPTION
 .I Ping

+ 9 - 1
sys/src/9/pc/pccd

@@ -1,6 +1,8 @@
+# small kernel used to install from cd
 dev
 	root
 	cons
+
 	arch
 	pnp		pci
 	env
@@ -14,6 +16,7 @@ dev
 	tls
 	cap
 	kprof
+	fs
 
 	ether		netif
 	ip		arp chandial ip ipv6 ipaux iproute netlog nullmedium pktmedium ptclbsum386 inferno
@@ -22,6 +25,7 @@ dev
 	mouse		mouse
 	vga
 	kbmap
+	kbin
 
 	sd
 	floppy		dma
@@ -55,14 +59,17 @@ link
 	etherga620	pci
 	etherigbe	pci ethermii
 	ethervgbe	pci ethermii
-	etherga620	pci
+	ethervt6102	pci ethermii
 	ethersink
 	ethersmc	devi82365 cis
 	etherwavelan	wavelan devi82365 cis pci
 	ethermedium
+#	etherm10g
+#	ether82598	pci
 	pcmciamodem
 	netdevmedium
 	usbuhci
+	usbohci
 
 misc
 	archmp		mp apic
@@ -74,6 +81,7 @@ misc
 
 	uarti8250
 	uartpci		pci
+	uartisa
 
 	vga3dfx		+cur
 	vgaark2000pv	+cur

+ 1 - 0
sys/src/9/pc/pcf

@@ -24,6 +24,7 @@ dev
 	mouse		mouse
 	vga
 	kbmap
+	kbin
 
 	sd
 	floppy		dma