plan9fox/sys/src
2016-09-20 09:15:53 +02:00
..
9 etherzynq: implement promisc mode and multicast filter support 2016-09-17 15:58:11 +02:00
ape ape: fix format clash, %z is for size_t (which is a long currently), not pointer sized 2016-09-14 00:18:45 +02:00
boot efi: ensure 8 byte alignment of buffer, as ReadBlocks() method will fail otherwise 2016-05-22 21:52:04 +02:00
cmd rio: fix onscreen() 2016-09-20 09:15:53 +02:00
games make error handling in 9p service loops consistent 2016-07-24 02:21:32 +02:00
lib9p make error handling in 9p service loops consistent 2016-07-24 02:21:32 +02:00
libaml aml: define amlintmask and set it according to DSDT revision (64bit / 32bit) 2016-06-05 14:57:38 +02:00
libauth libauth: fix mount file-descriptor leak in auth_chuid() 2016-08-04 11:48:19 +02:00
libauthsrv libauthsrv: ANAMELEN -> PASSWDLEN 2016-08-05 19:09:42 +02:00
libavl
libbin
libbio bio: add Bfdopen() from plan9port 2014-12-14 20:21:42 +01:00
libc libc: dont use floating point for portable umuldiv(), use 64 bit uvlong 2016-09-11 23:19:18 +02:00
libcomplete
libcontrol libcontrol: primitive text entry cut and paste with mouse 2016-08-08 07:37:57 +02:00
libdisk libdisk: error handling, sanity checks 2015-05-31 12:58:13 +02:00
libdraw libdraw: avoid BPSHORT()/BPLONG() expansion, cleanup loadchar(),cachechars() 2016-04-13 00:34:48 +02:00
libfis libfis: dont reject drives lacking SSP (sata ssd connected to ide with adapter) 2016-02-22 22:53:19 +01:00
libflate libflate: add bounds checking on decode array, add sanity checks in hufftab() 2016-08-15 01:07:28 +02:00
libframe libframe: consistent use of nil vs. 0 2016-08-15 08:40:04 +02:00
libgeometry
libhtml libhtml: fix potential linked list corruption 2013-09-05 00:55:58 +02:00
libhttpd libhttpd: use strtol to parse decimal character references in httpunesc() 2015-08-03 15:26:33 +02:00
libip libip: skip ipv6 loopback address (thanks mischief) 2014-12-26 09:34:30 +01:00
libjson libjson: add slack space to literal string buffer to handle bad runes (thanks mischief) 2016-04-27 12:59:06 +02:00
liblex
libmach libmach: fix RORREG, right shift with shift count 0 means >>32 2016-09-03 16:47:51 +02:00
libmemdraw libmemdraw: remove unused static variable from memimagedraw() 2016-05-29 18:23:42 +02:00
libmemlayer libdraw: remove unused static log2[] array 2016-02-28 01:38:29 +01:00
libmp mptrunc: don't write to r->p[r->top] 2016-09-01 10:46:37 +00:00
libndb
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 fix e2 production to match regexp(6) and do it right this time 2016-05-02 15:11:48 -05:00
libscribble
libsec libsec: add scrypt password based key derivation function 2016-07-10 21:41:57 +02:00
libstdio libstdio: avoid issues with aliasing in dtoa() on amd64 (from 9atom, thanks to erik and charles) 2014-06-12 20:14:12 +02:00
libString
libsunrpc
libthread retire the dec alpha port 2016-05-04 16:11:48 +02:00
libventi fix dangerous werrstr() usages 2014-11-07 12:51:59 +01:00
mkfile remove unused liboventi 2016-04-13 01:09:45 +02:00
mkfile.proto retire the dec alpha port 2016-05-04 16:11:48 +02:00
NOTICE