8c: handle 64 bit mixedmode asop and type vlong <-> float/double type conversions
cc: handle 64 bit mixedmode asop and type vlong <-> float/double type conversions
cc/6c: fix return type of mixed asop expressions, preserve type for moves so fixed<->float conversions work correctly
ape: add machine specific code for spim
libc: add _uv2d()/uv2f() and _vas*d() functions to vlrt.c
8c: make cgen64() compile target first when it contains functoin call so final assignment wont trash the registers
pc, pc64: add did for intel wildcat point audio controller
add timepic(1) and qr(1) manpages
timepic: string support
ape: set MB_CUR_MAX to 4 in stdlib.h for 21-bit runes (thanks erik quanstro)
file: detect DICOM and XM audio headers
teach doctype how to timepic
devip: declare cleanarpent() static
devip: various bugfixes and cleanups for arp code
add timepic(1)
fortunes: Please be respectful in this forum.
qer(8): correct man page example (thanks, kenji)
cwfs: don't use sprint() to fill directory name
ape: add badrect object into ape libdraw
libsec: cleanup newbytes()/newints()/newbits() and get rid of OFFSETOF() macro
cpp: handle 4 byte utf sequences (21-bit runes)
utf(6), rune(2): document 21-bit runes
cpp: fix memory corruption due to input buffer relocation
resize: add -n for nearest neighbour
libsec: fix memory leaks in X509req() and X509gen() and return malloced pointer
rsa2x509, rsa2csr: add newline in usage print
libsec: implement client certificate authentication for tls1.2
add qr.c
libsec: handle missing signature case; can happen because some ciphers make it optional
libsec: make sure Elem is zero initialized so freevalfields() wont cause accidents
libsec: implement dh parameter signature verification, stop lying about non-rsa ciphers, fix memory leaks in X509 code
libsec: fix memory leak in ecmul()
scuzz: uncomment synccache command
libdraw: remove unneeded check (thanks BurnZeZ)
devsd: handle SYNCHRONIZE CACHE scsi commands as nops in sdfakescsi()
sdmmc: handle fakescsi emulation
devsd: remove unused timeout field from SDreq
libdraw, screenrc: bind devdraw and devmouse in screenrc instead of handling it in libdraw
pc, pc64: fix sdvirtio descriptor count when sending flush
ircrc: add -P option for server password (thanks, nick)
/sys/lib/dist/ndb/common: correct authdom=inri
igfx: fix typos (thanks qwx)
libsec: save some space making weakCipher bitamp of type char[] instead of int[]
libsec: add TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 and TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 cipher suits
libfis: fix wrong shift for lba40 (thanks geoff and charles)
libsec: send sigature_algoritms extension for TLS1.2, order ciphers
libsec: handle TLS 1.2 changes in CertificateRequest message
cwfs: initialize /env/timezone on boot so dumps are in localtime
mkfile.proto: LIB should not be inherited during recursive mk
html2ms: bold table headings, remove wrong tag space handling
mothra: make text inside <td> bold
tar: remove unneccesary { }
tar: make z flag work, even when no file name was provided (thanks aiju)
mothra: add missing initializations for plaintext html state
libthread: get rid of tprivalloc()/tprivfree()/tprivdata() and _workerdata() (thanks qrstuv)
libc: remove privfree(), simplify privalloc()
devqspi: fix qunlock error on stat() -> close()
zynq: clean cache unconditionally *before* dma, invalidate cache *after* dma for read case
usbehci: clean cache unconditionally before handing a buffer to the hardware
dist/mkfile: add target for the aijuboard *.zynq.img
move screen and mouse setup code to /rc/bin/screenrc
zynq: fix cache flush bug for emmc driver (have to invalidate cache *before* read)
html2ms: handle subscripts and superscripts
mothra: subscript and superscript support
fortunes: Please be respectful in this forum.
auth/passwd: fix structure zeroing order
libsec: add rfc5869 hmac-based key derivation function hkdf_x()
libsec: generalize pbkdf2_hmac_sha1() to pbkdf2_x() passing the hmac as an argument
libsec: declare aes_setupEnc static
tcp: fix mtu on server sockets again (thans mycroftix)
libsec: add curve25519 diffie hellman
libsec: remove flawed aes() digest and hmac_aes() implementations (thanks aiju)
libsec: work arround 8c running out of registers compiling curve25519.c
libsec: add curve25519() from http://code.google.com/p/curve25519-donna/
libauthsrv: fix _asgetresp() for passwd
libsec: add TLS_RSA_WITH_AES_128_CBC_SHA256 and TLS_RSA_WITH_AES_256_CBC_SHA256 ciphers
libsec: add q parameter to dh_new() for subgroup support, sanitize dh parameters
libmp: simplify mpnrand(), as mpnew() cannot return nil
libmp: add mpnrand() function to generate uniform random number 0 ≤ x < n
libc: import more endianness fixes (thanks cherry9)
libsec: fix probably_prime() endless loop for n == 3
init: remove dependency to <authsrv.h>