Browse Source

Plan 9 from Bell Labs 2010-04-03

David du Colombier 14 years ago
parent
commit
80a67515bd
3 changed files with 4 additions and 2 deletions
  1. 2 1
      rc/bin/service/!tcp564
  2. 1 0
      sys/src/9/ip/esp.c
  3. 1 1
      sys/src/libc/arm/tas.s

+ 2 - 1
rc/bin/service/!tcp564

@@ -1,2 +1,3 @@
 #!/bin/rc
-exec /bin/exportfs -s
+mount '#s/boot' /root $rootspec
+exec /bin/exportfs -r /root

+ 1 - 0
sys/src/9/ip/esp.c

@@ -1,5 +1,6 @@
 /*
  * Encapsulating Security Payload for IPsec for IPv4, rfc1827.
+ * extended to IPv6.
  * rfc2104 defines hmac computation.
  *	currently only implements tunnel mode.
  * TODO: verify aes algorithms;

+ 1 - 1
sys/src/libc/arm/tas.s

@@ -1,5 +1,5 @@
 TEXT	_tas(SB), $-4
 	MOVW	R0,R1
 	MOVW	$1,R0
-	SWPW	R0,(R1)
+	SWPW	R0,(R1)		/* fix: deprecated in armv7 */
 	RET