plan9fox/sys/src
spew 8b6621a360 [012568kqv]a: correctly lex full range of integers in the assemblers (thanks Ori_B)
The Plan 9 assemblers use strtoll to parse the integer literals
in their input. It turns out that this is almost correct, but
VLONG_MIN is clamped. This patch changes to use strtoull
in order to allow the full range of integers.
2017-03-22 00:04:24 -05:00
..
9 devmouse: refactor screen blanking logic 2017-03-18 16:58:27 +01:00
ape stdio: fix sclose() buffer overrun when terminating string, realloc() error handling (thanks porlock) 2016-11-27 21:20:27 +01:00
boot
cmd [012568kqv]a: correctly lex full range of integers in the assemblers (thanks Ori_B) 2017-03-22 00:04:24 -05:00
games games/doom: don't spawn midi process when opening /dev/audio failed (thanks qwx) 2017-03-17 01:02:01 +01:00
lib9p
libaml libaml: make heap size field int, implement BankField definitions 2017-02-24 01:31:58 +01:00
libauth libauth: don't attempt to mount when opening mount srv file fails in nsop() 2016-12-22 01:56:19 +01:00
libauthsrv
libavl libavl: fix manpage example, minor improvement to code 2016-12-24 17:58:31 -06:00
libbin
libbio
libc
libcomplete
libcontrol
libdisk
libdraw
libfis
libflate
libframe
libgeometry
libhtml
libhttpd
libip
libjson
liblex
libmach
libmemdraw
libmemlayer
libmp libmp: fix mpmod() aliasing bug when n == r and x < 0 (thanks aiju, mischief) 2017-02-05 02:48:13 +01:00
libndb
libplumb
libregexp libregexp: fix assert check for compile1 instruction count 2017-02-19 00:32:47 +01:00
libscribble
libsec libsec: zero name buffer in X509toECpub() 2017-02-10 21:42:11 +01:00
libstdio stdio: fix sclose() buffer overrun when terminating string, realloc() error handling (thanks porlock) 2016-11-27 21:20:27 +01:00
libString
libsunrpc
libthread
libventi
mkfile
mkfile.proto
NOTICE