Development
Ruslan begins his NOFOO->NO_FOO work
Traditionally, FreeBSD has many NO_FOO knobs while it also has NOFOO knobs that is quite confusing. Today, Ruslan Ermilov (The Makefile guru at FreeBSD campaus) has started his NOFOO -> NO_FOO conversion, this will make everything consist.
参与评论You must do mount_devfs before jailing!
Today I start to build a package set for corporation’s production servers. However, perl 5.8 build was stopped with a strange error.
I went into investigating what is happening. Finally I found that I should have mount_devfs’ed before jailing the builder :-( What a shame…
参与评论About strict-aliasing optimization
What is strict aliasing? To make the long thing short, it means that the compiler apply strictest aliasing rules applicable to the language and having these assumptions the optimizer can do further optimizations.
To quote gcc manual:
阅读全文…Cleaning up FreeBSD userland to make them WARNS=6 clean
I have started to clean up certain code of FreeBSD userland I interest or use at company, to make them WARNS=6 clean. A patchset separated by categories would be posted on my home directory at freefall right after I have a preliminary test.
Ruslan has suggested that I should have used ``make universe’’ to test my patches and I’ll try this on some 1750 boxes - my laptop is too slow and its hard disk is too small to finish a full make universe build :-)
参与评论em(4) performance issue?
Today NetApplience folks has told me that Linux performance is twice better than FreeBSD when using em(4) driver, and they pointed out that the driver FreeBSD is using does not do a good job at this time. I have tried to tune some certain part of the kernel however the result is still not so good at the time I am writing.
阅读全文…失之厘豪,谬以千里
Today, JINMEI Tatuya / 神明達哉 has submitted a patch against sys/kern/uipc_socket2.c, which is:
 |  | 
HP LJ1000 USB Printer wierdness
I have fighted against the issue that LJ1000 can’t work correctly with FreeBSD however I have failed.
I got “ulpt0: Input/Output Error” when doing cat foo > /dev/ulpt0.
Of course, cups and friends won’t run with this state.
This problem exists in FreeBSD 5.3-RC, 4.10-STABLE. However, interestingly Windows works correctly.
So, why??
参与评论RIP: GNU awk
Today DragonFly has buryed GNU awk. G’bye, amen! :-D
参与评论Starting to use GAIM etc under FreeBSD
In order to touch more bugs in FreeBSD so I can fix it, I have switched to FreeBSD and installed GAIM, etc. Amazingly, it seems that 5-STABLE is much more stable then I expect :D
I have installed GAIM and OpenQ (Yes, thanks for all folks who ported it, while I rarely and rarely using QQ these days), and it’s quite good!
参与评论Scott Long's em(4) super speedup patch
Scott Long have committed this which will:
阅读全文…