aux/listen1: allow alternative namespace when running as user none with -n option
cwfs: fix wstat() failing to mark block dirty when noatime is set
libsec: clarify the code by declaring constant for DirectoryString and handle conversion in mkstring()
libsec: use the right string encoding for various x509 fields
wifi: quote value of parsed ether options
cc: restore side(), but do not consider OINDEX as side effect free
doom: fix bogus pointer arithmetic, do sfx initialization in two passes for linked sounds
port: fix typo in devmnt mntproc name
cc: back out side() change unil 8c is fixed
qc: import changes from charles forsyth
kc: import various changes from charles forsyth
cc: include $builtin as keywoard in pickle() (from charles forsyth)
cc: getflag() fmt will be terminated at end of loop (from charles forsyth)
cc: allow runes as macro names (from charles forsyth)
5c/6c/8c/vc: import various changes from charles forsyth
cc: TUSHORT -> TRUNE for lstring constats for OUSED
9660srv: do not ignore upper 32 bits of offset when reading directory
dossrv: handle file offsets > 2^31
8c: dont abort() when running out of registers.
ape: add missing _subv() function to 386/vlop.s
vc: handle 64 bit mixedmode asop
5c: handle 64 bit mixedmode asop
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