plan9fox/sys/src
cinap_lenrek def87d6016 devsd: fix scsi emulation for disks bigger than 4 billion sectors (from erik quanstros 9atom)
for read capacity (10 (0x25) if we have more than
4 billion sectors, we must not return nsectors % (1<<32),
we must return 0xffffffff.
2013-11-12 20:00:15 +01:00
..
9 devsd: fix scsi emulation for disks bigger than 4 billion sectors (from erik quanstros 9atom) 2013-11-12 20:00:15 +01:00
ape synchronize ape's vfprintf with libstdio 2013-11-06 11:22:15 -08:00
boot 9bootfat: only check for fat at block 0 on floppy drives (thanks aap) 2013-09-23 21:12:41 +02:00
cmd acidleak: show free blocks as free (leak -b) 2013-11-08 17:42:15 +01:00
games mkfiles: do not rely on path containing the . element 2013-10-26 20:22:01 +02:00
lib9p lib9p/hjfs: use x != ~0 instead (type)~x conditionals to work arround arm compiler issue 2013-10-02 01:36:05 +02:00
libaml libaml: fix formating 2013-09-07 16:22:35 +02:00
libauth libauth: add sanity check for auth_proxy write size 2013-09-16 03:56:53 +02:00
libauthsrv
libavl
libbin
libbio
libc libc: updated acid files for 21 bit rune change 2013-10-17 12:53:01 +02:00
libcomplete
libcontrol
libdisk
libdraw libdraw: make newwindow() unmount the old window 2013-10-04 15:57:05 +02:00
libfis
libflate
libframe
libgeometry
libhtml libhtml: fix potential linked list corruption 2013-09-05 00:55:58 +02:00
libhttpd
libip
libjson libjson: check for empty string in jsonparse() 2013-11-10 20:11:46 -05:00
liblex
libmach libmach: fix wrong formating for arm LDRH/STRH/LDRSB/LDRSH (MOVHU/MOVBU) instructions 2013-10-02 20:52:13 +02:00
libmemdraw draw: add badrect() function to reject zero, negative size or orverly huge rectangles 2013-06-16 19:01:46 +02:00
libmemlayer
libmp
libndb
liboventi
libplumb libplumb: search for plumber only at /mnt/plumb, and don't try to mount $plumbsrv if the search fails 2013-10-31 04:26:01 -04:00
libregexp
libscribble
libsec tls: fix various tlsClient()/tlsServer() related bugs 2013-09-14 19:19:08 +02:00
libstdio
libString
libsunrpc
libthread
libventi
mkfile make libjson from /sys/src/cmd/btc/json.c 2013-10-27 15:44:33 -04:00
mkfile.proto
NOTICE