Commit Graph

100 Commits

Author SHA1 Message Date
dcdadfc215 Merging HW5_CODE 2022-05-04 15:08:26 -04:00
Gene Stark
de1e9b954d Increase CONNECT timeouts from 10ms to 50ms. The 10ms timeout seems marginal. 2022-05-03 18:43:03 -04:00
Gene Stark
45eb0feb78 Bring in basecode from development repo. 2022-04-16 17:19:19 -04:00
a39e2d1aaf feat: added files 2022-04-16 11:33:13 -04:00
11f28060e7 fix: error added dirs 2022-04-16 11:31:02 -04:00
35ba13531a feat: added docs 2022-04-16 11:21:06 -04:00
5f3abb14e8 fix?: close stdin and stdout at the end of child process 2022-04-16 11:10:15 -04:00
0c150e1f9d fix: remove checking for waitpid 2022-04-16 10:27:41 -04:00
969fa07d28 fix: check input boundary 2022-04-16 10:04:08 -04:00
69d3f8cc0f fix: pipeline 2022-04-16 09:36:44 -04:00
a6187dafc3 fix: ptr 2022-04-15 23:44:45 -04:00
92398a533a fix: free jobs 2022-04-15 23:36:48 -04:00
e6b14fa80e fix: check syscall 2022-04-15 22:59:46 -04:00
f9906ed62c fix: return job index instead of 0 2022-04-15 21:35:24 -04:00
64073b2490 fix: free args if expr is invalid 2022-04-15 21:24:56 -04:00
e27119ba17 fix: bug in io_handler 2022-04-15 21:13:14 -04:00
014ed4d827 fix: fix some bugs 2022-04-15 21:01:23 -04:00
37f066c454 feat: finished jobs, not tested 2022-04-15 20:57:53 -04:00
9b33639bd2 feat: implemented program 2022-04-15 09:21:45 -04:00
da7c37d986 fix: fix error in gitignore 2022-04-14 18:40:24 -04:00
e3621f4729 feat: implemented store 2022-04-14 18:36:06 -04:00
9c7b99693b Merging HW4_CODE 2022-04-13 22:06:11 -04:00
ca01e05272 fix: somebugs in malloc 2022-04-13 22:05:25 -04:00
Gene Stark
88db904892 Add missing break statement to PAUSE_STMT_CLASS case in exec_stmt(). 2022-04-11 18:52:21 -04:00
Gene Stark
b74ac13807 Arrange to store captured output after wait and poll, besides after foreground statement. 2022-04-11 10:42:58 -04:00
Gene Stark
8ca7e77e25 Bring in basecode from development repo. 2022-03-27 16:45:17 -04:00
40f99b2b4b fix: xorg with unit64 2022-03-26 14:34:33 -04:00
c3dbf2030c fix: fix some bugs 2022-03-26 11:32:36 -04:00
85fa313fcb fix: minor bugs(maybe?) 2022-03-26 10:53:54 -04:00
79c410f343 feat: implemented internl_fragmentation and peak utilization 2022-03-26 02:32:53 -04:00
f8284f05a9 fix: remove abort main function 2022-03-26 02:11:45 -04:00
6b738626c2 feat: added test cases 2022-03-26 02:08:50 -04:00
b11b8a26e4 fix: return payload 2022-03-26 00:41:31 -04:00
c2d87a610e feat: comment magic 2022-03-26 00:27:38 -04:00
8c1556c270 feat: add magic 2022-03-26 00:23:11 -04:00
507276d82f fix: change payload size when realloc 2022-03-25 23:45:01 -04:00
c227704733 fix: wrong rsize in realloc 2022-03-25 23:39:39 -04:00
2b554b4c5c fix: error pointer in realloc 2022-03-25 23:26:21 -04:00
908663e721 fix: add to free list while increasing size 2022-03-25 23:16:50 -04:00
cc31d8604b fix: wrong index and wrong way to grow 2022-03-25 23:00:48 -04:00
e65ab8192b fix: remove from edge 2022-03-25 21:51:46 -04:00
aff161557e fix: return payload 2022-03-25 21:13:36 -04:00
748055996a fix: xor with not 2022-03-25 20:50:24 -04:00
660e269bde fix: wrong mini size 2022-03-25 20:27:17 -04:00
960b2aee42 feat: implemented realloc 2022-03-25 19:09:35 -04:00
73f577fb7a feat: partially implemented malloc and free 2022-03-25 17:47:01 -04:00
ecfd233c30 Merging HW3_CODE 2022-03-25 10:30:57 -04:00
Gene Stark
d50e72a329 Correct malloc_an_int test. 2022-03-20 05:07:04 -04:00
Gene Stark
45c0fdbb02 Remove an incorrect "(aligned)" indication. 2022-03-17 11:55:05 -04:00
Gene Stark
216cc7f168 Correct tests for actual assignment configuration. 2022-03-12 02:10:51 -05:00