vnc: substitute iprint() with fprint(2, (gone from libmemdraw)
kernel: fix rewinding in directories with pread() offset
lib9p: allow rewinding in 9pfile directories
libmemdraw: get rid of kernel iprint() emulation
libmemdraw/libmemlayer: get rid of drawdebug prints
devdraw: ignore drawdebug command
libdraw: get rid of _drawdebug variable
sshfs: add -r and -M options
cwfs: allow "none" user to rename files
sshfs: don't crash when no /etc/password file could be read on the remote side
sshfs: check correctly for directory bits; calculate parent directory correctly
sshfs: reset SReq->reqid field to fix double-free of request ids
sshfs: remove debug print
sshfs: don't cache directory contents
add sshfs(4) manpage
sshfs: look up uid/gid from /etc/^(passwd group)
add sshfs
ssh: add support for subsystems
upas/fs: fix warning about unused Err: label
games/md: copy updated cpu.c from blit
add blit(1) manpage
ssh: make number of retries configurable
ssh: loop keyboard-interactive on failure
ssh: fix typo
ssh: add "none" method to find out list of acceptable methods
libavl: fix documentation
ssh(1): refer to thumbprint(6) for the sshthumbs file format
ssh: print the whole ssh-rsa hostkey in base64 when thumb check fails
libsec: sha256 support for thumbprint files, use it in ssh as well
upas/fs: don't abort on malformed unix header
ssh(1): add $home/lib/thumbfile to FILE section
ssh: document thumbfile options
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