Age | Commit message (Collapse) | Author |
|
|
|
|
|
using HASHFRACTION directly. in time-critical calculations, if HASHFRACTION
is a power of two, check that p->hashfraction == HASHFRACTION and if so do
the calculation with the compiled-in value so that the compiler can optimize
out (potentially) expensive divisions. if p->hashfraction != HASHFRACTION,
actually do the division. This has the result that on machines with slow
division, the division can be optimized out of the common case, but that
if HASHFRACTION changes from the compiled-in value (for whatever reason),
profiling will still work. Changes suggested by Chris Torek.
|
|
|
|
|
|
|
|
|
|
(i.e. netstat -w 1). Bug pointed out by Chris G. Demetriou.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
peter@peter.noc.demon.net
|
|
|
|
|
|
|
|
work again
|
|
|
|
|
|
|
|
|
|
opendev.h: ok, so I merged it with util.h
opendev.h: use util.h
everything else: use "util.h"
|
|
|
|
Davyd.Norris@fcollins.com.au
|
|
|
|
|
|
Added STT_FILE translation. General cleanup.
|
|
|
|
others. This is a generic version of the code used by mt(1).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tacha@tera.fukui-med.ac.jp
|
|
|
|
|
|
disallow 8-bit memory access, and enable a (somewhat) common register usage.
|
|
|
|
LD_NOSTD_PATH
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Per.
|