Browse Source

Plan 9 from Bell Labs 2012-10-12

David du Colombier 11 years ago
parent
commit
d8be65b41b
4 changed files with 595 additions and 219 deletions
  1. 4 0
      sys/games/lib/fortunes
  2. 2 2
      sys/man/2/authsrv
  3. 10 2
      sys/man/4/cdfs
  4. 579 215
      sys/src/cmd/cdfs/mmc.c

+ 4 - 0
sys/games/lib/fortunes

@@ -4296,3 +4296,7 @@ Error: Dependency is not satisfiable: libpython2.7 (>= 2.7)
 That's a lot of ioctls.  Why not just create a new system call, or many system calls, instead?
 In my nightmares I am buffeted by this kind of jargon-ridden empty bullshit; demons sneak into my room and whisper ``efficiency explosions of dynamic risk that cause creative destruction and facilitate innovation.'' - Freddie deBoer on David Brooks
 JFFS2 warning: (1773) jffs2_sum_write_data: Not enough space for summary, padsize = -85
+We are experiencing some technical difficulty. Please contact our support team and provide them the reference number below. Error Reference: $referenceNumber
+iView is not compatible with your browser, operating system or device. Contact your system administrator.
+Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
+/usr/local/plan9/bin/:/Library/Frameworks/Python.framework/Versions/Current/bin:/Users/npe/src/mambo/bin:/Users/npe/src/depot_tools/:/Users/npe/nix/sys/src/osprey/MacOSX/386/bin:/Users/npe/src/hare/usr/brasil/MacOSX/386/bin:/Users/npe/src/hare/usr/inferno/appl/cmd/scripts/anl/linux/deploy/:/Users/npe/bin:/opt/local/bin:/Users/npe/.cabal/bin:/Users/npe/bin:/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/:/Applications/TextMate.app/Contents/SharedSupport/Support/bin/:/bin:/sbin:/usr/bin:/usr/sbin:/Users/npe/bin:/opt/local/bin:/opt/local/devkitpro/devkitARM/bin:/usr/local/plan9/bin/:/Users/npe/nix/usr/inferno/:/Applications/PLT Scheme v370/bin:usr/local/bin:/usr/local/plan9/bin/:/Users/npe/Inferno/MacOSX/386/bin:/usr/X11R6/bin:/usr/local/bin:/opt/local/bin:/opt/local/sbin:/opt/local/devkitpro/devkitARM/bin:/Users/npe/acme/dock:/usr/local/git/bin/:/Users/npe/.ec2/bin:/Users/npe/go/bin:/opt/local/devkitPro/devkitARM/bin

+ 2 - 2
sys/man/2/authsrv

@@ -229,9 +229,9 @@ to recieve an answer.
 .B /sys/src/libauthsrv
 .SH SEE ALSO
 .IR passwd (1),
-.IR cons (3),
 .IR dial (2),
-.IR authsrv (6),
+.IR cons (3),
+.IR authsrv (6)
 .SH DIAGNOSTICS
 These routines set
 .IR errstr .

+ 10 - 2
sys/man/4/cdfs

@@ -81,6 +81,12 @@ but modern drives will be told to cope with underruns transparently.
 To ensure saturation, copying from a file system
 stored on local disk or memory is recommended.
 .PP
+BD-R discs are `formatted' upon first use,
+for sequential writing with spare sectors
+for hardware defect management,
+so BD drives should not report errors when writing BD-R discs;
+any such errors may be a sign that the laser of an old drive is fading.
+.PP
 To fixate a disc (close a recordable disc by writing
 its permanent table of contents), simply
 remove the
@@ -195,6 +201,8 @@ option causes the time of each track to be appended to the normal output.
 is like
 .B -t
 but prints a final line with the total time.
+.br
+.ne 6
 .SH EXAMPLES
 Backup to a BD-R disc:
 .br
@@ -226,6 +234,7 @@ rm /mnt/cd/wa
 .SH SOURCE
 .B /sys/src/cmd/cdfs
 .SH SEE ALSO
+.IR pump (1),
 .IR sd (3),
 .I 9660srv
 (in
@@ -256,8 +265,7 @@ the cross-product of these tuples:
 (-ROM -R -RW),
 (single-layer dual-layer),
 plus oddities like DVD-RAM.
-Triple-layer BD drives and discs are starting to appear,
-likely to be followed by quad-layer.
+Triple- and quad-layer BD drives and discs are starting to appear.
 .PP
 Only MMC-compliant disc readers and writers
 are supported, but it would be easy to add

File diff suppressed because it is too large
+ 579 - 215
sys/src/cmd/cdfs/mmc.c


Some files were not shown because too many files changed in this diff