Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-01 | It turns out that the so-called fast ffs(3) routines were wrong, as soon as | Miod Vallat | |
more than one bit is set, as the ff1 instruction counts from the highest order. However, gcc/m88k with optimization enabled would use a correct, short sequence based upon ff1 and tweaks, to achieve the intended result, hence i did not catch this flaw initially. So revert to the C implementation - it is correct, still decently fast, and will only be used when compiling at -O0. | |||
2004-01-26 | Use libkern's fast ffs() in libc too. | Miod Vallat | |
2002-05-17 | Remove unused pieces and clean Makefile.inc | Miod Vallat | |
2000-03-01 | $OpenBSD$ | Todd T. Fries | |
1999-04-25 | missing parts from last commit | Todd C. Miller | |
1998-12-15 | correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff. | Steve Murphree | |