Archive for the 'hacking' Category

Junk code

Thursday, July 19th, 2007

Some weeks ago I read Tridgell’s fantastic presentation titled A tour of my junkcode directory and couldn’t resist, I’ve created my own junk code repository too!
http://repo.or.cz/w/lcapit-junk-code.git
It’s very nice to keep my code around, even the bad ones!
UPDATE: if you think you should be able to clone by using the URL above, read this.

Public GIT hosting site!!

Wednesday, December 13th, 2006

http://repo.or.cz/

Monty’s new EHCI scheduler

Friday, August 18th, 2006

Linux’s EHCI scheduler has some known problems with bandwidth allocation that may prevent you from using isochronous devices (USB audio, for example).
Christopher Montgomery (AKA, Monty) is trying to fix these problems and has made available a patch which fixes some issues he got with a eMagic device.
I gave his patch a try and didn’t [...]