index
:
plan9port
patch
Plan 9 from User Space (with patches)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fontsrv(4): update man page for size of fontsrv subfonts
Russ Cox
2020-07-22
1
-8
/
+8
*
devdraw, libdraw: fix memory leaks by freeing getns() malloced string (#431)
Igor Böhm
2020-07-22
2
-4
/
+11
*
acme: add font control message
Russ Cox
2020-07-18
2
-1
/
+24
*
draw: use int for Cacheinfo x field
Russ Cox
2020-07-18
1
-1
/
+1
*
src/cmd: rm dformat
Russ Cox
2020-06-22
1
-108
/
+0
*
libthread: use libc functions in ucontext for macOS (#417)
Xiao-Yong
2020-06-15
3
-81
/
+3
*
fontsrv: fix compilation on X11 (#420)
Gregor Best
2020-06-04
1
-0
/
+1
*
osxvers: use swvers -productVersion to skip one awk call
Russ Cox
2020-05-30
1
-1
/
+1
*
ed(1): fix documentation for list mode
Russ Cox
2020-05-29
1
-36
/
+36
*
ed: handle Unicode beyond the BMP correctly in list mode.
sean
2020-05-29
2
-11
/
+42
*
devdraw: accept 5- and 6-byte Unicode hex values
Russ Cox
2020-05-29
2
-15
/
+45
*
fontsrv: scale f->originy to match f->height on x11
dzklaim
2020-05-29
1
-1
/
+1
*
fontsrv: handle non-BMP runes on X11
Russ Cox
2020-05-29
4
-43
/
+44
*
libdraw: handle larger number of subfonts
Russ Cox
2020-05-29
3
-4
/
+5
*
man: update man pages to say $HOME when accurate
Russ Cox
2020-05-18
4
-33
/
+37
*
devdraw, libdraw: handle keyboard runes > U+FFFF
Russ Cox
2020-05-18
7
-8
/
+34
*
build: drop _XOPEN_SOURCE in u.h on AIX
Russ Cox
2020-05-18
1
-1
/
+0
*
build: use installbsd instead of install on AIX
Russ Cox
2020-05-18
6
-8
/
+5
*
9c: fix tab
Russ Cox
2020-05-18
1
-1
/
+1
*
9l: xlc_r automatically adds -lpthread.
Ben Huntsman
2020-05-18
1
-1
/
+0
*
lib9: use __builtin_return_address on IBM XL/C
Ben Huntsman
2020-05-18
1
-1
/
+1
*
rc: avoid problematic internal names "var", "thread"
Russ Cox
2020-05-18
1
-0
/
+6
*
acme: avoid global named "class"
Russ Cox
2020-05-18
1
-0
/
+3
*
libdiskfs: avoid problematic internal constant names
Russ Cox
2020-05-18
2
-0
/
+66
*
diff: rename class to fix AIX
Russ Cox
2020-05-18
1
-0
/
+3
*
devdraw: use indirect impl interface in x11
Gabriel Diaz
2020-05-18
1
-0
/
+21
*
lib9: avoid unportable use of d_namlen in dirread
Russ Cox
2020-05-18
1
-2
/
+1
*
devdraw: use global drawlk instead of per-client
Russ Cox
2020-05-17
3
-18
/
+20
*
devdraw: use indirect impl interface
Russ Cox
2020-05-17
4
-30
/
+61
*
libthread: handle spurious _procsleep wakeups, fix $LIBTHREAD handling
Russ Cox
2020-05-17
2
-6
/
+26
*
libthread: add pthreadperthread mode and use under ASAN
Russ Cox
2020-05-17
4
-18
/
+120
*
INSTALL: build mk all the time
Russ Cox
2020-05-17
1
-4
/
+3
*
9c, 9l: accept CC9FLAGS from config
Russ Cox
2020-05-17
3
-18
/
+39
*
mk: replace overlapping strcpy with memmove
Russ Cox
2020-05-17
1
-1
/
+2
*
lib9: use opendir/readdir to read directories
Russ Cox
2020-05-17
2
-186
/
+187
*
lib9: move seek into open.c
Russ Cox
2020-05-17
4
-12
/
+7
*
lib9: add close
Russ Cox
2020-05-17
2
-1
/
+10
*
lib9: merge create, open, dirread into open.c
Russ Cox
2020-05-17
5
-292
/
+273
*
fmt: adjust GCC version check
Kurt H Maier
2020-05-08
1
-2
/
+2
*
all: fix #includes for AIX, add a few AIX "implementation" files
Ben Huntsman
2020-05-07
9
-0
/
+25
*
mk: support Big Archive Format under AIX
Ben Huntsman
2020-05-07
1
-0
/
+4
*
all: update build scripts to fix AIX XL/C compatibility
Ben Huntsman
2020-05-07
6
-11
/
+35
*
fmt: disable use of stdatomic on AIX XL C and old GCC
Russ Cox
2020-05-07
1
-0
/
+21
*
9term.app: respect user-set shell instead of forcing bash
Russ Cox
2020-05-05
1
-2
/
+22
*
rc(1): mention /etc/shells in BUGS section
Russ Cox
2020-05-05
1
-0
/
+6
*
rc: clean up parser levels, disallow free carats on lists
Russ Cox
2020-05-05
4
-31
/
+37
*
rc: allow unquoted = in command arguments
Russ Cox
2020-05-04
3
-11
/
+28
*
rc: move free carat handling into parser
Russ Cox
2020-05-04
5
-97
/
+106
*
rc: move newline handling into parser
Russ Cox
2020-05-04
6
-24
/
+67
*
rc: add recursive descent parser
Russ Cox
2020-05-04
13
-9
/
+730
[next]