Danny's Stuff

Danny is part of the CCNUMA group at ANU, he spends his time investigating cache behaviour in NUMA systems and playing with Valgrind.

You can contact Danny at drobson@cs.anu.edu.au. If you don't get a response, please try again real soon; combinations of spam and a reasonable number of mailing lists produce a lot of noise...

Bookmarks

Coding - GCC

Coding - Threads

SCM

Typesetting

Annoying to locate notes

ssh portforwarding

ssh -L localport:destserver:destport user@bounce

AMD64 calling convention

Integer

  1. RDI
  2. RSI
  3. RDX
  4. RCX
  5. R8
  6. R9

Float

  1. XMM0
  2. ...
  3. XMM7

Return

RAX

Research Network Configuration

/etc/resolve.conf
					nameserver 150.203.164.9
				
/etc/conf.d/net
					config_eth0=( "150.203.163.72 netmask 255.255.255.0 broadcast 150.203.163.255" )
					routes_eth0=( "default via 150.203.163.2" )
				
ntp server
					150.203.163.2
				

Distractions