Commit Verlauf

Autor SHA1 Nachricht Datum
  tarfeef101 e22dd1c049 tlb now randomly kickes entries, code segments are read only vor 6 Jahren
  tarfeef101 bd91fe35d2 modified buildscripts to be working directory agnostic, also fixed a small memory leak vor 6 Jahren
  tarfeef101 23af2b9c19 leslie is a god vor 6 Jahren
  tarfeef101 2c7d850820 debugging of my weird error. details are on piazza, and can be inferred through comments and printfs when running uw-testbin/argtesttest vor 6 Jahren
  tarfeef101 4a78e046da fuck piazza vor 6 Jahren
  tarfeef101 11fc2beeac got execv mostly working... arg2 and argc are kinda off with argtestest vor 6 Jahren
  tarfeef101 b9192e35bf believe argument passing in runprogram working, have base execv without agrs working. with args is still not great vor 6 Jahren
  tarfeef101 4c3717c727 have a building kernel, can run old tests, but cannot run new ones. execv clearly needs work vor 6 Jahren
  tarfeef101 a76a6813f0 rebuilt user level programs as per guidelines pre-submission vor 6 Jahren
  tarfeef101 41d0d447bd added a script for non-complete building. also, fixed sys exit. issue was not deleting children that are zombies when parents die. i do that now vor 6 Jahren
  tarfeef101 2c8fab64f4 using the proper palin test, i am passing. think my sleep is the issue, or according to piazza the sleep is exposing issues with address spaces which could be a fork issue. vor 6 Jahren
  tarfeef101 42307f5601 using proclock more vor 6 Jahren
  tarfeef101 a982f748c5 actually update retval in getpid vor 6 Jahren
  tarfeef101 0e648f4fd6 added another condition to thread to allow for threads to die if their process has exited but exists because it wants to be usable by family| vor 6 Jahren
  tarfeef101 10cc744117 commented out dupe pe code from proc.c that was done in sys_exit vor 6 Jahren
  tarfeef101 6146aaa5c4 onefork now runs properly. palin and widefork do not. changed exit to update child procs to point to NULL parents if the parent exits vor 6 Jahren
  tarfeef101 b6ecc99a2f made the onefork test finish by changing the >= 0 to != -1, but this is a bandaid fix. the core issue of our exitcode being DEADBEEF still exists vor 6 Jahren
  tarfeef101 2a4d22c8a4 NOT WORKING: as all the printfs would tell you. basically, the palin test is trying to exit from a null or kernel thread, and the onefork test hangs. this is because a seemingly valid parent address has a DEADBEEF exitcode, which makes us skip the deletion of our thread vor 6 Jahren
  tarfeef101 a539b02dd1 no longer leak memory, processes should actually have a list of children now vor 6 Jahren
  tarfeef101 800751896b i don't crash instantly anymore! vor 6 Jahren
  tsdedhar e164117860 adding built kernel files,more formatting vor 6 Jahren