index
:
plan9port.git
master
This is a port of many Plan 9 libraries and programs to Unix. [forked]
nobody
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-13
devdraw: hide dock in full screen mode
Russ Cox
1
-0
/
+13
2020-01-13
INSTALL: do not rm config after setting it up
Russ Cox
1
-7
/
+7
2020-01-13
devdraw: correctly hide Mac menu bar (#335)
Xiao-Yong
1
-9
/
+9
2020-01-13
libthread: fix fault in teardown of proc
Russ Cox
2
-1
/
+2
2020-01-13
acme: fix buffer overflow introduced in parsetag refactor
Russ Cox
3
-8
/
+8
2020-01-13
mouse(3): fix definition of Mousectl
Russ Cox
1
-4
/
+6
2020-01-13
acme: fix movetodel for spaces in file names
Russ Cox
1
-11
/
+8
2020-01-13
acme: allow spaces in window names
Russ Cox
2
-5
/
+20
2020-01-13
mk: fix hash function (#315)
Neven Sajko
1
-7
/
+3
2020-01-13
acme: one more place to use parsetag
Russ Cox
1
-5
/
+1
2020-01-13
acme: factor out tag parsing code
Russ Cox
3
-21
/
+28
2020-01-13
lib9: do not fetch disk size for character devices
Russ Cox
1
-1
/
+1
2020-01-13
mk: treat X= as empty list in rc shell
Russ Cox
1
-6
/
+12
2020-01-13
tmac: fix troff -ms .KS after .1C
Russ Cox
1
-6
/
+6
2020-01-13
acme: fix crash in X |cat with multiple windows
Russ Cox
1
-5
/
+24
2020-01-13
vac, unvac: allow 128MB cache size, up from 4MB
Russ Cox
2
-2
/
+2
2020-01-13
9pfuse: do not fswalk("..")
Russ Cox
1
-12
/
+5
2020-01-13
TODO: remove, not updated in 15 years
Russ Cox
2
-15
/
+3
2020-01-13
libthread: fix nbrecvul, recvul to match man page, Plan 9
Russ Cox
1
-2
/
+2
2020-01-13
cmd/9pfuse: ignore FMODE_EXEC open flag
Nicola Girardi
1
-2
/
+11
2020-01-13
clock: import from plan 9
Russ Cox
2
-5
/
+112
2020-01-13
lib9: rm unused _p9translate.c
Russ Cox
1
-46
/
+0
2020-01-13
devdraw: AUTOFRAMEWORK CoreFoundation on macOS
Russ Cox
1
-0
/
+1
2020-01-13
devdraw: x11 working again
Russ Cox
14
-2340
/
+1844
2020-01-13
devdraw: multiclient mode
Russ Cox
3
-42
/
+115
2020-01-13
cmapcube: don't crash on initdraw failure
Russ Cox
1
-1
/
+2
2020-01-13
libdraw: connect to devdraw via $wsysid when set
Russ Cox
3
-1
/
+85
2020-01-13
devdraw: more cleanup, clearer locking
Russ Cox
8
-313
/
+329
2020-01-13
devdraw: refactor, clean up mac screen
Russ Cox
7
-505
/
+492
2020-01-13
devdraw: move per-window globals in mac-screen.m into Client
Russ Cox
3
-62
/
+81
2020-01-13
devdraw: move Client into devdraw.h and move global state in
Russ Cox
11
-465
/
+470
2020-01-13
devdraw: use consistent mac-* prefix on macOS files
Russ Cox
12
-200
/
+6
2020-01-13
devdraw: can use libthread directly now on macOS
Russ Cox
5
-79
/
+13
2020-01-13
devdraw: simplify mac file names
Russ Cox
4
-98
/
+5
2020-01-13
devdraw: drop pre-metal macOS support
Russ Cox
3
-1688
/
+5
2020-01-13
devdraw: update drawclient test program to run again
Russ Cox
2
-9
/
+8
2020-01-13
cmd/yacc: correctly detect end of file in gettok
Neven Sajko
1
-0
/
+2
2020-01-13
cmd/yacc: check that arg is safe to pass to <ctype.h> isX functions
Neven Sajko
1
-5
/
+14
2020-01-13
cmd/yacc: check for EOF in string constant in cpyact
Neven Sajko
1
-1
/
+1
2020-01-13
cmd/yacc: do not create an out of bounds pointer
Neven Sajko
1
-1
/
+2
2020-01-13
lib9/fmt: avoid racy access to installed fmt formats
Russ Cox
4
-22
/
+55
2020-01-13
lib9: fix memory leak in dial of regular file (#284)
jvd23
1
-1
/
+3
2020-01-13
wintext: add tmux support, use in ", ""
Russ Cox
4
-20
/
+19
2020-01-13
fontsrv: allow x11 hinting and disable autohint only (#254)
Xiao-Yong
1
-1
/
+1
2020-01-13
Make venti's doc more accurate
Edouard Klein
3
-9
/
+26
2020-01-13
cmd/venti/srv: split memory allocation call
Neven Sajko
1
-2
/
+2
2020-01-12
libdraw: fix "mk"
Russ Cox
1
-2
/
+1
2020-01-12
libthread: run first thread in proc on system stack
Russ Cox
4
-17
/
+55
2020-01-12
lib9: make a p9frexp function wrapping system frexp
Russ Cox
3
-1
/
+13
2020-01-12
all: fix or silence various gcc warnings
Russ Cox
17
-22
/
+27
[next]