plan9fox/sys
cinap_lenrek 0e09795831 dossrv: handle file offsets > 2^31
maximum file size is 4GB-1 as the file length is stored in
a 32 bit long. make sure it doesnt overflow on write or
or truncate. interpret the file length as unsigned. pass
vlong to readfile()/writefile()/truncfile() so we can
handle overflows and not just ignore the upper bits.
2015-10-05 04:31:31 +02:00
..
doc
games/lib fortunes: Please be respectful in this forum. 2015-09-26 19:10:40 -04:00
include ape: set MB_CUR_MAX to 4 in stdlib.h for 21-bit runes (thanks erik quanstro) 2015-09-29 15:17:21 +02:00
lib /sys/lib/dist/ndb/common: correct authdom=inri 2015-09-16 13:29:04 -04:00
man add timepic(1) and qr(1) manpages 2015-09-29 20:49:52 +02:00
src dossrv: handle file offsets > 2^31 2015-10-05 04:31:31 +02:00