summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Collapse)Author
2006-09-06standardize various * conventionsrsc
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc
2006-08-30complain if no disk 1rtm
lots of cleanup
2006-07-20uint32_t -> uint &crtm
2006-07-17add uint and standardize on typedefs instead of unsignedrsc
2006-07-16Attempt to clean up newproc somewhat.rsc
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.
2006-07-05timer interruptskaashoek
disk interrupts (assuming bochs has a bug)
2006-06-22checkpoint. booting second processor. stack is messed up, but thanks to cliffkaashoek
and plan 9 code, at least boots and gets into C code.
2006-06-21start on MP; detect MP configurationkaashoek
2006-06-15primitive fork and exit system callsrtm
2006-06-12importrtm