1. 13 Jan, 2003 1 commit
  2. 10 Jan, 2003 6 commits
  3. 09 Jan, 2003 7 commits
  4. 08 Jan, 2003 4 commits
  5. 07 Jan, 2003 3 commits
  6. 06 Jan, 2003 5 commits
  7. 03 Jan, 2003 1 commit
  8. 30 Dec, 2002 4 commits
  9. 28 Dec, 2002 2 commits
  10. 27 Dec, 2002 6 commits
  11. 23 Dec, 2002 1 commit
    • Mark Grondona's avatar
      o common/eio.c : add close handler to io objects, call close handler · ebbea5a7
      Mark Grondona authored
         on POLLHUP but no read method.
       o common/log.c : add pthread_atfork() calls to ensure sanity of log
         data structure after a fork() from a threaded program.
       o slurmd/io.c : set _obj_close as close handler for all objects
       o slurmd/shm.c : fix bug that caused lockfile to always go into /tmp
       o slurmd/mgr.c : reset log prefix to denote job id when logging to a file
       o srun/srun.c : do not call fatal() after having allocated nodes,
         use die() instead which prints an error then does goto cleanup;
       o srun/*.c : remove _debug vestigal var
      ebbea5a7