Go to file
fair 97be9dc692 disable the use of TSC on Cyrix CPUs and document why:
When powersave mode is enabled, the TSC stops counting while the CPU is halted
in idle() waiting for an interrupt. This means we can't use the TSC for
interval time in microtime(9), and thus it is disabled here.

It still makes a perfectly good cycle counter for program profiling, so long
as you remember you're counting cycles, and not time. Further, if you don't
mind not using powersave mode, the TSC works just fine, so this should really
be optional. XXX
2005-07-06 20:29:16 +00:00
bin Further correct handling of `inpath'. 2005-07-04 16:32:30 +00:00
crypto Add proper casts. Fix a problem where (uint32_t < ~0). Cast both ~0's to 2005-06-28 16:12:41 +00:00
dist back-off 'use bounded string op' commit of 2003/08/13 - no real problem 2005-07-03 15:18:11 +00:00
distrib Move insque/remque/lsearch/lfind from libcompat to libc, 2005-07-06 14:43:24 +00:00
doc file-4.14 is out. 2005-07-06 12:01:34 +00:00
etc added ttyC00 and ttyC01 fopr the SPARCbook's internal modem and PCMCIA 2005-07-03 18:08:53 +00:00
games Quote macro. 2005-07-05 08:48:47 +00:00
gnu In the workaround for vax, we need to also specify that stdbool.h is 2005-07-05 21:52:13 +00:00
include The source array of lsearch() shouldn't be "const". 2005-07-06 15:47:15 +00:00
lib tolerate NULL pointers at some places 2005-07-06 17:17:15 +00:00
libexec sprinkle little const. 2005-06-26 20:47:08 +00:00
regress appease gcc -Wuninitialized 2005-06-02 11:10:00 +00:00
rescue add scan_ffs and veriexecctl to /rescue 2005-06-18 06:59:23 +00:00
sbin Add const to a duplicate declaration of sd_state(). 2005-07-05 22:21:38 +00:00
share Document the new @emul magic symlink var as well as the new @{var} syntax. 2005-07-06 19:05:09 +00:00
sys disable the use of TSC on Cyrix CPUs and document why: 2005-07-06 20:29:16 +00:00
tools Fix the toolification of disklabel by using the nbinclude namespace 2005-06-22 21:35:28 +00:00
usr.bin In macdef, point to $ command (from jmc@openbsd), and split paragraph (it was getting a bit big). 2005-07-06 11:21:26 +00:00
usr.sbin Patch from Liam J. Foy: 2005-07-05 02:46:36 +00:00
x11 Install "afb" module again on systems which use an X11 server with 2005-07-03 14:30:52 +00:00
build.sh Remove support for build.sh -m xen, this has been merged in the i386 2005-05-29 10:54:40 +00:00
BUILDING
Makefile
Makefile.inc
UPDATING It's genassym(1) not genassym(8), and it's in /usr/bin not /usr/sbin. 2005-07-01 09:55:37 +00:00