Warner Losh
Warner Losh
I have a disk where FAT1 and FAT2 are missing. It's a very old drive, so heads 1 and 2 are no longer over the tracks for the first several...
Flushing cout in cvs mode is also useful when the output is a pipeline using the values to display in real time. As such, always flush the cout buffers at...
The historic behavior of awk has been to make -Ft mean -F\t. However, that's a bit of a wart and antiquated. Make this behavior optional based on a simple ifdef...
FreeBSD now has loader.kboot for booting from Linux into FreeBSD. this works really well on aarch64, and will soon work well for amd64 (once I find the time to finish...
FreeBSD has 8k tests. 1500 of them are failing in qemu. Fine, those are my problem. However, if I run weekly tests, I just get a number (1500, 1499, 1501,...
Need to use mtree to extract ownership, permission and date data from 2.11BSDpl195 and 2.10.1BSD tapes. We can then use this to create the new tape. We need to also...
I've been doing the date testing by hand. need to automate it.
We need a canonical list of tracked files so we can include them all in the git repo.
We need to find some way to create a repo with the patches applied. This is similar to, but maybe a bit orthogonal to, the patch applier. That needs to...
although a number of forward patch appliers exist, they all have issues of various stripes. need to create a forward patch applier that's integrated into github