Commit Briefs

0be57355f9 Russ Cox

devdraw: avoid deadlock in x11 resize

Fixes #347.


4241cae2a1 Dan Cross

cmd/rio: xshove: set geometry by window id


d46053106d Dan Cross

libmach: Fix type errors in FreeBSD.c

The ptrace handlers wanted to take u64int arguments, not ulong. Signed-off-by: Dan Cross <cross@gajendra.net>


fe2b2de984 Russ Cox

devdraw: set windowrect correctly on x11 if window gets unexpected size

Fixes #54.


ba60bab3cd Russ Cox

devdraw: actually send resize event on resize

Fixes #340. Fixes #343.


e75dbb6af8 Russ Cox

factotum: update for new nbrecvul return value

Unclear whether the old semantics were the right ones, but at least this preserves what they've been for the past however many years.



cb58f3291c Dan Cross

compress: import Plan9 compress

Add #define USED(x)... boilerplate compress: import Plan9 manpage.


6510a2d353 Dan Cross

winwatch: Plan 9-ify.

This is new code, and custom to plan9port. Make it conform more closely to plan9 style. Signed-off-by: Dan Cross <cross@gajendra.net>


0ac4bfee32 Dan Cross

clock: Remove unused static variable in clock.c

`struct Tm tms` was set but never referenced; noticed in a compiler warning. Remove it. Signed-off-by: Dan Cross <cross@gajendra.net>


a9b462061c Dan Cross

winwatch: port based Plan 9 winwatch

Port of Plan 9's winwatch(1).


dc24d309d5 Dan Cross

9pfuse: update errortab


e0434ae424 Dan Cross

soelim: manpage fixes.


40685d24d8 Dan Cross

soelim: import from Plan9

Add entry in lib/moveplan9.files to trigger relocation during INSTALL.


5c06214952 Russ Cox

venti/buildindex: fix hang on large indexes

Fixes #93.