ssh: implement primitive hostkey verification
ssh(1): add bugs section about host not being authenticated
ssh(1): initial documentation, needs examples for authentication
vt: handle underline attribute
vt: handle nocolor flag and reversed background colors
vt: handle insert/delete/home/end keys for vt220/xterm
vt: handle application/normal mode (really fixes cursor keys)
merge
replica: use libavl for avl tree implementation
libavl: lookup can return the closest match
ssh: actually handle flow control and channel id's
fix yacc bug (found by dan cross)
nusb/ptp: treat any assocation as a directory
ssh: increase initial window size for better throughput
rsa(8): fix description of rsa2ssh (now, ssh2 format only)
ssh: cleanup debug messages
ssh: do not try authentication methods that we know are not possible
ssh: implement password and keyboard-interactive authentication methods
vt: cursoron, don't resize winow when replying history
ssh: fix locking, and key reexchange handling
/lib/rob, /lib/theo: I don't think so.
remove accidentally pushed change to .hgignore
blit: always show top-left corner; add tony kaku's -m flag
change cpurc to look for service folder in /cfg/$sysname and /cfg/default
disable all services except 17019, 17020 by default
vt: send interrupt on exit, open logfile OCEXEC, run host after environment got exported, send rest of arguments to host
ssh: close the channel when vt hangs up
vt: allow for a bit of buffering
vt: convert from event to threads
vt: increase history buffer to 64K runes
factotum: append public rsa encyption exponent after the modulus
rsa2ssh: drop support for version 1 key format
vt: implement snarf support
pc64: state mp.h dependency for archacpi.$O
upas/fs: remove imap lastread debounding
upas/fs: fix sync condition
upas/fs: make use of Maxmsg consistent
upas/fs: simplify imap4read()
upas/fs: fix dir comparsion and skip directories in mdir, avoid stat
upas/send: use openfolder() to deliver mail to avoid code duplication
upas/common: deliver mail to mdir as .tmp file and rename after it has been fully written
kernel: avoid waserror() botch in devwalk (from drawterm, thanks aiju)
kernel: fix memory leak in checkpagerefs() debug function (thanks aiju)
tlshand: simplify tlsReadN()
tlshand: fix mpint to bytes conversion, reorganize send/recv buffer, check for overflow in msgSend()
tlshand: fix ECDHE and DHE for SSLv3
fix typo in 9p(2) manpage
devvga: remove unused copy of checkport() function
devvga: include hwgc in vgactl file
aux/wpa: go to background when not prompting, handle open networks
pc(1): fix memory leak and add clog() function
nusb/lib: make usbcmd() return value symmetic; returning size of data phase (if any) (thanks aiju)
hjfs: avoid 8c "non-interruptable temporary" warning
chgrp: remove unused function declaration (thanks archeus)
games/blit: remove strange debugging line
ndb/dns: double Maxretries for long cname redirection chains
nusb/serial: pl2303: better error handling
sdnvme: enable in pcf, pccpuf, pc64 kernel configuration
sdnvme: don't write completion queue doorbell register when nothing has been processed
hjfs: disable hjfs check until more functionality is complete
move blit roms to /sys/lib/blit
kernel: fix twakeup()/timerdel() race condition
sdnvme: NVMe controller driver (work in progress)
hjfs: improve error messaging around blocks that are not found
hjfs: Fix bugs in ref count scan check. Enable as a console command (caveat: command arguments will change as I implement more functionality)
games/blit: mkfile: install into /bin/games
add games/blit
hjfs: fix broken dprint
hjfs: simplify dprinting
hjfs: add simple scan check of directory entry blocks
hjfs: check: check a block if its ref count is _not_ zero. Also check all the ref counts of blocks of a directory and clean up messages
various fortune corpuses: Nil means nothing.
hjfs: merge start of hjfs check implementation
hjfs: start implementation of checking a directory
devsd: handle case where theres no ifc->enable() function
devsd: check return value of ifc->enable(), don't leak unit name/user strings
sdvirtio: return 1 for success in vioenable()/viodisable()
file(1): recognise Xilinx bitstreams
games/galaxy: fix exit race condition by pausing the galaxy before threadexitsall
hjfs: Add comment to change the OFF size to 8 when given the chance
games/galaxy: parallelize gravitational force calculations
pc kernel: handle PCMP and RSD being in low (kaddr) or reserved (vmap) memory
upas/smtp: fix cram-md5 auth, simplify doauth(), check varargs for dBprint()
upas/smtp: generate 128-bit random message id (was 32 bit), use dBprint(), cleanup unused variables
plumb(2): Fix typo in description of Plumbdelattr (thanks sam-d)
webfs(4): timeout is in milliseconds not seconds (thanks sam-d)