summaryrefslogtreecommitdiff
path: root/sys/src/libsunrpc
AgeCommit message (Collapse)Author
2021-03-29libsunrpc: work around arm64 compiler bug in sunStringUnpack()cinap_lenrek
The sunStringUnpack() routine was miscompiled by 7c, as pointer arithmetic is done in 64 bit but the constant -1 offset got expended to a unsigned 32 bit integer.
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen