NetBSD/lib/libc
cgd 0396d19a02 use p->hashfraction when doing non-time-critical calculations, rather than
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.
1996-06-12 04:15:34 +00:00
..
arch Set r1 to -1 on exit as well as r0 otherwise syscalls returning 64 bit 1996-06-05 19:02:12 +00:00
compat-43 Added getrlimit(2) and sysconf(3) cross references 1996-03-06 02:23:57 +00:00
db fix a bug that shows up only on alphas: ndbm "datum" variables can't be 1996-05-04 00:38:58 +00:00
gen Signal mask was not restored correctly. 1996-05-20 06:13:07 +00:00
gmon use p->hashfraction when doing non-time-critical calculations, rather than 1996-06-12 04:15:34 +00:00
include clean up Id 1995-02-27 13:02:12 +00:00
locale Fix embarassing typo 1996-02-14 19:21:54 +00:00
net Add some casts so that we're not bitten by type promotions on 64-bit 1996-05-29 23:23:27 +00:00
nls last argument to catgets()/_catgets() is 'const char *', not 'char *' 1996-05-16 21:51:22 +00:00
quad Note functions that probably can be removed 1996-06-01 21:39:21 +00:00
regex Clean up deleted files. 1995-03-01 00:00:00 +00:00
rpc Use memset instead of bzero to clear xports array. 1996-05-17 00:32:22 +00:00
stdio typo: DV -> Dv 1996-05-05 19:21:20 +00:00
stdlib Fixed bad cross reference: waitpid(3) -> waitpid(2). 1996-02-16 22:30:46 +00:00
string Fix computation of ISO 8601 Week Of Year 1996-06-01 21:23:25 +00:00
sys Describe the _POSIX_SAVED_IDS situation more clearly. 1996-05-21 23:39:57 +00:00
termios Strip out unneeded header files 1995-06-26 23:04:45 +00:00
time Changed manpages to reflect fact that localtime file is in /etc 1996-01-30 19:54:34 +00:00
yp Pull down yp/xdr fixes from release branch. 1996-05-29 20:00:52 +00:00
Makefile Added spanish language message catalog from Jesus M. Gonzalez <jgb@ordago.uc3m.es> 1995-11-23 02:20:59 +00:00
shlib_version bump minor version to 5 (addition of futimes(2)). 1996-04-29 12:12:50 +00:00