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