1. d52bdd3 devdraw: plumb drag-n-dropped files by marius a. eriksen · 10 years ago
  2. 01463ba codereview: use 'git branch -v' for pending by Russ Cox · 10 years ago
  3. 0edb046 codereview: make commit -a the default; warn about uncommitted changes at upload by Russ Cox · 10 years ago
  4. 32f3c4a codereview: fix a few bugs by Russ Cox · 10 years ago
  5. 95fee1d all: update for Git by Russ Cox · 10 years ago
  6. 6c7443a fix clang 3.4 warnings and ignore uninteresting ones by David du Colombier · 10 years ago
  7. fd3496d 9l: link with -lresolv on Linux by David du Colombier · 10 years ago
  8. c0ae8e7 g: search in *.s files by Aram Hăvărneanu · 11 years ago
  9. fbe3f34 build: rename " and "" to quote1 and quote2 for hg by Russ Cox · 11 years ago
  10. 20035ed all: DragonFly port. by Shenghou Ma · 11 years ago
  11. f92e70d fossil: create directory by David du Colombier · 12 years ago
  12. b0ae8a4 9c: support clang on Mac by Russ Cox · 12 years ago
  13. 34d629c 9c: add more clang warning silencers, use signed chars by Russ Cox · 12 years ago
  14. 53527a6 web: fix BROWSER=google-chrome on Mac by Russ Cox · 12 years ago
  15. 83d065a mount: fix for osxfuse by Russ Cox · 12 years ago
  16. e31375a srv(4), mount: update v9fs usage by David du Colombier · 13 years ago
  17. d2173bb disk/mkfs, disk/mkext: add from Plan 9 by Russ Cox · 13 years ago
  18. f0add8e 9l: remove debug print by Russ Cox · 13 years ago
  19. 5f0bb59 9l: fix for Linux 3.x (thanks Christopher Brannon) by Russ Cox · 13 years ago
  20. 5d03af6 fix INSTALL warnings by Russ Cox · 13 years ago
  21. 4810787 devdraw: update Lion cocoa by David Jeannot · 14 years ago
  22. 974b0ed web: add support for chromium by Fazlul Shahriar · 14 years ago
  23. fc567f4 build: OS X 64-bit build by Russ Cox · 14 years ago
  24. babe343 g: add *.goc by Russ Cox · 14 years ago
  25. af0dea4 SunOS fixes (thanks Aram Hăvărneanu) by Russ Cox · 14 years ago
  26. 4f52e8a man: fix -P by Russ Cox · 14 years ago
  27. 63097b4 awd: use $sysname by Russ Cox · 14 years ago
  28. 1a3b915 web: pass $BROWSER as open -a argument on OS X (Suggestion by Martin Kühl) by Russ Cox · 15 years ago
  29. f92863a web: just use "open" on OS X by Russ Cox · 15 years ago
  30. 9fb7a4f bin/", bin/"": simplify by Arvindh Rajesh Tamilmani · 15 years ago
  31. 0c6074b 9c, 9l: allow CC9=clang by Nikolai Saoukh · 15 years ago
  32. 7351eea merge by Russ Cox · 15 years ago
  33. 778ec84 ssam: add executable bit by Russ Cox · 15 years ago
  34. 0a1990b ssam(1): new command - not just manual by Jason Catena · 16 years ago
  35. 7a7e8ed 9a: fix OS X PowerPC build by Jeff Sickel · 16 years ago
  36. fa662c9 INSTALL: fix build on Snow Leopard by Russ Cox · 16 years ago
  37. 14c54ef codereview: add experimental scripts by Russ Cox · 16 years ago
  38. a4980b3 9l: platform-specific options first; AIX, Tru64 support by Benjamin Huntsman · 16 years ago
  39. e6c837d merge by Russ Cox · 16 years ago
  40. 4a18fa6 src: use whatis instead of which by Michael Teichgräber · 16 years ago
  41. fc9f53d g: add asm to the list of extensions by Russ Cox · 16 years ago
  42. 3625f26 label: write to /dev/tty to avoid redirections by Russ Cox · 16 years ago
  43. 08d52f6 ipso: do not use the /lib/init/rw tmpfs by Russ Cox · 16 years ago
  44. a490444 sig: consult unix man pages too by Russ Cox · 16 years ago
  45. d210f09 9l: search for autolibs in all -L paths as well as $PLAN9/lib by Jeff Sickel · 16 years ago
  46. eb13922 9c: another gcc, another useless warning by Russ Cox · 16 years ago
  47. 947dbe2 macfuse change by Jeff Sickel · 16 years ago
  48. 6c99870 web: add camino as a $BROWSER by Russ Cox · 16 years ago
  49. 2863f80 man: reject unrecognized flags by grai · 17 years ago
  50. fd652ac stack: look in core by default by Russ Cox · 17 years ago
  51. 7733377 9c: grep away Apple SetCursor/InitCursor warnings by Russ Cox · 17 years ago
  52. 23b8abc vmount: add -t nfs on Linux by Russ Cox · 17 years ago
  53. ae1f02a ipso: only fiddle with factotum when editing factotum file by Russ Cox · 17 years ago
  54. ad95037 mount: update MacFUSE locations (Jeff Sickel) by Russ Cox · 17 years ago
  55. 5a0f923 mount: use /proc/filesystems to check for fuse, 9p (uriel) by Russ Cox · 17 years ago
  56. 5f6612b merge by Russ Cox · 17 years ago
  57. 83ab7d8 merge by Russ Cox · 17 years ago
  58. 5080867 build: use ar s flag to avoid ranlib by Russ Cox · 17 years ago
  59. 3dc14df mount: explicit u on test -S and mount to get unix versions (Chris King) by Russ Cox · 17 years ago
  60. e9f50ca 9.rc: change to work with rc -e (Tony Lainson) by Russ Cox · 18 years ago
  61. b510dec use 9p not 9P as mount type (Michael Kaminsky) by rsc · 18 years ago
  62. 9d53e3b fix comment (Arvindt Rajesh Tamilmani) by rsc · 18 years ago
  63. 0b4084d now using binary by rsc · 18 years ago
  64. 96f54e3 cope with new gcc error syntax by rsc · 18 years ago
  65. b7dccc4 parse -d arg correctly (Fazlul Shahriar) by rsc · 18 years ago
  66. a741551 -ldraw no longer implies -lX11 by rsc · 18 years ago
  67. 357cecc Minor FUSE bug fixes (found mount_fusefs!) by rsc · 18 years ago
  68. 9b3fcf0 Mac FUSE support (thanks to Jeff Sickel) by rsc · 18 years ago
  69. 0056b7a Update CVS turd. by wkj · 18 years ago
  70. 067d852 Invoke psdownload via the 9 script. by wkj · 18 years ago
  71. e87d96c remove prompt to avoid double-sending problems by rsc · 18 years ago
  72. 8ce01b2 use all 9 commands (Karl Sackett) by rsc · 18 years ago
  73. 0d5f0a7 allow +line syntax by rsc · 19 years ago
  74. da6a553 quote equals by rsc · 19 years ago
  75. 9b3357a ignore by rsc · 19 years ago
  76. cb8fd49 ignore ignore ignore by rsc · 19 years ago
  77. 41beebe for htmlroff by rsc · 19 years ago
  78. 5801105 mount and unmount scripts by rsc · 19 years ago
  79. 24c67c3 simple vwhois by rsc · 19 years ago
  80. 0360e1f use 2049 port by rsc · 19 years ago
  81. d8cc5c0 shut up gcc by rsc · 19 years ago
  82. dd6c037 accept process names by rsc · 19 years ago
  83. 2790914 handle spaces by rsc · 19 years ago
  84. f6bb301 handle memdraw memlayer by rsc · 19 years ago
  85. f1007ee new by rsc · 19 years ago
  86. f795449 define __Linux24__ for mount-Linux.c in vbackup by rsc · 19 years ago
  87. 45cb54e no /fd/2 by rsc · 19 years ago
  88. 065cba5 no more pedantry by rsc · 19 years ago
  89. 89eaced look for libresolv.dylib (anothy sorace) by rsc · 19 years ago
  90. cbeb0b2 Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. by rsc · 19 years ago
  91. d27ee15 fix double-use of xtmp by rsc · 19 years ago
  92. e2c0697 undo by rsc · 19 years ago
  93. 17157e4 update lucida by rsc · 19 years ago
  94. 82ea418 new dirs by rsc · 19 years ago
  95. a431251 fix wmail (csant) by rsc · 19 years ago
  96. 746d2e1 adapt to gcc error messages by rsc · 19 years ago
  97. 866a7d1 draw, resolv by rsc · 19 years ago
  98. 56e3c29 nowsys by rsc · 19 years ago
  99. bebed44 add fonts by rsc · 19 years ago
  100. f65cd0d no more case problems by rsc · 19 years ago