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