Blame


1 25e0e4f3 2004-03-26 devnull March 26, 2004
2 a27e2057 2004-03-25 devnull
3 25e0e4f3 2004-03-26 devnull Fix 9term chording paste bug reported by Sam.
4 25e0e4f3 2004-03-26 devnull
5 25e0e4f3 2004-03-26 devnull Fix libdraw resize bug reported by Axel Belinfante.
6 25e0e4f3 2004-03-26 devnull
7 2774920b 2004-03-26 devnull Handle interrupts better in rc - don't kill background procs.
8 2774920b 2004-03-26 devnull Reported by Sam.
9 25e0e4f3 2004-03-26 devnull
10 25e0e4f3 2004-03-26 devnull
11 a27e2057 2004-03-25 devnull March 25, 2004
12 a27e2057 2004-03-25 devnull
13 a27e2057 2004-03-25 devnull Change putenv not to free the string after calling real putenv.
14 a27e2057 2004-03-25 devnull Apparently BSDs copy the string but Linux and others use the
15 a27e2057 2004-03-25 devnull one you pass in.
16 a27e2057 2004-03-25 devnull
17 a27e2057 2004-03-25 devnull Add Indent command to acme listing. Reported by Rob Pike.
18 a27e2057 2004-03-25 devnull
19 a27e2057 2004-03-25 devnull Define clock to plumbclock in plumber/fsys.c to avoid name clash on SunOS.
20 a27e2057 2004-03-25 devnull Reported by Axel Belinfante and Markus Friedl.
21 a27e2057 2004-03-25 devnull
22 a27e2057 2004-03-25 devnull Expanded NOTES to discuss CVS some more.
23 a27e2057 2004-03-25 devnull
24 a27e2057 2004-03-25 devnull Change one instance of ulong in rio to unsigned long.
25 a27e2057 2004-03-25 devnull
26 a27e2057 2004-03-25 devnull Tweak SunOS ps from Axel Belinfante.
27 a27e2057 2004-03-25 devnull
28 a27e2057 2004-03-25 devnull Change diff not to mention the dirty word "stdout" anymore.
29 a27e2057 2004-03-25 devnull Reported by Taj Khattra et al.
30 a27e2057 2004-03-25 devnull
31 a27e2057 2004-03-25 devnull Change 9l to add -lpthread on OpenBSD.
32 a27e2057 2004-03-25 devnull Reported by Markus Friedl.
33 a27e2057 2004-03-25 devnull
34 a27e2057 2004-03-25 devnull Change 9l to add -Rfoo for each -Lfoo on the command line
35 a27e2057 2004-03-25 devnull on SunOS. Avoids need to maintain LD_LIBRARY_PATH.
36 a27e2057 2004-03-25 devnull Reported by Axel Belinfante.
37 a27e2057 2004-03-25 devnull
38 a27e2057 2004-03-25 devnull #define time to p9time in libc.h for systems where time_t != long (OpenBSD).
39 a27e2057 2004-03-25 devnull Reported by Markus Friedl.
40 a27e2057 2004-03-25 devnull
41 a27e2057 2004-03-25 devnull Add SHAPE support and bitmapped grey background back to rio.
42 a27e2057 2004-03-25 devnull Reported by Markus Friedl.
43 a27e2057 2004-03-25 devnull
44 a27e2057 2004-03-25 devnull Add various OpenBSD-specific files from Markus Friedl.
45 a27e2057 2004-03-25 devnull
46 a27e2057 2004-03-25 devnull Change rcmain to use "test" rather than "/bin/test" to accomodate
47 a27e2057 2004-03-25 devnull systems where test is in /usr/bin. Reported by Sam.
48 a27e2057 2004-03-25 devnull
49 a27e2057 2004-03-25 devnull Silence "unknown id '' in attach" message from acme.
50 a27e2057 2004-03-25 devnull There are just more attaches than there were in Plan 9, and not
51 a27e2057 2004-03-25 devnull all of them are for windows.
52 a27e2057 2004-03-25 devnull
53 a27e2057 2004-03-25 devnull Change 9term to handle "send" a little better.
54 a27e2057 2004-03-25 devnull
55 a27e2057 2004-03-25 devnull Add grep. Reported by Taj Khattra.
56 a27e2057 2004-03-25 devnull
57 a27e2057 2004-03-25 devnull Split lib9.h into u.h and libc.h, so that programs can
58 a27e2057 2004-03-25 devnull include u.h, then unix headers, then libc.h. Then changed
59 a27e2057 2004-03-25 devnull lib9 to do this.
60 a27e2057 2004-03-25 devnull Fixes many warnings on SunOS reported by Axel Belinfante.
61 a27e2057 2004-03-25 devnull
62 a27e2057 2004-03-25 devnull Change 9term not to misfree when plumbing empty string.
63 a27e2057 2004-03-25 devnull Fix reported by Taj Khattra.
64 a27e2057 2004-03-25 devnull
65 a27e2057 2004-03-25 devnull Fix threadexecl to process vararg list with va_list etc. rather
66 a27e2057 2004-03-25 devnull than using &f+1. The &f+1 trick fails on SunOS. Reported by
67 a27e2057 2004-03-25 devnull Axel Belinfate.
68 a27e2057 2004-03-25 devnull
69 a27e2057 2004-03-25 devnull Change x11-init to handle SunOS 24-bit colormapped screen
70 a27e2057 2004-03-25 devnull properly? Fix reported by Axel Belinfante. Let's just play along.
71 a27e2057 2004-03-25 devnull
72 a27e2057 2004-03-25 devnull Add awd. Suggested by Sam.
73 a27e2057 2004-03-25 devnull
74 a27e2057 2004-03-25 devnull 9term no longer aborts without plumber.
75 a27e2057 2004-03-25 devnull
76 a27e2057 2004-03-25 devnull Remove _p9translate from guts of various calls.
77 a27e2057 2004-03-25 devnull Instead, callers who want #9 or #d paths explicitly call unsharp
78 a27e2057 2004-03-25 devnull to translate them.
79 a27e2057 2004-03-25 devnull
80 a27e2057 2004-03-25 devnull Added ^F completion to 9term.
81 a27e2057 2004-03-25 devnull
82 a27e2057 2004-03-25 devnull Change win to use a real pty, so that things like rubout work.
83 a27e2057 2004-03-25 devnull
84 a27e2057 2004-03-25 devnull Change 9term, win to handle rubout even when output
85 a27e2057 2004-03-25 devnull is streaming in.
86 a27e2057 2004-03-25 devnull