Introduction
Introduction Statistics Contact Development Disclaimer Help
tLog - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
Date Commit message Author
2020-10-07 03:22 rc: remove dead code. Ori Bernstein
2022-05-07 00:37 man/man3/stat.3: Update man page to mat… Ben Huntsman
2022-01-24 18:47 INSTALL: build arm64 binaries on arm64 … Russ Cox
2021-10-19 16:08 src/cmd/acme: provide info on presense … Roger Peppe
2021-10-17 18:46 cmd/auxstats: improve network device na… Nicola Girardi
2021-10-17 13:18 cmd/auxstats: improve wireless interfac… Nic
2021-10-03 19:19 mk: provide a mechanism to default to `… Dan Cross
2021-09-30 12:44 sam: fix spurious overwrite message Russ Cox
2021-09-28 17:07 acme: fix extra print args Russ Cox
2021-08-31 07:10 lib9p: Fix compile error Alexander Kapshuk
2021-08-08 18:03 lib9p: Remove postmountsrv (#505) Ben Huntsman
2021-07-30 07:19 .gitignore: Ignore some more things tha… Ben Huntsman
2021-08-30 15:41 9term: Skip unnecessary ioctl call on A… Ben Huntsman
2021-08-29 20:38 libdraw: Fix GUI programs on AIX (#398) Ben Huntsman
2021-08-29 20:36 bin/9c, bin/9l: Re-enable optimization … Ben Huntsman
2021-04-22 07:16 libthread: use setpgid instead of setpg… Anthony Sorace
2021-04-09 19:22 install(1): mention libfontconfig1-dev … Russ Cox
2020-08-17 19:11 fspread: fix buffer overflow Günther Noack
2021-03-23 21:24 all: update for new MIT license Russ Cox
2021-03-23 21:24 mk: fix for Unix build Russ Cox
2021-01-18 19:30 acme: fix double-free in acmeerrorproc Russ Cox
2021-02-01 01:33 mount: find kext with MacFUSE >=4 and m… Connor Taffe
2021-01-26 21:14 9pfuse: support MacFUSE >=4 Connor Taffe
2021-01-31 05:51 9p: parse lines in rdwr command David Arroyo
2021-01-29 23:55 man9: rename IM to MR Fazlul Shahriar
2021-01-29 05:38 htmlroff: fix array bounds Xiao-Yong Jin
2021-01-29 05:35 eqn: enlarge errbuf to account for larg… Xiao-Yong Jin
2021-01-29 05:30 xd: fix swizz8 loop counting Xiao-Yong Jin
2021-01-29 05:12 libhtml: fix array bounds in lex Xiao-Yong Jin
2021-01-14 15:30 libthread: call setpgrp in programs tha… Russ Cox
2021-01-14 15:05 sam: avoid out-of-bounds read in rterm Russ Cox
2021-01-14 15:01 sam: remove backward ?: Russ Cox
2021-01-14 14:59 rc: do not exit on EINTR from read Russ Cox
2021-01-14 14:59 lib9: reject postnote with special pids Russ Cox
2021-01-14 14:58 auxstats: do not postnote 0 Russ Cox
2021-01-06 04:38 acme, sam, samterm: remove weird switch… Russ Cox
2021-01-03 05:54 sam: rm dregs Russ Cox
2021-01-06 04:35 stats: add threadmaybackground Russ Cox
2020-12-30 19:42 acme: allow @ in file names Russ Cox
2020-12-30 19:36 wintext: add to moveplan9.files (#470) Jacob Vosmaer
2020-12-30 15:40 9term: add threadmaybackground Russ Cox
2020-12-30 13:46 .gitignore: add LOCAL.config and lib/fo… Russ Cox
2020-12-30 13:44 .gitignore: more binaries Russ Cox
2020-12-30 13:41 libthread: drop schedlock Russ Cox
2020-12-30 13:38 9c: drop PLAN9PORT_ASAN Russ Cox
2020-12-30 13:12 tcolors: add threadmaybackground Russ Cox
2020-12-30 13:07 9a: remove a few mentions Russ Cox
2020-12-30 12:59 .gitignore: enumerate ignored parts of … Russ Cox
2020-12-30 12:39 all: remove $OBJTYPE from build Russ Cox
2020-12-30 12:21 wintext: use rc not bash Russ Cox
2020-03-20 18:52 9term: use openpty on NetBSD Nicola Girardi
2020-12-30 12:18 devdraw: add /usr/X11R7 for NetBSD Russ Cox
2020-12-30 12:18 libthread: simplify Russ Cox
2020-12-30 05:16 libthread: make pthreadperthread the de… Russ Cox
2020-12-30 05:15 libthread: fix pthreadperthread bugs Russ Cox
2020-12-30 05:10 libthread: add threadmaybackground Russ Cox
2020-12-30 05:06 libthread: delete NetBSD special case Russ Cox
2020-12-30 05:06 9c: use -fcommon for clang Russ Cox
2020-12-15 05:05 libthread: fix use after free of first … Russ Cox
2020-12-15 05:01 time: print 1s of milliseconds Russ Cox
2020-09-26 23:18 9c, 9l: updates for macOS arm64. Anthony Sorace
2020-08-16 00:46 all: a few more #define tricks for AIX Russ Cox
2020-08-16 00:07 tmac: rename IM (italic manual) to MR (… Russ Cox
2020-08-15 13:10 fontsrv: fix handling of colored glyphs… Russ Cox
2020-08-14 03:41 tmac: introduce real manual reference m… Russ Cox
2020-08-08 01:54 touch: fix for OpenBSD. James Cook
2020-07-23 00:03 fontsrv(4): update man page for size of… Russ Cox
2020-07-22 18:59 devdraw, libdraw: fix memory leaks by f… Igor Böhm
2020-07-18 23:52 acme: add font control message Russ Cox
2020-07-18 23:51 draw: use int for Cacheinfo x field Russ Cox
2020-06-22 15:20 src/cmd: rm dformat Russ Cox
2020-06-16 03:18 libthread: use libc functions in uconte… Xiao-Yong
2020-06-04 17:55 fontsrv: fix compilation on X11 (#420) Gregor Best
2020-05-30 10:35 osxvers: use swvers -productVersion to … Russ Cox
2020-05-30 01:42 ed(1): fix documentation for list mode Russ Cox
2020-05-21 15:10 ed: handle Unicode beyond the BMP corre… sean
2020-05-30 01:19 devdraw: accept 5- and 6-byte Unicode h… Russ Cox
2020-05-30 01:02 fontsrv: scale f->originy to match f->h… dzklaim
2020-05-26 15:36 fontsrv: handle non-BMP runes on X11 Russ Cox
2020-05-26 15:24 libdraw: handle larger number of subfon… Russ Cox
2020-05-19 03:51 man: update man pages to say $HOME when… Russ Cox
2020-05-19 03:45 devdraw, libdraw: handle keyboard runes… Russ Cox
2020-05-19 02:58 build: drop _XOPEN_SOURCE in u.h on AIX Russ Cox
2020-05-19 02:46 build: use installbsd instead of instal… Russ Cox
2020-05-19 02:38 9c: fix tab Russ Cox
2020-05-18 19:20 9l: xlc_r automatically adds -lpthread. Ben Huntsman
2020-05-14 05:39 lib9: use __builtin_return_address on I… Ben Huntsman
2020-05-19 02:32 rc: avoid problematic internal names "v… Russ Cox
2020-05-19 02:31 acme: avoid global named "class" Russ Cox
2020-05-19 02:29 libdiskfs: avoid problematic internal c… Russ Cox
2020-05-18 23:55 diff: rename class to fix AIX Russ Cox
2020-05-18 15:38 devdraw: use indirect impl interface in… Gabriel Diaz
2020-05-18 21:03 lib9: avoid unportable use of d_namlen … Russ Cox
2020-01-25 19:33 devdraw: use global drawlk instead of p… Russ Cox
2020-01-25 19:31 devdraw: use indirect impl interface Russ Cox
2020-05-18 02:31 libthread: handle spurious _procsleep w… Russ Cox
2020-05-17 12:24 libthread: add pthreadperthread mode an… Russ Cox
2020-05-18 00:09 INSTALL: build mk all the time Russ Cox
2020-05-18 00:07 9c, 9l: accept CC9FLAGS from config Russ Cox
2020-05-18 00:06 mk: replace overlapping strcpy with mem… Russ Cox
2020-05-18 00:02 lib9: use opendir/readdir to read direc… Russ Cox
2020-05-17 16:38 lib9: move seek into open.c Russ Cox
2020-05-17 16:37 lib9: add close Russ Cox
2020-05-17 16:35 lib9: merge create, open, dirread into … Russ Cox
2020-05-08 00:55 fmt: adjust GCC version check Kurt H Maier
2020-05-05 02:53 all: fix #includes for AIX, add a few A… Ben Huntsman
2020-05-05 02:52 mk: support Big Archive Format under AIX Ben Huntsman
2020-05-05 02:52 all: update build scripts to fix AIX XL… Ben Huntsman
2020-05-07 12:37 fmt: disable use of stdatomic on AIX XL… Russ Cox
2020-05-05 13:30 9term.app: respect user-set shell inste… Russ Cox
2020-05-05 12:35 rc(1): mention /etc/shells in BUGS sect… Russ Cox
2020-05-05 12:29 rc: clean up parser levels, disallow fr… Russ Cox
2020-05-05 03:31 rc: allow unquoted = in command argumen… Russ Cox
2020-05-05 03:20 rc: move free carat handling into parser Russ Cox
2020-05-05 02:52 rc: move newline handling into parser Russ Cox
2020-05-04 22:34 rc: add recursive descent parser Russ Cox
2020-04-29 10:21 9c: added explicit -fcommon to gcc defa… sean
2020-03-30 13:54 acme: scale window bodies on resize, no… Russ Cox
2020-02-22 21:26 Fix broken references to plan9.bell-lab… Larkin Nickle
2020-02-11 09:18 libthread: fix ARM build by renaming fi… Neven Sajko
2020-02-03 19:59 devdraw: fix `cmd-r` to toggle retina v… Martin Palma
2020-01-24 18:09 libthread: comment stack border a bit m… Russ Cox
2020-01-24 18:08 acme: report close failure in Put, this… Russ Cox
2020-01-20 04:04 libthread: fix test deps, cleanup in mk… Russ Cox
2020-01-20 04:00 libthread: clean up sysofiles.sh a bit … Russ Cox
2020-01-20 03:52 libthread: rm OpenBSD tas implementatio… Russ Cox
2020-01-20 03:39 libthread: use consistent stack calcula… Russ Cox
2020-01-20 02:14 libthread: rm NetBSD pthread reference … Russ Cox
2020-01-20 02:10 all: remove Linux 2.4 vs 2.6 detection Russ Cox
2020-01-20 02:03 libthread: remove Linux 2.4 code Russ Cox
2020-01-20 02:01 libthread: rm unused sparc-ucontext.h Russ Cox
2020-01-20 01:57 libthread: rm Darwin pre-11.0.0 support Russ Cox
2020-01-20 02:25 libthread: rm FreeBSD 4 code Russ Cox
2020-01-20 01:51 libthread: rm OpenBSD.c Russ Cox
2020-01-20 01:43 libthread: rm unused ARM (get|set)mcont… Neven Sajko
2020-01-16 17:22 9fs: remove tip (dead?), redirect sourc… Dan Cross
2020-01-16 17:07 devdraw: abort alt sequence on window c… Russ Cox
2020-01-16 17:01 libthread: NetBSD supports pthreads, re… Dan Cross
2020-01-16 16:54 malloc: remove locking Dan Cross
2020-01-16 16:46 lib9: putenv wraps POSIX setenv, not le… Dan Cross
2020-01-15 16:59 devdraw: avoid deadlock in x11 resize Russ Cox
2019-06-22 10:44 cmd/rio: xshove: set geometry by window… Nicola Girardi
2020-01-15 16:51 libmach: Fix type errors in FreeBSD.c Dan Cross
2020-01-15 16:25 devdraw: set windowrect correctly on x1… Russ Cox
2020-01-15 16:09 devdraw: actually send resize event on … Russ Cox
2020-01-15 15:48 factotum: update for new nbrecvul retur… Russ Cox
2020-01-15 12:14 compress: remove (not distributed) from… sean
2020-01-15 11:54 compress: import Plan9 compress sean
2020-01-15 14:47 winwatch: Plan 9-ify. Dan Cross
2020-01-15 14:15 clock: Remove unused static variable in… Dan Cross
2020-01-15 13:43 winwatch: port based Plan 9 winwatch markvanatten
2020-01-15 07:57 9pfuse: update errortab Oleg Nemanov
2020-01-15 09:59 soelim: manpage fixes. sean
2020-01-15 08:28 soelim: import from Plan9 sean
2020-01-15 00:46 venti/buildindex: fix hang on large ind… Russ Cox
2020-01-15 00:43 devdraw: notify window resize promptly … Russ Cox
2020-01-14 23:05 libdraw: send hangup to process when wi… Russ Cox
2020-01-14 23:03 lib9: make formatting lock-free again Russ Cox
2020-01-14 21:38 acme: save/restore multiline tags in Du… Russ Cox
2020-01-14 19:52 tar: remove /bin/ when invoking compres… phonologus
2020-01-14 17:40 libthread: use mmap to allocate OpenBSD… Russ Cox
2020-01-14 18:18 libdraw: use proper pipe for default fo… Russ Cox
2020-01-14 17:06 devdraw: do not force-hide menu and doc… Russ Cox
2020-01-14 04:56 devdraw: hide dock in full screen mode Russ Cox
2020-01-14 04:38 INSTALL: do not rm config after setting… Russ Cox
2020-01-14 04:33 devdraw: correctly hide Mac menu bar (#… Xiao-Yong
2020-01-14 04:26 libthread: fix fault in teardown of proc Russ Cox
2020-01-14 04:17 acme: fix buffer overflow introduced in… Russ Cox
2020-01-14 04:11 mouse(3): fix definition of Mousectl Russ Cox
2020-01-14 04:11 acme: fix movetodel for spaces in file … Russ Cox
2020-01-14 01:02 acme: allow spaces in window names Russ Cox
2020-01-14 03:05 mk: fix hash function (#315) Neven Sajko
2020-01-14 02:58 acme: one more place to use parsetag Russ Cox
2020-01-14 01:00 acme: factor out tag parsing code Russ Cox
2020-01-14 00:30 lib9: do not fetch disk size for charac… Russ Cox
2020-01-14 00:20 mk: treat X= as empty list in rc shell Russ Cox
2020-01-13 23:26 tmac: fix troff -ms .KS after .1C Russ Cox
2020-01-13 23:15 acme: fix crash in X |cat with multiple… Russ Cox
2020-01-13 22:09 vac, unvac: allow 128MB cache size, up … Russ Cox
2020-01-13 22:07 9pfuse: do not fswalk("..") Russ Cox
2020-01-13 22:04 TODO: remove, not updated in 15 years Russ Cox
2020-01-13 22:00 libthread: fix nbrecvul, recvul to matc… Russ Cox
2019-07-22 18:39 cmd/9pfuse: ignore FMODE_EXEC open flag Nicola Girardi
2020-01-13 21:53 clock: import from plan 9 Russ Cox
2020-01-13 21:48 lib9: rm unused _p9translate.c Russ Cox
2020-01-13 21:47 devdraw: AUTOFRAMEWORK CoreFoundation o… Russ Cox
2020-01-12 19:53 devdraw: x11 working again Russ Cox
2020-01-11 11:10 devdraw: multiclient mode Russ Cox
2020-01-11 11:02 cmapcube: don't crash on initdraw failu… Russ Cox
2020-01-11 10:52 libdraw: connect to devdraw via $wsysid… Russ Cox
2020-01-10 05:11 devdraw: more cleanup, clearer locking Russ Cox
2020-01-10 02:47 devdraw: refactor, clean up mac screen Russ Cox
2020-01-09 05:40 devdraw: move per-window globals in mac… Russ Cox
2020-01-09 01:28 devdraw: move Client into devdraw.h and… Russ Cox
2020-01-09 01:07 devdraw: use consistent mac-* prefix on… Russ Cox
2020-01-09 01:03 devdraw: can use libthread directly now… Russ Cox
2020-01-09 00:54 devdraw: simplify mac file names Russ Cox
2020-01-09 00:49 devdraw: drop pre-metal macOS support Russ Cox
2020-01-09 03:49 devdraw: update drawclient test program… Russ Cox
2019-08-25 14:30 cmd/yacc: correctly detect end of file … Neven Sajko
2019-08-25 13:53 cmd/yacc: check that arg is safe to pas… Neven Sajko
2019-08-25 09:52 cmd/yacc: check for EOF in string const… Neven Sajko
2019-08-22 11:28 cmd/yacc: do not create an out of bound… Neven Sajko
2020-01-13 16:41 lib9/fmt: avoid racy access to installe… Russ Cox
2020-01-13 16:37 lib9: fix memory leak in dial of regula… jvd23
2020-01-13 16:04 wintext: add tmux support, use in ", "" Russ Cox
2020-01-13 16:02 fontsrv: allow x11 hinting and disable … Xiao-Yong
2019-05-23 11:04 Make venti's doc more accurate Edouard Klein
2020-01-07 17:17 cmd/venti/srv: split memory allocation … Neven Sajko
2020-01-09 03:49 libdraw: fix "mk" Russ Cox
2020-01-09 03:47 libthread: run first thread in proc on … Russ Cox
2020-01-09 03:28 lib9: make a p9frexp function wrapping … Russ Cox
2020-01-12 20:05 all: fix or silence various gcc warnings Russ Cox
2020-01-10 14:44 Trivial changes: whitespace and modes. Dan Cross
2020-01-10 01:08 src: mv ../buildEnvironmentVariables mk… Russ Cox
2020-01-10 00:57 mkfile, mkmk.sh: update for new asm-fre… Russ Cox
2020-01-09 03:27 lib9: add getcallerpc.c (fixes build) Russ Cox
2019-08-18 20:10 libhtml: plug a memory leak in addtext Neven Sajko
2019-08-18 13:46 libhtml: plug quite a few memory leaks Neven Sajko
2020-01-08 01:36 mk: plan9 style. Dan Cross
2019-12-31 21:32 mk: fix out of bounds access Neven Sajko
2020-01-07 22:27 9c: Fix case patterns for DragonFly and… Martin Kühl
2020-01-06 22:57 lib9, libndb: exclude terminating null … Neven Sajko
2020-01-07 20:31 lib9: remove getcallerpc implementations Russ Cox
2019-08-11 02:11 libmach: plug another memory leak Neven Sajko
2019-08-11 00:54 libmach: plug memory leak Neven Sajko
2020-01-07 20:02 9term: add a "look" menu item (#299) Fazlul Shahriar
2020-01-07 19:51 INSTALL, 9c, 9l: improve handling of *B… Leonid Bobrov
2020-01-07 19:49 all: sync and dedup the creation of the… Neven Sajko
2020-01-06 20:26 acme(1): update man page to note -a tri… Russ Cox
2019-12-28 21:33 cmd/htmlroff: fix buffer overflow in t2… Neven Sajko
2016-05-28 01:13 ls: check that pointer is not nil befor… Neven Sajko
2016-05-28 13:00 acme: do not pass null pointers where d… Neven Sajko
2019-08-08 21:24 cmd/rc: fix declarations of some extern… Neven Sajko
2016-05-31 09:23 cb: fix a null pointer dereference Neven Sajko
2019-12-19 20:00 sam: report close error Russ Cox
2019-12-19 19:51 acme: report close failure during Put Russ Cox
2019-12-19 19:49 libbio: report Bflush/close error from … Russ Cox
2019-12-10 16:36 ed: formatting tweak (remove redundant … Marc Simpson
2019-12-09 01:20 page: fix pdf prolog for ghostscript >=… Fazlul Shahriar
2019-12-09 01:19 ed: replace magic number (077776, i.e. … Marc Simpson
2019-11-14 05:47 page: fix hang for forward-only postscr… Fazlul Shahriar
2019-11-11 22:06 9c, 9l: use $TMPDIR if available (#272) Jason Felice
2019-10-29 14:07 plumber: add -f (foreground) option (#2… Jason Felice
2019-10-29 14:04 awk: split record into runes for empty … Fazlul Shahriar
2019-09-19 20:50 Teach 9l about FreeBSD ≥ 12; address is… Francis Conti
2019-09-19 20:49 9l: support Linux version 5.0+ (#274) Günther Noack
2019-09-19 17:10 hoc: don't nest calls to follow() when … deepcube
2019-09-19 17:10 upas/nfs: fix null date when message is… telephil
2019-09-19 17:08 plumber: fix EOF detection on writes to… Fazlul Shahriar
2019-09-19 17:08 auxstats: replace /proc ACPI calls with… Zach Scott
2019-06-19 18:32 devdraw: cocoa metal screen adds a dela… Xiao-Yong
2018-11-17 12:22 devdraw: handle windowDidResize on macO… Pocket7878
2019-06-10 20:01 acme: accept expanded URLs in look Russ Cox
2019-04-24 15:02 acme: delete trailing spaces during Put… Russ Cox
2019-05-18 03:17 devdraw: cocoa metal screen updates (#2… Xiao-Yong
2019-04-20 02:24 acme: do not trim spaces during Put Russ Cox
2019-04-05 19:12 samterm: stop ignoring all keys >= Kcmd Pocket7878
2019-04-05 19:11 devdraw: stop redirecting ^H in cocoa-m… Xiao-Yong
2019-04-05 19:10 man/memdraw.3: fix typo Noah Evans
2019-04-05 19:09 libdraw,devdraw: fix compatibility with… Fazlul Shahriar
2019-04-05 19:08 devdraw: prefer low-power GPU for macOS… Chris Schultz
2019-04-05 19:04 devdraw: avoid deadlock on pre-Mojave m… Russ Cox
2019-04-05 18:47 fortunes: correct a mispelling (#234) Travis snɯǝᗡɔW
2019-04-05 18:45 acme: Update tag after receiving menu/n… Martin Kühl
2019-04-05 18:44 devdraw: fix cocoa metal _flushmemscree… Xiao-Yong
2019-04-05 18:43 devdraw: respond to windowDidBecomeKey … Jacob Vosmaer
2019-02-25 14:45 page: handle EPS without showpage Russ Cox
2019-02-01 18:20 rio: delete ancient Imakefile (use mk i… Russ Cox
2018-07-31 01:37 acme: drop trailing spaces during Put o… Russ Cox
2018-11-16 15:14 INSTALL: use cc to check for fontsrv on… Xiao-Yong
2018-11-16 15:14 unix: fix for tar on FreeBSD (#202) Xiao-Yong
2018-11-16 05:01 INSTALL: set $NPROC on macOS Russ Cox
2018-11-16 04:52 libdraw: redo default font construction… Russ Cox
2018-02-08 13:00 file: recognize Mach-O binaries and Jav… Martin Kühl
2018-02-08 12:59 file: add missing newlines to file types Martin Kühl
2017-09-06 12:30 paint: add drawing program from 9front … Tobias Heinicke
2018-11-16 03:05 rio: make 'mk all' explain why it does … Russ Cox
2018-10-05 22:13 devdraw: remove os x 10.5 compatibility… Jacob Vosmaer
2018-11-16 03:00 unix: fix tar use in mkfile to allow Pl… Mat Kovach
2018-11-16 01:52 acme: add 32x32 boxcursor Russ Cox
2018-11-16 01:34 INSTALL: set CC9 on macOS to use xcrun … Russ Cox
2018-11-16 01:28 devdraw: add Cursor2 support on macOS 1… Russ Cox
2018-11-16 01:24 tweak: add support for Cursor2 Russ Cox
2018-11-16 01:22 libdraw: add Cursor2, a 32x32 high-res … Russ Cox
2018-10-22 01:59 devdraw: rewrite the Cocoa screen using… Xiao-Yong Jin
2018-11-14 05:24 upas/smtp: fix TLS connections (#163) Zach Scott
2018-11-14 05:23 INSTALL: fix compiler detection on Free… Francis Conti
2018-11-14 05:19 devdraw: set displaydpi on devdraw x11 … Gabriel Díaz
2018-11-14 05:11 mac/9term.app: invoke 9term with -l Russ Cox
2018-11-14 05:11 9term: make 9term -l invoke $SHELL with… Russ Cox
2018-11-14 05:03 web: allow any $BROWSER Russ Cox
2018-11-14 05:01 fontsrv: increase x11 font height scale… iru-
2018-11-14 04:59 9term.app: add $PLAN9/bin to $PATH if n… KADOTA, Kyohei
2018-11-14 04:59 plumb/basic: avoid wrap around in file:… Martin Kühl
2018-11-14 04:57 devdraw: make ctrl generate 1-click whi… Xiao-Yong
2018-11-14 04:14 keyboard: add compose sequences lc and … thisrod
2018-11-14 04:13 keyboard: add tab/untab symbols (#160) Martin Kühl
2018-11-14 04:13 fontsrv: x11 uses FC_POSTSCRIPT_NAME (#… Xiao-Yong
2018-11-14 04:11 acme: avoid division by zero when resiz… Fazlul Shahriar
2018-11-14 04:09 fontsrv: disable font smoothing on osx … Xiao-Yong
2018-11-14 04:09 9term: fix getpts on FreeBSD 11.2 (#199) Xiao-Yong
2018-11-12 16:08 9l: drop xcode text-based stub warning Russ Cox
2018-11-12 16:07 plumb: allow @ in file names Russ Cox
2018-06-22 20:43 fontsrv: copy some fixes from OS X to X… Fazlul Shahriar
2018-05-17 21:56 upas/nfs: correctly quote IMAP LOGIN ar… Charles Collicutt
2018-10-01 15:20 grep: update from Plan 9 David du Colombier
2018-09-29 13:59 libregexp: include stddef.h in lib9.std… David du Colombier
2018-09-19 13:19 acme: Apply each -/+ only once (#156) Martin Kühl
2018-05-17 23:18 fontsrv: omit box-drawing characters fr… Igor Burago
2018-03-27 15:52 libdraw: fix error in the previous comm… Xiao-Yong Jin
2018-03-23 04:16 mc: fix crash in acme with hidpi display Xiao-Yong Jin
2018-03-22 03:24 samterm: free some getenv results Xiao-Yong Jin
2018-03-22 03:24 sam: freetmpstr instead of free Xiao-Yong Jin
2018-03-21 03:17 libdraw: fix some memory leaks in font … Xiao-Yong Jin
2018-03-21 03:17 fontsrv: fix some memory leaks Xiao-Yong Jin
2018-03-21 03:16 devdraw: fix some memory leaks in x11 Xiao-Yong Jin
2018-03-21 03:15 acme: fix some memory leaks Xiao-Yong Jin
2018-03-15 03:45 fontsrv: enlarge drawing buffer for sub… Xiao-Yong Jin
2018-03-15 01:17 mount, 9pfuse: detect macports installe… Xiao-Yong Jin
2018-01-06 17:01 fontsrv: skip only the surrogate pairs Mechiel Lukkien
2018-01-31 13:43 mount: check current osxfuse kext locat… Martin Kühl
2018-01-18 16:39 9pserve: fix memory leak in warning Ray Lai
2018-02-01 13:29 .gitignore: ignore files created for as… Martin Kühl
2018-02-28 10:10 9term: Set TERM_PROGRAM to termprog Martin Kühl
2018-03-15 01:27 9pfuse: retries read(3) upon EINTR Xiao-Yong Jin
2018-02-05 20:14 9pfuse: fix handling of access mode (th… David du Colombier
2018-01-20 04:03 auxstats: get network stats in a portab… Bakul Shah
2018-01-16 07:41 rc: use proper type for storing ulimit … Ray Lai
2018-01-03 14:46 gview: fix int vs ulong confusion causi… Russ Cox
2014-12-02 02:02 9term: re-enable sys: child note for ch… Russ Cox
2017-11-02 15:58 acme: preserve window position and sele… Russ Cox
2017-10-15 20:13 moveplan9: add missing files Steven Stallion
2017-10-15 18:39 web: *chrome* matches google-chrome Gleydson Soares
2017-10-14 23:50 acme: free buf in checksha1 Russ Cox
2017-10-12 23:57 9l: accept Linux kernel version 4.x keks
2017-10-13 08:26 9term: fix getpts on macOS 10.13 David du Colombier
2017-10-13 08:16 upas/nfs: fix warnings David du Colombier
2017-10-10 17:49 acme: check file content before declari… Russ Cox
2017-03-26 05:09 devdraw: fix build on macOS < 10.12 Rudá Moura
2017-09-26 13:48 xd: add -R for runewise dump Leah Neukirchen
2017-10-01 09:43 web: add Chromium support on FreeBSD David du Colombier
2017-09-22 09:46 .travis.yml: configure build matrix to … David du Colombier
2017-09-14 20:51 9l: support FreeBSD 10 and 11 (thanks O… David du Colombier
2017-09-14 15:21 lib/moveplan9.files: add missing files Adam Saponara
2017-09-10 10:26 all: remove .cvsignore files Kare Nuorteva
2017-09-10 10:25 README: update links Kare Nuorteva
2017-09-01 22:44 .travis.yml: disable osx build David du Colombier
2017-09-01 20:51 lib9: import frand function from Plan 9 David du Colombier
2017-09-01 20:37 svgpic: fix warnings David du Colombier
2017-09-01 20:37 libmach: initialize ss variable in stab… David du Colombier
2017-09-01 19:23 .travis.yml: build on osx David du Colombier
2017-09-01 18:57 README: add Travis CI and Coverity Scan… David du Colombier
2017-09-01 18:17 dict, sky: update site from pdos.lcs.mi… David du Colombier
2017-09-01 17:25 dist/publish: fix export of of usr tree Russ Cox
2017-09-01 17:16 all: update site from swtch.com to 9fan… Russ Cox
2017-09-01 17:16 codereview: delete, now using GitHub pu… Russ Cox
2017-09-01 16:38 .travis.yml: add Coverity Scan to Travi… David du Colombier
2017-08-18 19:41 .travis.yml: add Travis CI configuration David du Colombier
2017-09-01 16:05 ed: allow larger temp files Russ Cox
2017-07-18 15:21 9(1): document gotcha with oh-my-zsh Russ Cox
2017-07-21 23:33 venti: fix venti graph on 64-bit Michael Stroucken
2017-07-16 02:51 dist: update mk push Russ Cox
2017-07-16 02:49 man: various cleanup Russ Cox
2017-07-16 02:49 codereview.py: remove Russ Cox
2017-07-16 02:35 man5, man6: delete empty dirs Russ Cox
2017-07-16 02:23 man1: document mouse keystrokes in acme… Russ Cox
2017-07-16 02:23 acme: implement Cmd-Shift-Z for Redo on… Russ Cox
2017-07-16 02:22 devdraw: fix Mac Kcmd+Shift Russ Cox
2017-06-19 13:58 fontsrv: avoid quote mapping on fonts w… Russ Cox
2017-06-19 13:50 lib9: fix needsrcquote Russ Cox
2017-04-04 03:12 svgpic: new program to convert pic to s… Russ Cox
2017-06-14 19:27 troff: import HB, HI and HX fonts from … David du Colombier
2017-04-20 21:35 factotum: Fix an operator precedence bu… Dan Cross
2017-04-20 21:35 yacc: Fix a bug from at least 1995. Dan Cross
2016-05-18 06:06 libdraw: replace hand-rolled realloc, p… Ray Lai
2016-05-23 14:30 9term: Add missing parentheses, prevent… Ray Lai
2016-12-01 04:00 9pfuse: support osxfuse>=3.3.0 James Porter
2017-01-09 15:43 9term: c nits Russ Cox
2017-01-08 22:19 cmd/9term: A hack because I'm constantl… Dave Presotto
2017-01-07 05:42 src/cmd: take fontsrv out of BUGGERED Dave Presotto
2017-01-06 21:32 all: fix or silence all INSTALL warning… Russ Cox
2017-01-06 19:57 9term, win: work around bsd linker nons… Russ Cox
2017-01-06 15:35 9term, mc: conspire to handle hidpi dis… Russ Cox
2016-05-07 15:36 include: define _DEFAULT_SOURCE David du Colombier
2015-08-09 19:18 libregexp: various fixes David du Colombier
2016-11-02 17:18 fix segfaults on OpenBSD: int cannot ho… Gleydson Soares
2016-04-11 21:49 font: s/10/11 in ascent for unicode.7x1… Rob Pike
2016-01-22 11:50 fontsrv: do not try to look up surrogat… Russ Cox
2015-12-07 11:32 auxstats: fix OpenBSD by using getifadd… Gleydson Soares
2015-11-11 13:02 devdraw: cocoa: set window title on mai… sqweek
2015-11-10 15:33 win: local \r cancellation Russ Cox
2015-11-10 15:25 9term, win: better \r handling (thanks,… Russ Cox
2015-06-10 16:02 INSTALL: append /usr/X11R6/include and … Gleydson Soares
2015-08-25 19:59 mk: avoid infinite loop when targets ar… Russ Cox
2015-07-03 14:57 fontsrv: use 64 chars per subfont inste… Russ Cox
2015-08-18 04:24 font/fixed: adjust the ascent for the 7… Rob Pike
2015-08-18 04:02 font/lucsans: fix reference to supsub.9 Rob Pike
2015-06-04 12:11 upas/nfs: search for stunnele3 in $PATH Gleydson Soares
2014-11-17 16:55 all: linux/arm64 port Aram Hăvărneanu
2014-11-18 19:19 libregexp: fix copy-paste error David du Colombier
2015-03-19 13:13 all: linux/mips port Aram Hăvărneanu
2015-03-22 12:14 all: fix openbsd build Aram Hăvărneanu
2015-01-05 04:06 keyboard.h: add some missing key enums … mischief
2015-01-03 13:15 acme: add focus change to log Sergiusz Urbaniak
2014-12-24 04:45 devdraw: plumb drag-n-dropped files marius a. eriksen
2015-03-21 03:24 libdraw, acme: fix acme segfault trigge… Gleydson Soares
2015-02-18 14:45 fontsrv: fix x11 build Russ Cox
2015-02-17 20:36 man: document font syntaxes Russ Cox
2015-02-17 19:45 devdraw: enable retina behavior by defa… Russ Cox
2015-02-17 17:39 libdraw: refine hidpi font selection Russ Cox
2015-02-17 17:16 libdraw: autoscale fonts when moving be… Russ Cox
2015-02-17 05:57 libdraw: add 2*font syntax for scaled f… Russ Cox
2015-02-17 04:58 fontsrv: use CoreText API on OS X Russ Cox
2014-12-02 03:01 CONTRIBUTING.md: fix link to codereview… Russ Cox
2014-11-28 20:04 fontsrv: disable X11 hinting Ethan Burns
2014-11-18 23:30 9pfuse: Disable glibc workaround for O_… Merlijn Wajer
2014-12-02 01:23 install.txt: regenerate (9 man 1 intro … Russ Cox
2014-12-02 01:15 libdraw, libframe, acme: fix, guard aga… Russ Cox
2014-11-16 00:02 devdraw: fix title and "open in top" on… Roi Martin
2014-12-02 00:18 CONTRIBUTING.md: add message about pull… Russ Cox
2014-11-18 01:59 codereview: use 'git branch -v' for pen… Russ Cox
2014-11-17 16:21 cmd: rename *.C to *.c Russ Cox
2014-11-17 03:00 man: more Mercurial references changed … Russ Cox
2014-11-17 02:39 codereview: make commit -a the default;… Russ Cox
2014-11-17 02:36 README: rename to README.md, add markdo… Russ Cox
2014-11-17 02:28 codereview: fix a few bugs Russ Cox
2014-11-16 23:58 all: update for Git Russ Cox
2014-11-12 22:38 Delete .cvsignore. It is time. Russ Cox
2014-11-11 04:49 Convert .hgignore to .gitignore. Russ Cox
2014-11-11 04:49 Remove .hgtags. Russ Cox
2014-11-07 21:52 INSTALL: fix path of quote1 and quote2 David du Colombier
2014-10-21 12:22 fix clang 3.4 warnings and ignore unint… David du Colombier
2014-10-21 11:25 venti/copy: fix bug writing directories… Russ Cox
2014-10-21 00:41 col: import from plan 9, by popular dem… Russ Cox
2014-10-20 20:21 9l: link with -lresolv on Linux David du Colombier
2014-08-06 12:43 vbackup: fix compilation on NetBSD (tha… David du Colombier
2014-08-06 12:37 CONTRIBUTORS: add Aram Hăvărneanu Aram Hăvărneanu
2014-08-06 12:36 g: search in *.s files Aram Hăvărneanu
2014-07-09 14:26 mc: use $termprog to identify 9term Russ Cox
2014-06-05 16:46 upas: fix nil pointer dereference David du Colombier
2014-06-03 18:30 upas/common: rename aux to auxx Russ Cox
2014-06-03 18:29 build: rename " and "" to quote1 and qu… Russ Cox
2014-06-03 04:16 acme: fix bufread crash due to typing-p… Russ Cox
2014-06-03 04:09 acme: increase timer resolution to 10ms Russ Cox
2014-05-19 13:39 undo CL 69070045 / 8539a916d98a Russ Cox
2014-05-15 04:28 upas: fix warnings David du Colombier
2014-05-15 04:28 libndb: add AUTOLIB(resolv) David du Colombier
2014-05-06 02:28 acme: fix two flush bugs in new log file Russ Cox
2014-04-30 16:14 acme: add log file in acme root directo… Russ Cox
2014-04-19 17:44 acme: add comment for aligned writes Russ Cox
2014-04-19 14:09 acme: use buffered i/o to write file Russ Cox
2014-04-18 18:03 acme: fix Get of dir in nameless window… Russ Cox
2014-03-26 03:23 dist/main.html: update supported system… Shenghou Ma
2014-03-14 14:10 man/man1/0intro.1: update supported sys… Shenghou Ma
2014-03-13 22:48 acme: copy/cut/paste with ctl+c,x,v Ethan Burns
2014-03-13 22:46 acme, sam: handle >1GB files correctly Russ Cox
2014-03-05 21:43 INSTALL: fix architecture detection on … Shenghou Ma
2014-03-03 21:30 fix gcc 4.8 warnings David du Colombier
2014-03-03 21:23 fossil: fix p9p changes on view David du Colombier
2014-02-28 04:17 all: DragonFly port. Fix compilation pr… Shenghou Ma
2014-02-24 06:21 codereview: sync from Go. Shenghou Ma
2014-01-22 18:43 mac/Plumb: add URL scheme to Info.plist Rob Kroeger
2014-01-22 18:41 devdraw: clear altdown on focus out (th… Russ Cox
2014-01-22 16:23 INSTALL: diagnose missing gcc on Darwin Russ Cox
2014-01-07 03:19 keyboard: add more sequences, from exis… Jonathan Cast
2013-10-23 20:10 fossil: fix remaining warnings David du Colombier
2013-10-22 23:47 acme: scroll a directory window when na… Rob Pike
2013-09-26 20:34 xd: fix build by declaring swizz8 David du Colombier
2013-09-26 20:33 fossil: cleanup mkfile David du Colombier
2013-09-26 20:32 fossil: create directory David du Colombier
2013-09-26 20:31 fossil: import conf.rc David du Colombier
2013-09-26 20:31 fossil: cast Qid.vers, Dir.mode and Qid… David du Colombier
2013-09-26 20:30 fossil: fix various warnings David du Colombier
2013-09-26 18:12 fossil: required p9p changes David du Colombier
2013-09-23 21:16 fossil: move from liboventi to libthrea… David du Colombier
2013-09-23 21:00 fossil: import from plan 9 David du Colombier
2013-09-06 20:23 acme: execute commands with / using she… Marius Eriksen
2013-09-06 20:19 acme Mail: add Search command Akshat Kumar
2013-09-06 20:10 mailfs: allow spaces in box name Akshat Kumar
2013-09-06 20:09 mailfs: support for UTF-8 searches Akshat Kumar
2013-08-13 16:46 rcmain: use new $termprog variable Steve McCoy
2013-08-07 03:44 devdraw: set window name to argv[0] Russ Cox
2013-08-06 13:42 9term: set TERM=dumb instead of TERM=9t… Russ Cox
2013-07-31 13:15 acme: allow :6 in 5-line file Russ Cox
2013-07-17 16:55 cmd/devdraw: clear keyboard state on lo… Roger Peppe
2013-07-02 04:39 libregexp: update from Plan 9 David du Colombier
2013-06-21 19:28 devdraw: fix x11 input Russ Cox
2013-03-19 18:36 rc: avoid undefined C Xi Wang
2013-03-19 18:35 libsec: avoid undefined C Xi Wang
2013-03-11 21:26 xd: accept -S for 8-byte swap Russ Cox
2013-03-08 03:40 devdraw: control+click = button 2, alt/… Russ Cox
2013-02-08 17:46 devdraw: silence unused variable warnin… Russ Cox
2013-02-08 17:44 devdraw: disable XCopyArea optimization Russ Cox
2013-01-31 01:46 fontsrv: fix on X11 when X11H is not de… Alessandro Arzilli
2013-01-31 01:46 libmach: fix crash in dwarfpc (misuse o… Xi Wang
2013-01-31 01:45 fontserv: fix build on FreeBSD 9.1 Martin Neubauer
2013-01-31 01:45 CONTRIBUTORS: three more Russ Cox
2013-01-19 09:05 jpegdump: fix build and warnings David du Colombier
2013-01-04 19:06 freq: fix crash with utf > 0xffff (than… David du Colombier
2013-01-03 05:48 venti/wrarena: fix arenapart breakage David du Colombier
2012-12-18 15:22 fontsrv: only build when the pieces are… Russ Cox
2012-12-11 17:45 fontsrv: fix build on OpenBSD 5.2 Christian Kellerma�…
2012-12-09 10:24 auth/factotum: fix password prompt hang… David du Colombier
2012-12-03 20:55 fontsrv: make single quotes look like q… Russ Cox
2012-12-01 05:35 fontsrv: scaled pjw Russ Cox
2012-11-26 05:33 acme: retina scaling for scroll bars, b… Russ Cox
2012-11-26 05:23 samterm: retina scaling for scroll bars… Russ Cox
2012-11-26 05:13 9term: adjust to dpi changes Russ Cox
2012-11-26 05:13 libdraw: change DefaultDPI to 133 Russ Cox
2012-11-26 04:55 devdraw: fake dpi calculation on Mac Russ Cox
2012-11-26 04:48 libframe: auto scale tick for retina Russ Cox
2012-11-26 04:47 devdraw: use %R not Fn-F3 for retina to… Russ Cox
2012-11-26 04:38 devdraw: add forcedpi toggled by Fn+F3 … Russ Cox
2012-11-26 03:56 acme: set $samfile (same as $%) during … Marius Eriksen
2012-11-26 03:45 fontsrv: work around a few crashes Russ Cox
2012-11-26 03:43 devdraw: fix retina mode Russ Cox
2012-11-26 03:15 libdraw: add scalesize Russ Cox
2012-11-26 03:02 draw.h: add DefaultDPI Russ Cox
2012-11-26 02:41 devdraw, libdraw: add display->dpi Russ Cox
2012-11-26 02:20 devdraw: restore compilation on OS X 10… Shenghou Ma
2012-10-22 16:32 acme: use threadspawnd to avoid changin… Russ Cox
2012-10-22 16:32 libthread: add threadspawnd Russ Cox
2012-10-21 20:52 acme: add $acmeshell to control executi… Marius Eriksen
2012-10-21 20:49 fontsrv: x11 support Yuval Pavel Zholko�…
2012-10-21 16:53 plumb.app: accept plumb:foo as alias fo… Rob Kroeger
2012-10-21 16:12 devdraw: map X11 dead_diaresis to doubl… Caio Oliveira
2012-10-21 16:08 libmemdraw: fix int size bug Erik Quanstrom
2012-10-21 16:04 silence more warnings Russ Cox
2012-10-21 16:01 9c: support clang on Mac Russ Cox
2012-10-21 15:25 fix clang warnings reported by Tuncer A… Russ Cox
2012-10-20 17:51 9c: add more clang warning silencers, u… Russ Cox
2012-10-20 17:42 lib9: fix Mac warning Russ Cox
2012-10-20 17:41 INSTALL: don't try to use \b in acme wi… Russ Cox
2012-10-20 17:36 fix gcc 4.7 warnings (thanks Tuncer Aya… Russ Cox
2012-10-20 17:28 web: fix BROWSER=google-chrome on Mac Russ Cox
2012-10-20 17:28 mount: fix for osxfuse Russ Cox
2012-10-16 17:57 libframe: use correct text color when p… Rob Kroeger
2012-10-16 17:55 devdraw: MacBook retina support Rob Kroeger
2012-10-07 13:48 devdraw: prefer 24-bit over 15-bit or 1… Russ Cox
2012-10-05 20:42 acme: correct writes of runes on auspic… Erik Quanstrom
2012-09-24 19:43 fortunes: new one Russ Cox
2012-09-24 14:35 src/cmd: Add a repurposed import(4), ca… Akshat Kumar
2012-09-24 02:01 acme: mouse movement for Del Russ Cox
2012-09-18 15:39 snarfer: disable during build Russ Cox
2012-09-17 18:53 sam: add $% as an alias for $samfile Russ Cox
2012-09-17 16:39 libdraw: add visibleclicks mode Russ Cox
2012-09-11 15:11 lib9/p9dialparse: fix segfault on getho… David du Colombier
2012-09-11 02:07 9pfuse: fix memory leak, avoid memory e… Ties Bos
2012-09-11 00:55 lib/acme.rc: remove noscroll Ingo Dreilich
2012-09-08 17:53 lib9: remove ss_len manipulation in _p9… Russ Cox
2012-09-08 16:49 9pfuse: osxfuse support Russ Cox
2012-09-08 16:49 lib9: fix announce on OS X Russ Cox
2012-09-04 22:45 lib9/dial: fix addrlen in connect() and… David du Colombier
2012-08-05 17:17 srv(4), mount: update v9fs usage David du Colombier
2012-08-05 17:10 disk/mkfs,disk/mkext: fix mkdir conflict Russ Cox
2012-08-03 19:25 lib9/getnetconn: add support for IPv6 David du Colombier
2012-08-03 19:12 vacfs: fix create srv with ORCLOSE on p… David du Colombier
2012-08-03 17:58 dial(3): update dialparse David du Colombier
2012-08-03 17:26 devdraw: make it 3 times faster on OS X David Jeannot
2012-07-31 15:24 devdraw: fix for OS X 10.8 (Mountain Li… Rob Kroeger
2012-07-29 22:53 libventi: fix segfault in vtgetreq David du Colombier
2012-07-17 23:10 disk/mkfs, disk/mkext: add from Plan 9 Russ Cox
2012-07-16 14:43 9l: remove debug print Russ Cox
2012-07-14 14:16 openbsd updates (thanks Pascal Stumpf) Russ Cox
2012-07-14 13:07 libmach: remove debug print Russ Cox
2012-07-14 12:50 9l: fix for Linux 3.x (thanks Christoph… Russ Cox
2012-07-14 12:30 auth/factotum: fix flush (thanks Erik Q… Russ Cox
2012-07-14 12:01 lib/codereview: update from Go Russ Cox
2012-07-14 12:01 venti(8): fix discussion of variables Russ Cox
2012-06-27 18:02 lib9: fix openbsd build David du Colombier
2012-06-02 19:50 lib9/dial: add support for IPv6 David du Colombier
2012-05-29 19:11 fix INSTALL warnings Russ Cox
2012-05-29 19:10 CONTRIBUTORS: add Abhishek Kulkarni Russ Cox
2012-05-29 17:34 venti: fix VtMaxLumpSize Abhishek Kulkarni
2012-05-15 14:55 plumb: remove debugging print Russ Cox
2012-05-07 14:20 venti: remove bloomlookuptime in stats David du Colombier
2012-05-07 13:55 venti: fix bloom in stats David du Colombier
2012-05-02 04:44 venti: fix writedonechan size in bloom David du Colombier
2012-04-22 19:27 venti: add bootstrap mode (write + no i… Russ Cox
2012-04-07 19:40 venti: fix typo Russ Cox
2012-04-07 19:38 venti: add arenapart support to wrarena Russ Cox
2012-04-04 14:51 vacfs: remove 9P2000.u relic David du Colombier
2012-03-26 15:59 venti(7): fix typo David du Colombier
2012-03-26 15:27 fortune Russ Cox
2012-03-06 02:14 devdraw: fix mouse warping with multi-m… David Jeannot
2012-03-05 21:36 merge Russ Cox
2012-03-05 20:54 Devdraw now waits for the image: this m… David Jeannot
2012-03-05 20:39 get9root(3): fix paths David Jeannot
2012-03-05 20:38 devdraw: fix winsize (-W) on OS X David Jeannot
2012-02-28 19:56 devdraw: fix fullscreen on Lion Russ Cox
2012-02-19 23:11 libmach, acid, db: 64-bit support Russ Cox
2012-01-26 16:33 venti: import venti/conf from plan 9 David du Colombier
2012-01-21 09:01 libventi: add functions vtsha1 and vtsh… David du Colombier
2012-01-21 03:31 devdraw: enable gestures on OS X David Jeannot
2012-01-20 18:13 venti: fix settings in stats David du Colombier
2012-01-20 18:10 codereview: sync from Go Russ Cox
2012-01-19 20:14 devdraw: make OS X resizer unobtrusive David Jeannot
2012-01-16 22:12 devdraw: on OS X, add menu items "hide"… David Jeannot
2012-01-16 22:11 devdraw: OS X: neutralize menu and Dock… David Jeannot
2012-01-16 22:08 devdraw: fix handling of compose key on… David Jeannot
2012-01-16 22:07 devdraw: remove old OS X code David Jeannot
2012-01-16 22:06 vac: fix segfault on DMSYMLINK or DMDEV… David du Colombier
2012-01-16 22:05 acme: claim input focus earlier David Jeannot
2012-01-16 22:04 Plumb.app: prevent the Finder's activat… David Jeannot
2012-01-16 22:04 cocoa devdraw: activation on receiving … David Jeannot
2012-01-16 22:02 devdraw: OS X dead key support David Jeannot
2012-01-16 21:55 venti: fix scacheprefetch stats David du Colombier
2012-01-16 21:54 ioproc(3): fix prototypes David Jeannot
2012-01-16 21:53 libventi: handle rpc when not connected David du Colombier
2012-01-05 06:02 fmt: delete 2-space code Russ Cox
2011-12-12 21:44 libventi: fix segfault in vtreadpacket … David du Colombier
2011-12-10 03:21 Cocoa Devdraw: cursor fix David Jeannot
2011-12-09 22:48 fortunes Russ Cox
2011-12-07 19:07 vac: handle mid David du Colombier
2011-12-07 17:27 aescbc: fix segfault on backspace David du Colombier
2011-11-30 20:20 vacfs: fix segfault when no prefix spec… David du Colombier
2011-11-28 15:09 mac Plumb: skip loading non-existent .b… Rob Kroeger
2011-11-28 14:21 mailfs: add -u user argument David du Colombier
2011-11-22 19:09 mailfs: small fixes and plan 9 support David du Colombier
2011-11-21 16:00 venti/mgr: various fixes and plan 9 sup… David du Colombier
2011-11-21 13:40 venti: fix log url in stats David du Colombier
2011-11-21 13:40 upas: fix segfault when host not found David du Colombier
2011-11-17 19:46 acme: fix arrow near end of text Sean McKean
2011-11-08 18:23 Cocoa Devdraw: cursor, menu bar, old fs… David Jeannot
2011-11-08 16:48 venti: import changes from plan 9 David du Colombier
2011-11-08 16:46 libventi: add VtEntryNoArchive from lib… David du Colombier
2011-11-08 14:03 codereview: update from go Russ Cox
2011-11-08 14:02 venti: fix vtcachealloc and VtMaxLumpSi… David du Colombier
2011-11-08 14:02 libventi: add functions reconn and redi… David du Colombier
2011-11-08 14:02 venti: fix format on ulong David du Colombier
2011-11-08 14:02 man: update venti-cache(3) David du Colombier
2011-10-31 13:31 rc(1): remove FreeBSD version Russ Cox
2011-10-31 13:31 page(1): mention ghostscript, /dev/fd Russ Cox
2011-10-25 16:55 page: check for gs failure Russ Cox
2011-10-23 22:47 devdraw: cocoa fixes, bigarrow support … Russ Cox
2011-10-23 21:55 OS X PowerPC fixes (thanks Cameron Kais… Russ Cox
2011-10-14 04:08 rio: quiet nm on Lion Russ Cox
2011-10-14 04:01 libthread: fix 10.5.8 build - uname say… Russ Cox
2011-10-14 03:57 libthread: Lion context routines Russ Cox
2011-10-13 13:38 9term: fix hold mode delay Russ Cox
2011-10-12 17:40 devdraw: more fixes (thanks David Jeann… Russ Cox
2011-10-12 17:19 merge Russ Cox
2011-10-12 17:18 devdraw: cleanup, fix macargv Russ Cox
2011-10-11 13:34 9term: hold mode back door Russ Cox
2011-10-07 15:41 semicolons! Russ Cox
2011-10-05 20:23 libsec: fix dsagen 64-bit bug Russ Cox
2011-10-05 20:22 secstore: say password for win Russ Cox
2011-10-05 20:20 dsasign: new command Russ Cox
2011-10-05 20:20 9pfuse: handle two more flags Russ Cox
2011-10-03 22:16 devdraw: fix screen grabber, allocation… David Jeannot
2011-10-03 20:08 INSTALL: use mk -k Russ Cox
2011-09-28 18:11 devdraw: do not interpret alt-tab as al… Justin Davis
2011-09-26 16:31 devdraw: disable Lion warning Russ Cox
2011-09-26 16:27 use cocoa on snow leopard Russ Cox
2011-09-26 15:19 devdraw: cocoa updates David Jeannot
2011-09-19 13:17 devdraw: handle, warn about Lion Russ Cox
2011-09-19 13:10 dd: fix apple gcc return warning (even … Russ Cox
2011-09-19 12:58 devdraw: update Lion cocoa David Jeannot
2011-09-12 16:36 9term: fix insert David Swasey
2011-09-06 14:10 devdraw: draft cocoa support David Jeannot
2011-08-31 13:22 plumb: character offsets start at 1, no… Russ Cox
2011-08-31 11:40 upas/smtp: fixes for authenticated conn… Richard Miller
2011-08-28 03:06 mk: pass environment to P command Russ Cox
2011-08-26 20:40 win: hide not just passwords but also p… Mathieu Lonjaret
2011-08-16 20:11 zerotrunc: from Plan 9 David du Colombier
2011-08-16 20:11 test: update from Plan 9 David du Colombier
2011-08-16 20:11 dd: update from Plan 9 David du Colombier
2011-08-16 19:50 mailfs: try to use the right version of… Fazlul Shahriar
2011-08-16 19:50 web: add support for chromium Fazlul Shahriar
2011-08-16 19:50 CONTRIBUTORS: update Russ Cox
2011-08-16 18:02 lib9: fix local addr in dial Jani Lahtinen
2011-08-02 20:21 rc: silence lion roar Russ Cox
2011-08-02 20:06 build: missing file Russ Cox
2011-08-02 18:28 build: OS X 64-bit build Russ Cox
2011-08-02 18:23 g: add *.goc Russ Cox
2011-08-02 18:20 codereview: import from Go Russ Cox
2011-08-02 18:16 lex: 64-bit bug Russ Cox
2011-08-02 11:57 acme: fix iq1 adjust bug Russ Cox
2011-08-02 11:55 9term: home/end like acme Russ Cox
2011-08-02 11:44 acme: scrolling fixes + new home/end Russ Cox
2011-07-11 00:35 acme: allow :?regexp for backward search Russ Cox
2011-07-11 00:32 acme: fix out of order address crash Russ Cox
2011-07-11 00:01 grep: import $ fix from plan 9 Russ Cox
2011-06-28 22:58 primes: faster output Russ Cox
2011-06-20 18:14 devdraw: dynamic discovery of MultiTouc… Marius Eriksen
2011-06-20 18:11 devdraw: Shrinking a window on osx 10.6… David Swasey
2011-06-13 18:41 vacfs: document replacement of -c flag … David du Colombier
2011-06-13 18:41 venti: fix pragma varargck due to chang… David du Colombier
2011-06-13 18:40 venti.h: import indentation from plan 9 David du Colombier
2011-06-07 20:53 venti: fix usage to match manuals David du Colombier
2011-06-07 20:21 venti-fmt(8): minor fix in synopsis David du Colombier
2011-06-07 18:52 venti: fix usage to match manuals David du Colombier
2011-06-07 18:25 libventi: import changes from plan 9 David du Colombier
2011-06-03 17:23 man: import changes from plan 9 David du Colombier
2011-06-02 17:43 avl(3): import changes from plan 9 David du Colombier
2011-06-02 13:33 venti: import changes from plan 9 David du Colombier
2011-06-02 13:31 upas/smtp: remove reference to /net in … David du Colombier
2011-06-02 13:28 INSTALL: add -r flag Peter Saveliev
2011-06-01 22:12 acme Mail: drop noscroll David du Colombier
2011-06-01 22:11 CONTRIBUTORS: 0intro Russ Cox
2011-05-18 17:21 build: fix for non-standard uname Richard Miller
2011-05-18 17:20 arm: build fixes Richard Miller
2011-05-18 17:18 CONTRIBUTORS: add Richard Miller Russ Cox
2011-05-17 22:48 SunOS fixes (thanks Aram Hăvărneanu) Russ Cox
2011-05-17 21:46 gif: fix setting of transparency channe… Rob Pike
2011-05-10 17:46 man: import fixes from plan 9 (0intro@g… Russ Cox
2011-05-10 17:45 man: import fixes from plan 9 (0intro@g… Russ Cox
2011-05-01 19:38 lib9: restore SIGCHLD handler in rfork Russ Cox
2011-05-01 18:49 fortunes Russ Cox
2011-05-01 18:42 crop: fix 64-bit Russ Cox
2011-04-27 17:18 9term, acme: autoscroll Russ Cox
2011-04-04 19:46 mklatinkbd: fix buffer overflow Eoghan Sherry
2011-03-09 21:21 fortunes: remove duplicate Russ Cox
2011-02-28 14:11 belorussian translation link Russ Cox
2011-02-23 13:27 more fortunes Russ Cox
2011-02-23 13:26 unvac: always create writable directori… Russ Cox
2011-02-16 17:48 rc: fix $ifs bug introduced with utf-8 … Russ Cox
2011-02-08 19:51 fortunes Russ Cox
2011-02-04 20:41 eqn: add working mbtowc and wctomb Russ Cox
2011-01-28 22:17 Plumb.app: handle spaces in file names … Russ Cox
2011-01-12 05:54 devdraw: fix flashing during window drag Jeff Sickel
2011-01-02 23:50 factotum: add proto-specific key prompt Russ Cox
2011-01-02 23:42 tr: 32-bit rune fixes Russ Cox
2011-01-02 23:31 mklatinkbd: fix out of bounds bug Russ Cox
2011-01-02 23:30 acid: fix build Russ Cox
2011-01-02 22:54 libframe: fix line wrap display glitch … Russ Cox
2011-01-02 21:01 acid: 4-byte Runes Russ Cox
2011-01-02 20:39 keyboard(7): document X compose sequenc… Russ Cox
2011-01-02 20:28 man: fix -P Russ Cox
2011-01-02 19:18 keyboard(7): document update procedure … Russ Cox
2011-01-02 18:44 rc: handle 4-byte utf-8 Russ Cox
2011-01-02 18:43 rc: handle utf-8 in $ifs Russ Cox
2010-12-29 02:46 factotum: update prototab (thanks Erik … Russ Cox
2010-12-08 04:15 wc: 4-byte utf-8 capable (Erik Quanstro… Russ Cox
2010-12-07 18:34 delete 9P2000.u Russ Cox
2010-12-07 18:17 auth/factotum: fix password prompt hang Russ Cox
2010-11-09 15:52 venti: add mgr (work in progress) Russ Cox
2010-11-03 19:49 import: clean up correctly Russ Cox
2010-10-28 02:40 mkfiles: fix macargv buf Russ Cox
2010-10-28 01:22 mac: add 9term.app, Plumb.app Russ Cox
2010-10-28 00:31 plumb: column numbers in file address Russ Cox
2010-10-13 14:50 win: another attempt at input modes Russ Cox
2010-10-12 14:14 awd: use $sysname Russ Cox
2010-10-07 08:23 libmach: fix warning about preadn Russ Cox
2010-10-07 07:35 getflags: use shell quoting Anthony Martin
2010-10-07 07:31 plumber: comment out bogus user name ch… Russ Cox
2010-09-24 16:25 libmach: more mach-o support Russ Cox
2010-09-10 13:31 win: add cook/nocook Russ Cox
2010-09-03 14:21 topng: 64-bit fix Russ Cox
2010-09-03 14:21 9term, win: better echo cancellation Russ Cox
2010-08-24 14:16 acme: fix rounding in rows computation Rob Pike
2010-08-05 00:36 codereview: import latest from go Russ Cox
2010-08-05 00:35 sam: use ulong as type of dev consisten… Russ Cox
2010-07-22 20:52 devdraw: snarf better with Chrome Russ Cox
2010-07-14 20:21 web: pass $BROWSER as open -a argument … Russ Cox
2010-07-14 18:15 u.h: add int8, uint8 Russ Cox
2010-07-14 18:12 web: just use "open" on OS X Russ Cox
2010-07-14 18:10 acme, sam: fix regexp code for bigger R… Russ Cox
2010-07-14 18:08 acme: fix off by one in editcmd, pointe… Russ Cox
2010-07-11 17:08 lib9: add <sys/dkio.h> for OpenBSD Russ Cox
2010-07-11 16:48 tar: rename sstrnlen to avoid OpenBSD c… Russ Cox
2010-06-28 21:43 This patch fixes unicode, unicode-be an… Michael Teichgrä…
2010-06-28 21:37 tcs: macroman charset fixes 2126 -> 03a… Anthony Martin
2010-06-28 21:37 hget: use absolute url for POST through… Anthony Martin
2010-06-28 21:33 9p: tflag sorts by mtime Anthony Martin
2010-06-28 21:32 9term: fix getpts on linux Anthony Martin
2010-05-20 01:27 9term: add -c to force cooked mode David Swasey
2010-05-20 01:20 bin/", bin/"": simplify Arvindh Rajesh Tam�…
2010-05-11 15:25 mailfs: try tlsclient program before st… Russ Cox
2010-04-15 19:00 fortunes: grab latest from Bell Labs, a… Russ Cox
2010-04-13 20:18 vac: debug prints David Swasey
2010-04-13 20:18 vac: eliminated vac cache size 128. vac… David Swasey
2010-04-13 20:16 9term: cut, snarf, and paste with keybo… David Swasey
2010-04-09 22:28 fix build on SunOS (Sparc) Arvindh Rajesh Tam�…
2010-04-02 21:53 devdraw: only one flushproc, please (OS… Russ Cox
2010-03-24 23:56 import fortunes from plan 9 and add one… Russ Cox
2010-03-19 20:11 install(1): cvs -> hg Eoghan Sherry
2010-03-19 20:10 win: scroll Eoghan Sherry
2010-03-19 01:07 acme: attempt to fix Put mtime skew on … Russ Cox
2010-03-12 02:04 probably_prime: run more than one Mille… Russ Cox
2010-03-12 02:04 libsec: update primetest to use mpfmt Russ Cox
2010-03-12 02:03 factotum: double-check RSA/DSA keys whe… Russ Cox
2010-03-12 02:00 crop: fix size calculation Russ Cox
2010-03-10 22:59 more type-punned pointers Russ Cox
2010-03-10 22:50 fix type-punned pointer warnings from g… Russ Cox
2010-03-09 01:02 rune(3): sync with rune.c and Plan 9 Michael Teichgräber
2010-03-04 02:11 devdraw: fix mouse(3) moveto on OS X Eoghan Sherry
2010-02-23 01:02 aescbc: more sensible behavior for inva… Russ Cox
2010-02-23 00:56 factotum: avoid notes after backgroundi… Russ Cox
2010-02-23 00:55 import: use command line service name Russ Cox
2010-02-23 00:54 various: crctab now u32int Russ Cox
2010-02-23 00:53 9c, 9l: allow CC9=clang Nikolai Saoukh
2010-02-19 06:34 rio: add alt-tab for cycling windows Mathieu Lonjaret
2010-02-19 06:32 This should resolve the crash indicated… Eoghan Sherry
2010-02-08 00:51 make flate crc32 work when ulong is 64 … Russ Cox
2010-02-07 06:16 devdraw: fix support for multitouch tra… Russ Cox
2010-02-04 10:05 R=rsc CC=codebot http://codereview.apps… Mathieu Lonjaret
2010-01-29 00:58 libdraw: allow 32-bit Runes Russ Cox
2010-01-26 20:48 R=rsc CC=codebot http://codereview.apps… Anthony Sorace
2010-01-16 20:23 devdraw: fix OS X resize bug caused by … Russ Cox
2010-01-15 08:01 devdraw: fewer spurious mouse clicks in… Russ Cox
2010-01-14 21:47 devdraw: handle kEventWindowDrawContent Russ Cox
2010-01-12 19:16 ed: new append from rob, avoids overflo… Russ Cox
2010-01-12 19:11 acme: let Edit redo when file is clean Russ Cox
2010-01-12 19:10 codereview: add hg plugin from Go Russ Cox
2010-01-05 22:31 win fixes Fazlul Shahriar
2010-01-05 05:25 devdraw: release multitouch mouse when … Russ Cox
2010-01-04 18:23 devdraw: add multitouch code from Paul … Russ Cox
2010-01-04 04:44 merge Russ Cox
2009-12-27 17:22 troff: avoid crash if home == NULL Russ Cox
2009-12-27 17:19 merge Russ Cox
2009-12-10 09:53 9pserve: roll back changeset 3118 - bro… Russ Cox
2009-12-07 01:27 sam: fix off-by-one in buffer merge. ex… Russ Cox
2009-11-30 21:04 preliminary contributor list Russ Cox
2009-11-30 20:44 devdraw: fix OS X behavior for Spanish … Enrique Soriano
2009-11-30 20:39 Related to issue http://bitbucket.org/r… Michael Teichgrä…
2009-11-30 20:35 acme: fix Load of acme with no windows Fazlul Shahriar
2009-11-18 09:12 libthread: context switching for arm, s… Russ Cox
2009-10-26 01:29 ssam: add executable bit Russ Cox
2009-09-30 18:01 ssam(1): new command - not just manual Jason Catena
2009-09-29 16:35 devdraw: draft of new Cocoa-based devdr… Jeff Sickel
2009-09-25 05:43 acme: correct modified message after in… Russ Cox
2009-09-25 01:21 lib9: do not include st_dev in qid.path Russ Cox
2009-09-16 20:46 ed: update to 32-bit Runes Russ Cox
2009-09-15 23:23 ssam(1): new command Jason Catena
2009-09-14 21:23 devdraw: fix X11 input sequences Russ Cox
2009-09-13 22:26 rc: implement and document <>{cmd} nota… Michael Teichgrä…
2009-09-13 21:51 9a: fix OS X PowerPC build Jeff Sickel
2009-09-13 21:48 dhcpd: fix build on OS X, silence non-l… Russ Cox
2009-09-13 21:46 libc.h: update comment for 32-bit Rune Russ Cox
2009-09-13 21:43 tcs: update for 32-bit Rune Russ Cox
2009-09-13 21:42 postscript: update for 32-bit Rune Russ Cox
2009-09-13 21:30 lib9: fix dirread/stat mismatch on Snow… Russ Cox
2009-09-13 03:26 vbackup: fix build on FreeBSD 8 Russ Cox
2009-09-12 23:50 devdraw: update OS X snarf for 32-bit R… Russ Cox
2009-09-12 23:38 devdraw: update OS X snarf for 32-bit R… Russ Cox
2009-09-12 23:32 devdraw: update OS X snarf for 32-bit R… Russ Cox
2009-09-12 19:25 libplumb, Mail: fix crash on nil plumb … Mathieu Lonjaret
2009-09-11 21:03 convert to 4-byte UTF-8 and 32-bit Rune Russ Cox
2009-09-11 18:54 acme: htmlclick takes precedence over l… Russ Cox
2009-09-11 17:51 INSTALL: fix build on Snow Leopard Russ Cox
2009-08-24 15:05 font: add peter face to font/times/*.fo… Russ Cox
2009-08-24 14:53 unix: move Makefile so that it cannot b… Russ Cox
2009-08-23 21:35 venti: handle FS block size > MaxIo Venkatesh Srinivas
2009-08-23 17:25 rc: make read not ignore interrupts/err… Michael Teichgrä…
2009-08-23 16:38 libavl: import from Plan 9 Russ Cox
2009-08-21 19:55 venti/copy: synchronize with Plan 9; in… Venkatesh Srinivas
2009-08-21 18:24 page: import page(1) from Plan 9 Tony Lainson
2009-08-20 18:38 page: remove temporary file at program … J.R. Mauro
2009-08-20 15:37 lib9: dotu fixes in convS2M, convM2S Tim Newsham
2009-08-18 06:40 awk: add awk(1) Michael Teichgräber
2009-08-18 00:29 libthread: make page work on OS X Russ Cox
2009-08-17 15:34 dial: allow host==0 when net=="unix" Fazlul Shahriar
2009-08-15 06:48 dial: reject dial to * (aka 0.0.0.0) Russ Cox
2009-08-15 06:34 page: add missing delayfreeimage calls Fazlul Shahriar
2009-08-15 06:25 libfmt: add missing copyright notice to… Russ Cox
2009-08-15 05:49 more licensing Russ Cox
2009-08-15 04:55 more licensing Russ Cox
2009-08-15 04:08 allow less restricted use of plan9port-… Russ Cox
2009-08-15 03:38 move files that codebot put in the wron… Russ Cox
2009-08-12 00:16 awk: sync with Plan 9 Michael Teichgräber
2009-08-11 15:11 9term: allow scroll wheel in main window Tony Lainson
2009-08-11 03:01 page: move cmd/page/cache.c to src/cmd/… Russ Cox
2009-08-10 00:13 page: add caching from Plan 9 Fazlul Shahriar
2009-08-08 20:45 stats: make more stats work in Linux Fazlul Shahriar
2009-08-08 20:38 add codereview(1) Russ Cox
2009-08-08 20:27 rc: fix segfault when SIGINT is received Michael Teichgräber
2009-07-29 15:30 docs: document bitbucket servers, coder… Russ Cox
2009-07-29 15:29 libfmt: use fmtstrtod, not system strtod Russ Cox
2009-07-29 15:28 libmemdraw: allow wider images Russ Cox
2009-07-29 15:28 smugfs: delete debugging prints Russ Cox
2009-07-28 20:43 lib9/fmt: fix printing of 1e308 Russ Cox
2009-07-26 19:05 acme: angle bracket tag matching, for X… Russ Cox
2009-07-26 17:40 libventi: correct handling of VtRead si… Russ Cox
2009-07-26 17:13 vacfs: no post9pservice with -i Russ Cox
2009-07-17 06:05 mkhdr, buildmk: add alpha Benjamin Huntsman
2009-07-16 07:49 codereview: add experimental scripts Russ Cox
2009-07-16 07:30 build: work around broken Linux uname -p Russ Cox
2009-07-15 20:08 9l: platform-specific options first; AI… Benjamin Huntsman
2009-07-15 06:50 getflags: delete (codebot did not) Russ Cox
2009-07-15 06:48 getflags: import from 4e, with usage Russ Cox
2009-07-15 06:40 buildmk: sync $OBJTYPE with src/mkhdr Russ Cox
2009-07-15 06:11 acme: do not redraw body on every tag c… Russ Cox
2009-07-15 05:55 merge Russ Cox
2009-07-09 05:23 fontsrv: add half-documented -s option Russ Cox
2009-07-09 05:22 fontsrv(4): another typo Russ Cox
2009-07-09 05:19 fontsrv(4): add missing prompt in sam e… Russ Cox
2009-07-09 04:43 merge Russ Cox
2009-07-08 16:18 src: use whatis instead of which Michael Teichgräber
2009-07-08 15:34 devdraw: generate Latin-1 table from li… Michael Teichgrä…
2009-06-17 16:09 devdraw: automatic OS X label updating André Günther
2009-06-16 15:04 libventi: fix cache teardown checks Russ Cox
2009-06-16 14:28 vbackup: update to new libventi interfa… Russ Cox
2009-06-16 14:16 merge Russ Cox
2009-06-10 17:16 vbackup: adapt to new libventi interface Russ Cox
2009-06-09 16:26 merge Russ Cox
2009-06-09 16:25 g: add asm to the list of extensions Russ Cox
2009-05-31 22:34 cmd: getline now a dirty word (James To… Russ Cox
2009-05-26 04:06 scat: fix 64-bit warning Russ Cox
2009-05-26 03:55 page: fix for newer versions of ghostsc… Kris Maglione
2009-05-25 09:11 venti: 32-bit extensions to data struct… Russ Cox
2009-05-25 07:30 libventi: protocol support for blocks l… Russ Cox
2009-05-17 20:08 netfiles(1), sftpcache(1): document fai… Russ Cox
2009-05-17 18:07 devdraw: flush window on kEventAppShow Jeff Sicket
2009-05-17 17:54 plumb: change inferno module path to /u… Russ Cox
2009-05-17 17:28 9pfuse: fix mkfile for people without .… Russ Cox
2009-05-14 22:54 Unicode superscript update Russ Cox
2009-05-05 14:06 label: write to /dev/tty to avoid redir… Russ Cox
2009-05-02 05:03 main.html: FreeBSD/x86-64 works Russ Cox
2009-04-30 18:35 scat: make 64-bit safe Russ Cox
2009-04-30 18:09 scat: add to build Russ Cox
2009-04-30 15:30 install: typo in man page Russ Cox
2009-04-30 15:01 merge Russ Cox
2009-04-30 15:00 libthread: remove unimplemented chaninit Russ Cox
2009-04-30 14:29 merge Russ Cox
2009-04-30 14:28 lp: move devices to devices.sample Russ Cox
2009-04-30 14:27 ipso: do not use the /lib/init/rw tmpfs Russ Cox
2009-04-30 14:24 libflate: shut up valgrind Russ Cox
2009-04-30 14:22 smugfs: directory mode should be 755 Russ Cox
2009-04-30 14:22 9pfuse: clear O_EXCL too Russ Cox
2009-04-30 14:20 install: add comment about X11 packages Russ Cox
2009-02-05 17:18 dd: build by default Russ Cox
2009-02-05 17:17 du: build by default; fix bug gcc disco… Russ Cox
2008-12-10 19:26 MacFUSE 2.0 updates Jeff Sickel
2009-02-05 05:55 venti/copy: no rewriting unless rewrite… Russ Cox
2009-02-05 04:13 sed: avoid crash when rregexec return e… Russ Cox
2009-02-05 04:12 merge Russ Cox
2009-01-06 22:42 win: better SIGPIPE handling Russ Cox
2008-12-30 22:27 9pfuse: allow O_APPEND in open and crea… Russ Cox
2008-12-23 21:03 libthread: work around gcc warning on F… Russ Cox
2008-12-23 21:02 libventi: remove unused variable Russ Cox
2008-12-23 20:39 venti: disk i/o fixes and tweaks Russ Cox
2008-12-23 20:38 venti: better inconsistency errors Russ Cox
2008-12-23 20:37 venti/verifyarena: shorter output, alig… Russ Cox
2008-12-23 20:37 venti/mirrorarenas: shorter output, ali… Russ Cox
2008-12-23 20:36 venti: ignore mgr lines in config Russ Cox
2008-12-23 20:32 libventi: add %+T Russ Cox
2008-12-07 17:20 lib9/dirwstat: missing prototype for ch… Russ Cox
2008-12-07 02:54 mailfs: plumb messages correctly even i… Russ Cox
2008-12-07 00:46 sig: consult unix man pages too Russ Cox
2008-12-07 00:45 dc: cleanup, fix off-by-one memory error Russ Cox
2008-12-07 00:45 bc: cleanup, make sure to run 9 dc Russ Cox
2008-12-07 00:44 font/lucsans/lsr.14: svelte center dot Russ Cox
2008-12-07 00:44 import: add -x flag Russ Cox
2008-12-07 00:34 manweb: avoid null concatenation Russ Cox
2008-12-07 00:34 awk: delete y.output Russ Cox
2008-12-07 00:24 acme: fix Load bug (Fazlul Shahriar) Russ Cox
2008-12-07 00:20 awk/mkfile: tabify Russ Cox
2008-12-07 00:14 unvac: add -d flag (David Swasey) Russ Cox
2008-12-07 00:05 lib9: can change length in dirfwstat, d… Russ Cox
2008-11-03 18:35 awk: import from sources Jeff Sickel
2008-12-03 07:52 9l: search for autolibs in all -L paths… Jeff Sickel
2008-12-03 08:13 libdraw: add borderop Jeff Sickel
2008-12-06 23:53 page: remove lingering ref to ccitt-g4 Russ Cox
2008-12-06 23:53 INSTALL: ignore gcc Configured with line Russ Cox
2008-12-06 23:46 page: reorder cvt[] array to match enum Russ Cox
2008-12-02 00:24 src/cmd/page/gfx.c: use C89 array initi… Albert Lee
2008-12-06 23:45 isum.awk: make flush work everywhere el… Russ Cox
2008-12-02 00:41 src/cmd/tar.c: avoid conflict with strn… Albert Lee
2008-12-02 00:27 secstore: avoid name conflict with SS m… Albert Lee
2008-12-02 00:27 factotum: avoid name conflict with SS m… Albert Lee
2008-12-02 00:22 9660srv: dynamically init fcalls Albert Lee
2008-12-02 00:16 9660srv: give names to anonymous struct… Albert Lee
2008-12-02 00:12 src/mkhdr: support Solaris x86 Albert Lee
2008-12-02 00:12 buildmk: support Solaris x86 Albert Lee
2008-12-02 00:03 mkfilelist: give find an argument Albert Lee
2008-12-01 23:56 isum.awk: define fflush for awk != gawk Albert Lee
2008-12-06 23:35 dc: clean up minor memory errors Russ Cox
2008-12-06 23:34 9c: another gcc, another useless warning Russ Cox
2008-12-06 23:33 venti: handle symlinks as disks Russ Cox
2008-12-06 22:45 vac: error handling bug in vacfileblock… Russ Cox
2008-12-06 22:42 unvac: correct handling of named prefix… Russ Cox
2008-11-18 03:48 troff: silence gcc printf warning Russ Cox
2008-11-18 03:48 eqn: silence gcc printf warning Russ Cox
2008-11-18 03:45 lib9: fix memset in fmtnullinit Russ Cox
2008-11-14 02:21 win: another attempt at DEL Russ Cox
2008-11-13 23:49 win: handle DEL internally so that it a… Russ Cox
2008-11-13 23:39 win: implement Scroll and Noscroll Russ Cox
2008-11-11 19:01 tmac.an: insert spaces after .?? reques… Russ Cox
2008-11-11 18:59 htmlroff: ignore \X... text; allow deli… Russ Cox
2008-10-26 21:03 lib9: null d->ext during nulldir Russ Cox
2008-10-26 21:02 libventi: correct vtfilesetsize bug (re… Russ Cox
2008-10-26 21:01 libthread: correct sysfatal handler pro… Russ Cox
2008-10-09 02:16 macfuse change Jeff Sickel
2008-10-09 02:16 x3f support Jeff Sickel
2008-08-19 14:24 updates to support current MacFUSE Jeff Sickel
2008-10-08 22:00 devdraw/OSX: read $mousebuttonmap to al… Russ Cox
2008-10-08 22:00 devdraw/OSX: flush to screen in backgro… Russ Cox
2008-10-08 21:59 devdraw/OSX: correct access to reply bu… Russ Cox
2008-10-08 21:58 web: add camino as a $BROWSER Russ Cox
2008-08-14 14:29 rc: fix local variables in functions Russ Cox
2008-08-07 15:17 venti: silence warnings in icache.c Russ Cox
2008-08-03 14:43 src/cmd/mkfile: do not build smugfs by … Russ Cox
2008-08-03 14:42 smugfs(4): new program Russ Cox
2008-07-21 17:21 devdraw: keep Ctl-Alt from turning into… grai
2008-07-21 17:26 man: reject unrecognized flags grai
2008-07-21 17:26 man: minor manual edits grai
2008-07-21 17:23 libthread: document some unimplemented … grai
2008-07-21 17:22 9p: honour the -l flag to ls grai
2008-07-31 19:41 venti: work around gcc 4.3 bug (reporte… Russ Cox
2008-07-24 15:04 snoopy: add support for wireless monito… Russ Cox
2008-07-24 15:03 snoopy: add support for DNS packets Russ Cox
2008-07-24 14:59 9pfuse: ignore write errors on fusefd Russ Cox
2008-07-24 14:59 9pfuse: convert "invalid" to EINVAL Russ Cox
2008-07-21 16:32 9term: convert to new libframe Russ Cox
2008-07-20 10:17 unix: move man pages in unix ports Russ Cox
2008-07-20 08:57 vbackup(8): explain +refreshconfig, vmo… Russ Cox
2008-07-20 08:51 u.h: add SunOS 5.9 Brian L. Suart
2008-07-20 08:50 vnfs: add -i flag to allow remote root Brian L. Stuart
2008-07-20 08:15 rc: add subscript sequences (Erik Quans… Russ Cox
2008-07-20 07:23 9660srv: import from Plan 9 Russ Cox
2008-07-20 07:18 libframe: add frredraw prototype Russ Cox
2008-07-20 07:14 acme: Dump and Load tag contents Peter Canning
2008-07-20 07:11 libthread: add proper sysfatal Tim Wiess
2008-04-17 11:56 plumbing: move email rule below file ru… Russ Cox
2008-03-07 18:20 libframe: translucent font fixes from P… Russ Cox
2008-03-07 17:51 acme: multiline tag fixes Russ Cox
2008-03-07 16:07 acme: revise multiline tag code Russ Cox
2008-03-07 15:46 acme: remove -$ Russ Cox
2008-03-07 15:46 acme: remove -$ prototypes Russ Cox
2008-03-07 15:45 acme: sync against Plan 9, remove -$ op… Russ Cox
2008-03-07 15:41 acme: add nomenu, menu ctl messages Russ Cox
2008-03-07 12:48 acme: tag resize nits Russ Cox
2008-03-07 12:47 acme: fix directory resize bug Russ Cox
2008-03-07 12:16 acme: fix acme Edit abort Rob Pike
2008-07-18 13:10 keyboard.h: End is no longer \r Russ Cox
2008-07-14 21:38 mailfs: correct use of tcs for large in… Russ Cox
2008-07-12 14:35 lib9: turn certain signals off by defau… Russ Cox
2008-07-10 15:10 lib9: add mode parameter to opentemp Russ Cox
2008-07-10 15:10 mkmk.sh: update for new date files Russ Cox
2008-07-10 15:09 upas: add misc to mkfile Russ Cox
2008-07-10 15:08 nedmail: add -S parameter for alternate… Russ Cox
2008-07-10 15:05 stack: look in core by default Russ Cox
2008-07-10 15:05 fortunes Russ Cox
2008-07-10 15:02 snoopy: no trailing comma in array Russ Cox
2008-07-10 05:07 tfont: accomodate broken fonts with mul… Russ Cox
2008-07-10 04:24 [merge] Russ Cox
2008-07-10 04:07 devdraw: correct mouse event buffering … Russ Cox
2008-07-10 03:49 devdraw: minor OS X leak fixes and atte… Russ Cox
2008-07-09 18:36 9c: grep away Apple SetCursor/InitCurso… Russ Cox
2008-07-09 18:36 vmount: add -t nfs on Linux Russ Cox
2008-07-09 18:35 unix ports: add Make.Darwin-386 file Russ Cox
2008-07-09 18:34 unix libfmt: use mkdir -p to create man… Russ Cox
2008-07-09 18:32 lib9p: add ramfs build rule (ramfs does… Russ Cox
2008-07-09 18:32 page: add canonical -W option Russ Cox
2008-07-09 18:30 rio: stub out _NET_WM_STATE_FULLSCREEN … Russ Cox
2008-07-09 18:17 lib9: fix Apple disksize prototype Russ Cox
2008-07-09 15:53 lib9: revert unintended changes to open… Russ Cox
2008-07-09 15:47 devdraw: default to native gui on OS X Russ Cox
2008-07-09 15:46 rio: only build if WSYSTYPE is x11 Russ Cox
2008-07-09 15:44 ipso: only fiddle with factotum when ed… Russ Cox
2008-07-09 15:42 venti: add venti/dump program Russ Cox
2008-07-09 15:41 libthread: abort on single-threaded loc… Russ Cox
2008-07-09 12:27 lib9: rewrite date routines to use /usr… Michael Teichgrä…
2008-07-09 12:26 lock(3): fix typo William Josephson
2008-07-05 14:01 lib9: declare n in OpenBSD disksize (Er… Russ Cox
2008-07-04 20:35 lib9pclient: clear tx.extension for 9P2… Russ Cox
2008-07-04 20:24 lib9: do not try to hide symlinks as mu… Russ Cox
2008-07-04 19:39 mkmk.sh: update with write.c Russ Cox
2008-07-04 16:39 devdraw: double-check write return valu… Russ Cox
2008-07-04 16:38 9p: can go back to using write Russ Cox
2008-07-04 16:38 lib9: add write function that withstand… Russ Cox
2008-07-04 16:36 lib9pclient: remove debugging print Russ Cox
2008-07-04 16:24 lib9p: add Srv.foreground flag Russ Cox
2008-07-04 16:23 lib9p: update diroffset correctly on re… Russ Cox
2008-07-04 16:19 lib9pclient: one more dotu (Michael Kam… Russ Cox
2008-07-04 16:16 9pfuse: always return . and .. Russ Cox
2008-07-04 07:41 9pfuse: better handling of SETXATTR (sq… Russ Cox
2008-07-04 06:54 lib9: use symlink size, not target size… Russ Cox
2008-07-04 06:52 9pfuse: add symlink support Russ Cox
2008-07-04 06:46 lib9pclient: add support for 9P2000.u Russ Cox
2008-07-04 02:44 venti: reduce locking contention in bui… Russ Cox
2008-07-04 02:42 venti: more detail in index divisor too… Russ Cox
2008-07-04 02:42 venti: bump MaxAMap Russ Cox
2008-07-04 02:40 venti: mark checksum-queued arenas in h… Russ Cox
2008-07-04 02:39 venti: make sure arena checksum jobs ca… Russ Cox
2008-07-04 02:37 venti/wrarena: add timing output, fix s… Russ Cox
2008-07-04 02:37 venti: allow plan 9 partitions as disk … Russ Cox
2008-07-04 02:20 devdraw: make OS X native gui build (Er… Russ Cox
2008-07-03 22:50 dist: new, linear addsrclinks Russ Cox
2008-07-03 21:53 vnfs: quieter Russ Cox
2008-07-03 21:45 lib9: clean up disk size code, add Appl… Russ Cox
2008-07-03 17:43 devdraw: OS X: fix Unicode input errors… Russ Cox
2008-07-03 17:35 devdraw: OS X: go full screen on larges… Russ Cox
2008-07-03 05:34 vac: add -a and -x flags Russ Cox
2008-07-03 04:02 devdraw: do not create OS X window grou… Russ Cox
2008-07-03 03:42 devdraw: OS X unicode input (Andrey Mir… Russ Cox
2008-07-02 19:39 vac: fix -m bug (Myron Cheung) Russ Cox
2008-07-02 16:49 devdraw: OS X mouse scroll fix (Jeff Si… Russ Cox
2008-07-02 00:45 devdraw: OS X alt key support Russ Cox
2008-07-01 12:50 devdraw: add %F for fullscreen on OS X Russ Cox
2008-07-01 11:39 libdraw: do not let devdraw fork, for O… Russ Cox
2008-06-30 23:44 libdraw: die if display does Russ Cox
2008-06-30 23:41 lib9: allow no $DISPLAY on OS X in getns Russ Cox
2008-06-30 23:41 devdraw: OS X native version Russ Cox
2008-06-30 23:40 snarfer: OS X native version (ha!) Russ Cox
2008-06-20 03:07 9p: fix writen (sqweek) Russ Cox
2008-06-19 23:13 post9p: try mount9p before 9pfuse Russ Cox
2008-06-19 23:13 vacfs: silence print Russ Cox
2008-06-19 22:56 9pfuse: "fix" O_LARGEFILE on x86_64 lin… Russ Cox
2008-06-19 22:52 9p: exit on write error (sqweek) Russ Cox
2008-06-19 15:42 mount: update MacFUSE locations (Jeff S… Russ Cox
2008-06-19 14:51 mount: use /proc/filesystems to check f… Russ Cox
2008-06-15 05:46 vacfs: present qids correctly Russ Cox
2008-06-15 05:27 vac: fix usage, more #ifdef PLAN9PORT Russ Cox
2008-06-15 05:19 vac: make qids unique Russ Cox
2008-06-15 03:19 vacfs: plan 9 compatibility Russ Cox
2008-06-15 03:12 vac: plan9 compatibility Russ Cox
2008-06-15 03:09 vac: remove fs.c Russ Cox
2008-06-15 03:08 vac: major cleanup and bug fixes Russ Cox
2008-06-15 03:05 libventi: minor vtfile bug fixes Russ Cox
2008-06-15 03:04 libventi: return value nits Russ Cox
2008-06-14 18:29 vac(1): cleanup Russ Cox
2008-06-14 18:29 vac: cleanup Russ Cox
2008-06-14 18:06 post9pservice(4): update Russ Cox
2008-06-14 17:41 unvac, vacfs: allow literal vac scores … Russ Cox
2008-06-14 17:40 vac(1): document unvac Russ Cox
2008-06-14 17:40 tapefs(4): add man page Russ Cox
2008-06-14 17:29 venti-cache(3): delete vtblockdirty Russ Cox
2008-06-14 17:28 vac: clean up, add unvac Russ Cox
2008-06-14 14:57 venti: add demo programs readfile.c and… Russ Cox
2008-06-11 13:40 9pserve: add -c option Russ Cox
2008-06-11 13:35 lib9: make netmkaddr handle unix! addre… Russ Cox
2008-06-10 15:35 include/memlayer.h: remove redundant AU… Russ Cox
2008-06-05 00:59 libdisk: avoid unreachable code to sile… Russ Cox
2008-06-05 00:58 include/drawfcall.h: remove redundant A… Russ Cox
2008-06-04 17:28 ndb/local: remove rsc-specific entries … Russ Cox
2008-06-03 12:32 libbio: lost changes to include/bio.h (… Russ Cox
2008-06-01 13:11 acme: fix owner bug in elogapply Russ Cox
2008-06-01 12:50 vftp: walk fixes (Fazlul Shahriar) Russ Cox
2008-06-01 12:47 libdiskfs: ext2 revision 1 tweaks (Fazl… Russ Cox
2008-06-01 12:41 libthread: fix 64-bit bug in threadstar… Russ Cox
2008-06-01 12:26 sort: use noted(NDFLT) in note handler Russ Cox
2008-06-01 12:20 u.h: add Solaris 5.10 to makecontext li… Russ Cox
2008-05-31 16:09 merge Russ Cox
2008-05-10 17:43 upas/fs: accomodate new post9pservice Russ Cox
2008-05-10 17:43 mailfs: add -m option Russ Cox
2008-05-10 17:39 main.html: link to HG changes Russ Cox
2008-05-10 17:38 CHANGES: add pointer to web version Russ Cox
2008-05-10 17:36 libregexp: more placating of gcc (John … Russ Cox
2008-05-10 17:35 lib9: hide uvlong/double conversions to… Russ Cox
2008-05-10 17:35 misc: array bounds fixes that gcc finds… Russ Cox
2008-05-10 17:34 isum.awk: ignore page cat pdfprolog rec… Russ Cox
2008-05-10 17:34 INSTALL: print compiler info Russ Cox
2008-05-10 17:02 lib9p: remove unused variables Russ Cox
2008-05-08 20:20 acme: fix mtpt crash (Tim Wiess) Russ Cox
2008-05-07 16:55 misc: more post9pservice callers Russ Cox
2008-05-06 18:45 localtime: use correct time zone more o… Russ Cox
2008-05-06 18:25 mailfs: handle windows-1251 correctly n… Russ Cox
2008-05-06 16:51 libthread: fix no-receive nbrecv etc. b… Russ Cox
2008-05-06 03:09 libmux: more robust code Russ Cox
2008-05-06 03:08 libthread: input sanity checks Russ Cox
2008-05-06 03:07 post9pservice: accept mtpt (via fuse) Russ Cox
2008-05-06 03:06 lib9p: make ramfs build Russ Cox
2008-05-06 03:05 9pfuse: bug fix in error case Russ Cox
2008-04-17 20:26 vacfs: quieter Russ Cox
2008-04-17 20:13 post9pservice: add extra arg to unmodif… Russ Cox
2008-04-17 20:12 vacfs: implement -m flag Russ Cox
2008-04-17 20:06 acme(1): document -m Russ Cox
2008-04-17 20:04 acme: add -m option and avoid looking i… Russ Cox
2008-04-17 20:03 9pfuse: accept - for stdin, try to hang… Russ Cox
2008-04-16 13:32 sam: clean up checkerrs (Rob Pike) Russ Cox
2008-04-16 02:17 merge Russ Cox
2008-04-16 02:15 sam: allow more output from ! command (… Russ Cox
2008-03-22 17:06 libip: fix 64-bit problem in nhgetv (Wi… Russ Cox
2008-03-06 20:21 9pfuse: use intptr to silence 64-bit wa… Russ Cox
2008-03-06 20:14 libsec: use intptr to silence 64-bit wa… Russ Cox
2008-03-06 20:13 u.h: add intptr Russ Cox
2008-03-06 20:13 eqn: use intptr to silence 64-bit warni… Russ Cox
2008-03-04 04:37 lib9: gcc-4.2 bug in sprint Russ Cox
2008-02-28 13:49 libthread: remove bogus write in thread… Russ Cox
2008-02-04 20:34 lib9p: fix Tattach ref count bug Russ Cox
2008-02-01 12:54 troff: yet another case problem (OS X) Russ Cox
2008-02-01 02:15 xshove: document, tweak Russ Cox
2008-02-01 01:56 rio: add xshove program Russ Cox
2008-01-31 21:58 tr2post: rename charlib files to not be… Russ Cox
2008-01-31 21:33 bogus file Russ Cox
2008-01-31 13:21 troff: rename Hr etc to longer names (O… Russ Cox
2008-01-30 18:49 CHANGES Russ Cox
2008-01-30 18:47 acme: fix regexp match choice bug Russ Cox
2008-01-30 18:47 sam: fix regexp match choice bug Russ Cox
2008-01-30 18:26 devdraw, rio: more full-screen nonsense Russ Cox
2008-01-30 17:03 devdraw: full-screen cleanup Russ Cox
2008-01-30 17:02 rio: more full-screen fixes. Russ Cox
2008-01-30 17:01 devdraw: add F11 for full-screen toggle Russ Cox
2008-01-30 15:30 merge Russ Cox
2008-01-30 15:29 rio: make full-screen work properly; ad… Russ Cox
2008-01-12 16:04 libdiskfs: fix ext2 directory reading b… Russ Cox
2008-01-11 03:45 acme: make STACK bigger for OS X (David… Russ Cox
2008-01-11 02:38 libdraw: fix spinning event loop (David… Russ Cox
2008-01-10 22:06 libregexp: fix match choice bug This bu… Russ Cox
2008-01-10 21:08 dist,unix: use MKSHELL=$PLAN9/bin/rc (J… Russ Cox
2007-12-07 22:33 libregexp: revert regexp fix Russ Cox
2007-12-07 22:33 sam: revert regexp fix Russ Cox
2007-12-07 22:32 acme: revert regexp change Russ Cox
2007-12-07 20:33 sam: regexp fix (see libregexp change) Russ Cox
2007-12-07 20:33 acme: regexp fix (see libregexp change) Russ Cox
2007-12-07 20:32 libregexp: fix ambiguous match selection Russ Cox
2007-12-07 20:29 hoc: print exact floating point output Russ Cox
2007-12-05 00:55 sam: turn off DEBUG logging (oops) Russ Cox
2007-12-04 14:03 vbackup: fix uninitialized variable use… Russ Cox
2007-11-29 04:32 acme: refresh window properly after Tab… Russ Cox
2007-11-27 20:49 vbackup: add -i flag to avoid score pre… Russ Cox
2007-11-27 20:40 .hgignore: ignore more Russ Cox
2007-11-27 20:39 merge Russ Cox
2007-11-27 20:38 .hgignore: ignore more Russ Cox
2007-11-27 20:38 upas/smtp: remove intermediate files Russ Cox
2007-11-27 20:37 tpic: clean up better Russ Cox
2007-11-27 20:36 venti: add debugging html form Russ Cox
2007-11-05 21:37 libdiskfs: work around OS X linker brai… Russ Cox
2007-11-05 19:53 libmach: move machbyname, mach to crack… Russ Cox
2007-11-05 18:14 libthread: use our own swapcontext/make… Russ Cox
2007-11-05 17:27 libmp: no text jump labels for darwin Russ Cox
2007-11-05 16:27 build: use ar s flag to avoid ranlib Russ Cox
2007-11-05 16:09 diff: continue after i/o errors when di… Russ Cox
2007-11-05 15:55 mailfs: add -r flag to specify mail roo… Russ Cox
2007-11-05 15:52 mailfs: handle NIL body Russ Cox
2007-11-05 15:37 factotum: silence gcc warning Russ Cox
2007-11-05 01:30 man: document hg interface; update CVS … Russ Cox
2007-11-03 20:10 libthread: better OS X 10.5 test (Jeff … Russ Cox
2007-10-31 21:29 venti: use 9ar, not ar (fixes Darwin bu… Russ Cox
2007-10-30 17:33 libthread: Apple OS X 10.5 (Leopard) tw… Russ Cox
2007-10-29 18:33 venti: fix sync deadlock, add /proc stub Russ Cox
2007-10-29 14:34 grap: fclose, error context bug fixes (… Russ Cox
2007-10-12 16:56 srv: add -n flag to reject auth by clie… Russ Cox
2007-10-12 16:55 9pserve: add -n flag to reject auth by … Russ Cox
2007-10-12 16:52 9p: add -n to disable authentication Russ Cox
2007-10-09 23:22 mount: explicit u on test -S and mount … Russ Cox
2007-09-25 13:47 venti: new icache Russ Cox
2007-09-25 13:46 venti: fix double free on corrupt bloom… Russ Cox
2007-09-25 02:35 venti: formatting changes for wrarena Russ Cox
2007-09-25 02:33 venti: formatting changes in fixarenas Russ Cox
2007-09-25 02:33 venti: formatting changes in findscore Russ Cox
2007-09-25 02:32 venti: throw away dcache read-ahead code Russ Cox
2007-09-25 02:31 venti: move os x linker hack Russ Cox
2007-09-25 02:29 venti/randtest: compute totalbytes corr… Russ Cox
2007-09-16 21:28 factotum: fix build error (Axel Belinfa… Russ Cox
2007-09-15 23:06 auxstats: use acpi to find battery info… Russ Cox
2007-09-14 01:12 factotum: implement p9cr Russ Cox
2007-08-28 12:45 9pserve: delete from correct hash slot … Russ Cox
2007-08-23 23:02 venti: seal arenas without bypassing dc… Russ Cox
2007-08-23 15:53 venti: allow partition syntax in verify… Russ Cox
2007-08-23 15:10 venti: avoid race in mirrorarenas (Mich… Russ Cox
2007-08-23 15:01 venti: add -s flag to disable redundant… Russ Cox
2007-08-23 14:49 merge Russ Cox
2007-08-22 15:24 9.rc: change to work with rc -e (Tony L… Russ Cox
2007-08-22 15:21 mailfs: fix handling of FLAGS response … Russ Cox
2007-08-22 15:14 libthread: simplify alt tracking, possi… Russ Cox
2007-08-22 14:58 acme: fix memory leak in warning (Micha… Russ Cox
2007-08-22 14:56 fully qualify host name Russ Cox
2007-08-22 14:55 add Linux x86-64 (thanks to Ævar Arnfjö… Russ Cox
2007-08-22 13:14 9pserve: fix a new race involving asser… Russ Cox
2007-08-22 13:00 merge Russ Cox
2007-08-22 12:55 9pserve: fix races causing assert(c->nm… Russ Cox
2007-06-25 02:55 CHANGES Russ Cox
2007-06-25 02:51 tailorization: ignore plan9-reverse.log… Russ Cox
2007-06-25 02:42 mailfs: fix subject formatting rsc
2007-06-24 22:01 CHANGES rsc
2007-06-23 06:35 silence rsc
2007-06-23 06:30 refresh on i, y commands rsc
2007-06-23 06:27 --chatty rsc
2007-06-23 06:27 remove elsewhere-deleted messages from … rsc
2007-06-23 06:14 add Get, Refresh commands; refresh at s… rsc
2007-06-23 06:12 bug fixes: list message 1. give correct… rsc
2007-06-21 02:11 add -a aname rsc
2007-06-20 00:10 more macfuse path nonsense rsc
2007-06-18 15:24 more from dave swasey rsc
2007-06-18 15:19 ignore window resize; should be elsewhe… rsc
2007-06-18 14:44 remove debugging print rsc
2007-06-15 04:07 fix acme Snarf bug; change Indent to ap… rsc
2007-06-12 18:38 document -M rsc
2007-06-12 18:35 always write last block in vcat (dave s… rsc
2007-06-12 18:35 vbackup for mac tweaks (dave swasey) rsc
2007-06-09 05:17 better fix rsc
2007-06-09 04:59 another rsc
2007-06-09 04:58 day one bug in sam regexp code rsc
2007-06-08 14:29 mac resource fork - from Dave Swasey rsc
2007-06-05 21:34 less chatty rsc
2007-06-04 03:30 fix dotdot? (dave swasey) rsc
2007-05-29 13:42 fix comment rsc
2007-05-29 13:42 add hfs rsc
2007-05-28 20:27 hfs (David Swasey) rsc
2007-05-28 17:41 add partabandon rsc
2007-05-28 17:41 fix args rsc
2007-05-28 17:34 disk partitions rsc
2007-05-28 17:34 add disk partitions (David Swasey) rsc
2007-05-28 17:22 quiet rsc
2007-05-28 17:16 Bterm before return rsc
2007-05-21 21:09 oops rsc
2007-05-21 19:21 fix pointer comparison (Ramon de Vera) rsc
2007-05-20 14:38 futimes on linux now rsc
2007-05-20 14:37 print error if changing time fails rsc
2007-05-19 16:22 new test.c from plan 9 rsc
2007-05-18 16:43 Match leading ^ in regexp with embedded… rsc
2007-05-15 14:37 document tab width field rsc
2007-05-15 13:10 new media size from Lou Kamenov rsc
2007-05-11 00:20 again rsc
2007-05-11 00:16 use device names for FreeBSD (Lou Kamen… rsc
2007-05-10 19:34 better tick handling rsc
2007-05-10 19:30 revert frseltick rsc
2007-05-10 19:27 Better tick management - no frdrawselti… rsc
2007-05-10 19:08 manage off-screen tick better rsc
2007-05-10 19:08 add frdrawseltick rsc
2007-05-10 04:18 fix nan64 rsc
2007-05-09 00:06 Unswap perm and omode in fsfcreate call… rsc
2007-05-09 00:05 Better flag handling in fusecreate (Mic… rsc
2007-05-08 02:52 fix random troff crash (Noel Hunt) rsc
2007-05-05 13:08 fix troff input (Colin DeVilbiss) rsc
2007-05-04 19:15 propagate offset in reads and writes (M… rsc
2007-05-04 02:19 report target list as 32-bit chunks, no… rsc
2007-05-04 01:42 OS X crap rsc
2007-05-03 22:27 no need to be so forward about it rsc
2007-05-03 22:26 add gnu grep -q flag (rob pike) rsc
2007-05-03 21:12 say utf8string before string in target … rsc
2007-05-03 19:13 try for utf8 string first in getsnarf; … rsc
2007-05-03 03:14 use clump info directory to walk past c… rsc
2007-05-03 03:14 add -r for readonly rsc
2007-05-03 03:14 oops rsc
2007-05-03 03:14 allow plan9-style branded disks as conf… rsc
2007-05-03 03:14 allow fixarenas of single arena file rsc
2007-05-03 03:13 fix buildindex minibuf sizing bug rsc
2007-05-03 02:35 fix arenas if possible rsc
2007-05-03 02:22 OS X linker crap (John Nowak) rsc
2007-05-03 02:21 debugging rsc
2007-05-02 19:58 read pcap rsc
2007-05-01 15:26 use 9p not 9P as mount type (Michael Ka… rsc
2007-05-01 10:51 use standard sun context routines rsc
2007-04-27 19:32 cannot use fadv_random on linux -- too … rsc
2007-04-27 18:19 bug in tester rsc
2007-04-27 18:14 add flushpart; avoid O_DIRECT on linux rsc
2007-04-27 17:52 checkpoint rsc
2007-04-25 18:59 allow swap of column 0 with others rsc
2007-04-24 16:30 quieter rsc
2007-04-24 16:29 mirror log processor rsc
2007-04-24 16:26 fix various nits; clean up output rsc
2007-04-24 06:49 fix memory leak (bakul shah) rsc
2007-04-23 14:40 cleanup rsc
2007-04-22 13:56 checked magic! rsc
2007-04-22 13:55 freepart on readbloom failure rsc
2007-04-22 13:54 quieter rsc
2007-04-21 22:37 warn about \w no arg rsc
2007-04-21 22:36 unix fix rsc
2007-04-21 22:32 test scripts rsc
2007-04-21 22:25 use fmtlocaleinit rsc
2007-04-21 21:27 new args rsc
2007-04-21 20:49 more fixes rsc
2007-04-21 20:41 add searchpairs rsc
2007-04-21 19:48 fix various chunked-related bugs rsc
2007-04-21 19:43 sync with plan 9 rsc
2007-04-21 19:42 remove plan9-specific rsc
2007-04-21 19:41 new rsc
2007-04-21 19:40 sync with mit plan 9 version rsc
2007-04-17 05:45 allow longer timezones from %Z (xav@cha… rsc
2007-04-17 05:43 correct dump string (Fazlul Shahriar) rsc
2007-04-14 14:59 xnet (Jeff Sickel) rsc
2007-04-13 12:16 fix double-fclose (Gabi Diaz) rsc
2007-04-12 14:18 better memory stats (Jeff Sickel) rsc
2007-04-08 01:33 complain loudly about vtwrite failure rsc
2007-04-08 01:30 correct dangling pointer race (Bakul Sh… rsc
2007-04-06 13:48 nit rsc
2007-04-06 13:47 remove mention of threading rsc
2007-04-06 13:27 another day, another __isNaN rsc
2007-04-06 01:49 new __isNaN (Scott Schwartz) rsc
2007-04-03 13:25 fix comment (Arvindt Rajesh Tamilmani) rsc
2007-04-03 12:50 finish conversion to libthread; avoids … rsc
2007-04-03 12:49 plumb all urls, not just images (TheWhi… rsc
2007-03-28 16:04 keep path and PATH in sync rsc
2007-03-26 20:55 now using binary rsc
2007-03-26 20:55 add page (Kris Maglione) rsc
2007-03-26 17:27 fix empty string interpolation bugs (Mi… rsc
2007-03-26 17:07 fix int/size_t warning (Chad Dougherty) rsc
2007-03-26 17:04 do not redefine rewind rsc
2007-03-26 15:03 pad out zmagic to 32+ bytes rsc
2007-03-26 15:02 more memory errors (valgrind) rsc
2007-03-26 14:57 cope with new gcc error syntax rsc
2007-03-26 14:26 fix wait rsc
2007-03-26 14:24 fix phantom rc crashes rsc
2007-03-26 13:38 better rc detection (Michael Teichgräbe… rsc
2007-03-26 13:38 64-bit rsc
2007-03-26 13:26 make :1-1 work (Arvindh Tamilmani) rsc
2007-03-26 12:02 sync with plan 9 rsc
2007-03-25 18:32 try to handle Beof in the macros (Micha… rsc
2007-03-25 17:42 remove double free (David Swasey) rsc
2007-03-25 17:36 fix args to should (David Swasey) rsc
2007-03-25 17:35 add very big file support (David Swasey) rsc
2007-03-25 17:32 make Load more faithful to original Dum… rsc
2007-03-25 17:28 fix again rsc
2007-03-25 17:25 use plain char if no translation in tro… rsc
2007-03-25 17:19 import statusbar, converted to libthrea… rsc
2007-03-25 17:16 add x86-64 rsc
2007-03-25 17:16 cope with programs that leave fd in non… rsc
2007-03-25 17:11 add x86 os x rsc
2007-03-25 17:10 parse -d arg correctly (Fazlul Shahriar) rsc
2007-03-16 03:28 fix tags again rsc
2007-03-15 17:35 libc conflict on os x rsc
2007-03-15 16:26 fix too-aggressive tag redraw rsc
2007-03-08 18:00 CHANGES rsc
2007-02-22 14:27 -ldraw no longer implies -lX11 rsc
2007-02-22 06:18 update rsc
2007-02-11 18:42 various memory errors in acme rsc
2007-01-29 16:46 write YYARG def to ftable (fdefine migh… rsc
2007-01-29 15:12 Make ls -lF work. rsc
2007-01-27 21:18 add paragraph about < | > rsc
2007-01-25 21:21 no more vtgoodbye rsc
2007-01-24 16:24 google moved the fusefs.kext path rsc
2007-01-18 18:34 print + new files in verbose mode (Mich… rsc
2007-01-18 18:26 More return value fixes (Michael Kamins… rsc
2007-01-18 18:26 Bug checking vacfileisdir return value.… rsc
2007-01-18 18:24 Decode uid/gid strings as numbers if po… rsc
2007-01-18 13:02 Minor FUSE bug fixes (found mount_fusef… rsc
2007-01-18 12:52 Mac FUSE support (thanks to Jeff Sickel) rsc
2007-01-15 00:32 change mpdigit to uint -- 64-bit mp lib… rsc
2007-01-12 16:32 change name rsc
2007-01-12 16:02 Bug fix fix - remove debugging implemen… rsc
2007-01-12 15:57 Fix 15-year-old sam protocol bug. rsc
2006-12-13 00:07 More fortunes! rsc
2006-12-10 00:19 stupid dash rsc
2006-12-09 22:48 avoid bug if /bin/sh is dash -- use sin… rsc
2006-12-01 03:21 do not print EOk messages rsc
2006-11-20 23:11 add fsysclose for ext2 rsc
2006-11-06 05:43 Placate GCC in 64-bit targets. wkj
2006-11-06 04:25 out of date rsc
2006-11-05 20:45 Update CVS turd. wkj
2006-11-05 14:43 block instead of chewing cpu in eread (… rsc
2006-11-04 20:41 Change GET/GBIT32 macros to explicitly … rsc
2006-11-04 18:46 In non-blocking recv functions in libmu… rsc
2006-11-02 17:31 fix sleep for OpenBSD 4.0 (Tim Wiess) rsc
2006-10-19 21:58 Fix a handful of small one-time memory … rsc
2006-10-16 19:31 Invoke psdownload via the 9 script. wkj
2006-10-13 13:43 use X11 in /usr if it is there rsc
2006-10-12 03:18 avoid broken print (Gabriel Diaz) rsc
2006-10-12 02:43 avoid hang with htmlroff (Michael Teich… rsc
2006-10-12 02:37 avoid nonstandard entity names (Michael… rsc
2006-10-12 02:28 remove prompt to avoid double-sending p… rsc
2006-10-12 02:25 use all 9 commands (Karl Sackett) rsc
2006-10-12 01:55 avoid EPROTO in case not there (Tim Wie… rsc
2006-10-12 01:47 print final verbose update (Lou Kamenov) rsc
2006-10-12 01:45 update from plan9 rsc
2006-10-12 01:42 new seq from plan 9 (Anthony Martin) rsc
2006-10-12 01:01 correct ref counting in walkfile (Nemo) rsc
2006-09-18 04:25 revert 1.4 -> 1.5 change rsc
2006-09-17 20:52 remove bind rsc
2006-09-17 20:49 stat rsc
2006-08-30 00:09 Myetheraddr lives in myetheraddr.c, so … wkj
2006-08-29 20:15 Aviod seg fault when no file rsc
2006-08-24 18:37 set $samfile during external commands rsc
2006-08-01 14:38 break from readdir properly (Lou Kameno… rsc
2006-08-01 03:19 free fuse messages rsc
2006-07-28 01:08 allow +line syntax rsc
2006-07-27 22:36 use better O_LARGEFILE rsc
2006-07-27 14:39 quote equals rsc
2006-07-27 05:14 wait for mount to complete before exiti… rsc
2006-07-26 15:54 FreeBSD fixes (Lou Kamenov) rsc
2006-07-24 19:05 space after -v for OS X (andrey) rsc
2006-07-23 14:46 CHANGES rsc
2006-07-23 14:43 clean temporary files rsc
2006-07-23 14:43 better cleanup; use /var/tmp rsc
2006-07-23 14:41 better status rsc
2006-07-23 14:36 show current directory rsc
2006-07-23 14:21 add stat.h rsc
2006-07-23 05:13 fix emalloc prototype rsc
2006-07-23 05:13 remove debug print rsc
2006-07-23 05:03 oops rsc
2006-07-23 03:43 CHANGES rsc
2006-07-23 03:33 better errstr rsc
2006-07-23 03:08 better open mode rsc
2006-07-23 03:05 gnuisms rsc
2006-07-23 03:02 9pfuse rsc
2006-07-23 03:01 ref 9pfuse rsc
2006-07-23 02:59 new mount unmount doc rsc
2006-07-23 02:58 more rc scripts rsc
2006-07-23 02:57 ignore /net/ prefixes - been long enough rsc
2006-07-23 02:57 don't die on eof in sendfd rsc
2006-07-23 02:56 experiment: translation from standard n… rsc
2006-07-23 02:55 more functions rsc
2006-07-23 02:52 ignore rsc
2006-07-23 02:48 ignore ignore ignore rsc
2006-07-23 02:48 for htmlroff rsc
2006-07-23 02:46 mount and unmount scripts rsc
2006-07-23 02:46 simple vwhois rsc
2006-07-23 02:36 fix cache bug (Eoghan Sherry) rsc
2006-07-23 02:08 fix nowsys build rsc
2006-07-19 02:22 use 2049 port rsc
2006-07-18 15:27 check was not correct on linux rsc
2006-07-18 15:26 assorted changes from Plan 9 rsc
2006-07-18 15:26 new rsc
2006-07-18 15:23 add vttimefmt rsc
2006-07-05 22:27 Fix resize error under KDE (Bart Locant… rsc
2006-07-05 17:12 allow _ - / in header file names rsc
2006-07-04 14:35 move USED past decls (Arvindh Tamilmani) rsc
2006-07-02 15:26 update runeprint desc rsc
2006-07-02 15:26 update Bprint docs rsc
2006-07-02 15:24 return number of bytes output rsc
2006-06-30 16:03 oops rsc
2006-06-30 04:59 remove extra acme (Arvindh Tamilmani) rsc
2006-06-30 04:58 typo (Serge Gagnon) rsc
2006-06-30 04:53 use file names for attachments rsc
2006-06-29 15:57 update rsc
2006-06-28 17:43 CHANGES rsc
2006-06-28 17:39 better cleanup rsc
2006-06-27 17:41 experiment - allow = in words late in t… rsc
2006-06-26 18:08 Use getdents instead of getdirentries u… wkj
2006-06-26 05:49 fix dup file name bug rsc
2006-06-26 05:49 pin rsc
2006-06-26 05:48 use pin rsc
2006-06-26 05:47 pin rsc
2006-06-26 05:45 slow mode for debugging rsc
2006-06-26 01:12 CHANGES rsc
2006-06-26 01:11 update stack rsc
2006-06-26 00:29 shut up gcc rsc
2006-06-26 00:08 forgot rsc
2006-06-26 00:07 long double rsc
2006-06-26 00:06 remove debug print rsc
2006-06-26 00:06 set errstr for bad dir contents rsc
2006-06-26 00:06 remove print statement rsc
2006-06-26 00:05 no need for auth.h rsc
2006-06-26 00:05 no need to call amount rsc
2006-06-26 00:05 long double rsc
2006-06-26 00:04 bigger block size rsc
2006-06-26 00:03 add -l flag rsc
2006-06-26 00:03 read stdin instead of stdout rsc
2006-06-26 00:03 fix rsc
2006-06-26 00:02 simpler USED rsc
2006-06-26 00:02 accept process names rsc
2006-06-25 23:55 plumbunmount rsc
2006-06-25 23:53 fix name muxprocs rsc
2006-06-25 23:52 add iprint rsc
2006-06-25 23:52 save old q0, q1 rsc
2006-06-25 23:52 silence warning rsc
2006-06-25 23:51 mkwsysrules.sh moved rsc
2006-06-25 23:51 add -D for testing rsc
2006-06-25 23:51 reopen plumber, build mail rsc
2006-06-25 23:50 check initdraw return rsc
2006-06-25 23:50 fix TH line rsc
2006-06-25 23:50 plumbunmount rsc
2006-06-25 23:50 nbrecv rsc
2006-06-25 23:49 autolib rsc
2006-06-25 23:49 remove junk rsc
2006-06-25 23:49 new draw interface rsc
2006-06-25 23:49 tweak for manual rsc
2006-06-25 23:49 handle spaces rsc
2006-06-25 23:48 handle memdraw memlayer rsc
2006-06-25 23:02 acme rsc
2006-06-25 21:23 just what we need - more rpcs rsc
2006-06-25 21:05 quiet rsc
2006-06-25 21:04 nonblock rsc
2006-06-25 21:04 gone rsc
2006-06-25 21:04 event rsc
2006-06-25 19:28 add stub routines rsc
2006-06-25 19:19 use new mkwsysrules.sh location rsc
2006-06-25 19:18 new draw server rsc
2006-06-25 19:00 bye rsc
2006-06-25 19:00 new rsc
2006-06-25 18:59 bye rsc
2006-06-25 18:58 separate out rsc
2006-06-16 15:55 No more unrooted paths. rsc
2006-06-15 06:25 use deterministic handles rsc
2006-06-15 05:52 better ext2 block read (sigh) rsc
2006-06-15 05:19 disable auth in vftp rsc
2006-06-15 05:16 more ext2 fixes rsc
2006-06-15 04:35 ext2 fixes (Steve VanDeBogart) rsc
2006-06-12 17:54 new sed -l rsc
2006-06-12 17:51 new uid world rsc
2006-06-12 17:21 avoid pw library rsc
2006-06-12 17:20 fix proc leak; add p9usepwlibrary rsc
2006-06-07 23:25 new 64-bit safe rsc
2006-06-07 23:21 oops rsc
2006-06-07 21:01 64-bit safe rsc
2006-06-07 15:28 call fmtlocaleinit rsc
2006-06-06 13:58 use 9 page instead of page rsc
2006-06-04 16:07 sparc rsc
2006-06-04 16:06 set RFNOTEG when we can rsc
2006-05-31 04:55 no c99 isms rsc
2006-05-30 16:47 set didtz (rob) rsc
2006-05-28 05:53 silence warning rsc
2006-05-27 18:35 Use va_args in cosadd/sinadd (Michael T… rsc
2006-05-27 07:33 make srvname global rsc
2006-05-27 07:22 use same name that srv.c does rsc
2006-05-27 05:24 missed this too rsc
2006-05-27 05:20 and this one rsc
2006-05-27 05:20 missed this too rsc
2006-05-27 05:18 missed this one rsc
2006-05-26 05:43 silence warning rsc
2006-05-26 00:53 new rsc
2006-05-26 00:53 oops rsc
2006-05-25 06:25 new libacme rsc
2006-05-24 15:02 fix comments rsc
2006-05-24 15:02 missing srvname rsc
2006-05-24 06:09 make sure we get our fmod rsc
2006-05-23 03:55 fix _screen leak rsc
2006-05-22 14:56 more tests rsc
2006-05-22 14:54 incorporate changes from Google rsc
2006-05-22 14:53 new, commented fltfmt rsc
2006-05-22 06:26 fix icmp overflow rsc
2006-05-21 20:49 fmt changes from Google rsc
2006-05-21 20:42 forgot rsc
2006-05-21 18:57 import from plan9 rsc
2006-05-21 18:41 multiple mail boxes (Lou Kamenov) rsc
2006-05-21 18:40 better spam (Lou Kamenov) rsc
2006-05-21 18:40 useless warning rsc
2006-05-21 18:40 better locking rsc
2006-05-21 18:39 new rsc
2006-05-21 18:24 plan 9 import rsc
2006-05-21 16:20 changes from plan 9 rsc
2006-05-21 15:56 colors (Gregor Asplund) rsc
2006-05-20 05:01 do RFNOTEG in initdraw (Anselm Garbe) rsc
2006-05-20 04:48 ti fix (Michael Teichgräber) rsc
2006-05-20 04:24 more time zone fixes rsc
2006-05-18 23:08 time zone fix rsc
2006-05-16 15:47 use linux/version.h rsc
2006-05-12 20:52 avoid zombie when execvp fails rsc
2006-05-10 17:39 stupid bug in ext3 fixes (serge gannon) rsc
2006-05-10 04:13 avoid double spacing rsc
2006-05-09 18:35 set namelen rsc
2006-05-09 13:20 fix font-size (Michael Teichgräber) rsc
2006-05-06 22:53 show full name in from rsc
2006-05-06 22:52 correct utfmap (Michael Teichgräber) rsc
2006-05-06 22:51 new from plan 9 rsc
2006-05-06 19:55 add sys/time.h for struct timeval on fr… rsc
2006-05-06 19:54 shut up gcc volatile rsc
2006-05-05 15:45 CHANGES rsc
2006-05-05 15:29 define __Linux24__ for mount-Linux.c in… rsc
2006-05-05 15:19 poor type-punned pointer rsc
2006-05-05 15:16 cut and paste fixes rsc
2006-05-05 15:06 unused bb rsc
2006-05-05 13:17 add debugpacket rsc
2006-05-05 13:17 vttracelevel rsc
2006-05-05 04:55 fix edit pipe bug rsc
2006-05-05 02:42 extra rsc
2006-05-04 19:41 paranoia about extension rsc
2006-05-04 19:10 paranoia about extension rsc
2006-05-04 18:54 sign extension bug rsc
2006-05-04 18:03 ext2 fixes rsc
2006-05-04 18:02 rpc fixes (vandebo) rsc
2006-05-04 18:02 ext2 fixes rsc
2006-04-28 03:08 chatty rsc
2006-04-28 03:06 double free rsc
2006-04-22 00:50 16-byte align rsc
2006-04-21 04:26 darwin rsc
2006-04-21 04:25 darawin rsc
2006-04-21 04:00 system tan() is probably good enough rsc
2006-04-21 03:58 put threadinfo back rsc
2006-04-21 03:55 apple rsc
2006-04-21 03:49 darwin rsc
2006-04-21 03:44 no types rsc
2006-04-21 03:43 use gcc because cpp sucks rsc
2006-04-21 03:34 darwin 386 start rsc
2006-04-21 03:01 shut up gcc rsc
2006-04-20 23:06 oops rsc
2006-04-20 22:56 cast rsc
2006-04-20 22:54 64-bit rsc
2006-04-20 21:52 inttypes rsc
2006-04-20 21:51 bug fix rsc
2006-04-20 21:41 shut up gcc rsc
2006-04-20 21:37 warning rsc
2006-04-20 21:23 64-bit fixes rsc
2006-04-20 21:21 64-bit rsc
2006-04-20 21:20 more 64-bit fixes rsc
2006-04-20 21:01 minor bug fixes (mechiel lukkien, andre… rsc
2006-04-20 21:00 64-bit safe rsc
2006-04-20 20:51 shut up, gcc! rsc
2006-04-20 20:49 64-bit fixes rsc
2006-04-20 20:47 shut up gcc rsc
2006-04-20 20:35 64-bit fixes from plan 9 rsc
2006-04-20 20:31 shut up gcc rsc
2006-04-20 20:30 shut up, gcc! rsc
2006-04-20 20:28 shut up gcc! rsc
2006-04-20 20:26 warning rsc
2006-04-20 20:24 warnings (andrey) rsc
2006-04-20 20:24 64-bit safe (from plan9) rsc
2006-04-20 20:18 silence warning (andrey) rsc
2006-04-20 20:05 no warning (andrey) rsc
2006-04-19 22:04 avoid double lock (lucho ionkov) rsc
2006-04-14 00:15 fixes rsc
2006-04-14 00:04 tpic rsc
2006-04-12 19:03 bug fixes (mechiel lukkien) rsc
2006-04-12 13:10 boguszip rsc
2006-04-09 00:24 new rsc
2006-04-09 00:24 experiment rsc
2006-04-08 23:49 add exitcode rsc
2006-04-06 15:58 no /fd/2 rsc
2006-04-04 19:45 no checksnarf rsc
2006-04-04 19:11 no more pedantry rsc
2006-04-04 18:23 add v9fs example rsc
2006-04-04 18:09 look for libresolv.dylib (anothy sorace) rsc
2006-04-04 16:09 no // rsc
2006-04-04 11:58 get strtoll on freebsd rsc
2006-04-02 00:10 CHANGES rsc
2006-04-02 00:06 avoid primary rsc
2006-04-01 21:28 more matching (eq) rsc
2006-04-01 19:24 Use gcc -ansi -pedantic in 9c. Fix man… rsc
2006-04-01 15:35 c90 fixes rsc
2006-03-31 17:51 utf in subject rsc
2006-03-31 17:28 fix alpha oops rsc
2006-03-31 17:27 add Fullsrc rsc
2006-03-31 14:37 no anon union rsc
2006-03-30 19:25 new tar import rsc
2006-03-30 15:05 weird abort decl rsc
2006-03-30 15:04 no unions rsc
2006-03-30 15:00 fix double-use of xtmp rsc
2006-03-30 13:00 antialias redraw rsc
2006-03-27 13:06 quiet Del in win rsc
2006-03-27 00:50 flushdisplay (erik quanstrom) rsc
2006-03-23 23:46 snarf rsc
2006-03-22 16:38 Avoid saving precious data under stack … rsc
2006-03-22 16:30 Avoid storing precious data below the s… rsc
2006-03-21 18:57 faster destroyfid calls rsc
2006-03-21 18:03 Write $-free paths in Dump files (Peter… rsc
2006-03-21 16:55 memory fixes rsc
2006-03-20 05:17 new rsc
2006-03-20 04:05 CHANGES rsc
2006-03-20 04:04 not true rsc
2006-03-20 04:04 undo rsc
2006-03-20 04:02 update usage rsc
2006-03-20 04:01 remove debugging rsc
2006-03-20 03:55 old fonts rsc
2006-03-20 03:32 new rsc
2006-03-20 02:46 more notes rsc
2006-03-20 02:25 update lucida rsc
2006-03-20 00:40 ack b&h rsc
2006-03-20 00:31 update notice rsc
2006-03-20 00:30 note rsc
2006-03-20 00:08 no more lucida rsc
2006-03-19 23:51 no more lucida rsc
2006-03-19 23:35 add rsc
2006-03-19 23:34 add notice rsc
2006-03-19 06:36 new fonts rsc
2006-03-19 06:13 junk rsc
2006-03-19 06:12 new fns rsc
2006-03-19 06:11 autoresize (erik quanstrom) rsc
2006-03-19 06:11 new rsc
2006-03-19 06:11 new docs rsc
2006-03-19 06:03 new fonts rsc
2006-03-19 06:01 gone rsc
2006-03-19 06:01 new rsc
2006-03-19 06:00 add rsc
2006-03-19 06:00 deja vu rsc
2006-03-19 05:58 add luxi rsc
2006-03-19 05:54 new fonts rsc
2006-03-12 16:39 typo (Georg Neis) rsc
2006-03-12 14:59 regenerate latin1 tables rsc
2006-03-10 00:37 jpg fix? (erik quanstrom) rsc
2006-03-10 00:37 synergy (paul lalonde) rsc
2006-03-07 23:55 seek to end of outgoing rsc
2006-03-05 20:45 fix mptouv rsc
2006-03-03 17:49 + is not a valid tag (Lou Kamenov) rsc
2006-03-03 17:28 tolower subscript rsc
2006-03-03 16:34 change Tcreate message in 9P2000.u rsc
2006-03-03 14:13 more updates rsc
2006-03-03 14:11 cleanup rsc
2006-03-03 01:44 gone rsc
2006-03-03 01:42 move snarfer to use X includes rsc
2006-03-03 01:39 avoid redefining sched_yield (Christian… rsc
2006-02-28 20:12 cannot say isnumber rsc
2006-02-28 19:48 more itrans changes rsc
2006-02-28 19:47 changes rsc
2006-02-28 19:47 new program rsc
2006-02-28 19:29 add rsc
2006-02-28 13:13 allow fallback to x11 rsc
2006-02-28 12:54 use carbon for pasteboard rsc
2006-02-28 12:54 use pasteboard rsc
2006-02-28 00:49 new delmesg rsc
2006-02-27 01:26 remove unused pids array (Erik Quanstro… rsc
2006-02-26 16:22 CHANGES rsc
2006-02-26 15:20 various fixes rsc
2006-02-26 04:05 locking fixes rsc
2006-02-25 21:14 oops rsc
2006-02-25 13:09 fixes rsc
2006-02-24 21:17 tapefs from plan9 rsc
2006-02-24 21:04 add cvsignore to hold up directory rsc
2006-02-24 21:04 new dirs rsc
2006-02-24 17:46 use install not install -c rsc
2006-02-24 17:40 use domain as the port rsc
2006-02-24 16:52 remove -p rsc
2006-02-23 17:13 Extra arg belongs to _decqp. wkj
2006-02-23 17:10 Missing colon. wkj
2006-02-23 11:51 fix quoted-printable (_ means space onl… rsc
2006-02-23 11:48 add recent rsc
2006-02-23 00:40 update from plan9 rsc
2006-02-21 20:46 events buffer need not end in NUL rsc
2006-02-21 18:37 add rsc
2006-02-20 19:38 dns changes rsc
2006-02-20 19:23 add dns rsc
2006-02-20 00:08 fix wmail (csant) rsc
2006-02-18 15:23 handle 09 rsc
2006-02-18 13:57 correct size rsc
2006-02-17 22:07 remove stub myipaddr rsc
2006-02-17 20:52 bug fixed rsc
2006-02-17 19:30 add locking rsc
2006-02-17 19:21 changes from erik quanstrom rsc
2006-02-17 18:21 make compile rsc
2006-02-17 17:22 forgot rsc
2006-02-16 06:22 fixes rsc
2006-02-16 06:18 more rsc
2006-02-16 06:11 more fix rsc
2006-02-16 06:02 more sparc64 rsc
2006-02-15 23:06 fixed rsc
2006-02-15 18:45 fixes rsc
2006-02-15 18:37 fixes rsc
2006-02-15 18:34 forgot rsc
2006-02-15 12:39 imap-based new upas/fs rsc
2006-02-15 12:30 cope with new upas/fs rsc
2006-02-15 12:11 resize window to fit image (Erik Quanst… rsc
2006-02-14 19:45 pointer conversions rsc
2006-02-14 19:45 put NUL in right place! rsc
2006-02-14 19:44 forgot this rsc
2006-02-14 19:44 better labels rsc
2006-02-14 19:43 shut up about signals in scripts rsc
2006-02-14 19:43 remove unused rsc
2006-02-14 19:42 better utf rsc
2006-02-14 19:42 fixes rsc
2006-02-14 19:42 better lookup rsc
2006-02-14 19:42 bigger buffer rsc
2006-02-14 19:41 stupid pointer conversions rsc
2006-02-14 19:41 fixes rsc
2006-02-14 19:41 use correct name rsc
2006-02-14 19:41 better fmt -j rsc
2006-02-14 19:41 seek back in rdwr rsc
2006-02-14 19:39 note ansi braindamage rsc
2006-02-14 19:39 add exticode rsc
2006-02-14 19:39 grammar nit rsc
2006-02-14 19:38 generic rsc
2006-02-14 19:38 adapt to gcc error messages rsc
2006-02-14 19:38 better symbols rsc
2006-02-14 19:37 add root servers rsc
2006-02-14 07:35 maybe rsc
2006-02-14 06:52 sparc64 rule rsc
2006-02-14 02:00 draw, resolv rsc
2006-02-13 20:42 add exitcode rsc
2006-02-12 22:23 more fixes rsc
2006-02-12 21:23 add rsc
2006-02-12 19:48 add readme rsc
2006-02-12 19:45 initial tree rsc
2006-02-12 19:40 add exitcode rsc
2006-02-12 19:40 more changes rsc
2006-02-12 19:05 add exitcode rsc
2006-02-12 16:48 add wait rsc
2006-02-12 16:48 add procwait rsc
2006-02-12 16:43 delete debugging rsc
2006-02-12 00:36 unused i rsc
2006-02-12 00:34 more changes rsc
2006-02-12 00:20 works rsc
2006-02-11 23:38 various cleanup rsc
2006-02-11 22:58 add RFENVG, RFCENVG rsc
2006-02-11 22:35 more changes rsc
2006-02-10 05:32 sparc64 attempt rsc
2006-02-09 20:52 changes rsc
2006-02-09 19:43 ignore interrupts rsc
2006-02-09 08:20 doubtful this will work rsc
2006-02-09 08:17 sparc rsc
2006-02-09 00:07 new notice rsc
2006-02-08 23:51 Archive shouldn't be checked-in here. wkj
2006-02-08 22:39 cleanup rsc
2006-02-08 21:21 add print rsc
2006-02-08 18:11 fix b1 c2 c3 c3 c2 c3 [sic] rsc
2006-02-07 17:02 add threadidle rsc
2006-02-06 23:10 add chord fix from plan 9 rsc
2006-02-06 19:30 more casts rsc
2006-02-06 19:28 initialize rsc
2006-02-05 17:50 add threadid rsc
2006-02-05 15:34 add -n to ls; add rm and create rsc
2006-02-05 15:34 Experiment: ignore double-responds. Als… rsc
2006-02-04 20:26 print warnings rsc
2006-02-04 20:21 new note group rsc
2006-02-03 04:36 fix offsets rsc
2006-02-03 02:35 hmm... rsc
2006-02-02 16:40 fix fid handling rsc
2006-01-30 22:00 add thread.h rsc
2006-01-29 17:37 even less dependence on crappy arpa hea… rsc
2006-01-29 17:32 return 0 rsc
2006-01-29 04:17 no sharps on c lines rsc
2006-01-28 23:45 do not die in freeimage(0) when screen=… rsc
2006-01-27 18:52 typo rsc
2006-01-27 17:50 more constants rsc
2006-01-27 08:56 more rsc
2006-01-27 08:54 do not expect magic numbers rsc
2006-01-27 07:24 can zero, will zero rsc
2006-01-27 05:51 bsd rsc
2006-01-27 05:32 dns rsc
2006-01-27 04:16 oops rsc
2006-01-27 04:12 freerpc(nil) rsc
2006-01-27 04:11 add rsc
2006-01-27 04:08 more rsc
2006-01-27 04:05 nowsys rsc
2006-01-27 04:04 nowsys rules rsc
2006-01-27 04:04 nowsys fixes (Lou Kamenov) rsc
2006-01-27 03:55 more os x 10.4 rsc
2006-01-27 03:53 ifdef vm_swapusage for os x rsc
2006-01-27 03:48 9p.u rsc
2006-01-27 03:46 9p2000.u rsc
2006-01-27 03:45 more rsc
2006-01-27 03:45 9p2000.u rsc
2006-01-19 01:32 Add more character sets. rsc
2006-01-19 00:05 ignore hangup signal rsc
2006-01-18 23:11 different login shell rsc
2006-01-18 23:05 back to -i rsc
2006-01-18 16:58 fix -j rsc
2006-01-18 16:57 add fonts rsc
2006-01-18 00:59 login shell rsc
2006-01-17 01:33 sign fix rsc
2006-01-12 05:43 more tweaks rsc
2006-01-12 04:44 avoid unnecessary winresize, which flus… rsc
2006-01-12 04:44 no more biting rsc
2006-01-12 04:35 tweaks rsc
2006-01-07 17:34 bigger block size rsc
2006-01-07 17:34 add da for fbsd 5 rsc
2006-01-06 18:15 use inttypes rsc
2006-01-06 18:03 fix rsc
2006-01-06 18:00 add con rsc
2006-01-05 17:00 comment out for old linux rsc
2006-01-02 11:16 oops rsc
2005-12-31 20:02 darwin rsc
2005-12-31 19:50 freebsd rsc
2005-12-31 19:34 new rsc
2005-12-31 19:34 add ether rsc
2005-12-31 19:33 unused rsc
2005-12-31 19:33 new rsc
2005-12-31 03:10 oops - mpdigit not mpint rsc
2005-12-30 20:41 use size_t rsc
2005-12-30 19:22 new man page rsc
2005-12-30 18:52 split in half rsc
2005-12-30 18:52 get units right rsc
2005-12-30 17:43 more pointers rsc
2005-12-30 17:43 stupid pointers rsc
2005-12-30 17:07 try to make ftp work rsc
2005-12-30 17:06 fix shift rsc
2005-12-30 17:06 document new install rsc
2005-12-30 16:31 freebsd 6 rsc
2005-12-30 16:00 update rsc
2005-12-30 15:56 forgot this rsc
2005-12-30 02:06 consistency is the hobgoblin of little … rsc
2005-12-29 22:37 no more case problems rsc
2005-12-29 22:11 use STACK rsc
2005-12-29 22:10 do not trust gcc-4.0 to do nrv optimiza… rsc
2005-12-29 22:02 add cast (Taj Khattra) rsc
2005-12-29 21:59 avoid sprint to keep bad utf (marco gad… rsc
2005-12-29 21:45 add stdint.h, uintptr rsc
2005-12-29 21:41 set qid.vers (Erik Quanstrom) rsc
2005-12-29 21:39 correct array size (Marco Gaddoni) rsc
2005-12-29 21:38 more strangeness (Tim Wiess) rsc
2005-12-29 21:15 fix paste in raw hold mode rsc
2005-12-29 20:59 avoid nil freeimage rsc
2005-12-29 20:57 remove unnecessary int casts rsc
2005-12-29 20:55 bigger stacksize rsc
2005-12-29 20:55 64-bit fixes rsc
2005-12-27 23:16 oops rsc
2005-12-27 04:30 add dns rsc
2005-12-26 05:51 bugger ip rsc
2005-12-26 04:54 relative paths; open #9/ndb/local rsc
2005-12-26 04:48 new goodies rsc
2005-12-26 04:47 add EILSEQ for mac rsc
2005-12-26 03:58 allow broadcast rsc
2005-12-26 03:58 add alternate format rsc
2005-12-21 22:11 stupid gcc rsc
2005-12-21 22:10 try autoexpand by default rsc
2005-12-18 11:36 fix from plan 9 rsc
2005-12-17 13:00 better errno declarations rsc
2005-12-16 19:39 no print rsc
2005-12-16 19:34 tag tweak rsc
2005-12-16 18:58 avoid dup symbol for os x rsc
2005-12-16 18:53 oops rsc
2005-12-16 15:27 auto-insert second line for expand rsc
2005-12-16 15:14 add bigtags rsc
2005-12-16 15:12 Better window size management. rsc
2005-12-16 14:05 CHANGES rsc
2005-12-16 13:52 more (Erik Quanstrom) rsc
2005-12-15 16:56 getpid rsc
2005-12-15 03:31 stupid solaris rsc
2005-12-14 21:31 don't need this after all. yay. rsc
2005-12-14 20:14 shut up compiler rsc
2005-12-14 20:07 update request count rsc
2005-12-14 20:06 better errors rsc
2005-12-14 19:58 add .ei for else-if rsc
2005-11-30 02:31 set window params on startup rsc
2005-11-29 19:24 add mach.h dependency rsc
2005-11-29 19:02 more mangler rsc
2005-11-29 19:01 c++ changes rsc
2005-11-29 05:13 debugging print rsc
2005-11-29 05:12 handling of C++ names. rsc
2005-11-29 05:12 better handling of C++ names. rsc
2005-11-29 04:23 new backquote syntax rsc
2005-11-29 04:05 demangling docs rsc
2005-11-29 04:05 test program rsc
2005-11-29 04:05 More demangling. rsc
2005-11-29 01:24 gone rsc
2005-11-29 01:15 need this rsc
2005-11-28 21:42 deeper copy in renumber rsc
2005-11-28 21:14 Make install less chatty, more useful. rsc
2005-11-28 16:36 add text version of install(1) rsc
2005-11-28 03:09 use role=client on passwd rsc
2005-11-28 03:05 use imap not imap4 rsc
2005-11-28 01:37 fixes rsc
2005-11-28 00:43 fixes rsc
2005-11-28 00:40 process control rsc
2005-11-28 00:40 name mangling rsc
2005-11-28 00:40 name mangling, process control rsc
2005-11-28 00:39 various fixes rsc
2005-11-27 23:58 shut up openbsd rsc
2005-11-27 16:01 FreeBSD 6 battery (Lou Kamenov) rsc
2005-11-27 15:56 OS X fix rsc
2005-11-26 15:53 CHANGES rsc
2005-11-26 15:53 fix \r rsc
2005-11-26 15:49 CHANGES rsc
2005-11-26 15:42 add button 3 menu rsc
2005-11-26 15:39 summarize during install rsc
2005-11-26 15:39 add tracing cd prints rsc
2005-11-26 15:39 add note about mk rsc
2005-11-26 15:38 move utf, fmt to libc rsc
2005-11-26 15:36 new arch rsc
2005-11-26 15:36 new isum rsc
2005-11-25 13:19 change link rsc
2005-11-25 13:18 For annoying people like Uriel. rsc
2005-11-25 13:16 rename NOTES to README rsc
2005-11-21 20:42 9P2000.u fixes (Lucho Ionkov) rsc
2005-11-16 00:25 sched_yield netbsd (anselm garbe) rsc
2005-11-16 00:21 oops rsc
2005-11-12 16:43 no /fd/ rsc
2005-11-12 16:40 move faces rsc
2005-11-12 16:36 x11, used, etc. rsc
2005-11-11 08:01 fix -f rsc
2005-11-11 01:37 fixes rsc
2005-11-11 01:33 fixes rsc
2005-11-11 00:37 fixes rsc
2005-11-10 23:21 more rsc
2005-11-10 22:53 attempt at \r rsc
2005-11-10 05:45 darwin rsc
2005-11-09 12:23 mac rsc
2005-11-07 15:16 updates rsc
2005-11-07 15:07 snarf, plumbing rsc
2005-11-07 04:48 Vbackup knew about some unexported vari… wkj
2005-11-07 04:47 Fix the build on FreeBSD 6.x. The resul… wkj
2005-11-07 03:02 CHANGES rsc
2005-11-07 02:49 unused rsc
2005-11-07 02:47 arm rsc
2005-11-07 02:47 p9syslog for varargck rsc
2005-11-07 02:46 debugging help rsc
2005-11-07 01:51 fix snarf rsc
2005-11-07 01:44 close file leak rsc
2005-11-06 22:31 fix scroll bar rsc
2005-11-06 22:22 handle interrupts rsc
2005-11-06 22:16 New 9term using rio sources more direct… rsc
2005-11-04 20:57 add -C rsc
2005-11-04 19:00 const rsc
2005-11-04 18:10 try again rsc
2005-11-04 18:09 try arm again rsc
2005-11-04 16:34 use macro for getcontext (setjmp) rsc
2005-11-03 01:00 new FreeBSD rsc
2005-11-03 00:48 arm rsc
2005-11-03 00:13 arm rsc
2005-11-02 19:09 Allow longer packet timeout. rsc
2005-11-02 19:08 Better logging in vtrpc, publish cache … rsc
2005-11-01 18:35 arm rsc
2005-11-01 18:35 FreeBSD changed! rsc
2005-11-01 18:06 more signedness bugs rsc
2005-11-01 15:27 Properly size buffer to avoid overflow. wkj
2005-11-01 15:01 isdigit (Tom Miller) rsc
2005-10-31 20:08 Add -F option. (Lou Kamenov) rsc
2005-10-31 19:57 64-bit safe. (Taj Khattra) rsc
2005-10-31 18:45 More prep. rsc
2005-10-31 18:39 Cleanup in preparation for multiline ta… rsc
2005-10-31 16:47 ctype sign fixes (Tom Miller) rsc
2005-10-31 16:43 undo debugging. rsc
2005-10-31 16:42 ctype sign fixes (Tom Miller) rsc
2005-10-31 14:47 initial faces (John Cummings) rsc
2005-10-31 01:15 More fixes. rsc
2005-10-29 19:18 CHANGES rsc
2005-10-29 17:42 compiler warnings. rsc
2005-10-29 17:42 many dumb fixes. rsc
2005-10-29 17:42 implement noredraw rsc
2005-10-29 17:41 compiler warnings. rsc
2005-10-29 17:41 compiler warnings rsc
2005-10-29 17:41 add disk.o rsc
2005-10-29 17:41 print correct file name rsc
2005-10-29 17:40 USED rsc
2005-10-29 17:40 use part->size rsc
2005-10-29 17:40 clearer code. rsc
2005-10-29 17:40 used and not set rsc
2005-10-29 17:39 print args rsc
2005-10-29 17:39 use EARGF rsc
2005-10-29 17:39 missing USED rsc
2005-10-29 17:39 fix print args rsc
2005-10-29 17:38 uchar nonsense. rsc
2005-10-29 17:38 Detect rc again. rsc
2005-10-29 17:37 Add close. rsc
2005-10-29 17:36 Add autolib. rsc
2005-10-29 17:34 Add experimental noredraw flag. rsc
2005-10-29 17:34 Add Disk definitions. rsc
2005-10-29 16:38 CHANGES rsc
2005-10-29 16:26 Thanks to John Cummings. rsc
2005-10-29 16:26 use libthread not ffork rsc
2005-10-29 16:26 Thanks to John Cummings. rsc
2005-10-29 16:21 Add mail (John Cummings) rsc
2005-10-29 16:20 add mail rsc
2005-10-19 03:26 Use 9 file always. rsc
2005-10-19 03:21 Jeff Sickel rsc
2005-10-19 03:15 Autoframework (Jeff Sickel) rsc
2005-10-17 12:37 Undef old macros rsc
2005-10-05 13:30 new code from Jeff Sickel rsc
2005-09-30 17:45 More & names and numbers. rsc
2005-09-29 06:18 Add print pragmas back, #ifdef'ed. rsc
2005-09-26 12:05 Print information on SIGQUIT, SIGINFO. rsc
2005-09-26 11:46 More thread names. rsc
2005-09-26 11:37 Log if _threaddebuglevel is set. rsc
2005-09-21 20:51 Extra paren removed. (Bengt Kleberg, gl… rsc
2005-09-19 16:46 The people who use emdash and endash ar… rsc
2005-09-19 16:40 OpenBSD lets you open /dev/random but n… rsc
2005-09-15 17:18 In eread, ignore unexpected events inst… rsc
2005-09-15 17:09 Do not revert to CMAP for second file. … rsc
2005-09-13 04:50 Get installed size right. rsc
2005-09-13 04:23 bin rsc
2005-09-13 04:18 Better. rsc
2005-09-13 04:05 Signedness. rsc
2005-09-13 04:00 Depend on faces. rsc
2005-09-13 03:59 Look in /scratch/rsc/plan9 for file lis… rsc
2005-09-13 03:58 Signedness bugs for Mac OS X. rsc
2005-09-13 03:36 fiddle. rsc
2005-09-13 03:15 Add faces. rsc
2005-09-13 03:14 Add notes. rsc
2005-09-13 02:56 Fix vacfilegetmode. rsc
2005-09-13 02:46 new suffixes. rsc
2005-09-13 02:46 CHANGES rsc
2005-09-13 02:40 Add statcheck. rsc
2005-09-13 02:39 esac not fi rsc
2005-09-13 02:25 Add 9P2000.u extensions. rsc
2005-09-13 02:00 Add Unix specials. rsc
2005-09-13 01:58 Add vacfilegetmode. rsc
2005-09-13 01:57 Replace vacfileisspecial with vacfilemo… rsc
2005-09-13 01:56 Add Unix fields. rsc
2005-09-13 01:55 Add 9P2000.u extensions. rsc
2005-09-13 01:47 add rsc
2005-09-13 01:42 Add .cvsignore. rsc
2005-09-13 01:40 Add. rsc
2005-09-13 01:37 Add 9P2000.u functions. rsc
2005-09-13 01:34 Add 9P2000.u functions rsc
2005-09-13 01:33 Add. rsc
2005-09-13 01:32 Binaries. rsc
2005-09-13 01:31 Add 9P2000.u fields. rsc
2005-09-13 01:30 Debian page. rsc
2005-09-13 01:24 faces for lp. rsc
2005-09-13 00:47 Fiddle. rsc
2005-09-13 00:46 Ignore more. rsc
2005-09-13 00:45 Fiddle. rsc
2005-09-13 00:43 Add mkpkg rsc
2005-09-13 00:42 Ignore more. rsc
2005-09-13 00:23 Fix UTF bug reported on 9fans. rsc
2005-09-13 00:23 Add tmac.pm. rsc
2005-09-13 00:22 Allow moveplan9.sh to take argument. rsc
2005-09-13 00:17 Add tmac.pm. rsc
2005-09-13 00:16 Use g++ as LD (mpm is buggered anyway). rsc
2005-09-13 00:13 Add OpenBSD x86. rsc
2005-09-13 00:13 Handle $ tags - probably should fix acm… rsc
2005-09-09 23:49 Add uchar for NetBSD ctype. rsc
2005-09-09 23:48 Fix uchar cast. rsc
2005-09-09 23:16 NetBSD-macppc ctype needs uchars. rsc
2005-09-09 23:10 NetBSD-macppc ctype needs uchars. rsc
2005-09-09 18:54 Add -p like man page says. rsc
2005-08-31 22:22 Spell IA-64 correctly. (Zoltan Jarai) rsc
2005-08-31 04:00 Note 9P2000.u rsc
2005-08-31 03:59 Better handling of executables. rsc
2005-08-31 03:58 Add more special characters. rsc
2005-08-31 03:57 Correct license summaries. rsc
2005-08-31 03:57 Add screen shots. rsc
2005-08-31 03:57 Ignore loop not entered at top warnings… rsc
2005-08-31 03:56 Use Plan 9 file(1). rsc
2005-08-31 03:56 Add cgi, pl extensions. rsc
2005-08-31 03:56 Treat OpenBSD like generic BSD. rsc
2005-08-31 03:55 Update TODO. rsc
2005-08-31 02:20 Changes. rsc
2005-08-31 02:18 Initial lp. rsc
2005-08-31 02:15 Missed this. rsc
2005-08-31 02:15 Initial lp. rsc
2005-08-22 16:57 add stack rsc
2005-08-22 16:56 new rsc
2005-08-12 20:14 Add. rsc
2005-08-12 00:29 use strtoull instead of atoi rsc
2005-08-11 17:53 bloom rsc
2005-08-11 17:46 New Vita Nuova License rsc
2005-08-11 17:33 silence various warnings rsc
2005-08-11 17:06 CHANGES rsc
2005-08-11 17:06 update rsc
2005-08-11 16:45 Add UFS2 support. rsc
2005-08-11 16:45 Add get command. rsc
2005-08-11 16:44 Add rfork builtin. rsc
2005-08-11 16:44 make sure errors cause non-zero exit st… rsc
2005-08-11 16:43 Generate interrupt key (according to te… rsc
2005-08-11 14:15 Needed for NetBSD/macppc port. rsc
2005-08-11 03:54 include sys/stat.h for FreeBSD rsc
2005-08-11 03:38 Fix crash reported by Andrey. rsc
2005-08-11 03:36 gone rsc
2005-08-11 03:25 Accomodate NetBSD rsc
2005-08-11 03:20 Accomodate OpenBSD with /dev/srandom rsc
2005-08-11 02:34 appease gcc rsc
2005-08-10 19:03 Be quiet. rsc
2005-08-10 18:54 set exit status rsc
2005-08-10 18:52 Use env to find perl, for NetBSD (grr) rsc
2005-08-10 18:48 Ridiculous amount of work for OpenBSD. rsc
2005-08-10 18:25 add rsc
2005-08-10 18:14 appease the gcc monster rsc
2005-08-10 18:11 new rsc
2005-08-10 18:00 new rsc
2005-08-10 18:00 add rsc
2005-08-10 17:59 new rsc
2005-08-10 17:56 now this works? rsc
2005-08-10 17:22 bugger lp rsc
2005-08-10 17:16 Fix overflow in old Linux file size. rsc
2005-08-10 17:15 Old GNU assembler doesn't like comments. rsc
2005-08-10 17:14 Fix time race. rsc
2005-08-10 16:59 Make fn cd safe for rc -e. rsc
2005-07-28 18:19 darwin rsc
2005-07-28 18:19 noatime rsc
2005-07-28 17:26 try to collect common bsd code rsc
2005-07-28 17:22 darwin - variant of bsd from jeff sickel rsc
2005-07-28 12:46 new rsc
2005-07-28 12:43 different fix rsc
2005-07-28 05:16 debugging rsc
2005-07-28 05:16 fix indirect block reading rsc
2005-07-28 04:47 winunlock bug rsc
2005-07-27 20:42 use correct type for NOFID (sunos) rsc
2005-07-27 20:38 less graceful shutdown but avoid deadlo… rsc
2005-07-27 20:25 Try to avoid races in underlying C libr… rsc
2005-07-27 20:19 revert rsc
2005-07-27 20:18 better awd for sunos rsc
2005-07-27 16:42 CHANGES rsc
2005-07-27 13:06 sun rsc
2005-07-26 10:19 fixes from bengt for sun rsc
2005-07-25 16:55 redirect only once rsc
2005-07-24 20:15 venti updates rsc
2005-07-24 14:01 start with white instead of black rsc
2005-07-24 13:45 explain bloom rsc
2005-07-24 13:37 explain disk parittions rsc
2005-07-24 13:27 correct discussion of fromdisktype rsc
2005-07-24 13:26 construct bloom filter in buildindex rsc
2005-07-22 23:46 bigger stack rsc
2005-07-22 18:58 update rsc
2005-07-22 18:56 errors to stderr rsc
2005-07-22 18:46 more tar changes rsc
2005-07-22 18:45 dont blindly remove all the /usr/local/… rsc
2005-07-22 18:45 no pthreads on OpenBSD rsc
2005-07-22 18:44 try to use system utils during ./INSTALL rsc
2005-07-22 12:37 do not process stdout, to play nice wit… rsc
2005-07-22 12:19 fix tar rsc
2005-07-22 11:49 openbsd rsc
2005-07-22 11:48 update test rsc
2005-07-22 11:47 update from geoff rsc
2005-07-22 11:47 new section rsc
2005-07-21 18:59 openbsd rsc
2005-07-21 18:29 openbsvd rsc
2005-07-21 18:29 OpenBSD, thanks to Tim Wiess rsc
2005-07-21 18:28 update rsc
2005-07-21 15:43 stupid signal fix rsc
2005-07-21 00:49 no httpd rsc
2005-07-21 00:03 openbsd rsc
2005-07-20 23:40 no stdint rsc
2005-07-20 23:29 openbsd rsc
2005-07-20 19:07 use 9ar rsc
2005-07-20 19:00 fix ifdef rsc
2005-07-19 22:59 fix freebsd rsc
2005-07-19 22:56 use server address unadorned rsc
2005-07-19 18:00 I just hate to be pushed around by some… rsc
2005-07-19 17:58 update rsc
2005-07-19 17:57 use vmount0 rsc
2005-07-19 17:40 new types rsc
2005-07-19 17:40 better architecture splitting rsc
2005-07-19 16:02 better mk test rsc
2005-07-19 15:18 stats pages rsc
2005-07-19 15:09 initial .cvsignore rsc
2005-07-19 14:52 correct $BIN rsc
2005-07-19 11:48 openbsd rsc
2005-07-19 11:43 openbsd rsc
2005-07-19 11:43 stolen from freebsd; maybe work on open… rsc
2005-07-19 11:36 maybe openbsd has schedyield now rsc
2005-07-19 11:36 use pthread on openbsd rsc
2005-07-19 11:04 use plan 9 rc rsc
2005-07-19 01:39 unbugger venti rsc
2005-07-18 23:31 fix rsc
2005-07-18 23:23 update rsc
2005-07-18 23:05 tweaks rsc
2005-07-18 22:59 add rsc
2005-07-18 22:52 now with hget rsc
2005-07-18 22:51 fix usage rsc
2005-07-18 22:50 secstore moved to auth rsc
2005-07-18 22:50 better troff handling rsc
2005-07-18 22:49 ignore.more rsc
2005-07-18 22:49 add rsc
2005-07-18 22:47 done rsc
2005-07-18 22:41 done rsc
2005-07-18 00:05 announce to networks rsc
2005-07-18 00:03 change default handle rsc
2005-07-18 00:01 better cr handling rsc
2005-07-15 20:44 explain why rsc
2005-07-15 20:43 huge amount faster rsc
2005-07-14 14:55 gone rsc
2005-07-14 12:48 ignore window size change rsc
2005-07-14 00:27 changes rsc
2005-07-14 00:20 hold mode in raw mode rsc
2005-07-14 00:09 invoke plan9 diff rsc
2005-07-14 00:06 cannot trust system libraries to lock p… rsc
2005-07-14 00:03 silence fprint rsc
2005-07-13 23:01 gcc4 rsc
2005-07-13 22:51 freebsd 5 rsc
2005-07-13 21:50 nil rsc
2005-07-13 21:43 unused.var rsc
2005-07-13 21:34 apple rsc
2005-07-13 21:30 stupid.apple rsc
2005-07-13 21:29 warnings rsc
2005-07-13 21:27 sentinel rsc
2005-07-13 21:20 sentinel rsc
2005-07-13 21:00 new rsc
2005-07-13 17:32 warnings rsc
2005-07-13 17:22 no mode on vtcachealloc rsc
2005-07-13 14:19 unbugger sunrpc, diskfs rsc
2005-07-13 14:18 warnings rsc
2005-07-13 14:06 add rsc
2005-07-13 14:05 backups rsc
2005-07-13 14:04 move to bin rsc
2005-07-13 14:04 remove empty file rsc
2005-07-13 14:03 move hist rsc
2005-07-13 14:00 no vtblockdirty rsc
2005-07-13 13:59 update rsc
2005-07-13 13:44 cleanup rsc
2005-07-13 13:44 work around bug in mk? rsc
2005-07-13 13:40 use vtfilecreate right rsc
2005-07-13 13:40 update rsc
2005-07-13 13:34 cleanup rsc
2005-07-13 13:24 ignore install.log rsc
2005-07-13 13:23 new man pages rsc
2005-07-13 10:53 keystrokes rsc
2005-07-13 10:52 cleanup rsc
2005-07-13 10:52 no c++ comments rsc
2005-07-13 10:51 better errors rsc
2005-07-13 10:50 better error messages rsc
2005-07-13 10:50 unix is not a variable name rsc
2005-07-13 10:48 no more L characters. sigh. rsc
2005-07-13 10:47 exit gracefully on error rsc
2005-07-13 10:47 rebuild rsc
2005-07-13 10:46 add $MKFLAGS rsc
2005-07-13 10:46 cleanup rsc
2005-07-13 10:45 correct sort order; do troff right rsc
2005-07-13 10:45 silence nm errors during autolib rsc
2005-07-13 04:02 goes with dump rsc
2005-07-13 04:01 new .cvsignore rsc
2005-07-13 03:59 add listen1 rsc
2005-07-13 03:59 more files rsc
2005-07-13 03:58 zero unused io rsc
2005-07-13 03:57 no mode rsc
2005-07-13 03:57 no black and white rsc
2005-07-13 03:57 free subfonts correctly rsc
2005-07-13 03:56 no used(Point) rsc
2005-07-13 03:56 keyboard not mouse rsc
2005-07-13 03:56 more places to look rsc
2005-07-13 03:56 more places where display can be nil rsc
2005-07-13 03:55 align macros for sun rsc
2005-07-13 03:55 better error messages rsc
2005-07-13 03:55 mark broken code rsc
2005-07-13 03:54 add printevent rsc
2005-07-13 03:54 formatting changes; attempt at keyboard… rsc
2005-07-13 03:54 stupid sun rsc
2005-07-13 03:53 remove unused symtab rsc
2005-07-13 03:53 use more distinguishable +/- rsc
2005-07-13 03:53 needed cast rsc
2005-07-13 03:53 various needed casts rsc
2005-07-13 03:53 lets try hold mode in raw mode rsc
2005-07-13 03:52 dirbuf is an extern on sun rsc
2005-07-13 03:52 no [] initializers rsc
2005-07-13 03:52 remove X11 rsc
2005-07-13 03:52 add diskfs to buggered rsc
2005-07-13 03:52 try to use system binaries rsc
2005-07-13 03:51 invoke plan9 troff rsc
2005-07-13 03:49 Dump-like file system backup for Unix, … rsc
2005-07-13 03:48 File system access library. rsc
2005-07-12 15:24 venti, now with documentation! rsc
2005-07-12 15:23 return of venti rsc
2005-06-22 04:05 Don't insert a bogus <nil> into printed… wkj
2005-05-19 17:13 set $PLAN9 if necessary rsc
2005-05-19 14:50 update rsc
2005-05-19 14:39 fixes for vnfs rsc
2005-05-19 14:39 handle 0 precision better rsc
2005-05-12 17:07 change Runeerror rsc
2005-05-12 17:04 runeerror is 0xfffd not 0xffdf rsc
2005-05-12 16:55 handle arbitrary length names in subfon… rsc
2005-05-12 16:27 add ffdf char rsc
2005-05-12 15:20 use nice pretty new fonts rsc
2005-05-12 15:17 lots o fonts rsc
2005-05-12 14:03 add vtlognames rsc
2005-05-12 14:03 change labels to get better function bo… rsc
2005-05-12 14:03 change vtlognames rsc
2005-05-12 14:03 add autolib rsc
2005-05-07 22:42 remove declaration of errno rsc
2005-05-07 22:42 use full prototypes rsc
2005-05-07 22:42 no wide character constants; sigh rsc
2005-05-07 22:41 OS X Tiger changes rsc
2005-05-07 22:37 try to do better with headers rsc
2005-05-07 22:36 make sure to set p9unix rsc
2005-05-07 22:33 check auth_proxy return value properly rsc
2005-05-07 22:32 ignore sftp(1) rsc
2005-05-07 22:32 Fixes from Scott Schwartz rsc
2005-05-02 18:08 Placate older versions of gcc. wkj
2005-05-02 04:31 update rsc
2005-05-02 04:30 fix row dump/load inconsistency - thank… rsc
2005-05-02 04:20 Correct putsnarf-then-getsnarf race. rsc
2005-05-02 03:32 remove old tar rsc
2005-05-02 03:31 update rsc
2005-05-02 03:11 remove rule - breaks mac rsc
2005-05-01 22:28 try a different approach to .S files rsc
2005-05-01 18:40 For Mac OS X Tiger - no SIGIO, SIGWINCH… rsc
2005-05-01 18:40 OpenBSD support. rsc
2005-05-01 18:38 OpenBSD/power support. rsc
2005-05-01 17:58 Fixes from Roland Kaufmann rsc
2005-05-01 17:56 Add more smiley faces rsc
2005-05-01 17:56 Allow unicode in identifiers. rsc
2005-03-30 16:59 note netbsd support rsc
2005-03-30 16:54 update rsc
2005-03-28 19:37 more netbsd support. rsc
2005-03-28 15:58 NetBSD support. Thanks to Christoph Lo… rsc
2005-03-28 15:50 note macros rsc
2005-03-24 05:45 More debugging; do not use /dev/tty exp… rsc
2005-03-24 05:17 Automatically add - prefix, try to make… rsc
2005-03-24 05:17 Be a bit more resilient to errors. rsc
2005-03-23 20:21 update rsc
2005-03-23 20:20 unused neditwrsel rsc
2005-03-23 20:19 Two bug fixes. rsc
2005-03-21 17:36 new rsc
2005-03-21 17:29 might as well ignore these rsc
2005-03-21 17:28 use srv -a rsc
2005-03-21 17:28 move functions to appease mawk rsc
2005-03-21 17:27 document new name rsc
2005-03-21 17:27 fix cs.bell-labs.com bug rsc
2005-03-21 17:27 add -A rsc
2005-03-21 17:24 add srv -a option rsc
2005-03-21 07:37 new rsc
2005-03-21 07:37 sftp session cache rsc
2005-03-21 05:13 better expansions rsc
2005-03-21 04:56 fix q1 computation bug in expandfile().… rsc
2005-03-21 04:27 more bugs fixed; nice amount of printing rsc
2005-03-21 03:59 fix :5 in window (don't open directory)… rsc
2005-03-20 23:39 update usage, use sftp -b /dev/stdin rsc
2005-03-18 23:16 fix race rsc
2005-03-18 22:53 update rsc
2005-03-18 22:35 ignore cp rsc
2005-03-18 21:59 update rsc
2005-03-18 21:59 shut up cvs rsc
2005-03-18 21:59 correct section rsc
2005-03-18 21:52 bug fix from plan 9 rsc
2005-03-18 21:52 cleanup rsc
2005-03-18 21:51 silence gcc rsc
2005-03-18 20:05 net* => netfile* rsc
2005-03-18 19:50 allow -l without -i rsc
2005-03-18 19:35 new rsc
2005-03-18 19:35 new man page rsc
2005-03-18 19:34 set HT to 1 in html mode rsc
2005-03-18 19:34 use fixed name rsc
2005-03-18 19:34 use nil instead of 0 rsc
2005-03-18 19:33 use typecommit; use nil in place of 0 a… rsc
2005-03-18 19:33 better tag handling in dollars rsc
2005-03-18 19:33 better scrolling rsc
2005-03-18 19:32 add note about sunos rsc
2005-03-18 19:32 add print of file name rsc
2005-03-18 19:32 add uniq rsc
2005-03-18 19:30 use netfile* instead of net* rsc
2005-03-18 19:30 new files rsc
2005-03-18 19:29 will install from src dir rsc
2005-03-18 19:27 add font rsc
2005-03-18 19:27 add 9fs rsc
2005-03-18 19:27 handle 9p servers rsc
2005-03-18 19:22 add verbose9pserve environment variable… rsc
2005-03-18 19:21 drop readerr rsc
2005-03-18 19:19 new rsc
2005-03-18 19:19 add ls rsc
2005-03-18 19:18 bugger factotum because directories nev… rsc
2005-03-18 19:05 no need to setproc(0) rsc
2005-03-18 19:04 do not touch TSTP, TTIN, TTOU rsc
2005-03-18 19:04 shuffle rsc
2005-03-18 19:04 try leaving TTIN, TTOU alone rsc
2005-03-18 19:03 better error message rsc
2005-03-18 19:03 try harder to put background jobs in ba… rsc
2005-03-18 19:02 add -9 for debugging rsc
2005-03-18 19:01 ignore tstp rsc
2005-03-18 19:01 nptl brokenness rsc
2005-03-18 19:00 add for netfiles rsc
2005-03-18 18:59 search .lx, .xy, avoid .tab.[ch]. rsc
2005-03-18 18:57 add hget (no ftp support) rsc
2005-03-18 18:56 add threaddata rsc
2005-03-18 18:55 be more faithful to plan 9 environment … rsc
2005-03-18 18:54 correct command-printing bug rsc
2005-03-18 18:54 better png handling rsc
2005-03-18 18:54 add flushimage rsc
2005-03-18 18:53 add threaddata; correct Alt order rsc
2005-03-18 18:53 link to 9pm rsc
2005-03-18 18:53 bug fix rsc
2005-03-18 18:53 make src work rsc
2005-03-18 18:51 allow -- to end options rsc
2005-03-18 18:50 quiet 9l rsc
2005-03-18 18:50 even more quieting of gcc rsc
2005-03-18 18:49 use %# rsc
2005-03-18 18:09 line editing from rob rsc
2005-03-18 18:05 month old bug fix from rob rsc
2005-03-18 18:05 garbage collection rsc
2005-03-15 20:27 sunos rsc
2005-03-15 20:27 add signal.h rsc
2005-03-15 20:26 do not set $PLAN9 rsc
2005-03-15 20:26 syntax errors rsc
2005-03-15 19:50 do not add to void* rsc
2005-03-15 16:12 appease sun - nil is now just 0 instead… rsc
2005-03-15 16:11 appease sun rsc
2005-03-15 14:17 get rid of .= syntax rsc
2005-03-14 21:02 Add dollarsign support. rsc
2005-03-14 20:53 Add $foo window names back to acme, ena… rsc
2005-03-09 17:12 use plan 9 versions rsc
2005-03-08 19:11 more rsc
2005-03-06 18:10 new.fortunes rsc
2005-03-06 18:06 add u and u.rc rsc
2005-03-06 18:06 new script rsc
2005-03-05 13:11 more robust win rsc
2005-03-04 14:47 make chatty9p an extern int for the mac. rsc
2005-03-01 20:56 open: preserve error on failed open wri… rsc
2005-02-28 20:20 update rsc
2005-02-28 20:20 take two on --options rsc
2005-02-28 18:58 extra awd rsc
2005-02-28 18:58 gv has decided to rename all its -foo o… rsc
2005-02-22 16:58 Fix up OBJTYPE on 64-bit x86 FreeBSD ma… wkj
2005-02-22 16:56 Update cvs turd. wkj
2005-02-21 15:57 update rsc
2005-02-21 15:03 make directories as neeeded rsc
2005-02-21 14:25 better symlink rsc
2005-02-21 04:28 syntactically correct c code always a p… rsc
2005-02-20 22:51 bug fix from lucho rsc
2005-02-18 18:28 fix -d from lucho rsc
2005-02-17 14:21 silence yyerrlab warning rsc
2005-02-16 17:20 dump logs rsc
2005-02-16 17:15 add check for procscheduler returning rsc
2005-02-16 17:14 even quieter gcc rsc
2005-02-16 17:13 new glenda rsc
2005-02-16 17:13 make hwrite work with chunked encoding rsc
2005-02-15 18:08 hard-to-find locking bug rsc
2005-02-15 05:07 new glenda for page bottoms rsc
2005-02-15 05:07 add source links rsc
2005-02-15 05:04 whoops -- close afid in auth_freerpc rsc
2005-02-15 05:04 add support for alpha rsc
2005-02-15 05:04 ignore tty notes; still not 100% right rsc
2005-02-15 05:03 add ventilogging, vtlognames rsc
2005-02-15 05:03 add ABGR32 rsc
2005-02-14 20:27 Reduce the differences between yaccpar … wkj
2005-02-14 19:33 disable logging rsc
2005-02-14 18:58 different fix for main proc bug rsc
2005-02-14 16:11 do not use /mnt/factotum rsc
2005-02-14 07:37 use hostname -s rsc
2005-02-14 00:37 changes rsc
2005-02-14 00:19 changes rsc
2005-02-14 00:00 new rsc
2005-02-13 23:56 bug fix rsc
2005-02-13 23:44 man rsc
2005-02-13 23:29 hide xreadcons rsc
2005-02-13 23:08 more bug fixes rsc
2005-02-13 22:19 more rsc
2005-02-13 22:10 lower case rsc
2005-02-13 22:10 more on protos rsc
2005-02-13 22:09 ignore everything rsc
2005-02-13 22:09 new rsc
2005-02-13 22:05 more rsc
2005-02-13 22:02 more docs rsc
2005-02-13 21:40 no zombies rsc
2005-02-13 21:38 handle /dev/stdin always rsc
2005-02-13 19:26 add log rsc
2005-02-13 19:25 add getnetconninfo rsc
2005-02-13 18:35 use nci to label connections rsc
2005-02-13 18:35 work around stupid linux bug rsc
2005-02-13 18:35 add dsa x509 rsc
2005-02-13 18:34 add %lB for lower case rsc
2005-02-13 18:34 allow parseattr(nil) rsc
2005-02-13 18:33 bug fix rsc
2005-02-13 18:33 add local address to dial rsc
2005-02-13 18:32 add pass proto rsc
2005-02-13 18:32 bigger buffers; add rdwr rsc
2005-02-13 18:32 add ipso rsc
2005-02-13 18:32 different logging rsc
2005-02-13 18:31 add rsafill, x509req, asn1toDSApriv rsc
2005-02-13 18:31 add laddr, raddr to netconninfo rsc
2005-02-13 18:31 better editing rsc
2005-02-13 18:05 initial stab at ipso rsc
2005-02-13 18:04 more add rsc
2005-02-13 18:04 add others rsc
2005-02-13 18:04 add ssh-agent via factotum rsc
2005-02-13 18:03 new program readcons rsc
2005-02-13 05:59 new auth rsc
2005-02-13 05:58 moving to auth rsc
2005-02-12 16:48 silence gcc chatter rsc
2005-02-11 22:16 make key prompt work rsc
2005-02-11 22:16 less chatty rsc
2005-02-11 22:04 open correct factotum file rsc
2005-02-11 21:18 fix warnings rsc
2005-02-11 21:16 no anon union rsc
2005-02-11 21:06 $WSYSTYPE not WSYSTYPE rsc
2005-02-11 21:03 add x11 include rsc
2005-02-11 20:32 build changes rsc
2005-02-11 19:51 changes rsc
2005-02-11 19:50 domains rsc
2005-02-11 19:46 use ndb directly for authdial rsc
2005-02-11 19:46 do not need auth_wep or login rsc
2005-02-11 19:45 remove factotum directory rsc
2005-02-11 19:44 better handling of failed setproc rsc
2005-02-11 19:44 fix doubleclick rsc
2005-02-11 19:44 add write -l rsc
2005-02-11 19:43 update rsc
2005-02-11 19:43 more rsc
2005-02-11 19:42 unbugger rsc
2005-02-11 19:41 new rsc
2005-02-11 19:40 add ndb rsc
2005-02-11 19:39 add secstored; use readcons rsc
2005-02-11 19:21 new man pages rsc
2005-02-11 17:35 changes rsc
2005-02-11 17:01 use explicit %# rsc
2005-02-11 17:01 add fsamount, nsamount; use ndb for aut… rsc
2005-02-11 17:00 add _fsunmount; do version in fsinit; a… rsc
2005-02-11 17:00 call srv->start at start rsc
2005-02-11 16:58 hard code list of plan 9 services in ca… rsc
2005-02-11 16:58 set pid=-1 explicitly rsc
2005-02-11 16:56 bug fixes; add secstore rsc
2005-02-11 16:55 add secstore rsc
2005-02-11 16:55 add disabled to ignore list rsc
2005-02-11 16:55 better path for ahd rsc
2005-02-11 16:55 bug fix in auth rsc
2005-02-11 16:54 remove threadregs; use %# explicitly; u… rsc
2005-02-11 16:54 tweak rsc
2005-02-11 16:53 bug fixes; quieter rsc
2005-02-11 16:53 use nsamount and fsamount rsc
2005-02-11 16:52 add print buttons rsc
2005-02-11 16:52 add threadgetname rsc
2005-02-11 16:52 fix regexp license rsc
2005-02-11 16:52 fix libsec lib9 cycle rsc
2005-02-11 16:51 clean up pthread for linux rsc
2005-02-11 16:44 new allocrpc interface rsc
2005-02-11 16:44 set corpid rsc
2005-02-11 16:42 send output to fd instead of 0 rsc
2005-02-11 16:42 add link to license rsc
2005-02-11 05:23 debugging rsc
2005-02-11 02:34 reserve var rsc
2005-02-11 02:16 declare frame rsc
2005-02-11 02:14 different pthread support rsc
2005-02-11 02:02 Remove libthread_db nonsense. rsc
2005-02-11 00:01 more pthread rsc
2005-02-10 16:08 new prototypes rsc
2005-02-08 21:06 nsopen rsc
2005-02-08 21:04 auth fixes rsc
2005-02-08 21:04 add autolib rsc
2005-02-08 21:03 fix typo rsc
2005-02-08 21:03 add crypt rsc
2005-02-08 21:03 cannot assign args rsc
2005-02-08 21:03 do not use auth.h rsc
2005-02-08 21:03 add auth rsc
2005-02-08 21:02 use sysfatal rsc
2005-02-08 21:02 add crypt rsc
2005-02-08 20:58 lucho changes rsc
2005-02-08 20:41 fix paste again rsc
2005-02-08 20:35 send nul with choice rsc
2005-02-08 20:27 avoid unix special files rsc
2005-02-08 20:25 add mode chars rsc
2005-02-08 20:24 bug fix rsc
2005-02-08 20:18 add mode bits rsc
2005-02-08 20:17 expose unix mode bits rsc
2005-02-08 20:08 start adding DM bits rsc
2005-02-08 19:13 add freebsd 5.2 rsc
2005-02-08 19:13 bug fix rsc
2005-02-08 19:13 remove debugging rsc
2005-02-08 19:08 play nicer with others w.r.t. signal ma… rsc
2005-02-08 18:36 document bash stupidity rsc
2005-02-08 18:33 try to handle DEL better rsc
2005-02-08 18:01 Maybe it will run on SunOS 5.8 now. rsc
2005-02-08 17:56 Avoid yet another X11 stack overflow. rsc
2005-02-03 15:41 stupid gcc rsc
2005-02-02 22:32 silence archive warning for .a files rsc
2005-02-02 22:27 more nowsys rsc
2005-02-02 22:08 use LOCAL.config rsc
2005-02-02 22:04 break x11 for sure rsc
2005-02-01 20:29 do not use linux mc rsc
2005-01-31 07:14 add stack to list rsc
2005-01-30 19:45 do not readdir files - from zoltan jarai rsc
2005-01-30 18:00 disable chording rsc
2005-01-30 17:09 fix mkfile again rsc
2005-01-30 16:50 add ranlib for mac rsc
2005-01-30 16:49 add - rsc
2005-01-30 16:49 add lex files rsc
2005-01-30 16:48 why bother? rsc
2005-01-30 16:35 osprocid can be -1 rsc
2005-01-30 16:34 silence warning rsc
2005-01-30 16:34 add errors file rsc
2005-01-30 16:30 fix mintag bug - thanks lucho rsc
2005-01-30 16:29 document -a rsc
2005-01-30 16:29 document -a, Indent rsc
2005-01-30 16:28 respect sysname rsc
2005-01-30 16:28 use correct graphics format rsc
2005-01-30 16:27 handle sysnames in labels rsc
2005-01-30 15:59 handle non-zero mintag properly rsc
2005-01-29 17:03 update usage rsc
2005-01-29 16:50 add diff -a rsc
2005-01-28 05:41 better offset handling rsc
2005-01-27 20:55 cope with unix ORCLOSE rsc
2005-01-27 20:52 fix rowdump bug rsc
2005-01-27 20:36 remove searching print; check fids in u… rsc
2005-01-27 19:28 add here rsc
2005-01-27 19:27 do not use cvs for here rsc
2005-01-27 19:24 how did we lose this? rsc
2005-01-27 07:20 remove debugging print rsc
2005-01-27 06:10 add autoindent (-a) and chording. clean… rsc
2005-01-26 07:10 add -c option rsc
2005-01-26 04:02 handle @ better in winsize rsc
2005-01-24 03:57 update rsc
2005-01-24 03:45 update rsc
2005-01-24 00:49 volatile rsc
2005-01-23 23:19 more searchpath-related changes rsc
2005-01-23 23:02 document isum rsc
2005-01-23 22:58 stupid bugs rsc
2005-01-23 22:57 rename scheduler to have a more distinc… rsc
2005-01-23 22:57 avoid saying unsigned long, for unix po… rsc
2005-01-23 22:57 add undocumented Abort builtin rsc
2005-01-23 22:56 do not clobber register names rsc
2005-01-23 22:56 add stack rsc
2005-01-23 22:56 document -q rsc
2005-01-23 22:55 document core and stack rsc
2005-01-23 22:51 sort cores; print stack as command rsc
2005-01-23 22:51 changes mainly for threading support rsc
2005-01-23 22:51 less verbose rsc
2005-01-23 22:48 change to use attach functions. $a mean… rsc
2005-01-23 22:48 Working on better handling of multithre… rsc
2005-01-23 22:41 document searchpath(3) rsc
2005-01-23 22:33 Add searchpath(). rsc
2005-01-23 22:33 Extract more data from core dumps. rsc
2005-01-23 22:33 Start working through proper handling o… rsc
2005-01-23 16:02 Apparently SuSE 9.1's X distribution us… rsc
2005-01-23 01:55 redirect debugging output of isnptl rsc
2005-01-21 20:23 arg count rsc
2005-01-21 20:21 use better versions rsc
2005-01-21 06:51 replace mdir with mkdir; oops rsc
2005-01-20 22:59 ignore host read eof while exiting rsc
2005-01-20 17:53 todo rsc
2005-01-20 17:52 core has been written rsc
2005-01-19 19:48 use correct yacc rsc
2005-01-19 19:17 more ignores rsc
2005-01-19 19:12 add errno rsc
2005-01-19 17:11 fixes rsc
2005-01-19 17:04 show only interesting log entries rsc
2005-01-19 16:51 do not use shutdown on mac rsc
2005-01-19 16:50 avoid c99 rsc
2005-01-19 16:48 avoid c99 extensions rsc
2005-01-19 16:45 bad $variable names rsc
2005-01-19 16:44 try again rsc
2005-01-19 16:42 try again at x86-64 rsc
2005-01-19 04:05 continue x86-64 rsc
2005-01-19 03:53 do not close -1 rsc
2005-01-19 01:17 update rsc
2005-01-19 00:38 do not translate man pages rsc
2005-01-19 00:25 do not use rpath on Darwin rsc
2005-01-18 20:53 proccreate race rsc
2005-01-18 20:49 free hdr->cmd rsc
2005-01-18 20:49 extract cmd in right place rsc
2005-01-18 20:45 add rsc
2005-01-18 20:26 add core cmd rsc
2005-01-18 20:26 print core cmd rsc
2005-01-18 20:17 run LOCAL.INSTALL rsc
2005-01-18 20:17 check for lack of registers rsc
2005-01-18 20:17 bigger chunking rsc
2005-01-18 20:17 add threadgetname rsc
2005-01-18 20:15 bug fixes rsc
2005-01-18 18:52 update 9menu url rsc
2005-01-18 18:34 gone rsc
2005-01-18 18:31 update rsc
2005-01-18 18:26 add threadspawnl rsc
2005-01-18 18:17 silence useless errors rsc
2005-01-18 18:14 explain nptl stuff rsc
2005-01-18 18:13 explain nptl stuff rsc
2005-01-18 18:13 better exit handling rsc
2005-01-18 18:11 add fsseek rsc
2005-01-18 18:11 use domain name rsc
2005-01-18 06:02 remove hard-coded /usr/local/plan9 rsc
2005-01-18 06:02 add cvs server link rsc
2005-01-18 05:59 look in right place for 64-bit X libs rsc
2005-01-18 05:57 add x86 64 rsc
2005-01-18 05:57 64-bit nonsense rsc
2005-01-18 05:47 x rsc
2005-01-18 05:44 change vacfs ref rsc
2005-01-18 05:43 better comment rsc
2005-01-18 05:42 shorter rsc
2005-01-18 05:25 remove venti for now rsc
2005-01-17 21:38 important to -lpthread rsc
2005-01-17 21:33 more binaries rsc
2005-01-17 21:32 nptl dependencies rsc
2005-01-17 21:30 more exits rsc
2005-01-17 21:30 allow config to override kernel version rsc
2005-01-17 21:29 do not call exits in threaded programs rsc
2005-01-17 21:27 use 9 ps rsc
2005-01-17 21:27 formatting rsc
2005-01-17 20:57 source $PLAN9/config rsc
2005-01-17 15:37 nil deref rsc
2005-01-16 23:06 minor mods rsc
2005-01-16 23:01 vacfs has been ported! rsc
2005-01-16 23:00 add note about html rsc
2005-01-16 22:58 vacfs rsc
2005-01-16 22:57 different naming convention rsc
2005-01-16 21:33 update rsc
2005-01-16 21:32 indices rsc
2005-01-16 21:32 tweaks rsc
2005-01-16 21:31 better HR rsc
2005-01-16 21:31 useful warning comment rsc
2005-01-16 21:30 handle section (9p) rsc
2005-01-16 21:30 typo rsc
2005-01-16 21:30 describe new return values rsc
2005-01-16 21:30 tweaks rsc
2005-01-16 21:29 descriptions rsc
2005-01-16 21:29 oops rsc
2005-01-16 21:29 dregs from unix rsc
2005-01-16 21:28 update return interface rsc
2005-01-16 21:16 use EARGF rsc
2005-01-16 21:15 make vacfs work; thanks to lucho rsc
2005-01-16 21:13 must use tcp explicitly rsc
2005-01-16 20:56 use -Wl,-rpath for gcc rsc
2005-01-16 17:37 too big fd rsc
2005-01-15 20:54 Long-standing bug in syminit, tickled b… rsc
2005-01-15 16:34 use threadexits instead of exits rsc
2005-01-14 23:46 cat does take arguments! rsc
2005-01-14 23:45 note from axel rsc
2005-01-14 22:23 describe diff -uc rsc
2005-01-14 22:21 fix quote font rsc
2005-01-14 22:13 add link to 9wm page rsc
2005-01-14 21:23 cd rsc
2005-01-14 21:09 linux rsc
2005-01-14 21:01 fix urls rsc
2005-01-14 21:01 fixurls rsc
2005-01-14 20:53 ridiculous precision rsc
2005-01-14 20:49 tweaks rsc
2005-01-14 20:47 link directly rsc
2005-01-14 20:42 note html files rsc
2005-01-14 20:41 changes rsc
2005-01-14 20:21 floating percent rsc
2005-01-14 20:14 better href rsc
2005-01-14 20:13 mkindex rsc
2005-01-14 20:13 install rsc
2005-01-14 20:13 maketarball rsc
2005-01-14 20:12 add index rsc
2005-01-14 20:08 no /fd/0 rsc
2005-01-14 19:51 howto rsc
2005-01-14 19:43 add interesting pages rsc
2005-01-14 19:43 update paths rsc
2005-01-14 19:42 license rsc
2005-01-14 19:37 documet openfd rsc
2005-01-14 19:29 need intro rsc
2005-01-14 19:27 removed rsc
2005-01-14 19:27 renamed rsc
2005-01-14 19:03 document man rsc
2005-01-14 18:49 avoid renaming /usr/local/plan9-foo rsc
2005-01-14 18:46 stupid sun rsc
2005-01-14 18:38 try to fix sun rsc
2005-01-14 18:35 stupid sun rsc
2005-01-14 18:35 stupid programmer rsc
2005-01-14 18:33 smart sun rsc
2005-01-14 18:32 stupid sun rsc
2005-01-14 18:26 use install.log rsc
2005-01-14 18:25 stupid sun rsc
2005-01-14 18:21 stupid sun rsc
2005-01-14 18:11 oops sunos rsc
2005-01-14 18:05 signedness rsc
2005-01-14 18:03 shut up rsc
2005-01-14 18:02 log everything rsc
2005-01-14 18:01 add anhtml rsc
2005-01-14 18:00 better job at cleaning rsc
2005-01-14 17:58 build man pages rsc
2005-01-14 17:57 not reached rsc
2005-01-14 17:56 add procwakeupandunlock rsc
2005-01-14 17:55 silence warning rsc
2005-01-14 17:43 ignore generated html rsc
2005-01-14 17:40 fix unsharp rsc
2005-01-14 17:37 cut out the html - they're going to cau… rsc
2005-01-14 17:31 where did this change go? rsc
2005-01-14 05:55 update rsc
2005-01-14 05:55 paranoia rsc
2005-01-14 05:42 must let $PLAN9 be overrided in 9 and 9… rsc
2005-01-14 05:28 fixes rsc
2005-01-14 04:24 works on Linux 2.6 rsc
2005-01-14 03:45 checkpoint rsc
2005-01-14 03:33 64-bit fixes from lucho rsc
2005-01-14 03:27 some changes rsc
2005-01-14 00:33 discovered $newmember rsc
2005-01-13 04:58 these mkfiles only confuse rsc
2005-01-13 04:56 forgotten files rsc
2005-01-13 04:53 cheat on changes rsc
2005-01-13 04:50 more small changes rsc
2005-01-13 04:49 Many small edits. rsc
2005-01-12 17:18 missed this rsc
2005-01-12 16:59 maintain $path and $PATH simultaneously rsc
2005-01-11 21:28 no more 9commands rsc
2005-01-11 21:28 paranoia rsc
2005-01-11 21:06 don't rfork(RFNOTEG) because then you l… rsc
2005-01-11 20:58 change scripts back to /usr/local/plan9… rsc
2005-01-11 20:57 get rid of the 9foo commands in favor o… rsc
2005-01-11 20:57 better cleanup of tmp files rsc
2005-01-11 19:52 update rsc
2005-01-11 19:46 fix cflags rsc
2005-01-11 19:46 unbugger postscript rsc
2005-01-11 19:46 add $plan9 variable rsc
2005-01-11 19:45 updates rsc
2005-01-11 19:44 invoke rc rsc
2005-01-11 19:44 invoke page better rsc
2005-01-11 19:35 more fun with macs rsc
2005-01-11 19:23 fun with applescript rsc
2005-01-11 17:59 handle \*9 rsc
2005-01-11 17:49 remove references to hardcoded /usr/loc… rsc
2005-01-11 17:43 os x changes rsc
2005-01-11 17:39 add \*9 string rsc
2005-01-11 17:37 use macro for /usr/local/plan9 rsc
2005-01-11 17:14 fixes for openbsd rsc
2005-01-11 16:48 changes from rob rsc
2005-01-10 00:28 do rfork(RFNOTEG) before exec rsc
2005-01-10 00:23 document -r rsc
2005-01-10 00:21 add -r flag to reverse scrolling behavi… rsc
2005-01-07 23:26 add 9 rsc
2005-01-07 23:11 oops rsc
2005-01-07 23:11 symopen rsc
2005-01-07 23:11 tweaks rsc
2005-01-07 23:10 symopen rsc
2005-01-07 22:59 oops rsc
2005-01-07 21:47 initial darwin rsc
2005-01-07 20:52 allow lock passing rsc
2005-01-07 20:45 symopen rsc
2005-01-07 20:41 new program from presotto rsc
2005-01-07 20:40 oops rsc
2005-01-07 20:29 mention freebsd nonsense rsc
2005-01-07 20:25 avoid <{} rsc
2005-01-07 20:07 fix from axel rsc
2005-01-07 19:17 bug fix rsc
2005-01-07 19:12 add adict rsc
2005-01-07 19:11 fix sunos rsc
2005-01-07 19:10 rename /usr/local/plan9 for alternate i… rsc
2005-01-07 18:52 unbugger rsc
2005-01-07 18:51 remove target on failure (sun) rsc
2005-01-07 18:45 small hidings rsc
2005-01-07 18:44 seems to correct lack of focus when com… rsc
2005-01-07 18:06 freebsd5 rsc
2005-01-07 18:04 gcc rsc
2005-01-07 18:04 oops rsc
2005-01-07 18:03 debugging for sam, and an old fix forgo… rsc
2005-01-07 17:41 Update CVS turd. wkj
2005-01-07 17:38 First pass at supporting FreeBSD 5.x. I… wkj
2005-01-07 17:26 debugging rsc
2005-01-07 17:21 more name conflicts rsc
2005-01-07 17:20 stupid FreeBSD name conflict rsc
2005-01-07 17:06 ignore spurious sigchilds on sunos rsc
2005-01-07 08:02 success on the sun rsc
2005-01-07 07:47 sunos fixes rsc
2005-01-07 07:28 accomodate sun nm format rsc
2005-01-07 07:19 do not depend on flock rsc
2005-01-07 07:16 add -mt for sun rsc
2005-01-07 07:15 better status handling for sun rsc
2005-01-07 06:41 no need to include sec.h rsc
2005-01-07 06:40 do full dependency graph using librarie… rsc
2005-01-07 04:05 add _flushmemscreen declaration rsc
2005-01-07 04:03 add declaration for elfdl386mapdl. rsc
2005-01-07 04:02 make regdesc global rsc
2005-01-07 04:01 add regdesc back. rsc
2005-01-06 23:45 use fmtvprint to avoid needing to copy … rsc
2005-01-06 23:43 add _procwakeupandunlock to help ease l… rsc
2005-01-06 23:13 go back to 1000 scheds rsc
2005-01-06 23:11 more precision on time rsc
2005-01-06 23:08 add some annoying lock loop prints -- l… rsc
2005-01-06 23:07 more debugging rsc
2005-01-06 23:06 fix autolib for gcc3+ rsc
2005-01-05 04:01 exit on eof rsc
2005-01-04 22:44 update mkmk.sh rsc
2005-01-04 22:43 scrolling rsc
2005-01-04 22:41 add new | syntax. syntax will change. rsc
2005-01-04 22:33 man page checking rsc
2005-01-04 22:32 ignore build dirs rsc
2005-01-04 22:31 forgot this rsc
2005-01-04 22:30 in with the new rsc
2005-01-04 22:30 in with the new rsc
2005-01-04 22:23 add _threaddaemonize rsc
2005-01-04 22:22 more debugging rsc
2005-01-04 22:22 better handling rsc
2005-01-04 22:21 remove thread.c rsc
2005-01-04 22:21 use 9pclient rsc
2005-01-04 22:21 good thing no one uses this. rsc
2005-01-04 22:20 do not free r until done with it! rsc
2005-01-04 22:20 hide some routines rsc
2005-01-04 22:20 minor fixes; hide some routines rsc
2005-01-04 22:19 no need for disk or scsi rsc
2005-01-04 22:19 fix error message rsc
2005-01-04 22:19 cache answer rsc
2005-01-04 22:19 add execl and rand rsc
2005-01-04 22:19 cache answer rsc
2005-01-04 22:18 avoid duplicated code. guarantee that E… rsc
2005-01-04 22:18 use fcntl F_SETLK instead of flock, for… rsc
2005-01-04 22:18 exception names rsc
2005-01-04 22:17 unused variables rsc
2005-01-04 22:17 use 9pclient rsc
2005-01-04 22:17 parse -s option rsc
2005-01-04 22:17 do threading right rsc
2005-01-04 22:17 exit correctly rsc
2005-01-04 22:16 exit correctly. rsc
2005-01-04 22:16 use 9pclient rsc
2005-01-04 22:16 add boston rsc
2005-01-04 22:15 more tests rsc
2005-01-04 22:13 3d color cube rsc
2005-01-04 22:12 mustn't forget this rsc
2005-01-04 22:12 more files rsc
2005-01-04 22:11 new scripts rsc
2005-01-04 22:10 don't use (){} struct constructor rsc
2005-01-04 22:10 Goodbye SHORTLIB rsc
2005-01-04 22:09 use 9pclient instead of fs rsc
2005-01-04 22:09 good bye SHORTLIB rsc
2005-01-04 22:09 set SYSVERSION for 9c rsc
2005-01-04 22:09 bugger fs in case it comes back rsc
2005-01-04 22:08 add boston rsc
2005-01-04 22:07 add threadnotify rsc
2005-01-04 22:07 more binaries to ignore rsc
2005-01-04 21:39 clean up mkfile; fix winctlprint bug re… rsc
2005-01-04 21:29 don't need to rename Fid rsc
2005-01-04 21:28 don't need to rename Fid anymore rsc
2005-01-04 21:28 back to threadnotify rsc
2005-01-04 21:27 change to use new library. rsc
2005-01-04 21:27 typo flags => flag rsc
2005-01-04 21:26 new prototype rsc
2005-01-04 21:26 don't be dumb. rsc
2005-01-04 21:26 small fixes; goodbye SHORTLIB rsc
2005-01-04 21:25 change comparison function to be consis… rsc
2005-01-04 21:25 have lrand now rsc
2005-01-04 21:25 allow - as input file rsc
2005-01-04 21:24 more debugging rsc
2005-01-04 21:24 an old saddle rsc
2005-01-04 21:23 placeholder; does not yet build rsc
2005-01-04 21:23 3D geometry rsc
2005-01-04 21:22 lib9pclient is the new libfs rsc
2005-01-04 21:21 more include files. rsc
2005-01-04 21:20 man pages changes rsc
2005-01-04 21:18 autolib rsc
2005-01-04 21:17 fs.h => 9pclient.h rsc
2005-01-04 21:17 autolib, p9rand, p9execl rsc
2005-01-04 21:15 modifications for firefox rsc
2005-01-04 21:15 use kill -9 instead rsc
2005-01-04 21:15 use $USER instead of whoami rsc
2005-01-04 21:15 allow file names as arguments rsc
2005-01-04 21:14 show the amount of memory in use instea… rsc
2005-01-04 21:14 allow kill of pids. recognize -sig. rsc
2005-01-04 21:13 9c: ignore autolib symbols 9l: use auto… rsc
2005-01-04 21:12 be more careful about not executing sel… rsc
2005-01-03 06:41 Add mkfile to keep indices up to date. rsc
2005-01-03 06:40 Some man pages. rsc
2005-01-02 19:46 remove libfs. now lib9pclient rsc
2005-01-02 03:45 add ? for unknown plumbs rsc
2004-12-31 05:37 change _p9pow10 to fmtpow10 rsc
2004-12-30 18:07 updates from andrey rsc
2004-12-29 02:44 Rename lrand to p9lrand, too. wkj
2004-12-29 02:42 scroll virtual windows using mouse scro… rsc
2004-12-29 01:33 Use #define to move rand and srand to p… wkj
2004-12-29 01:32 Use osreldate.h to determine OS version… wkj
2004-12-29 01:32 GC now-unused FreeBSD-specific #defines. wkj
2004-12-29 01:30 Avoid conflicts with stdlib. wkj
2004-12-29 01:29 Use FreeBSD-approved method for determi… wkj
2004-12-29 01:29 GC unused variables. wkj
2004-12-29 01:28 Update mkmk.sh. wkj
2004-12-29 01:27 Formatting nits. wkj
2004-12-29 01:27 #define pow10 to _p9pow10 as a stop-gap. wkj
2004-12-29 01:25 Appease the time_t monster. wkj
2004-12-29 01:25 Include netinet/in.h to get ntohs proto… wkj
2004-12-29 01:24 Formatting nit. wkj
2004-12-28 23:27 fix up extraction procedures rsc
2004-12-28 23:27 compiler appeasement rsc
2004-12-28 23:27 declare elfdl386mapdl rsc
2004-12-28 23:26 small changes for build rsc
2004-12-28 23:21 add virtual desktop patch from andrey rsc
2004-12-28 23:20 be like plan 9 plumber rsc
2004-12-28 23:15 vac is not buggered anymore rsc
2004-12-28 23:15 thread is not buggered anymore rsc
2004-12-28 23:14 remove Bfmt*, add Bvprint rsc
2004-12-28 23:14 set flag for freebsd 5 rsc
2004-12-28 23:13 add crop rsc
2004-12-28 22:36 restore old plan 9 property that when t… rsc
2004-12-28 22:29 avoid use of an extra proc rsc
2004-12-28 22:13 remove debugging print rsc
2004-12-28 22:11 remove race between openfdthread and co… rsc
2004-12-28 20:01 make these files look like plan 9's rsc
2004-12-28 19:25 check against plan 9 rsc
2004-12-28 19:18 add bvprint rsc
2004-12-28 19:18 fix Bprint yet again rsc
2004-12-28 17:35 move linux ureg code to portable file rsc
2004-12-28 17:34 fix bug in bprint. fmtprint => fmtvpri… rsc
2004-12-28 17:34 FreeBSD tweaks rsc
2004-12-28 04:20 more freebsd work rsc
2004-12-28 04:04 add threadlinklibrary rsc
2004-12-28 03:50 attempt at FreeBSD pre-5 support rsc
2004-12-28 03:42 remove debugging rsc
2004-12-28 03:41 add va_start/va_end. rsc
2004-12-28 03:40 use fmtprint to avoid va_copy rsc
2004-12-28 01:45 add threaddaemonize rsc
2004-12-28 01:45 more little compile fixes rsc
2004-12-28 01:37 use threaddaemonize rsc
2004-12-28 01:36 new test program rsc
2004-12-28 01:35 add threaddaemonize(), more bug fixes rsc
2004-12-27 21:05 add note that vac should work. rsc
2004-12-27 19:40 use getuser instead of getenv("USER"). … rsc
2004-12-27 19:36 secstore from ehg rsc
2004-12-27 19:13 silence various warnings rsc
2004-12-27 19:13 change to use new thread library rsc
2004-12-27 19:12 yield now returns the number of switche… rsc
2004-12-27 19:11 better exec handling rsc
2004-12-27 19:11 add awaitfor and waitfor rsc
2004-12-27 18:21 starting to work on Linux rsc
2004-12-27 17:19 shuffle to allow use of execchan in non… rsc
2004-12-27 17:01 more features rsc
2004-12-27 16:57 dumb porting bugs rsc
2004-12-27 16:56 use new thread library rsc
2004-12-27 16:53 figure out which files to put in the li… rsc
2004-12-27 16:52 linux pre-2.6 implementation rsc
2004-12-27 16:52 start linux pre-2.6 port rsc
2004-12-27 05:21 good test programs rsc
2004-12-27 05:18 lock using Lock instead of QLock. qlock… rsc
2004-12-27 03:49 confine pthreads to pthread.c rsc
2004-12-27 03:36 add chansetname prototype rsc
2004-12-27 03:22 as wkj pointed out, notifyseton should … rsc
2004-12-27 01:22 fix to handle new rsc
2004-12-27 01:22 remove debugging rsc
2004-12-27 01:16 changes from plan 9 rsc
2004-12-27 00:38 change to use new thread library rsc
2004-12-27 00:38 clone is a bad word on linux rsc
2004-12-27 00:38 handle pty correctly on linux rsc
2004-12-27 00:36 add readn to avoid need for plan9port l… rsc
2004-12-27 00:32 change to use new thread library rsc
2004-12-27 00:14 various changes from plan 9 rsc
2004-12-27 00:13 signal handling, add prototype for pthr… rsc
2004-12-27 00:13 bug fix -- need to enqueue before sendi… rsc
2004-12-27 00:13 changes from plan 9 rsc
2004-12-27 00:12 change to use new thread library rsc
2004-12-27 00:12 bad name rsc
2004-12-27 00:12 add for porting rsc
2004-12-27 00:11 porting changes rsc
2004-12-27 00:11 fmtdef.h needed for VA_COPY rsc
2004-12-27 00:11 add isNaN rsc
2004-12-27 00:11 forgot this rsc
2004-12-26 23:59 add portdate rsc
2004-12-26 23:59 changes from plan 9. some clean-up. rsc
2004-12-26 23:48 add portdate rsc
2004-12-26 23:45 add portdate rsc
2004-12-26 23:42 changes from plan 9 rsc
2004-12-26 23:31 add portdate rsc
2004-12-26 23:26 plan 9 changes rsc
2004-12-26 23:26 add portdate rsc
2004-12-26 23:24 use new thread library rsc
2004-12-26 23:24 use volatile correctly rsc
2004-12-26 23:23 add portdate rsc
2004-12-26 23:19 add portdate rsc
2004-12-26 23:17 add proper locking for libfmt! rsc
2004-12-26 23:17 plan 9 changes rsc
2004-12-26 23:10 add portdate rsc
2004-12-26 23:08 portdates rsc
2004-12-26 23:07 more tests rsc
2004-12-26 23:07 import changes from plan 9 rsc
2004-12-26 22:36 pick up plan 9 fltfmt changes rsc
2004-12-26 22:36 various little changes. rsc
2004-12-26 21:51 cleanups - lots of removed files now in… rsc
2004-12-26 21:50 add for unix port rsc
2004-12-26 21:50 add for unix port rsc
2004-12-26 21:50 clean up for unix port rsc
2004-12-26 21:46 updates from plan 9 rsc
2004-12-26 21:37 make work with new thread library rsc
2004-12-26 02:10 update to use new thread library rsc
2004-12-26 02:08 remove empty qlock.c rsc
2004-12-25 22:03 better unwinding for 386. rsc
2004-12-25 22:01 help for libthread_db (define ps_procha… rsc
2004-12-25 22:00 more thread support, also add freebsd 5 rsc
2004-12-25 22:00 new thread library rsc
2004-12-25 22:00 clean up headers rsc
2004-12-25 21:57 more new libthread rsc
2004-12-25 21:56 New thread library rsc
2004-12-25 01:54 fix from forsyth via rob rsc
2004-12-24 07:12 match Linux 2.6 kernel better rsc
2004-12-23 20:58 oops -> change mpdigit from long to ulo… rsc
2004-11-15 16:19 allow last column to be deleted rsc
2004-11-08 16:04 still more files rsc
2004-11-08 16:03 extra files rsc
2004-11-08 16:03 more thread work rsc
2004-11-03 14:27 stupid port bug. cannot use %ld to pri… rsc
2004-11-01 17:26 bug fix in Get from rob rsc
2004-10-23 02:59 clean up signal handling rsc
2004-10-22 18:46 figure out which thread implementation … rsc
2004-10-22 18:45 try to implement the daemonize hack. rsc
2004-10-22 18:11 handle interrupt right rsc
2004-10-22 18:11 gas workaround rsc
2004-10-22 17:15 new test program rsc
2004-10-22 17:15 debugging, more pthreads crap rsc
2004-10-22 17:14 make sure a write of 0 bytes does a 0-l… rsc
2004-10-22 17:13 print 0 %ux as 0x0 rsc
2004-10-22 17:12 more debugging rsc
2004-10-22 17:12 try to avoid calling notify on the "dum… rsc
2004-10-22 17:11 add core dump and signal to status line rsc
2004-10-22 17:11 change md argument to number etc. (whic… rsc
2004-10-22 17:08 formatting rsc
2004-10-22 17:05 exit 9p on interrupt signal. should do… rsc
2004-10-22 17:04 run 9c before 9a because gas doesn't ex… rsc
2004-10-22 17:02 update change file rsc
2004-10-17 05:33 use threadexitsall rsc
2004-10-17 05:29 print out signalled exits rsc
2004-10-17 05:19 add ulimit and umask as builtins rsc
2004-10-17 04:18 remove socket at exit rsc
2004-10-17 04:06 fix interrupt handling, add clumsy way … rsc
2004-10-17 04:02 finally got these working rsc
2004-10-17 00:12 bug fix in Zerox arrow handling from rob rsc
2004-10-16 23:29 embarrassing bug in keyboard data rsc
2004-09-28 16:23 Fix bug in rune half of __fmtcpy report… rsc
2004-09-28 16:10 autoindent fixes from rob rsc
2004-09-23 21:40 add this. rsc
2004-09-23 19:03 add pthread rsc
2004-09-23 03:25 Add // to acid thread line so it is exe… rsc
2004-09-23 03:06 Get rid of 9proc. rsc
2004-09-23 03:05 Get rid of 64-bit constants. rsc
2004-09-23 03:04 Add stringn builtin. rsc
2004-09-23 03:01 Continue fighting pthreads. Clean up th… rsc
2004-09-21 01:11 Continue the pthreads torture. rsc
2004-09-21 01:06 little fixes rsc
2004-09-20 15:08 various forgotten files rsc
2004-09-20 15:07 bug fix rsc
2004-09-17 22:11 was ffork-Linux.c. rsc
2004-09-17 22:09 Bite the bullet. Have to use different… rsc
2004-09-17 22:08 small tweaks rsc
2004-09-17 22:07 turn *off* safer mode, so that we can v… rsc
2004-09-17 22:06 tweaks rsc
2004-09-17 03:34 Continue switching library over to pthr… rsc
2004-09-17 00:38 Rewrite to remove dependence on rendezv… rsc
2004-08-22 15:39 PowerPC Linux support from ericvh. Main… rsc
2004-08-22 15:39 Seems like -swap is needed for landscap… rsc
2004-08-22 15:38 call wmail to send mail. rsc
2004-08-17 15:32 fix various little bugs rsc
2004-08-17 15:30 Fix huge bug in lex, introduced by port… rsc
2004-08-16 17:20 handle grap.defines properly rsc
2004-08-13 14:23 better handling of top/active rsc
2004-08-13 13:57 better mask handling, don't raise windo… rsc
2004-08-11 15:54 Update the history. wkj
2004-08-11 02:18 today's changes. rsc
2004-08-11 02:16 plumbing foo.html now sends it to the e… rsc
2004-08-11 01:56 More consistent use of _exits and exits… rsc
2004-08-06 14:14 forgot to write this change before rsc
2004-08-06 12:57 different delete handling from axel. wh… rsc
2004-08-06 12:44 Make comment match code. rsc
2004-08-02 15:21 Try to be more clever about re-enabling… wkj
2004-07-09 01:54 Compare function pointers against 0 rat… wkj
2004-07-09 01:34 Wc used but not set. wkj
2004-07-03 18:35 CVS turd update. wkj
2004-07-03 18:35 Don't make foo and foo.tab for foo.y. wkj
2004-07-03 18:07 Empty changelog wkj
2004-07-03 17:48 Placate the Sun monster. wkj
2004-07-03 17:47 Don't confuse the Sun. wkj
2004-07-03 17:46 Vanilla Mozilla, too. wkj
2004-06-25 13:56 Fix missing parameter type. From rob. wkj
2004-06-24 00:36 Fix from rob. wkj
2004-06-21 03:37 fix temp dir rsc
2004-06-20 16:35 add x11 geom rsc
2004-06-20 16:30 unused variable rsc
2004-06-20 16:29 fix scrolling rsc
2004-06-17 21:19 remove temp files on close rsc
2004-06-17 21:16 another flush bug fix rsc
2004-06-17 21:13 attempt better flushing ' rsc
2004-06-17 20:44 less aborting, more chatting rsc
2004-06-17 19:18 add cache function rsc
2004-06-17 19:17 silly cache hack, also fix vtfilewriteb… rsc
2004-06-17 18:51 little bug fixes rsc
2004-06-17 16:26 fix initial x y rsc
2004-06-17 03:34 add key syms. where did these go? rsc
2004-06-17 03:33 va_arg fix rsc
2004-06-17 03:31 fix alt on mac rsc
2004-06-17 03:31 respect Xresources geometry. from pete… rsc
2004-06-17 03:31 fix bugs rsc
2004-06-17 03:30 look for $HOME - thanks to peter cannin… rsc
2004-06-17 03:28 ignore most rsc
2004-06-17 03:28 bugger auth and authsrv rsc
2004-06-17 03:28 these do work rsc
2004-06-17 03:27 basically none of these build rsc
2004-06-17 03:25 lightweight look for ghostview (psv) rsc
2004-06-17 03:18 Need to compile strdup.c; this script p… wkj
2004-06-17 01:59 More CVS turds. wkj
2004-06-17 01:59 Unused variable. wkj
2004-06-17 01:47 Dump9660 (and mk9660). Until we either… wkj
2004-06-17 01:46 Import proto file parser for dump9660. wkj
2004-06-16 23:51 it is time rsc
2004-06-16 16:45 various fixes rsc
2004-06-16 16:45 publish p9dialparse rsc
2004-06-16 16:43 fix problem in cache. rsc
2004-06-16 15:32 do a better job with 64-bit files rsc
2004-06-16 15:31 probably fix bug in seek rsc
2004-06-16 03:50 DAMN BERKELEY. rsc
2004-06-16 03:12 extra assertion, fix leak in vtread rsc
2004-06-14 21:43 change corrupt type rsc
2004-06-14 21:43 changes rsc
2004-06-13 20:08 handle 64-bit file sizes rsc
2004-06-11 18:57 get this right rsc
2004-06-11 14:38 add OLOCK rsc
2004-06-11 14:38 add OLOCK rsc
2004-06-11 12:52 back to 32 bit for now rsc
2004-06-11 04:33 maybe 64-bit better rsc
2004-06-11 04:13 scrolling rsc
2004-06-11 04:13 scrolling rsc
2004-06-11 04:12 scrolling rsc
2004-06-10 19:52 use psv rsc
2004-06-10 19:51 gv wrapper rsc
2004-06-10 19:50 make gv look better rsc
2004-06-09 14:57 i think this is everything. rsc
2004-06-09 14:56 let's try this rsc
2004-06-09 14:55 handle opaque structs better rsc
2004-06-09 14:54 mouse scrolling rsc
2004-06-09 14:54 Despite what rsc says, I'm not sure the… wkj
2004-06-09 14:53 remove print rsc
2004-06-09 14:33 detail changes rsc
2004-06-09 14:29 wkj says to do this rsc
2004-06-09 14:26 asdf rsc
2004-06-09 14:25 add -C for cpu rsc
2004-06-09 14:25 catch strdup, malloc, and friends rsc
2004-06-09 14:23 clean up children more often rsc
2004-06-09 14:22 dumb maps again rsc
2004-06-09 14:22 asdf rsc
2004-06-09 14:15 add strdup for debugging. rsc
2004-06-09 14:14 work much harder to reclaim stacks rsc
2004-06-09 14:13 satisfy valgrind rsc
2004-06-09 14:13 add network routines rsc
2004-06-09 14:12 use plan9 malloc rsc
2004-06-09 14:11 don't require x rsc
2004-06-09 14:11 add network dialing rsc
2004-06-09 14:10 various debugging rsc
2004-06-09 14:07 plumb urls and html to web browsers rsc
2004-06-09 14:06 use libplumb instead rsc
2004-06-09 14:05 handle local files better rsc
2004-06-09 14:04 change to plumb better rsc
2004-06-09 14:03 debugging rsc
2004-06-09 14:01 Buttons 4 and 5 rsc
2004-06-09 14:01 Buttons 4 and 5. rsc
2004-06-09 14:01 Add buttons 4 and 5 (scrolling on X). rsc
2004-06-03 14:26 More cvs turds. wkj
2004-06-03 14:25 This should never have been committed i… wkj
2004-06-03 14:24 Libip builds for me on FreeBSD and MacO… wkj
2004-05-29 01:02 Forgot this a week ago. wkj
2004-05-23 23:26 small bug fixes rsc
2004-05-23 01:00 make sure only one guy can call exit. rsc
2004-05-23 00:59 various bug fixes and paranoia rsc
2004-05-23 00:59 various debugging rsc
2004-05-23 00:58 lock malloc ourselves rsc
2004-05-23 00:58 be careful about not switching to procs… rsc
2004-05-20 21:39 fix race. rsc
2004-05-20 18:22 more timeout avoidance rsc
2004-05-20 18:21 don't touch the alarm when there is no … rsc
2004-05-20 18:17 remove some debugging rsc
2004-05-20 17:41 #define PLAN9PORT. forgive me. rsc
2004-05-17 03:30 change from #9 to $PLAN9 rsc
2004-05-17 03:29 refer to new file rsc
2004-05-17 03:28 move it here rsc
2004-05-17 03:28 don't need an entire directory for this. rsc
2004-05-17 03:22 More troff bits; if you want them elsew… wkj
2004-05-17 03:17 Rename stuff. wkj
2004-05-17 02:25 A shell wrapper for aux/download. wkj
2004-05-17 02:25 A few bits of troff don't seem to be bu… wkj
2004-05-17 02:24 tr2post and aux/download; download is a… wkj
2004-05-17 02:23 Make tbl compile silently. wkj
2004-05-17 02:23 Tweak to make troff compile silently. wkj
2004-05-17 02:22 Ditto. wkj
2004-05-17 02:22 Tweak grap to make it compile silently. wkj
2004-05-17 02:22 Tweak mpm pending C++ support in the mk… wkj
2004-05-17 02:21 Import Taj's version of mnihongo; mark … wkj
2004-05-17 02:21 Placate the CVS monster. wkj
2004-05-17 02:20 Patch paths. wkj
2004-05-17 00:54 Remove accidentally comitted files. wkj
2004-05-16 17:04 bugger mpm rsc
2004-05-16 17:03 use correct mkfiles rsc
2004-05-16 12:57 these are in the tree now rsc
2004-05-16 12:55 ignore venti rsc
2004-05-16 12:54 correct paths, even though i don't thin… rsc
2004-05-16 08:08 Make yacc and lex more pedant friendly. wkj
2004-05-16 08:07 Checkpoint. wkj
2004-05-16 08:07 Bring in some more man pages. wkj
2004-05-16 08:06 For mpm. wkj
2004-05-16 08:02 Use the Plan 9 version of the world. wkj
2004-05-16 07:59 Lex is not buggered. wkj
2004-05-16 07:59 Make lex more pedant friendly. wkj
2004-05-16 07:58 Supress line noise. wkj
2004-05-16 07:58 bwk's dformat. wkj
2004-05-16 07:57 Checkpoint. wkj
2004-05-16 07:56 Checkpoint: pull in mpm; merge pic from… wkj
2004-05-16 07:55 Checkpoint -- still merging with Taj's … wkj
2004-05-16 07:54 Checkpoint. wkj
2004-05-15 23:55 more files rsc
2004-05-15 23:53 asdf rsc
2004-05-15 23:45 More files! rsc
2004-05-15 23:32 whoops rsc
2004-05-15 23:24 Let's try this. It's BUGGERED. rsc
2004-05-15 23:16 old linux rsc
2004-05-15 23:15 fix $PLAN9. rsc
2004-05-15 23:13 restore current directory after threade… rsc
2004-05-14 23:29 Add note about window placement rsc
2004-05-14 23:23 asdf rsc
2004-05-14 23:13 Empty changelog rsc
2004-05-14 23:13 asdf rsc
2004-05-14 23:11 avoid stupid aspect ratios. rsc
2004-05-14 20:19 C little bugs . wq VS: ----------------… rsc
2004-05-14 20:08 minor bug fixes rsc
2004-05-14 19:54 adsf rsc
2004-05-14 19:45 little bug fixes rsc
2004-05-14 18:25 allow rsc
2004-05-14 17:45 More little bug fixes rsc
2004-05-14 15:14 various bug fixes rsc
2004-05-12 18:23 fix conflict rsc
2004-05-12 18:22 Noblock is nonsense. rsc
2004-05-11 17:51 Fix small bugs. rsc
2004-05-09 16:12 Ditto. rsc
2004-05-09 16:10 It's bad form to access data *below* th… rsc
2004-05-05 04:22 various bug fixes rsc
2004-05-04 20:18 Don't keep core dumps around. wkj
2004-05-03 17:26 Ignore unknown pragmas. Be less verbose… wkj
2004-04-30 02:16 Little fixes. rsc
2004-04-29 17:13 add -W to specify window size. rsc
2004-04-26 19:28 Don't be stupid. rsc
2004-04-25 22:24 display correct size of block devices f… rsc
2004-04-25 21:36 stupid sun rsc
2004-04-25 21:33 little fixes rsc
2004-04-25 21:32 getdate is in sun libc. rsc
2004-04-25 21:31 add stubs for other systems. add thread… rsc
2004-04-25 21:28 redirect properly on sun rsc
2004-04-25 21:25 make astro work on suns. ;-) rsc
2004-04-25 21:23 collapse \r\r\r\r => \r. rsc
2004-04-25 21:13 do flush properly rsc
2004-04-25 21:09 flushing a little much. rsc
2004-04-25 20:50 fix some bugs when using 9term rsc
2004-04-25 20:49 always be honest about tabstop. rsc
2004-04-25 20:42 whoops rsc
2004-04-25 20:31 comment about use rsc
2004-04-25 20:30 make a clean listing in an acme window. rsc
2004-04-25 20:27 no more Dotfiles rsc
2004-04-25 20:26 add tab size to window ctl file rsc
2004-04-25 20:26 make it possible to access fonts withou… rsc
2004-04-24 17:34 fix rsc
2004-04-24 17:05 Add scat. Temporary fix to rc r.e. not… rsc
2004-04-24 16:59 a simple plan 9 image viewer rsc
2004-04-24 16:34 bug fixes and a new gview rsc
2004-04-24 05:22 use tty rsc
2004-04-24 05:01 s/Bwait/E rsc
2004-04-24 04:53 missed this rsc
2004-04-24 04:52 various bug fixes rsc
2004-04-23 17:47 small bug fixes rsc
2004-04-23 06:51 handle non-existent files right rsc
2004-04-23 06:49 Fix window size in case we inherited a … rsc
2004-04-23 06:38 clarify rsc
2004-04-23 06:36 describe stats rsc
2004-04-23 05:46 invoke correct helper. rsc
2004-04-23 05:35 fix libraries rsc
2004-04-23 05:35 use kvm on darwin rsc
2004-04-23 05:34 use kvm rsc
2004-04-23 05:21 forgot this rsc
2004-04-23 05:17 little things rsc
2004-04-23 05:14 move these here rsc
2004-04-23 05:12 stats helper rsc
2004-04-23 03:50 add this rsc
2004-04-22 15:19 don't print TIMESTAMP messages rsc
2004-04-21 23:43 odds and ends rsc
2004-04-21 23:35 update rsc
2004-04-21 23:34 add needstack rsc
2004-04-21 23:34 small fixes rsc
2004-04-21 23:34 use mk archive stuff rsc
2004-04-21 23:22 add new guys rsc
2004-04-21 22:59 rename man9 => 9man sorry rsc
2004-04-21 22:49 rename yacc so we can make sure we get … rsc
2004-04-21 22:49 new stuff. rsc
2004-04-21 22:47 how much stack do we need? rsc
2004-04-21 22:47 better error handling rsc
2004-04-21 22:46 make stack requirements more explicit. rsc
2004-04-21 22:46 why do things change? rsc
2004-04-21 22:44 just a stub. rsc
2004-04-21 22:44 add RFNOWAIT. this was probably a bad … rsc
2004-04-21 22:42 undo the madness. rsc
2004-04-21 22:39 $foo in tags - here only for reference. rsc
2004-04-21 22:37 use fancy mk syntax rsc
2004-04-21 22:37 add -m flag rsc
2004-04-21 22:37 why not? rsc
2004-04-21 22:35 cut the cute graphics. rsc
2004-04-21 22:19 Why not? rsc
2004-04-21 22:06 how did i miss this? rsc
2004-04-21 21:01 Rename Bwait to E. rsc
2004-04-21 20:04 add registers to stack trace rsc
2004-04-21 20:04 add registers rsc
2004-04-21 19:29 Tweaks to make libthread tell Valgrind … rsc
2004-04-21 17:52 take out the debugging prints i just ac… rsc
2004-04-21 17:52 no need for rsc
2004-04-21 17:52 Libsec doesn't compile without a reduce… wkj
2004-04-21 07:47 always a good idea to drop the lock whe… rsc
2004-04-21 07:38 the lastbug fix? rsc
2004-04-21 07:29 reflect new location. use here for here… rsc
2004-04-21 07:29 give me a place to stand and i shall mo… rsc
2004-04-21 06:55 small fixes rsc
2004-04-21 06:53 more tomfoolery. i bet mk can't read th… rsc
2004-04-21 06:52 handle long names rsc
2004-04-21 06:20 Who'd have guessed this was broken? rsc
2004-04-21 05:56 Document recent changes. Make lex reall… wkj
2004-04-21 05:49 make scripts work with more shells, use… rsc
2004-04-21 05:43 ditto rsc
2004-04-21 05:42 maybe this will work. rsc
2004-04-21 05:40 Rename the files so that we can run the… rsc
2004-04-21 05:35 no debugging prints rsc
2004-04-21 05:34 Include looks in #9/acid now. Acid work… rsc
2004-04-21 05:34 Fix the bugs I introduced fixing the bu… rsc
2004-04-21 04:52 MD5 and SHA1 in transliterated to x86 a… wkj
2004-04-21 04:50 yet more rsc
2004-04-21 04:50 more stuff. rsc
2004-04-21 04:48 asdf rsc
2004-04-21 04:48 No more malloc or lock inside signal ha… rsc
2004-04-21 04:45 Add basic libmp support for the x86. wkj
2004-04-21 03:25 Tweaks for rsc's environment. wkj
2004-04-21 03:20 Import man9 shell script for reading Pl… wkj
2004-04-21 03:17 Tcs seems to build now. wkj
2004-04-21 03:06 Try to gather entropy from /dev/random. wkj
2004-04-21 03:04 Add sunrpc. rsc
2004-04-21 02:43 need this rsc
2004-04-21 02:40 Fix bug in typedef guys. rsc
2004-04-21 02:34 Use unsharp() instead of SYS9. wkj
2004-04-21 02:27 Data for astro. wkj
2004-04-21 02:23 Tell astro where to find estartab and h… wkj
2004-04-21 02:16 Astro with some minor changes to placat… wkj
2004-04-21 02:03 Clean up the dwarf code. rsc
2004-04-21 02:02 Clean up the dwarf code a little and ma… rsc
2004-04-21 01:22 Plan 9 lex (to be installed as lex.9, i… wkj
2004-04-21 01:21 Don't build lex until Russ says it is O… wkj
2004-04-21 01:15 Add tcs; it compiles in my world, but I… wkj
2004-04-20 17:54 How could I forget this? rsc
2004-04-20 17:00 Compute time zone using strftime. rsc
2004-04-20 15:16 fix a deadlock. rsc
2004-04-20 06:49 better \r handling rsc
2004-04-20 06:23 update readme to list correct commands. rsc
2004-04-20 05:51 acid on freebsd rsc
2004-04-20 05:43 cut dwarf a little slack. rsc
2004-04-20 05:11 help out freebsd 4.9 rsc
2004-04-20 05:09 remove debugging print rsc
2004-04-20 05:05 a few workarounds. acidtypes seems not… rsc
2004-04-20 05:05 little fixes. rsc
2004-04-20 04:33 fix stupid bug in findsym rsc
2004-04-20 02:21 final tweaks for tonight. rsc
2004-04-20 02:03 make things work on SunOS rsc
2004-04-20 01:42 i hate [] rsc
2004-04-20 01:13 i hate the [] rsc
2004-04-20 00:55 yet more [] rsc
2004-04-20 00:54 fix various bugs for sunos rsc
2004-04-20 00:54 kill some more [] rsc
2004-04-20 00:45 remove some [] array initializers. rsc
2004-04-20 00:20 C err is a bad name for a variable. VS:… rsc
2004-04-19 23:59 darwin . rsc
2004-04-19 23:58 make mac work rsc
2004-04-19 23:10 for no systems. rsc
2004-04-19 23:04 clean up when finished. don't set PLAN9… rsc
2004-04-19 23:03 clean up when finished. don't set PLAN9 rsc
2004-04-19 23:03 clean up when finished. rsc
2004-04-19 22:41 add acidtypes rsc
2004-04-19 19:59 cut unnamed unions rsc
2004-04-19 19:58 get rid of array indexes. rsc
2004-04-19 19:35 x rsc
2004-04-19 19:34 handle pids without files correctly. rsc
2004-04-19 19:32 remove reference to mach2 rsc
2004-04-19 19:32 acid rsc
2004-04-19 19:31 remove ref to mach2 rsc
2004-04-19 19:30 debugger rsc
2004-04-19 19:29 libmach rsc
2004-04-19 19:26 add mach.h rsc
2004-04-19 19:22 Mostly path name updates rsc
2004-04-19 18:52 bring them up-to-speed for current syst… rsc
2004-04-19 18:19 whoops rsc
2004-04-19 18:18 acid files rsc
2004-04-19 18:13 tweaks rsc
2004-04-19 15:51 some needed manual pages rsc
2004-04-19 05:57 small fixes to man page lists rsc
2004-04-19 05:56 add files from david tolpin rsc
2004-04-19 05:56 fix drawread, add changes from david to… rsc
2004-04-19 05:55 oldorg was bad idea rsc
2004-04-19 05:54 various little bug fixes rsc
2004-04-19 05:53 push man pages through nobs. rsc
2004-04-19 05:53 cut the bs rsc
2004-04-19 05:53 nits rsc
2004-04-19 05:52 add s32int, s64int, s16int rsc
2004-04-19 05:52 use new tab for firefox rsc
2004-04-19 05:51 use os-provided state strings rsc
2004-04-19 05:51 make plumb work a little better? rsc
2004-04-18 16:22 add cooked override. rsc
2004-04-18 16:21 Make checkboxes a little more attractiv… rsc
2004-04-16 15:28 add this rsc
2004-04-16 15:27 make echoing work. rsc
2004-04-16 05:11 add rog's chording fix. rsc
2004-04-15 15:10 forgot mklib rsc
2004-04-15 02:04 9term manages to turn off echo at the r… rsc
2004-04-15 01:25 add -p flag. too many install scripts … rsc
2004-04-15 01:24 only archive the new files rsc
2004-04-14 20:09 add gzip, bzip2 ' rsc
2004-04-14 19:54 Add graph, plot rsc
2004-04-11 04:22 Modified db man page. rsc
2004-04-11 03:42 Rewrite page(2) references to page(3). rsc
2004-04-10 18:53 Lots of man pages. rsc
2004-04-09 01:02 add new atoi etc. rsc
2004-04-08 19:57 bye bye rsc
2004-04-08 19:43 there rsc
2004-04-08 19:36 Make libhtml, htmlfmt build. Thanks to … rsc
2004-04-08 19:31 Plan 9 atoi, ... rsc
2004-04-08 19:31 Cache last uid, gid to make translation… rsc
2004-04-08 19:30 Let's try this - Dotfiles toggles listi… rsc
2004-04-06 19:06 Import version of libhtml that might ac… wkj
2004-04-06 15:20 better fix to window flash bug on new -… rsc
2004-04-05 22:01 whoops - missing } rsc
2004-04-05 21:02 debugging print rsc
2004-04-05 20:59 more rsc
2004-04-05 20:58 Fixes from Axel Belinfante. rsc
2004-04-02 22:57 Change _p9strsig to return nil if tmp==… rsc
2004-04-02 15:34 Add some missing unsharps. rsc
2004-03-31 05:19 Mouse motion unbuffering. rsc
2004-03-31 05:15 Avoid bad mouse buffering. rsc
2004-03-31 01:01 Small fixes rsc
2004-03-30 05:03 grey out 9term when it loses focus. rsc
2004-03-30 05:01 Border resizing and 9term greying. rsc
2004-03-29 12:00 Border resizing by dragging. Thanks to … rsc
2004-03-26 19:20 Sometimes it's amazing these haven't be… rsc
2004-03-26 18:10 openbsd 9term rsc
2004-03-26 18:08 OpenBSD support from Markus Friedl. rsc
2004-03-26 17:44 more color map hackery from axel. rsc
2004-03-26 17:31 rc notes rsc
2004-03-26 17:30 handle interrupts and backgrounded proc… rsc
2004-03-26 17:15 . rsc
2004-03-26 17:15 Chording paste bug. rsc
2004-03-26 17:06 Be more careful about not changing scre… rsc
2004-03-26 05:06 Only use futimesat on Solaris 9 rsc
2004-03-26 05:05 Fix version for sunos. rsc
2004-03-26 05:01 Include Solaris version. rsc
2004-03-26 03:45 Bug fixes from Scott Schwartz. rsc
2004-03-26 03:07 Fortune fix rsc
2004-03-26 03:07 Fortune file. rsc
2004-03-26 02:09 Add -lutil on systems that have it. rsc
2004-03-26 02:08 Remove debugging echos. rsc
2004-03-26 01:59 SunOS can rot in hell. rsc
2004-03-26 01:55 fix resizing of fixed-size windows rsc
2004-03-26 01:51 more unken rsc
2004-03-26 01:47 unken rsc
2004-03-26 00:15 better mkmk rsc
2004-03-26 00:09 Darwin support. rsc
2004-03-25 23:30 Small changes. Small changes. rsc
2004-03-25 23:30 Small changes. rsc
2004-03-25 23:25 Guess what? More anonymous unions! rsc
2004-03-25 23:24 More anonymous unions. rsc
2004-03-25 23:17 More anony. rsc
2004-03-25 23:15 Remove anonymous union. rsc
2004-03-25 23:14 remove libmach rsc
2004-03-25 23:08 More files. More files. rsc
2004-03-25 23:08 More files. rsc
2004-03-25 23:03 Today's changes. More changes. rsc
2004-03-25 23:03 Today's changes. rsc
2004-03-22 16:08 Fix colors. rsc
2004-03-21 23:24 Fix lots of warnings. rsc
2004-03-21 20:42 Initialization bug reported by Taj Khat… rsc
2004-03-21 14:07 Add namespace.c rsc
2004-03-21 14:06 Add libmp. rsc
2004-03-21 14:05 Add some missing files. rsc
2004-03-21 14:04 Add most of libsec. rsc
2004-03-21 13:54 Add mkfile. rsc
2004-03-21 05:20 Make idiff build. rsc
2004-03-21 05:19 Don't require plumber. rsc
2004-03-21 04:33 Small tweaks Lots of new code imported. rsc
2004-03-21 04:32 Small tweaks rsc
2004-03-21 04:27 Change 9wm to look like rio. rsc
2004-03-21 04:27 Change 9term to look like rio windows, … rsc
2004-03-15 01:58 Various header changes. rsc
2004-03-15 01:57 Various small interface changes. rsc
2004-03-15 01:56 Vac works. rsc
2004-03-13 04:35 Add binary fraction tree index. The old… rsc
2004-03-12 18:28 Checkpoint. rsc
2004-03-12 05:42 Add 200-line comment trying to explain … rsc
2004-03-11 19:14 Implement write buffer. rsc
2004-03-09 12:45 Various fixes, add spell. rsc
2004-03-05 06:10 remove debugging print. rsc
2004-03-05 06:03 Unfix non-bug. rsc
2004-03-05 05:58 Small bug fixes. rsc
2004-03-05 05:53 Amazingly picky bug fixes from Valgrind. rsc
2004-03-05 05:48 Incorporate bug fixes from Plan 9. rsc
2004-03-05 05:14 don't need these. rsc
2004-03-05 05:13 Update libregexp with recent bug fixes … rsc
2004-03-05 03:13 Various little fixes. rsc
2004-03-05 02:25 Pipes cannot use SOCK_DGRAM. Back to S… rsc
2004-03-05 01:12 Debugging libthread for acme. rsc
2004-03-04 02:37 Remove debugging print. rsc
2004-03-04 02:36 Fix rc not to bus error on Mac OS X. Do… rsc
2004-03-04 02:06 Some day I will get this right. rsc
2004-03-03 21:21 Account for C vs. assembly in tas and g… rsc
2004-03-03 00:03 Whoops. rsc
2004-03-02 23:16 Remove a debugging print, more cleanup. rsc
2004-03-02 23:11 Little tweaks and documentation. rsc
2004-03-02 20:02 Make sure snarf is <64kB, since the wir… rsc
2004-03-02 19:29 Use cflags (bug introduced by Mac tweak… rsc
2004-03-02 19:27 Change pipes to preserve message bounda… rsc
2004-03-02 19:21 Long-standing stability bugs fixed in 9… rsc
2004-03-02 17:52 Note new locations. rsc
2004-03-02 17:34 More Mac tweaks. rsc
2004-03-02 16:58 Tweaks for the Macintosh. rsc
2004-03-02 16:55 missing programs rsc
2004-03-01 19:39 Empty changelog rsc
2004-03-01 19:36 Build Unix-friendly versions directly f… rsc
2004-02-29 23:21 more tweaks. rsc
2004-02-29 23:20 Various tweaks. rsc
2004-02-29 23:11 Threadplumbrecv. rsc
2004-02-29 23:09 Tweak listing of libraries. rsc
2004-02-29 22:58 Install commands before subdirectories,… rsc
2004-02-29 22:54 Threaded read9pmsg. rsc
2004-02-29 22:53 Add fdwait routines. rsc
2004-02-29 22:53 Install script. rsc
2004-02-29 22:49 Update mkmk.sh. rsc
2004-02-29 22:42 Small tweaks to make things build again. rsc
2004-02-29 22:11 Move utf, fmt. Small header file chang… rsc
2004-02-29 22:10 Fighting the good fight. rsc
2004-02-09 19:33 various tweaks. rsc
2004-02-09 19:32 completion, pageup/pagedown rsc
2004-01-20 01:59 need pty.h on linux according to scott … rsc
2004-01-09 20:07 Why would the Linux man page actually t… rsc
2004-01-09 00:48 undef some more. rsc
2004-01-09 00:14 add libs rsc
2004-01-09 00:06 add some more RF things for linux. rsc
2004-01-09 00:04 linux diffs. rsc
2003-12-17 04:35 add Lock to struct Ref. rsc
2003-12-17 04:34 Tweaks to various bits. rsc
2003-12-11 18:15 Add libString. rsc
2003-12-11 17:50 ramfs rsc
2003-12-11 17:50 More files related to user-level file s… rsc
2003-12-11 17:48 Add support for user-level 9P servers/c… rsc
2003-12-09 18:07 bug from wkj rsc
2003-12-09 06:37 Bug fixes from the Valgrind oracle. rsc
2003-12-09 06:06 check everything in so i can move to li… rsc
2003-12-06 19:33 rebuild because of libbio/bfmt.c rsc
2003-12-06 18:08 File system stuff. rsc
2003-12-06 18:05 various tweaks. rsc
2003-12-04 19:18 nan rsc
2003-12-04 19:18 . rsc
2003-12-04 19:16 Clean up yacc files in mkcommon, mkhdr.… rsc
2003-12-04 17:45 add hoc rsc
2003-12-04 17:36 these belong elsewhere, but where? rsc
2003-12-04 17:32 add bundle rsc
2003-12-04 17:31 add lc. rsc
2003-12-04 17:31 disable some programs, enable others. rsc
2003-12-04 17:23 Remove debugging print from 9term. rsc
2003-12-04 04:29 Various fixes. rsc
2003-12-04 00:31 fix bug in handling of backspace in out… rsc
2003-12-04 00:20 make hold mode a bit more attractive. rsc
2003-12-04 00:17 allow rfork(RFNOTEG|RFPROC|RFFDG) for r… rsc
2003-12-04 00:16 more bug fixes rsc
2003-12-04 00:11 add -a flag for acme. rsc
2003-12-03 22:51 add bfmt. rsc
2003-12-03 22:50 Various fixes. rsc
2003-12-02 22:03 Set up terminal properly for 9term. rsc
2003-12-02 21:57 B that knows about address syntax, chan… rsc
2003-12-02 21:49 fix stack size (oops) rsc
2003-12-02 03:50 Check for changed window size after win… rsc
2003-12-02 03:42 More X11 snarf tweaks. Will we ever fin… rsc
2003-11-26 00:48 call exit rather than _exits inside exi… rsc
2003-11-25 20:30 Fix X11 clipboard again. rsc
2003-11-25 03:37 add dict rsc
2003-11-25 03:36 add note about getting dictionary rsc
2003-11-25 03:06 add sunos rsc
2003-11-25 03:03 add libplumb to dir list rsc
2003-11-25 03:03 fix libplumb rsc
2003-11-25 03:02 fixes to plumber and 9term rsc
2003-11-25 02:54 Update NOTES, hack on 9term a little. rsc
2003-11-25 02:36 Silence some Mac OS X warnings. rsc
2003-11-25 02:22 more tweaks. rsc
2003-11-25 02:11 More tweaks on Linux and Solaris. rsc
2003-11-25 01:40 Add the #goo to allow use in C++. Silen… rsc
2003-11-25 01:30 Lots of fonts. rsc
2003-11-24 22:48 More Mac changes. rsc
2003-11-24 22:40 portable ar. rsc
2003-11-24 22:39 Changes for Mac OS X. Most important i… rsc
2003-11-24 20:16 tweaks. rsc
2003-11-24 00:59 Tweaks for Linux. rsc
2003-11-24 00:47 Build correctly on FreeBSD. (Will this … rsc
2003-11-24 00:43 Tweaks to build properly on Linux. rsc
2003-11-23 20:04 Make things build on FreeBSD again. rsc
2003-11-23 19:49 Annoying changes to work on Sun boxes. rsc
2003-11-23 18:38 runthread needn't be inline rsc
2003-11-23 18:33 set path rsc
2003-11-23 18:32 one Makefile rsc
2003-11-23 18:30 don't need package anymore. rsc
2003-11-23 18:30 make typeunicode.7.font a bit more unic… rsc
2003-11-23 18:30 add plumbing files. rsc
2003-11-23 18:29 add rcmain startup for rc. maintains wi… rsc
2003-11-23 18:29 various shell script fixes. add 9a, 9c,… rsc
2003-11-23 18:25 new files rsc
2003-11-23 18:23 make -> mk rsc
2003-11-23 18:23 add libip rsc
2003-11-23 18:22 make -> mk rsc
2003-11-23 18:21 add libsec rsc
2003-11-23 18:19 new venti library. rsc
2003-11-23 18:19 add libhttpd rsc
2003-11-23 18:19 add libflate rsc
2003-11-23 18:18 sun support rsc
2003-11-23 18:18 make -> mk rsc
2003-11-23 18:16 make -> mk rsc
2003-11-23 18:16 make -> mk rsc
2003-11-23 18:15 Add drawsetlabel(Display*, char*). Turn… rsc
2003-11-23 18:14 make -> mk. rsc
2003-11-23 18:13 start over with plan9's libc.h. rsc
2003-11-23 18:12 Various additions and fixes. rsc
2003-11-23 18:11 add libbin rsc
2003-11-23 18:11 forgot this. rsc
2003-11-23 18:10 make -> mk rsc
2003-11-23 18:04 new utilities. the .C files compile but… rsc
2003-11-23 18:04 Plan 9's rc. rsc
2003-11-23 18:03 the one true diff. at least it can hand… rsc
2003-11-23 18:02 Dhog's 9term. Updated for current libra… rsc
2003-11-23 17:58 Plan 9 version, nothing tweaked yet. rsc
2003-11-23 17:55 start thinking about vac -- doesn't bui… rsc
2003-11-23 17:54 Initial stab at Venti. rsc
2003-11-23 17:54 make -> mk rsc
2003-11-23 17:53 perror, create, remove now in the heade… rsc
2003-11-23 17:53 remove debugging print. rsc
2003-11-23 17:53 change from rob -- handle ^U like in ri… rsc
2003-11-23 17:53 make -> mk rsc
2003-11-23 17:52 create, perror, and remove are now prop… rsc
2003-11-23 17:51 Don't need to install 'u' as flagfmt an… rsc
2003-11-23 17:51 use path-less names for ssh, samterm. l… rsc
2003-11-23 17:50 Use execvp to avoid hard-coding path na… rsc
2003-11-23 17:48 print current directory in "don't know … rsc
2003-10-14 02:36 Lib9.h updated to support plumber from … rsc
2003-10-14 02:35 Single-threaded plumber that can run "s… rsc
2003-10-14 02:10 Move werrstr into errstr, so that if yo… rsc
2003-10-14 01:46 Fix a bug in Linux? rsc
2003-10-13 20:17 Force CVS to create the lib/ directory … rsc
2003-10-13 18:25 Some Plan 9 workalikes. rsc
2003-10-13 18:11 Change occasionally to nightly. rsc
2003-10-13 17:20 Clarify font directories. rsc
2003-10-13 17:18 Distribution notes. rsc
2003-10-13 17:17 Tweaks. rsc
2003-10-13 17:16 Set $BIN. rsc
2003-10-13 17:16 Flush the display when we poll for even… rsc
2003-10-13 17:16 Rewrite /lib/font/bit to $PLAN9/font wh… rsc
2003-10-11 04:53 More changes. rsc
2003-10-11 03:58 Use new directory structure. rsc
2003-10-11 03:58 B then wait. rsc
2003-10-11 03:55 Extra sam scripts. rsc
2003-10-11 02:59 Licensing and various tweaks. rsc
2003-10-11 02:57 Clarify Lucida. rsc
2003-10-11 02:57 More fonts. rsc
2003-10-11 02:54 Add license. rsc
2003-10-11 02:50 Various cleanup. rsc
2003-10-11 02:49 Allow prec==0. rsc
2003-10-11 02:47 Lots of X fixes. rsc
2003-10-11 02:47 Remove errfmt -- it's in lib9. rsc
2003-10-11 02:45 Various tweaks. The implementation of … rsc
2003-10-11 02:45 Tweaks to make it work on Unix. rsc
2003-10-09 22:21 Fonts. rsc
2003-10-03 15:33 Macintosh. rsc
2003-10-01 15:20 Move resize into main proc. rsc
2003-10-01 03:01 Tweaks. rsc
2003-10-01 02:53 wasn't supposed to go in. rsc
2003-10-01 02:53 More Darwin. rsc
2003-10-01 02:50 Various tweaks to make things run on Ma… rsc
2003-10-01 02:44 Need ranlib for Mac. rsc
2003-10-01 00:44 Rendezvous tester. rsc
2003-10-01 00:44 Add extra build targets. rsc
2003-09-30 19:10 Fix path to bio.h. rsc
2003-09-30 19:06 Empty changelog rsc
2003-09-30 19:06 Missed these. rsc
2003-09-30 19:05 Reorg rsc
2007-06-25 00:05 Added tag rtag for changeset 0b0321e26f… Russ Cox
2003-09-30 17:47 Initial revision rsc
2003-09-30 17:47 Initial import. rsc
2003-09-30 17:47 Initial revision rsc
2003-09-30 17:47 Initial import. rsc
2003-09-30 17:47 Initial revision rsc
2003-09-30 17:47 Initial import. rsc
2003-09-30 17:47 Initial revision rsc
2007-06-25 00:04 Tailor preparing to convert repo by add… Russ Cox
Atom feed
Atom feed (tags)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.