NetBSD/lib
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
..
csu remove a few macro definitions which duplicate (and in one instance, 1996-05-16 21:56:22 +00:00
libarch Fix typo (PR 2461) 1996-05-28 13:34:39 +00:00
libc use p->hashfraction when doing non-time-critical calculations, rather than 1996-06-12 04:15:34 +00:00
libcompat Handle null string in re_comp. 1996-03-21 03:11:13 +00:00
libcrypt Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS 1995-10-12 15:40:27 +00:00
libcurses Use 'includes' instead of 'beforeinstall' target to install curses.h header 1996-04-25 00:58:56 +00:00
libedit merge bugfix from 1.2 branch: use includes target for include files 1996-06-01 19:59:30 +00:00
libkvm update to reflect reality. 1996-05-20 16:58:03 +00:00
libkvm.old Fix typo in last change 1996-05-14 21:59:57 +00:00
libl use new id style. 1995-02-25 09:02:37 +00:00
libm Use setne instead of setnel, new versions of gas balk at the bad mnemonic. 1996-06-04 18:00:34 +00:00
libpcap use 'ALIGN' from <sys/param.h> rather than generating a custom alignment expr 1996-05-29 04:05:52 +00:00
libpthread specify man pages the new way. 1994-12-22 09:57:51 +00:00
libresolv resolver code is new here too 1994-04-08 01:17:11 +00:00
librpcsvc Be more verbose during 'includes' installation. Instead of showing 1996-05-10 05:03:06 +00:00
libskey sys/termios.h -> termios.h 1995-06-19 22:47:37 +00:00
libtelnet update libtelnet with changes through 95.10.23 version 1996-02-24 01:15:15 +00:00
libterm hack to limit termcap strings to 1024 characters 1996-03-22 23:25:30 +00:00
libutil Document that the caller must do a pw_abort() if pw_mkdb() fails. 1996-06-02 19:26:18 +00:00
liby
Makefile The amiga now does kernel crash dumps using the new libkvm and savecore. 1996-05-12 04:30:18 +00:00
bumpversion