ostep-projects icon indicating copy to clipboard operation
ostep-projects copied to clipboard

Projects for an undergraduate OS course

Results 31 ostep-projects issues
Sort by recently updated
recently updated
newest added

https://github.com/remzi-arpacidusseau/ostep-projects/blob/f2650cf2740a54078695637231eea646a97496d7/processes-shell/tests/16.in#L1 It's unclear why a single `'&'` character should not generate an error. In Bash this is an error, for example.

The byte order of the current test files are little endian. Using `htonl` and `ntohl` to convert the number should works for all systems.

The README.md instructions for `reverse` say the error message should be `error: cannot open file 'input.txt'`, but the tests (e.g. `3.err`) instead want `reverse: cannot open file 'input.txt'`. This change...

Trailing whitespaces in the following files are kept as they were: - initial-utilities/wcat/tests/5.in - initial-utilities/wcat/tests/5.out - initial-utilities/wgrep/tests/7.in - processes-shell/tests/15.in

Expected test value differ from README.md for initial-reverse

Hi Prof, It seems that Sort(text-based), Sort(binary), memory allocator, and web crawler lab are missing here. Can you provide the lab materials?

In repo ostep-projects/ initial-memcached, I followed every instruction the README.md file described, but failed to work, when I type the last command **make**, it produced an error: > make: No...

Four minor typo and Markdown formatting fixes in the readme file for the concurrent webserver project.