index
:
xv6-riscv
riscv
MIT xv6-RISCV kernel modified to RV64I base integer extension
Aditya N. Naik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
string.c
Age
Commit message (
Expand
)
Author
2019-06-11
separate source into kernel/ user/ mkfs/
Robert Morris
2019-05-31
fork/wait/exit work
Robert Morris
2018-09-23
Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.
Frans Kaashoek
2016-08-25
Remove trailing white space with:
Frans Kaashoek
2011-09-01
Use stosl in memset; makes boot time bearable
Austin Clements
2009-10-07
Remove memcpy prototypes at Russ' request to prevent code from calling
Austin Clements
2009-10-07
Provide memcpy for compatibility with older versions of gcc
Austin Clements
2009-03-08
xv6: use stosb for memset
rsc
2007-08-28
spaces around else for rtm
rsc
2007-08-28
more consistent spacing
rsc
2007-08-27
delete unnecessary #include lines
rsc
2007-08-24
first ever correct use of strncpy
rsc
2007-08-21
Various cleanup:
rsc
2007-08-10
avoid assignments in declarations
rsc
2007-08-08
add safestrcpy
rsc
2006-09-06
standardize various * conventions
rsc
2006-09-06
spacing fixes: no tabs, 2-space indents (for rtm)
rsc
2006-08-30
complain if no disk 1
rtm
2006-07-20
uint32_t -> uint &c
rtm
2006-07-17
add uint and standardize on typedefs instead of unsigned
rsc
2006-07-16
Attempt to clean up newproc somewhat.
rsc
2006-07-05
timer interrupts
kaashoek
2006-06-22
checkpoint. booting second processor. stack is messed up, but thanks to cliff
kaashoek
2006-06-21
start on MP; detect MP configuration
kaashoek
2006-06-15
primitive fork and exit system calls
rtm
2006-06-12
import
rtm