index
:
plan9port
patch
Plan 9 from User Space (with patches)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
venti/buildindex: fix hang on large indexes
Russ Cox
2020-01-14
1
-1
/
+1
*
devdraw: notify window resize promptly on x11
Russ Cox
2020-01-14
5
-13
/
+28
*
libdraw: send hangup to process when window is lost
Russ Cox
2020-01-14
1
-1
/
+5
*
lib9: make formatting lock-free again
Russ Cox
2020-01-14
4
-124
/
+83
*
acme: save/restore multiline tags in Dump/Load
Russ Cox
2020-01-14
1
-4
/
+16
*
tar: remove /bin/ when invoking compressors
phonologus
2020-01-14
1
-6
/
+1
*
libthread: use mmap to allocate OpenBSD stacks
Russ Cox
2020-01-14
6
-8
/
+61
*
libdraw: use proper pipe for default font data
Russ Cox
2020-01-14
1
-6
/
+16
*
devdraw: do not force-hide menu and dock during full screen on mac
Russ Cox
2020-01-14
1
-3
/
+15
*
devdraw: hide dock in full screen mode
Russ Cox
2020-01-13
1
-0
/
+13
*
devdraw: correctly hide Mac menu bar (#335)
Xiao-Yong
2020-01-13
1
-9
/
+9
*
libthread: fix fault in teardown of proc
Russ Cox
2020-01-13
2
-1
/
+2
*
acme: fix buffer overflow introduced in parsetag refactor
Russ Cox
2020-01-13
3
-8
/
+8
*
acme: fix movetodel for spaces in file names
Russ Cox
2020-01-13
1
-11
/
+8
*
acme: allow spaces in window names
Russ Cox
2020-01-13
2
-5
/
+20
*
mk: fix hash function (#315)
Neven Sajko
2020-01-13
1
-7
/
+3
*
acme: one more place to use parsetag
Russ Cox
2020-01-13
1
-5
/
+1
*
acme: factor out tag parsing code
Russ Cox
2020-01-13
3
-21
/
+28
*
lib9: do not fetch disk size for character devices
Russ Cox
2020-01-13
1
-1
/
+1
*
mk: treat X= as empty list in rc shell
Russ Cox
2020-01-13
1
-6
/
+12
*
acme: fix crash in X |cat with multiple windows
Russ Cox
2020-01-13
1
-5
/
+24
*
vac, unvac: allow 128MB cache size, up from 4MB
Russ Cox
2020-01-13
2
-2
/
+2
*
9pfuse: do not fswalk("..")
Russ Cox
2020-01-13
1
-12
/
+5
*
libthread: fix nbrecvul, recvul to match man page, Plan 9
Russ Cox
2020-01-13
1
-2
/
+2
*
cmd/9pfuse: ignore FMODE_EXEC open flag
Nicola Girardi
2020-01-13
1
-2
/
+11
*
clock: import from plan 9
Russ Cox
2020-01-13
1
-0
/
+104
*
lib9: rm unused _p9translate.c
Russ Cox
2020-01-13
1
-46
/
+0
*
devdraw: AUTOFRAMEWORK CoreFoundation on macOS
Russ Cox
2020-01-13
1
-0
/
+1
*
devdraw: x11 working again
Russ Cox
2020-01-13
14
-2340
/
+1844
*
devdraw: multiclient mode
Russ Cox
2020-01-13
3
-42
/
+115
*
cmapcube: don't crash on initdraw failure
Russ Cox
2020-01-13
1
-1
/
+2
*
libdraw: connect to devdraw via $wsysid when set
Russ Cox
2020-01-13
2
-1
/
+79
*
devdraw: more cleanup, clearer locking
Russ Cox
2020-01-13
8
-313
/
+329
*
devdraw: refactor, clean up mac screen
Russ Cox
2020-01-13
7
-505
/
+492
*
devdraw: move per-window globals in mac-screen.m into Client
Russ Cox
2020-01-13
3
-62
/
+81
*
devdraw: move Client into devdraw.h and move global state in
Russ Cox
2020-01-13
10
-464
/
+470
*
devdraw: use consistent mac-* prefix on macOS files
Russ Cox
2020-01-13
12
-200
/
+6
*
devdraw: can use libthread directly now on macOS
Russ Cox
2020-01-13
5
-79
/
+13
*
devdraw: simplify mac file names
Russ Cox
2020-01-13
4
-98
/
+5
*
devdraw: drop pre-metal macOS support
Russ Cox
2020-01-13
3
-1688
/
+5
*
devdraw: update drawclient test program to run again
Russ Cox
2020-01-13
2
-9
/
+8
*
cmd/yacc: correctly detect end of file in gettok
Neven Sajko
2020-01-13
1
-0
/
+2
*
cmd/yacc: check that arg is safe to pass to <ctype.h> isX functions
Neven Sajko
2020-01-13
1
-5
/
+14
*
cmd/yacc: check for EOF in string constant in cpyact
Neven Sajko
2020-01-13
1
-1
/
+1
*
cmd/yacc: do not create an out of bounds pointer
Neven Sajko
2020-01-13
1
-1
/
+2
*
lib9/fmt: avoid racy access to installed fmt formats
Russ Cox
2020-01-13
4
-22
/
+55
*
lib9: fix memory leak in dial of regular file (#284)
jvd23
2020-01-13
1
-1
/
+3
*
fontsrv: allow x11 hinting and disable autohint only (#254)
Xiao-Yong
2020-01-13
1
-1
/
+1
*
Make venti's doc more accurate
Edouard Klein
2020-01-13
1
-1
/
+1
*
cmd/venti/srv: split memory allocation call
Neven Sajko
2020-01-13
1
-2
/
+2
[next]