Commits


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>


devdraw: set windowrect correctly on x11 if window gets unexpected size Fixes #54.


devdraw: actually send resize event on resize Fixes #340. Fixes #343.


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.


compress: remove (not distributed) from tar(1) manpage.


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


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>


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>


winwatch: port based Plan 9 winwatch Port of Plan 9's winwatch(1).


9pfuse: update errortab


soelim: manpage fixes.


soelim: import from Plan9 Add entry in lib/moveplan9.files to trigger relocation during INSTALL.


venti/buildindex: fix hang on large indexes Fixes #93.


devdraw: notify window resize promptly on x11 Fixes #339.


libdraw: send hangup to process when window is lost This matches the Plan 9 behavior a bit better. Fixes #30.