- Jul 26, 2006
-
-
rtm authored
-
- Jul 21, 2006
- Jul 20, 2006
-
-
rtm authored
-
- Jul 18, 2006
-
-
rtm authored
-
- Jul 16, 2006
-
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
Eliminate annoying Pseudodesc structure. Eliminate unnecessary parts of mmu.h.
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
Add user.h for prototypes. Add cons_puts for cleaner output.
-
rsc authored
-
- Jul 15, 2006
-
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
Rename fd_reference to more suggestive fd_incref. (Fd_reference sounds like it might just return the ref count.)
-
rsc authored
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.
-
rsc authored
New scheduler. Removed cli and sti stack in favor of tracking number of locks held on each CPU and explicit conditionals in spinlock.c.
-
rsc authored
Undo change from this morning that wasn't intended to get in.
-
rsc authored
-
rsc authored
-
rsc authored
-
rsc authored
Change fetchint, fetcharg, and putint to return -1 on error, 0 on success. They had been returning 0 on error, 1 on success, but all the callers were checking for return value < 0.
-