Lacking Rhoticity
Wednesday, 11 August 2010
My workflow with git-cl + Rietveld
›
Git's model of changes (which is shared by Mercurial, Bazaar and Monotone) makes it awkward to revise earlier patches. This can make th...
3 comments:
Friday, 6 August 2010
CVS's problems resurface in Git
›
Although modern version control systems have improved a lot on CVS, I get the feeling that there is a fundamental version control problem th...
11 comments:
Wednesday, 5 May 2010
The trouble with Buildbot
›
The trouble with Buildbot is that it encourages you to put rules into a Buildbot-specific build configuration that is separate from the nor...
Saturday, 1 May 2010
Breakpoints in gdb using int3
›
Here is a useful trick I discovered recently while debugging some changes to the seccomp sandbox . To trigger a breakpoint on x86, just do:...
Monday, 1 February 2010
How to build adb, the Android debugger
›
adb is the Android debugger (officially the "Android debug bridge" I think). It is a tool for getting shell access to an Android...
8 comments:
Monday, 25 January 2010
Why system calls should be message-passing
›
Message-passing syscalls on Linux include read(), write(), sendmsg() and recvmsg(). These are message-passing because: They take a file ...
1 comment:
Monday, 7 December 2009
Modular vs. monolithic build systems
›
I have spent some time packaging software as Debian packages. While the Debian packaging system has its faults, it has the nice property th...
‹
›
Home
View web version