plan9fox/sys
Alex Musolino 2a907fd459 games/mix: fix implementation of MOVE instruction (thanks nicolagi)
Plan 9 memcpy(2) uses the same implementation as memmove(2) to handle
overlapping ranges.  Hovewer, the MIX MOVE instruction, as described
in TAOCP, specifically does not do this.  It copies words one at a
time starting from the lowest address.

This change also expands the address validation to check that all
addresses within the source and destination ranges are valid before
proceeding.
2020-11-27 11:19:49 +10:30
..
doc
games/lib fortunes: As much as I'd love to I feel I have to let it go -- rminnich 2020-04-18 21:37:53 -04:00
include libbio: add aux pointer to bio 2020-11-01 11:42:54 -08:00
lib profile: don't create $wsys if it doesn't exist 2020-11-02 08:29:05 -08:00
man 9boot(8): update manual to reflect efi loader search order changes 2020-11-21 14:55:33 -08:00
src games/mix: fix implementation of MOVE instruction (thanks nicolagi) 2020-11-27 11:19:49 +10:30