Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine ch5 posix project #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Pleune
Copy link

@Pleune Pleune commented Oct 24, 2018

After being assigned this project, I have made some minor changes to the distributed project files to aid in completion of the project. I feel that these changes would make minor improvements to others who are also assigned this project.

Changes:

  • CPU.c to lowercase
  • Add default "all" target that builds all schedulers, and make it
    default instead of the clean target
  • Reorder Makefile directives to be "more readable"
  • Add #include "task.h" in cpu.h
  • Add error message when user forgets to specify file on cmd line
    instead of segfaulting
  • Use run() function in list.c to keep same format
  • Prevent memory leaks in list.c by free()-ing deleted nodes
  • Add new make file target to README, and elaborate on the files needed
    to be created
  • Remove trailing whitespace from various files

 - CPU.c to lowercase
 - Add default "all" target that builds all schedulers, and make it
   default instead of the clean target
 - Reorder Makefile directives to be "more readable"
 - Add #include "task.h" in cpu.h
 - Add error message when user forgets to specify file on cmd line
   instead of segfaulting
 - Use run() function in list.c to keep same format
 - Prevent memory leaks in list.c by free()-ing deleted nodes
 - Add new make file target to README, and elaborate on the files needed
   to be created
 - Remove trailing whitespace from various files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant