plan9fox/sys/src
cinap_lenrek 9e09742e9b yacc: attempt to keep line numbers right for yyparse()
as the generated parser intermixes lines from .y source
and the parser text, the line source/lineno for yyparse()
shows up wrong in the debugger. to make stack traces a
bit less crazy, put a #line 1 "/sys/lib/yaccpar" before
copying in the parser text.
2015-12-07 17:00:41 +01:00
..
9 kernel: cleanup exit()/shutdown()/reboot() code 2015-11-30 14:56:00 +01:00
ape ape: add missing _subv() function to 386/vlop.s 2015-10-04 20:16:41 +02:00
boot 9boot: look for plan9.ini in all filesystems accessible to efi to find plan9 partition 2015-06-05 05:09:22 +02:00
cmd yacc: attempt to keep line numbers right for yyparse() 2015-12-07 17:00:41 +01:00
games doom: fix bogus pointer arithmetic, do sfx initialization in two passes for linked sounds 2015-10-08 00:37:54 +02:00
lib9p merge 2015-10-15 13:22:48 +02:00
libaml
libauth libauthsrv: generalize ticket service, not hardcoding ticket format and DES encryption 2015-08-19 21:06:17 +02:00
libauthsrv libsec: generalize pbkdf2_hmac_sha1() to pbkdf2_x() passing the hmac as an argument 2015-09-02 11:28:11 +02:00
libavl
libbin
libbio
libc libc: add _uv2d()/uv2f() and _vas*d() functions to vlrt.c 2015-10-04 19:49:02 +02:00
libcomplete
libcontrol fix fuckup 2015-08-25 09:35:10 +00:00
libdisk libdisk: error handling, sanity checks 2015-05-31 12:58:13 +02:00
libdraw libdraw: remove unneeded check (thanks BurnZeZ) 2015-09-20 21:52:47 +02:00
libfis libfis: fix wrong shift for lba40 (thanks geoff and charles) 2015-09-13 13:51:00 +02:00
libflate
libframe
libgeometry
libhtml
libhttpd libhttpd: use strtol to parse decimal character references in httpunesc() 2015-08-03 15:26:33 +02:00
libip
libjson
liblex
libmach fix fuckup 2015-08-25 09:35:10 +00:00
libmemdraw
libmemlayer
libmp libmp: fix assert() for mpexp() with nil modulus 2015-12-06 20:53:54 +01:00
libndb
liboventi
libplumb
libregexp
libscribble
libsec libsec: fix genprime() to produce normalized result 2015-12-01 09:40:24 +01:00
libstdio
libString
libsunrpc
libthread libthread: get rid of tprivalloc()/tprivfree()/tprivdata() and _workerdata() (thanks qrstuv) 2015-09-06 23:25:14 +02:00
libventi
mkfile
mkfile.proto mkfile.proto: LIB should not be inherited during recursive mk 2015-09-09 18:59:40 -07:00
NOTICE