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
*
libdraw: fix "mk"
Russ Cox
2020-01-12
1
-2
/
+1
*
libthread: run first thread in proc on system stack
Russ Cox
2020-01-12
4
-17
/
+55
*
lib9: make a p9frexp function wrapping system frexp
Russ Cox
2020-01-12
3
-1
/
+13
*
all: fix or silence various gcc warnings
Russ Cox
2020-01-12
17
-22
/
+27
*
Trivial changes: whitespace and modes.
Dan Cross
2020-01-10
1021
-6193
/
+5688
*
src: mv ../buildEnvironmentVariables mkhdr
Russ Cox
2020-01-09
3
-2
/
+5
*
mkfile, mkmk.sh: update for new asm-free getcallerpc
Russ Cox
2020-01-09
2
-3
/
+3
*
lib9: add getcallerpc.c (fixes build)
Russ Cox
2020-01-08
1
-0
/
+13
*
libhtml: plug a memory leak in addtext
Neven Sajko
2020-01-08
1
-0
/
+3
*
libhtml: plug quite a few memory leaks
Neven Sajko
2020-01-08
2
-4
/
+13
*
mk: plan9 style.
Dan Cross
2020-01-08
1
-7
/
+8
*
mk: fix out of bounds access
Neven Sajko
2020-01-07
1
-7
/
+21
*
9c: Fix case patterns for DragonFly and other BSDs
Martin Kühl
2020-01-07
1
-2
/
+2
*
lib9, libndb: exclude terminating null from strncpy bound
Neven Sajko
2020-01-07
2
-2
/
+2
*
lib9: remove getcallerpc implementations
Russ Cox
2020-01-07
9
-66
/
+15
*
libmach: plug another memory leak
Neven Sajko
2020-01-07
1
-0
/
+2
*
libmach: plug memory leak
Neven Sajko
2020-01-07
1
-1
/
+4
*
9term: add a "look" menu item (#299)
Fazlul Shahriar
2020-01-07
4
-0
/
+39
*
INSTALL, 9c, 9l: improve handling of *BSD (#302)
Leonid Bobrov
2020-01-07
3
-39
/
+27
*
all: sync and dedup the creation of the SYSNAME and OBJTYPE env vars (#321)
Neven Sajko
2020-01-07
3
-36
/
+22
*
acme(1): update man page to note -a trimming trailing spaces on Put
Russ Cox
2020-01-06
1
-6
/
+11
*
cmd/htmlroff: fix buffer overflow in t2.c getqarg
Neven Sajko
2020-01-02
1
-1
/
+1
*
ls: check that pointer is not nil before calling qsort
Neven Sajko
2020-01-02
1
-1
/
+1
*
acme: do not pass null pointers where disallowed
Neven Sajko
2020-01-02
2
-1
/
+4
*
cmd/rc: fix declarations of some externally linked variables
Neven Sajko
2020-01-02
2
-3
/
+2
*
cb: fix a null pointer dereference
Neven Sajko
2020-01-02
1
-3
/
+3
*
sam: report close error
Russ Cox
2019-12-19
3
-1
/
+9
*
acme: report close failure during Put
Russ Cox
2019-12-19
1
-2
/
+6
*
libbio: report Bflush/close error from Bterm
Russ Cox
2019-12-19
1
-3
/
+5
*
ed: formatting tweak (remove redundant tab). (#301)
Marc Simpson
2019-12-10
1
-1
/
+1
*
page: fix pdf prolog for ghostscript >= 9.27 (#296)
Fazlul Shahriar
2019-12-08
2
-4
/
+2
*
ed: replace magic number (077776, i.e. 32766) with NBLK-1. (#300)
Marc Simpson
2019-12-08
1
-1
/
+1
*
page: fix hang for forward-only postscript files
Fazlul Shahriar
2019-11-14
2
-1
/
+7
*
9c, 9l: use $TMPDIR if available (#272)
Jason Felice
2019-11-11
2
-2
/
+2
*
plumber: add -f (foreground) option (#288)
Jason Felice
2019-10-29
4
-5
/
+19
*
awk: split record into runes for empty FS (#292)
Fazlul Shahriar
2019-10-29
1
-4
/
+9
*
Teach 9l about FreeBSD ≥ 12; address issue #247. (#249)
Francis Conti
2019-09-19
1
-1
/
+1
*
9l: support Linux version 5.0+ (#274)
Günther Noack
2019-09-19
1
-1
/
+1
*
hoc: don't nest calls to follow() when lexing ++/+= and --/-= (#287)
deepcube
2019-09-19
1
-2
/
+2
*
upas/nfs: fix null date when message is sent to plumber (#263)
telephil
2019-09-19
1
-1
/
+1
*
plumber: fix EOF detection on writes to rules file (#257)
Fazlul Shahriar
2019-09-19
1
-3
/
+3
*
auxstats: replace /proc ACPI calls with /sys ones (#245)
Zach Scott
2019-09-19
1
-22
/
+8
*
devdraw: cocoa metal screen adds a delayed update (#270)
Xiao-Yong
2019-06-19
1
-0
/
+7
*
devdraw: handle windowDidResize on macOS (#212)
Pocket7878
2019-06-11
1
-1
/
+7
*
acme: accept expanded URLs in look
Russ Cox
2019-06-10
1
-9
/
+39
*
acme: delete trailing spaces during Put in autoindent mode
Russ Cox
2019-05-17
1
-41
/
+64
*
devdraw: cocoa metal screen updates (#215)
Xiao-Yong
2019-05-17
2
-63
/
+31
*
acme: do not trim spaces during Put
Russ Cox
2019-04-19
1
-4
/
+8
*
samterm: stop ignoring all keys >= Kcmd
Pocket7878
2019-04-05
1
-2
/
+3
*
devdraw: stop redirecting ^H in cocoa-metal (#209)
Xiao-Yong
2019-04-05
1
-1
/
+0
[next]