]> Devi Nivas Git - cs3210-lab1.git/commit
Attempt to clean up newproc somewhat.
authorrsc <rsc>
Sun, 16 Jul 2006 01:47:40 +0000 (01:47 +0000)
committerrsc <rsc>
Sun, 16 Jul 2006 01:47:40 +0000 (01:47 +0000)
commit856e1fc1ad22a24bd71c706bc06ba868e044ddc8
tree203bf24aa99e2f50d4bca375231d3fb46332ba29
parent65bd8e139a8368e987455a10ec59dd7b079b3af1
Attempt to clean up newproc somewhat.

Also remove all calls to memcpy in favor of
memmove, which has defined semantics when
the ranges overlap.  The fact that memcpy was
working in console.c to scroll the screen is not
guaranteed by all implementations.
console.c
defs.h
main.c
proc.c
string.c
syscall.c
trapasm.S