summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> intpt...cinap_lenrek
2016-01-076c: return vlong result for pointer subtractioncinap_lenrek
2016-01-07introduce signed intptr and %z format modifier for formating uintptr and intptrcinap_lenrek
2016-01-07venti/fixarenas: more %z -> %Zcinap_lenrek
2016-01-07venti/fixarenas: replace %z fmt with %Zcinap_lenrek
2016-01-06rx: theres no p9sk2 anymorecinap_lenrek
2016-01-06mergecinap_lenrek
2016-01-06libsec: make sure theres no garbage after the asn.1 decode, cleanupcinap_lenrek
2016-01-06mergecinap_lenrek
2016-01-06add missing /sys/src/cmd/auth/lib/private.ccinap_lenrek
2016-01-05authsrv(6): englishstanley lieber
2016-01-06auth: release dp9ik implementation and reentrant factotumcinap_lenrek
2016-01-06libmp: silence compiler warning for strtompcinap_lenrek
2016-01-05pc/pc64: import i210 support from erik quanstrom's 9atomcinap_lenrek
2016-01-05kernel: change active.machs from bitmap to char array to support up to 64 cpu...cinap_lenrek
2016-01-05fdisk: properly convert byte units K,M,G and T to cylinders/sectorscinap_lenrek
2016-01-04libmp: check nil return value of strtomp() in test programcinap_lenrek
2016-01-04mpc: use new strtomp() c-style prefixes to parse integer constantscinap_lenrek
2016-01-04libmp: mistake in strtomp()cinap_lenrek
2016-01-03libmp: support for c-style base prefixes for strtomp(), octal supportcinap_lenrek
2015-12-25libsec: implement TLS-PSK for tlsClient()/tlsServer()cinap_lenrek
2015-12-23file: recognize bootable disk images (by 0x55AA boot sector signature)cinap_lenrek
2015-12-23file: recognize tcpdump pcap filescinap_lenrek
2015-12-23snoopy: fix timestamps for pcap files (thanks BurnZeZ)cinap_lenrek
2015-12-22libjson: added printing support (thanks spew)cinap_lenrek
2015-12-22libjson: fix memory leak setjmp/longjmp problem (thanks spew)cinap_lenrek
2015-12-21tls: implement chacha20/poly1305 aead cipher suitscinap_lenrek
2015-12-21kernel: missing changes for ibrk() prototypecinap_lenrek
2015-12-20mpfmt: handle base 2, 4aiju
2015-12-16import/expoerfs: dont assert() fault when ai->secret is > 8 bytes, just use t...cinap_lenrek
2015-12-16auth/httpauth: use auth_userpasswd() instead of AuthHttp request to AScinap_lenrek
2015-12-16libsec: use tsmemcmp() when comparing hashes, use mpfield() for ecc, use mpto...cinap_lenrek
2015-12-16libmp: add mpfield() function for fast field arithmeticcinap_lenrek
2015-12-16devprov: remove unused extern int unfaircinap_lenrek
2015-12-16kernel: use uintptr for ibrk() return value (for base >2GB) and clarify segbr...cinap_lenrek
2015-12-11/sys/lib/dist/ndb/common: update for sl's auth serversstanley lieber
2015-12-09/lib/ndb/common: add auth=cb.inri.net authdom=nycstanley lieber
2015-12-08mp: strtomp support for bases 2,4,8aiju
2015-12-08mp: fix bug in mplogic.c; update mkfileaiju
2015-12-08mp: add logic operations; mpfmt: include 0x with #aiju
2015-12-07fixed spelling error in 2c(1) for the axp entry.Matthew Veety
2015-12-07made sure that rcmain.local runs independent of the existence of $home/lib/p...Matthew Veety
2015-12-07yacc: attempt to keep line numbers right for yyparse()cinap_lenrek
2015-12-06mergecinap_lenrek
2015-12-06libmp: fix assert() for mpexp() with nil moduluscinap_lenrek
2015-12-06libmp: fix wrong move instruction for arm vector operationscinap_lenrek
2015-12-06winwatch: l allows label changesaiju
2015-12-01libmp: mpmod() fix typocinap_lenrek
2015-12-01libmp: with mpmod() m = 2^a - c ensure that digits(c) < digits(m)cinap_lenrek
2015-12-01mergecinap_lenrek