1. 77929f8 topng: 64-bit fix by Russ Cox · 15 years ago
  2. ef5c6a6 9term, win: better echo cancellation by Russ Cox · 15 years ago
  3. a208917 acme: fix rounding in rows computation by Rob Pike · 15 years ago
  4. a06877a codereview: import latest from go by Russ Cox · 15 years ago
  5. 860d327 sam: use ulong as type of dev consistently by Russ Cox · 15 years ago
  6. 4e2602a devdraw: snarf better with Chrome by Russ Cox · 15 years ago
  7. 1a3b915 web: pass $BROWSER as open -a argument on OS X (Suggestion by Martin Kühl) by Russ Cox · 15 years ago
  8. 8377cc7 u.h: add int8, uint8 by Russ Cox · 15 years ago
  9. f92863a web: just use "open" on OS X by Russ Cox · 15 years ago
  10. 36d9b90 acme, sam: fix regexp code for bigger Runemax by Russ Cox · 15 years ago
  11. 75a851e acme: fix off by one in editcmd, pointer comparison in getch, nextc by Russ Cox · 15 years ago
  12. efe48aa lib9: add <sys/dkio.h> for OpenBSD by Russ Cox · 15 years ago
  13. d67dc85 tar: rename sstrnlen to avoid OpenBSD compile error by Russ Cox · 15 years ago
  14. c006e98 This patch fixes unicode, unicode-be and unicode-le by Michael Teichgräber · 15 years ago
  15. 25989d9 tcs: macroman charset fixes by Anthony Martin · 15 years ago
  16. 598020e hget: use absolute url for POST through a proxy by Anthony Martin · 15 years ago
  17. 0efbfd3 9p: tflag sorts by mtime by Anthony Martin · 15 years ago
  18. c988c8a 9term: fix getpts on linux by Anthony Martin · 15 years ago
  19. 670f730 9term: add -c to force cooked mode by David Swasey · 15 years ago
  20. 9fb7a4f bin/", bin/"": simplify by Arvindh Rajesh Tamilmani · 15 years ago
  21. 18ee9a8 mailfs: try tlsclient program before stunnel by Russ Cox · 15 years ago
  22. e18f0a4 fortunes: grab latest from Bell Labs, add one of our own by Russ Cox · 15 years ago
  23. 01f6cb2 vac: debug prints by David Swasey · 15 years ago
  24. 7771477 vac: eliminated vac cache size 128. vacfsopen used to take ncache rather than cachemem by David Swasey · 15 years ago
  25. 7b08cf3 9term: cut, snarf, and paste with keyboard on Mac by David Swasey · 15 years ago
  26. 80c90f2 fix build on SunOS (Sparc) by Arvindh Rajesh Tamilmani · 15 years ago
  27. f50c3e9 devdraw: only one flushproc, please (OS X) by Russ Cox · 15 years ago
  28. bbdebef import fortunes from plan 9 and add one of our own by Russ Cox · 15 years ago
  29. a1f6a18 install(1): cvs -> hg by Eoghan Sherry · 15 years ago
  30. bea7c49 win: scroll by Eoghan Sherry · 15 years ago
  31. be856b9 acme: attempt to fix Put mtime skew on NFS by Russ Cox · 15 years ago
  32. 1619f52 probably_prime: run more than one Miller-Rabin round by Russ Cox · 15 years ago
  33. a1afc85 libsec: update primetest to use mpfmt by Russ Cox · 15 years ago
  34. ddfc031 factotum: double-check RSA/DSA keys when loading by Russ Cox · 15 years ago
  35. 8e4ac5f crop: fix size calculation by Russ Cox · 15 years ago
  36. 96898a8 more type-punned pointers by Russ Cox · 15 years ago
  37. 0c9c620 fix type-punned pointer warnings from gcc by Russ Cox · 15 years ago
  38. 2fe14f1 rune(3): sync with rune.c and Plan 9 by Michael Teichgräber · 15 years ago
  39. d94cc62 devdraw: fix mouse(3) moveto on OS X by Eoghan Sherry · 15 years ago
  40. 35625b3 aescbc: more sensible behavior for invalid input, wrong password by Russ Cox · 15 years ago
  41. 5bc64a9 factotum: avoid notes after backgrounding by Russ Cox · 15 years ago
  42. c77d5b8 import: use command line service name by Russ Cox · 15 years ago
  43. 8425b51 various: crctab now u32int by Russ Cox · 15 years ago
  44. 0c6074b 9c, 9l: allow CC9=clang by Nikolai Saoukh · 15 years ago
  45. c4da642 rio: add alt-tab for cycling windows by Mathieu Lonjaret · 15 years ago
  46. 93ee60c This should resolve the crash indicated in issue 44: by Eoghan Sherry · 15 years ago
  47. 9a05452 make flate crc32 work when ulong is 64 bits by Russ Cox · 15 years ago
  48. 28afa89 devdraw: fix support for multitouch trackpads by Russ Cox · 15 years ago
  49. d9e047e R=rsc CC=codebot http://codereview.appspot.com/193069 by Mathieu Lonjaret · 15 years ago
  50. 2d6da37 libdraw: allow 32-bit Runes by Russ Cox · 15 years ago
  51. ecb01ac R=rsc CC=codebot http://codereview.appspot.com/193056 by Anthony Sorace · 15 years ago
  52. a61c693 devdraw: fix OS X resize bug caused by redraw bug fix by Russ Cox · 15 years ago
  53. 7d419a1 devdraw: fewer spurious mouse clicks in OS X multitouch by Russ Cox · 15 years ago
  54. fb243a1 devdraw: handle kEventWindowDrawContent by Russ Cox · 15 years ago
  55. c51c290 ed: new append from rob, avoids overflow in pointer arithmetic by Russ Cox · 15 years ago
  56. 68a6e0c acme: let Edit redo when file is clean by Russ Cox · 15 years ago
  57. ef27bfa codereview: add hg plugin from Go by Russ Cox · 15 years ago
  58. 6a6c266 win fixes by Fazlul Shahriar · 15 years ago
  59. 7d9c0f0 devdraw: release multitouch mouse when app is collapsed (minimized) by Russ Cox · 15 years ago
  60. 100ec44 devdraw: add multitouch code from Paul Lalonde by Russ Cox · 15 years ago
  61. b968422 merge by Russ Cox · 15 years ago
  62. 6530d37 troff: avoid crash if home == NULL by Russ Cox · 15 years ago
  63. 7351eea merge by Russ Cox · 15 years ago
  64. bf486df 9pserve: roll back changeset 3118 - broke ssh-agent talking to factotum by Russ Cox · 15 years ago
  65. 846cec9 sam: fix off-by-one in buffer merge. exposed by UTFmax==4 by Russ Cox · 15 years ago
  66. 1d919bc preliminary contributor list by Russ Cox · 15 years ago
  67. 8e69250 devdraw: fix OS X behavior for Spanish keyboards by Enrique Soriano · 15 years ago
  68. 4fe82be Related to issue http://bitbucket.org/rsc/plan9port/issue/38/ by Michael Teichgräber · 15 years ago
  69. 63479cf acme: fix Load of acme with no windows by Fazlul Shahriar · 15 years ago
  70. ba940ae libthread: context switching for arm, still not complete by Russ Cox · 15 years ago
  71. 778ec84 ssam: add executable bit by Russ Cox · 15 years ago
  72. 0a1990b ssam(1): new command - not just manual by Jason Catena · 15 years ago
  73. 113867b devdraw: draft of new Cocoa-based devdraw by Jeff Sickel · 15 years ago
  74. daea2c7 acme: correct modified message after initial load; more detail in message by Russ Cox · 15 years ago
  75. 1961ee8 lib9: do not include st_dev in qid.path by Russ Cox · 15 years ago
  76. cfa81d5 ed: update to 32-bit Runes by Russ Cox · 16 years ago
  77. 16e65a6 ssam(1): new command by Jason Catena · 16 years ago
  78. 5028118 devdraw: fix X11 input sequences by Russ Cox · 16 years ago
  79. 38b6273 rc: implement and document <>{cmd} notation by Michael Teichgräber · 16 years ago
  80. 7a7e8ed 9a: fix OS X PowerPC build by Jeff Sickel · 16 years ago
  81. 417b681 dhcpd: fix build on OS X, silence non-log prints by Russ Cox · 16 years ago
  82. 9eec023 libc.h: update comment for 32-bit Rune by Russ Cox · 16 years ago
  83. a0583cf tcs: update for 32-bit Rune by Russ Cox · 16 years ago
  84. a211584 postscript: update for 32-bit Rune by Russ Cox · 16 years ago
  85. 37c9485 lib9: fix dirread/stat mismatch on Snow Leopard by Russ Cox · 16 years ago
  86. efd88f5 vbackup: fix build on FreeBSD 8 by Russ Cox · 16 years ago
  87. 5d0dfbb devdraw: update OS X snarf for 32-bit Rune (again) by Russ Cox · 16 years ago
  88. dd73705 devdraw: update OS X snarf for 32-bit Rune by Russ Cox · 16 years ago
  89. 6ad2891 devdraw: update OS X snarf for 32-bit Rune by Russ Cox · 16 years ago
  90. 7b5db1c libplumb, Mail: fix crash on nil plumb fids by Mathieu Lonjaret · 16 years ago
  91. 0cadb43 convert to 4-byte UTF-8 and 32-bit Rune by Russ Cox · 16 years ago
  92. 4dbf255 acme: htmlclick takes precedence over line click by Russ Cox · 16 years ago
  93. fa662c9 INSTALL: fix build on Snow Leopard by Russ Cox · 16 years ago
  94. a673ea2 font: add peter face to font/times/*.font by Russ Cox · 16 years ago
  95. 51f6e20 unix: move Makefile so that it cannot be run accidentally by Russ Cox · 16 years ago
  96. bf93068 venti: handle FS block size > MaxIo by Venkatesh Srinivas · 16 years ago
  97. e066b12 rc: make read not ignore interrupts/errors (again) by Michael Teichgräber · 16 years ago
  98. 375b78f libavl: import from Plan 9 by Russ Cox · 16 years ago
  99. da0a205 venti/copy: synchronize with Plan 9; indent in verbose mode by Venkatesh Srinivas · 16 years ago
  100. c0cc7cc page: import page(1) from Plan 9 by Tony Lainson · 16 years ago