Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.51 KB | None | 0 0
  1. commit f6236363e206a5f879e70b512775b47006c15a1f
  2. Author: Rohit Sridhar <rsridha2@rice13.stanford.edu>
  3. Date: Fri Mar 2 09:15:39 2018 -0800
  4.  
  5. moved pagedir_clear up to the beginning of eviction.
  6.  
  7. commit 58cf2581972ce03249f58c1fe403ebe7f623f6b4
  8. Author: Rohit Sridhar <rsridha2@rice13.stanford.edu>
  9. Date: Fri Mar 2 08:35:02 2018 -0800
  10.  
  11. userprog compiles now.
  12.  
  13. commit fd1112fb69ae02ec3332e85bd06480405f6e7663
  14. Author: Rohit Sridhar <rsridha2@rice13.stanford.edu>
  15. Date: Fri Mar 2 01:17:11 2018 -0800
  16.  
  17. Added pinning for frames.
  18.  
  19. commit 10d4a67e2256ae264f8ad3eb54a0eb236c94a521
  20. Author: Rohit Sridhar <rsridha2@rice13.stanford.edu>
  21. Date: Fri Mar 2 00:26:47 2018 -0800
  22.  
  23. pinning implemented on user buffers.
  24.  
  25. commit 6fc8d3387214b7dd2b648f56a319f2c273ca10c0
  26. Author: Rohit Sridhar <rsridha2@rice13.stanford.edu>
  27. Date: Thu Mar 1 21:56:41 2018 -0800
  28.  
  29. -
  30.  
  31. commit f4bf2aa3a361bf4efcdcf385dbff0d0a468693fb
  32. Author: Rohit Sridhar <rsridha2@rice13.stanford.edu>
  33. Date: Thu Mar 1 21:36:30 2018 -0800
  34.  
  35. -
  36.  
  37. commit 00c22f14fdcd39c5c444c70618c4ca97b388231b
  38. Author: Rohit Sridhar <rsridha2@rice13.stanford.edu>
  39. Date: Thu Mar 1 21:24:32 2018 -0800
  40.  
  41. modified comments.
  42.  
  43. ...skipping...
  44.  
  45. Patch: http://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commit;h=21848a29ff6f6d52751bd91463be03b790f6e3e5
  46.  
  47. commit 822279aab564d225093697690d790ddd6d15b162
  48. Author: Michael Diamond <dimo414@gmail.com>
  49. Date: Sun Jan 14 01:13:03 2018 -0800
  50.  
  51. Make pintos-gdb able to find the gdb-macros file automatically. No need to copy the scripts out to a separate directory.
  52.  
  53. commit 93c7f7c2f2ae3034b498124937b5bc222084f68f
  54. Author: Michael Diamond <dimo414@gmail.com>
  55. Date: Sun Jan 14 00:26:02 2018 -0800
  56.  
  57. Apply upstream patch resolving parse error in pintos script.
  58.  
  59. See https://stackoverflow.com/q/45656966/113632
  60.  
  61. Patch: http://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commit;h=fd2a5afa946474ba0839de0e9da238dbaecbd6a5
  62.  
  63. commit 417bf9a8fc7ef232fd85d56379aba4b54c628810
  64. Author: Michael Diamond <dimo414@gmail.com>
  65. Date: Sat Jan 13 12:18:30 2018 +0000
  66.  
  67. Initial Bitbucket Pipelines configuration
  68.  
  69. commit b8097711febb8303a9f3f321d7f7f74baf61fe63
  70. Author: Michael Diamond <dimo414@gmail.com>
  71. Date: Sat Jan 13 04:17:49 2018 -0800
  72.  
  73. Add initial pipeline config.
  74.  
  75. commit f65bd8ef4ef8972ce91ea0de3a3f95fe11869634
  76. Author: Michael Diamond <dimo414@gmail.com>
  77. Date: Sat Jan 13 01:56:41 2018 +0000
  78.  
  79. Create initial README
  80.  
  81. commit 2ac67dcf6ab272cf534e1c1cf53827cbd28a020a
  82. Author: Henry Paul Tung <htung@myth12.Stanford.EDU>
  83. Date: Tue Jan 7 20:17:07 2014 -0800
  84.  
  85. Initial commit
  86. ...skipping...
  87. Put stack vars in say-hello.c
  88.  
  89. commit 9b38b68d0399a0a3cee85683d81955dd74d7c87a
  90. Author: Rohit Sridhar <rsridha2@rice13.stanford.edu>
  91. Date: Wed Jan 31 18:58:31 2018 -0800
  92.  
  93. Need to debug argument passing.
  94.  
  95. commit a0d9359d0d3e536db45b8ed8a971387bd547ae71
  96. Author: Rohit Sridhar <rsridha2@rice12.stanford.edu>
  97. Date: Wed Jan 31 18:18:47 2018 -0800
  98.  
  99. Finished inital bullet points + Argument Passing.
  100. --Argument Passing
  101. --Syscall Numbers/Setup
  102. --Write
  103.  
  104. commit cd013955fe29fd92904a2f7223921f27123e6681
  105. Author: Michael Diamond <dimo414@gmail.com>
  106. Date: Wed Jan 31 12:39:43 2018 -0500
  107.  
  108. Update .gitignore files to ignore build artifacts.
  109.  
  110. commit 321625d2e4769e7a4254ac2b39cbcd3ff2914cab
  111. Author: Michael Diamond <dimo414@gmail.com>
  112. Date: Wed Jan 31 12:39:18 2018 -0500
  113.  
  114. Initial script for creating clean filesys.dsk
  115.  
  116. commit 14ccd550b4eddf244dec12d3de7a5ffbd3c1f189
  117. Author: Rohit Sridhar <rsridha2@rice07.stanford.edu>
  118. Date: Tue Jan 30 23:33:59 2018 -0800
  119.  
  120. offset error due to frontloading int argc in argument/file name
  121. page. Was sending index to offset into args (rather than top of
  122. page). Resolved by sending in *fn_page - sizeof (int). Sufficient
  123. workaround for the time being.
  124.  
  125. commit dccca0ede64b5b97b08f6f2e0867e66351469146
  126. Author: Rohit Sridhar <rsridha2@rice07.stanford.edu>
  127. Date: Tue Jan 30 19:22:02 2018 -0800
  128.  
  129. argument passing appears to be fine (loading args onto stack),
  130. but error when freeing page in start_process.
  131.  
  132. commit 997fa59ce79d94786a55c848298c82d8e1ce3e87
  133. Author: Michael Diamond <dimo414@gmail.com>
  134. Date: Sun Jan 28 23:42:22 2018 -0800
  135.  
  136. Link to Assignment 2 design doc. [skip ci]
  137.  
  138. commit 974aa2b5ebe5118bd428aad883f9440beae34e72
  139. Author: Michael Diamond <dimo414@gmail.com>
  140. Date: Mon Jan 15 19:49:40 2018 -0800
  141.  
  142. Add reference to Intel docs cited in Section A.4 of the reference guide.
  143.  
  144. commit 5d9e74f020b20baa1f23f98321bb6e7918157cfb
  145. Merge: 49893f4 417bf9a
  146. Author: Michael Diamond <dimo414@gmail.com>
  147. Date: Sun Jan 14 04:06:28 2018 -0800
  148.  
  149. Merge branch 'master' of bitbucket.org:dimo414/pintos
  150.  
  151. commit 49893f4ad541f045b3ea7d1f08ad527440113205
  152. Author: Michael Diamond <dimo414@gmail.com>
  153. Date: Sun Jan 14 03:51:11 2018 -0800
  154.  
  155. Enable -v flag to be used.
  156.  
  157. commit 6d627897f139ac059e93ec147a8cb55c0a5a193e
  158. Author: Michael Diamond <dimo414@gmail.com>
  159. Date: Sun Jan 14 03:48:35 2018 -0800
  160.  
  161. Apply upstream patch resolving panics with modern GCC
  162.  
  163. Patch: http://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commit;h=21848a29ff6f6d52751bd91463be03b790f6e3e5
  164.  
  165. commit 822279aab564d225093697690d790ddd6d15b162
  166. Author: Michael Diamond <dimo414@gmail.com>
  167. Date: Sun Jan 14 01:13:03 2018 -0800
  168.  
  169. Make pintos-gdb able to find the gdb-macros file automatically. No need to copy the scripts out to a separate directory.
  170.  
  171. commit 93c7f7c2f2ae3034b498124937b5bc222084f68f
  172. Author: Michael Diamond <dimo414@gmail.com>
  173. Date: Sun Jan 14 00:26:02 2018 -0800
  174.  
  175. Apply upstream patch resolving parse error in pintos script.
  176.  
  177. See https://stackoverflow.com/q/45656966/113632
  178.  
  179. Patch: http://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commit;h=fd2a5afa946474ba0839de0e9da238dbaecbd6a5
  180.  
  181. commit 417bf9a8fc7ef232fd85d56379aba4b54c628810
  182. Author: Michael Diamond <dimo414@gmail.com>
  183. Date: Sat Jan 13 12:18:30 2018 +0000
  184.  
  185. Initial Bitbucket Pipelines configuration
  186.  
  187. commit b8097711febb8303a9f3f321d7f7f74baf61fe63
  188. Author: Michael Diamond <dimo414@gmail.com>
  189. Date: Sat Jan 13 04:17:49 2018 -0800
  190.  
  191. Add initial pipeline config.
  192.  
  193. commit f65bd8ef4ef8972ce91ea0de3a3f95fe11869634
  194. Author: Michael Diamond <dimo414@gmail.com>
  195. Date: Sat Jan 13 01:56:41 2018 +0000
  196.  
  197. Create initial README
  198.  
  199. commit 2ac67dcf6ab272cf534e1c1cf53827cbd28a020a
  200. Author: Henry Paul Tung <htung@myth12.Stanford.EDU>
  201. Date: Tue Jan 7 20:17:07 2014 -0800
  202.  
  203. Initial commit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement