summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2019-05-31fork/wait/exit workRobert Morris
2018-09-23Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.Frans Kaashoek
2016-08-25Remove trailing white space with:Frans Kaashoek
2011-09-01Use stosl in memset; makes boot time bearableAustin Clements
2009-10-07Remove memcpy prototypes at Russ' request to prevent code from callingAustin Clements
2009-10-07Provide memcpy for compatibility with older versions of gccAustin Clements
2009-03-08xv6: use stosb for memsetrsc
2007-08-28spaces around else for rtmrsc
2007-08-28more consistent spacingrsc
2007-08-27delete unnecessary #include linesrsc
2007-08-24first ever correct use of strncpyrsc
2007-08-21Various cleanup:rsc
2007-08-10avoid assignments in declarationsrsc
2007-08-08add safestrcpyrsc
2006-09-06standardize various * conventionsrsc
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc
2006-08-30complain if no disk 1rtm
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
2006-07-05timer interruptskaashoek
2006-06-22checkpoint. booting second processor. stack is messed up, but thanks to cliffkaashoek
2006-06-21start on MP; detect MP configurationkaashoek
2006-06-15primitive fork and exit system callsrtm
2006-06-12importrtm