Blame


1 e96abc03 2009-08-15 rsc The files listed below may be redistributed either under the
2 e96abc03 2009-08-15 rsc terms of the Lucent Public License version 1.02 or under the
3 e96abc03 2009-08-15 rsc terms of the simpler MIT-style license at the bottom of this file.
4 e96abc03 2009-08-15 rsc The files listed below were written from scrach for plan9port
5 e96abc03 2009-08-15 rsc and do not derive from the Plan 9 from Bell Labs distribution.
6 e96abc03 2009-08-15 rsc
7 c8ae41fb 2009-08-15 rsc ../../include/u.h
8 c8ae41fb 2009-08-15 rsc non-Plan 9 code in ../../include/libc.h
9 e96abc03 2009-08-15 rsc _exits.c
10 e96abc03 2009-08-15 rsc _p9dialparse.c
11 e96abc03 2009-08-15 rsc _p9dir.c
12 e96abc03 2009-08-15 rsc _p9translate.c
13 e96abc03 2009-08-15 rsc announce.c
14 6f4d7598 2009-08-15 rsc argv0.c
15 e96abc03 2009-08-15 rsc atoi.c
16 e96abc03 2009-08-15 rsc atol.c
17 e96abc03 2009-08-15 rsc atoll.c
18 e96abc03 2009-08-15 rsc await.c
19 e96abc03 2009-08-15 rsc create.c
20 e96abc03 2009-08-15 rsc debugmalloc.c
21 e96abc03 2009-08-15 rsc dial.c
22 e96abc03 2009-08-15 rsc dirfstat.c
23 e96abc03 2009-08-15 rsc dirfwstat.c
24 e96abc03 2009-08-15 rsc dirstat.c
25 e96abc03 2009-08-15 rsc dirwstat.c
26 e96abc03 2009-08-15 rsc dup.c
27 e96abc03 2009-08-15 rsc errstr.c
28 e96abc03 2009-08-15 rsc exec.c
29 e96abc03 2009-08-15 rsc execl.c
30 e96abc03 2009-08-15 rsc exitcode.c
31 e96abc03 2009-08-15 rsc fmtlock2.c
32 e96abc03 2009-08-15 rsc fork.c
33 e96abc03 2009-08-15 rsc get9root.c
34 e96abc03 2009-08-15 rsc getcallerpc-386.c
35 e96abc03 2009-08-15 rsc getcallerpc-arm.c
36 e96abc03 2009-08-15 rsc getcallerpc-power.c
37 e96abc03 2009-08-15 rsc getcallerpc-sun4u.s
38 e96abc03 2009-08-15 rsc getcallerpc-x86_64.c
39 e96abc03 2009-08-15 rsc getenv.c
40 e96abc03 2009-08-15 rsc getnetconn.c
41 e96abc03 2009-08-15 rsc getns.c
42 e96abc03 2009-08-15 rsc getuser.c
43 e96abc03 2009-08-15 rsc getwd.c
44 e96abc03 2009-08-15 rsc jmp.c
45 e96abc03 2009-08-15 rsc lock.c
46 e96abc03 2009-08-15 rsc main.c
47 e96abc03 2009-08-15 rsc malloc.c
48 e96abc03 2009-08-15 rsc malloctag.c
49 e96abc03 2009-08-15 rsc mallocz.c
50 e96abc03 2009-08-15 rsc nan.c
51 e96abc03 2009-08-15 rsc needstack.c
52 e96abc03 2009-08-15 rsc notify.c
53 e96abc03 2009-08-15 rsc open.c
54 e96abc03 2009-08-15 rsc opentemp.c
55 e96abc03 2009-08-15 rsc pin.c
56 e96abc03 2009-08-15 rsc pipe.c
57 e96abc03 2009-08-15 rsc post9p.c
58 e96abc03 2009-08-15 rsc postnote.c
59 e96abc03 2009-08-15 rsc priv.c
60 e96abc03 2009-08-15 rsc qlock.c
61 e96abc03 2009-08-15 rsc readcons.c
62 e96abc03 2009-08-15 rsc rfork.c
63 e96abc03 2009-08-15 rsc searchpath.c
64 e96abc03 2009-08-15 rsc seek.c
65 e96abc03 2009-08-15 rsc sendfd.c
66 e96abc03 2009-08-15 rsc sleep.c
67 e96abc03 2009-08-15 rsc strdup.c
68 e96abc03 2009-08-15 rsc sysfatal.c
69 e96abc03 2009-08-15 rsc sysname.c
70 e96abc03 2009-08-15 rsc time.c
71 e96abc03 2009-08-15 rsc truerand.c
72 e96abc03 2009-08-15 rsc udp.c
73 e96abc03 2009-08-15 rsc unsharp.c
74 e96abc03 2009-08-15 rsc
75 e96abc03 2009-08-15 rsc The other source files in this directory do derive from Plan 9 and
76 e96abc03 2009-08-15 rsc are distributed only under the terms of the Lucent Public License
77 e96abc03 2009-08-15 rsc version 1.02, as detailed in ../../LICENSE.
78 e96abc03 2009-08-15 rsc
79 e96abc03 2009-08-15 rsc Copyright 2001-2007 Russ Cox. All Rights Reserved.
80 e96abc03 2009-08-15 rsc
81 e96abc03 2009-08-15 rsc Permission is hereby granted, free of charge, to any person obtaining a copy
82 e96abc03 2009-08-15 rsc of this software and associated documentation files (the "Software"), to deal
83 e96abc03 2009-08-15 rsc in the Software without restriction, including without limitation the rights
84 e96abc03 2009-08-15 rsc to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
85 e96abc03 2009-08-15 rsc copies of the Software, and to permit persons to whom the Software is
86 e96abc03 2009-08-15 rsc furnished to do so, subject to the following conditions:
87 e96abc03 2009-08-15 rsc
88 e96abc03 2009-08-15 rsc The above copyright notice and this permission notice shall be included in
89 e96abc03 2009-08-15 rsc all copies or substantial portions of the Software.
90 e96abc03 2009-08-15 rsc
91 e96abc03 2009-08-15 rsc THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
92 e96abc03 2009-08-15 rsc IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
93 e96abc03 2009-08-15 rsc FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
94 e96abc03 2009-08-15 rsc AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
95 e96abc03 2009-08-15 rsc LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
96 e96abc03 2009-08-15 rsc OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
97 e96abc03 2009-08-15 rsc THE SOFTWARE.