You cannot post messages because only members can post, and you are not currently a member.
Description:
Class discussion group for CS 351: Systems Programming
|
|
|
HTTP Request Formatting
|
| |
Hello,
I have a question about the format of the HTTP request that should be
forwarded by the proxy to the outgoing server. Given a client's initial
request of "GET [link] HTTP/1.1", should the outgoing request
be "GET / HTTP/1.1"? This is currently the format I am using, however, when... more »
|
|
Regarding w3m and google website
|
| |
Dear Prof Lee,
I'm observing a strange behavior with google website and w3m client.
Here's a quick summary
1. If I use telnet localhost port
GET [link] HTTP/1.1<enter>
<enter>
I get correct result from google
2. If I use telnet localhost port
GET [link] HTTP/1.0<enter>... more »
|
|
Final Exam Material
|
| |
Dr. Lee,
You had said some of the material we discussed in class at the end of
the term was not going to be on the final. Are all of the lecture
slides currently posted the ones that will be on the final, or will
there be more posted soon that are relevant?
Carl
|
|
segmentation fault
|
| |
Has anyone had any luck fixing a segmentation fault. I feel like I
have tried everything and can't seem to fix the issue. If anyone has
had this problem and fixed it, or has any advice on what or where the
problem might be, please let me know.
|
|
Malloc Error
|
| |
In file included from /usr/include/stdio.h:34,
from mm.c:12:
/usr/lib64/gcc-lib/x86_64-suse -linux/3.3.3/include/stddef.h: 213:
error: syntax error before "typedef"
The line in question is: #include <stdio.h>
I didn't change it at all, so I'm not quite sure why it's giving me an... more »
|
|
Malloc Lab
|
| |
Has the Malloc Lab been assigned, to be officially due November 6?
|
|
Trace Files
|
| |
I cannot make the rtest files and the trace files 17 and 18 have
errors.
Can we get an extension on this lab till Monday?
|
|
Rochkind Reference
|
| |
Hello,
It is mentioned in the lab that Rochkind’s example in the Advanced
Unix Programming text may be useful for our implementation. I have
found that all of the source code from this book is freely available
online for reference. You can find it at [link].... more »
|
|
Problem with the git repository
|
| |
Hi I managed to fix the problem of git not updating the makefile by
just writing the missing part in, however I think I have a problem
with the reference shell because when it calls the output redirection
on a file that doesnt exist it does not create a new one, By the way
that is the reference shell that isnt working with output redirection... more »
|
|
Problem with execution of test cases with Shell+ lab
|
| |
Note: If I'm not mistaken, Shell+ lab doesn't mandate that we execute
the test cases from earlier lab on the revised shell implementation.
However, I noticed that after implementing parsing in the shell+ lab
which supports parsing of '>', '>>', '|' and '<' correctly, I no
longer can make use of most of the test cases from the previous lab... more »
|
|
|