Go to file
sommerfeld 4aaf078a4a Assorted microtime fixes (similar to fixes I made yesterday when
porting this code to i386mp branch):

 - call microset() early on each cpu so that calls to microtime()
before the first clock interrupt don't return trash.  this manifested
itself as garbage runtimes in "ps" for kernel threads.
 - avoid races between hardclock updating "time" and microset on a
different cpu reading it by adding a "microset_time" global which is
initialized from "time" on the primary cpu.
 - call microset every hz ticks, not every hz+1 (cosmetic)
2001-05-27 13:53:24 +00:00
bin Don't build ksh.1 if MKMAN == "no". 2001-05-15 23:50:36 +00:00
crypto disable DNSSEC build, for two reasons. (1) restrictive license 2001-05-27 04:39:40 +00:00
dist no import needed for crypto tree 2001-05-27 04:45:20 +00:00
distrib install /etc/primes for ssh 2001-05-26 23:27:13 +00:00
etc Add sd* and cd*. 2001-05-27 12:33:59 +00:00
games Its is Dr. Elizabeth Dehner, not Dehaver. 2001-05-02 10:42:34 +00:00
gnu check BOOTSTRAP_ELF (from Katsuomi Hamajima) 2001-05-21 18:26:48 +00:00
include Employ __static_cast(); suggested by Dave Sainty in PR lib/11766. 2001-05-06 15:31:09 +00:00
lib revert previous (obviously wrong) change 2001-05-26 16:49:58 +00:00
libexec Initialize a pointer needed when expanding the %C "display file escape 2001-05-25 23:40:25 +00:00
regress convert key material to binary, as we are using binary API now. sync with kame 2001-05-27 01:58:18 +00:00
sbin - KNF printlabel.c 2001-05-26 19:48:32 +00:00
share regen 2001-05-27 12:34:47 +00:00
sys Assorted microtime fixes (similar to fixes I made yesterday when 2001-05-27 13:53:24 +00:00
usr.bin install /etc/primes for ssh 2001-05-26 23:27:13 +00:00
usr.sbin remove extra \n even more. sync with tcpdump.org 2001-05-27 04:57:19 +00:00
Makefile parallelize the obj pass, too 2001-05-08 02:04:08 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING Fix incorrect source directory of "make". 2001-05-22 17:50:05 +00:00