dpkg (Debian package management system)
I co-maintain dpkg.
libbsd (utility functions from BSD systems)
I maintain libbsd upstream, and co-maintain the libbsd Debian package.
xfstt (X Font Server for TrueType fonts)
I maintain xfstt upstream, and the xfstt Debian package.
glide (3Dfx rendering library)
I co-maintain the glide collection of libraries and linux device driver upstream, and maintain the glide Debian package.
srchfs (Search fs superblocks and partition table)
This is a little quick night hack I wrote to recover the partition table of my main work station.
- Version: 37
- Operating System: Unix
- License: GPL
- Download: src/srchfs.c
asm x86
These are some little programs written some years ago. More as a programming exercise than to be useful. Cleaned a little while being bored.
hdsn (Hard Disk Serial Number changer)
- Description: Change the FAT serial number
- Version: 1.0
- Assembler: NASM
- Operating System: DOS
- License: GPL
- Download: src/asm/hdsn.asm
hdzero (Hard Disk Zero)
- Description: Zeroes a whole hard disk
- Version: 1.0
- Assembler: NASM
- Operating System: PC BIOS (except int 0x21 ax=0x4c00)
- License: GPL
- Download: src/asm/hdzero.asm
ftrac (File Tracer)
- Description: Traces DOS file related system calls
- Version: 1.0
- Assembler: NASM
- Operating System: DOS
- License: GPL
- Download: src/asm/ftrac.asm