1. 24c0286 placeholder; does not yet build by rsc · 20 years ago
  2. d1e9002 3D geometry by rsc · 20 years ago
  3. 46f7993 lib9pclient is the new libfs by rsc · 20 years ago
  4. 5ba841d more include files. by rsc · 20 years ago
  5. 94b5e3f man pages changes by rsc · 20 years ago
  6. 1a0954a autolib by rsc · 20 years ago
  7. 66ed321 fs.h => 9pclient.h by rsc · 20 years ago
  8. 3b5a5a6 autolib, p9rand, p9execl by rsc · 20 years ago
  9. 4d0927f modifications for firefox by rsc · 20 years ago
  10. 88e3484 use kill -9 instead by rsc · 20 years ago
  11. 78a9573 use $USER instead of whoami by rsc · 20 years ago
  12. 86f09f8 allow file names as arguments by rsc · 20 years ago
  13. 3351416 show the amount of memory in use by rsc · 20 years ago
  14. f9bca6a allow kill of pids. recognize -sig. by rsc · 20 years ago
  15. ead3e31 9c: ignore autolib symbols 9l: use autolib symbols by rsc · 20 years ago
  16. e9a569a be more careful about not executing self. clean up tmp files by rsc · 20 years ago
  17. a19c44b Add mkfile to keep indices up to date. by rsc · 20 years ago
  18. 058b011 Some man pages. by rsc · 20 years ago
  19. 2600337 remove libfs. now lib9pclient by rsc · 20 years ago
  20. acc021b add ? for unknown plumbs by rsc · 20 years ago
  21. 4fe01a2 change _p9pow10 to fmtpow10 by rsc · 20 years ago
  22. 08166a4 updates from andrey by rsc · 20 years ago
  23. 8d8865f Rename lrand to p9lrand, too. by wkj · 20 years ago
  24. 3015b83 scroll virtual windows using mouse scroll by rsc · 20 years ago
  25. 6239798 Use #define to move rand and srand to p9rand and p9srand. by wkj · 20 years ago
  26. 7ee1ac9 Use osreldate.h to determine OS version under FreeBSD. by wkj · 20 years ago
  27. 89a4515 GC now-unused FreeBSD-specific #defines. by wkj · 20 years ago
  28. e25d5b7 Avoid conflicts with stdlib. by wkj · 20 years ago
  29. 0debe1c Use FreeBSD-approved method for determining FreeBSD version. by wkj · 20 years ago
  30. 742988d GC unused variables. by wkj · 20 years ago
  31. 188fecb Update mkmk.sh. by wkj · 20 years ago
  32. c90dd38 Formatting nits. by wkj · 20 years ago
  33. 4645c5d #define pow10 to _p9pow10 as a stop-gap. by wkj · 20 years ago
  34. 829e822 Appease the time_t monster. by wkj · 20 years ago
  35. c2070b2 Include netinet/in.h to get ntohs prototype. by wkj · 20 years ago
  36. 3748865 Formatting nit. by wkj · 20 years ago
  37. 1b7f98f fix up extraction procedures by rsc · 20 years ago
  38. e5d47e6 compiler appeasement by rsc · 20 years ago
  39. 48907e8 declare elfdl386mapdl by rsc · 20 years ago
  40. 09dd30c small changes for build by rsc · 20 years ago
  41. 3ddda82 add virtual desktop patch from andrey by rsc · 20 years ago
  42. df49b30 be like plan 9 plumber by rsc · 20 years ago
  43. ddd8916 vac is not buggered anymore by rsc · 20 years ago
  44. 1f17800 thread is not buggered anymore by rsc · 20 years ago
  45. 623ae4f remove Bfmt*, add Bvprint by rsc · 20 years ago
  46. 7033e49 set flag for freebsd 5 by rsc · 20 years ago
  47. 228bb71 add crop by rsc · 20 years ago
  48. 1d2533d restore old plan 9 property that when the by rsc · 20 years ago
  49. 07bda12 avoid use of an extra proc by rsc · 20 years ago
  50. 7099733 remove debugging print by rsc · 20 years ago
  51. 21e626d remove race between openfdthread and connoutthread msgput, by rsc · 20 years ago
  52. b37396b make these files look like plan 9's by rsc · 20 years ago
  53. 4dd07e0 check against plan 9 by rsc · 20 years ago
  54. 727facb add bvprint by rsc · 20 years ago
  55. 8b45564 fix Bprint yet again by rsc · 20 years ago
  56. 1369ede move linux ureg code to portable file by rsc · 20 years ago
  57. e2f5270 fix bug in bprint. fmtprint => fmtvprint by rsc · 20 years ago
  58. f7b74c1 FreeBSD tweaks by rsc · 20 years ago
  59. d54ead7 more freebsd work by rsc · 20 years ago
  60. 9cb22ba add threadlinklibrary by rsc · 20 years ago
  61. 31cf0ab attempt at FreeBSD pre-5 support by rsc · 20 years ago
  62. 93eb807 remove debugging by rsc · 20 years ago
  63. f5ff494 add va_start/va_end. by rsc · 20 years ago
  64. 65cd9e4 use fmtprint to avoid va_copy by rsc · 20 years ago
  65. ddb664d add threaddaemonize by rsc · 20 years ago
  66. 22c7ebf more little compile fixes by rsc · 20 years ago
  67. 7ffc520 use threaddaemonize by rsc · 20 years ago
  68. 96d6b19 new test program by rsc · 20 years ago
  69. 2c87dda add threaddaemonize(), more bug fixes by rsc · 20 years ago
  70. 929fcfe add note that vac should work. by rsc · 20 years ago
  71. 6a130cb use getuser instead of getenv("USER"). add portdate file. by rsc · 20 years ago
  72. a812ae4 secstore from ehg by rsc · 20 years ago
  73. 73bfbac silence various warnings by rsc · 20 years ago
  74. b3efcdb change to use new thread library by rsc · 20 years ago
  75. 1d011ae yield now returns the number of switches done by rsc · 20 years ago
  76. 8cbd854 better exec handling by rsc · 20 years ago
  77. 0341761 add awaitfor and waitfor by rsc · 20 years ago
  78. 955a2ca starting to work on Linux by rsc · 20 years ago
  79. e127e40 shuffle to allow use of execchan in non-pthreads impls by rsc · 20 years ago
  80. e8a7b96 more features by rsc · 20 years ago
  81. 2189e55 dumb porting bugs by rsc · 20 years ago
  82. 9939daa use new thread library by rsc · 20 years ago
  83. 8cd0011 figure out which files to put in the library by rsc · 20 years ago
  84. f1e8706 linux pre-2.6 implementation by rsc · 20 years ago
  85. 4dbefdd start linux pre-2.6 port by rsc · 20 years ago
  86. fd46554 good test programs by rsc · 20 years ago
  87. e8edc17 lock using Lock instead of QLock. by rsc · 20 years ago
  88. 73722a8 confine pthreads to pthread.c by rsc · 20 years ago
  89. e317e37 add chansetname prototype by rsc · 20 years ago
  90. 10b4555 as wkj pointed out, notifyseton should not call notesetenable by rsc · 20 years ago
  91. 17cdbb9 fix to handle new by rsc · 20 years ago
  92. dcfa5ab remove debugging by rsc · 20 years ago
  93. 6d7fdb2 changes from plan 9 by rsc · 20 years ago
  94. 334cb1e change to use new thread library by rsc · 20 years ago
  95. 0a839b8 clone is a bad word on linux by rsc · 20 years ago
  96. 3694b73 handle pty correctly on linux by rsc · 20 years ago
  97. 2b9172c add readn to avoid need for plan9port libc by rsc · 20 years ago
  98. 93f2ae0 change to use new thread library by rsc · 20 years ago
  99. 678ede7 various changes from plan 9 by rsc · 20 years ago
  100. e1dc7e4 signal handling, add prototype for pthreadinit by rsc · 20 years ago