index
:
135e2/xv6-labs.git
cow
fs
lock
mmap
net
pgtbl
syscall
thread
traps
util
xv6-labs-2024-winter
135e2
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
string.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-25
Remove trailing white space with:
Frans Kaashoek
1
-3
/
+3
2011-09-01
Use stosl in memset; makes boot time bearable
Austin Clements
1
-1
/
+5
2009-10-07
Remove memcpy prototypes at Russ' request to prevent code from calling
Austin Clements
1
-0
/
+1
2009-10-07
Provide memcpy for compatibility with older versions of gcc
Austin Clements
1
-0
/
+6
2009-03-08
xv6: use stosb for memset
rsc
1
-6
/
+2
2007-08-28
spaces around else for rtm
rsc
1
-1
/
+1
2007-08-28
more consistent spacing
rsc
1
-3
/
+3
2007-08-27
delete unnecessary #include lines
rsc
1
-1
/
+0
2007-08-24
first ever correct use of strncpy
rsc
1
-2
/
+14
2007-08-21
Various cleanup:
rsc
1
-0
/
+10
2007-08-10
avoid assignments in declarations
rsc
1
-5
/
+7
2007-08-08
add safestrcpy
rsc
1
-0
/
+16
2006-09-06
standardize various * conventions
rsc
1
-12
/
+12
2006-09-06
spacing fixes: no tabs, 2-space indents (for rtm)
rsc
1
-7
/
+7
2006-08-30
complain if no disk 1
rtm
1
-18
/
+0
2006-07-20
uint32_t -> uint &c
rtm
1
-3
/
+3
2006-07-17
add uint and standardize on typedefs instead of unsigned
rsc
1
-6
/
+6
2006-07-16
Attempt to clean up newproc somewhat.
rsc
1
-12
/
+18
2006-07-05
timer interrupts
kaashoek
1
-0
/
+11
2006-06-22
checkpoint. booting second processor. stack is messed up, but thanks to cliff
kaashoek
1
-0
/
+20
2006-06-21
start on MP; detect MP configuration
kaashoek
1
-0
/
+15
2006-06-15
primitive fork and exit system calls
rtm
1
-0
/
+3
2006-06-12
import
rtm
1
-0
/
+22