Table of Contents

Piotr Jaroszyński: Usermode debugging under Linux

Week 1 [ 24 May - 30 May 2010 ]

Monday, 24 May 2010

Tuesday, 25 May 2010

Wednesday, 26 May 2010

Cleaned up some of my previous work:

linux branch

Thursday, 27 May 2010

My efi and 64bit fixes were merged:

Friday, 28 May 2010

Decided with Josh to use qemu like syntax for command-line options

-net tap,mac=aa:aa:aa:aa:aa:aa,foo=bar,...

That would use the tap driver with specified mac, foo=bar etc

-net tap,ip=192.168.1.100 use-cached=1

That would use the tap driver with the specified ip and set use-cached to 1 so that DHCP won't override it.

Saturday, 29 May 2010

Worked towards getting base64 support for CHAP in iSCSI. In the end only one of my patches were used. I had to refresh my mind on the topic to do the testing though.