summaryrefslogtreecommitdiff
path: root/sys/lib/man/preface4
diff options
context:
space:
mode:
authorTaru Karttunen <taruti@taruti.net>2011-03-30 16:53:33 +0300
committerTaru Karttunen <taruti@taruti.net>2011-03-30 16:53:33 +0300
commite463eb40363ff4c68b1d903f4e0cdd0ac1c5977f (patch)
treed5e9f57c28f026cb21de3bd77cc10cd7f64aaa85 /sys/lib/man/preface4
parentb41b9034225ab3e49980d9de55c141011b6383b0 (diff)
Import sources from 2011-03-30 iso image - sys/lib
Diffstat (limited to 'sys/lib/man/preface4')
-rwxr-xr-xsys/lib/man/preface464
1 files changed, 64 insertions, 0 deletions
diff --git a/sys/lib/man/preface4 b/sys/lib/man/preface4
new file mode 100755
index 000000000..7e3adb8db
--- /dev/null
+++ b/sys/lib/man/preface4
@@ -0,0 +1,64 @@
+.TL
+Preface to the Fourth (2002) Edition
+.LP
+Plan 9 continues to grow and adapt.
+The fourth major release of the system
+incorporates a number of changes, but the most central
+is the conversion to a new version of the 9P file system
+protocol.
+This new version was motivated by a desire to support
+files with name elements longer than 27 bytes (the old
+.CW NAMELEN ),
+but the opportunity was taken to change a number of other things
+about the protocol,
+making it more efficient, more flexible, and easier to encapsulate.
+One simple but indispensable new feature made possible by the protocol
+change is that the system now records the user who last modified a file;
+try
+.CW ls
+.CW -m
+to identify the culprit.
+.LP
+Many aspects of system security have been improved.
+The new security agent
+.I factotum (4)
+maintains user passwords, while
+.I secstore (4)
+keeps them safe and enables single sign-on to multiple domains and machines
+using a variety of secure protocols and services.
+.LP
+Throughout the system, components have been rewritten and interfaces
+modified to eliminate restrictions, improve performance, and clarify design.
+The full list is too long to include here, but significant changes have occurred
+in a number of system calls
+.I wait (2), (
+.I stat (2),
+.I mount (2),
+and
+.I errstr (2)),
+the thread library
+.I thread (2)), (
+formatted printing
+.I print (2) (
+and
+.I fmtinstall (2)),
+security
+(many pages in section 2, including
+.I auth (2),
+.I authsrv (2)),
+and many others.
+.LP
+The changes are sweeping and are accompanied by many new programs, tools,
+services,
+and libraries.
+See the manual pages and the accompanying documents for more information.
+.LP
+.sp
+.in 3i
+Bell Labs
+.br
+Computing Science Research Center
+.br
+Murray Hill NJ
+.br
+April, 2002