Go to file
scottr 7aa7583c8e Enable interrupts during delay calibration. We pretty much have
to allow this exception so that accurate tuning of delay() can be
done (i.e. avoiding VIA-related wait states and cache effects as
much as possible).

XXX During this narrow window, it is still conceivable that we could
get interrupts from devices other than the VIA timer.  Normally this
shouldn't be a problem because interrupt handlers should generally
not be registered until we get to autoconfig.  It is, however, a
potential pitfall to be aware of.
1999-11-05 19:14:56 +00:00
bin Implement (somewhat enhanced) idea stealed from bash: 1999-11-02 22:06:45 +00:00
distrib update to reality 1999-11-04 01:13:31 +00:00
etc Install root's .shrc. 1999-11-05 11:31:40 +00:00
games fix handling of '-t' flag, and pause for a little bit after drawing happysnake 1999-10-26 06:38:31 +00:00
gnu Fix bogus section header. From PR 8735. 1999-11-03 21:45:57 +00:00
include 1003.1c: add {LOGIN_NAME_MAX}. 1999-09-27 16:24:39 +00:00
lib Remove ELFNAME defines since they are defined in sys/exec_elf.h 1999-11-04 02:00:17 +00:00
libexec Remove ELFNAME defines since they are defined in sys/exec_elf.h 1999-11-04 02:00:17 +00:00
regress Add "popen" sub directory. 1999-09-30 09:29:11 +00:00
sbin Make newfs_lfs try increasingly smaller segment sizes down to 2*block size, 1999-11-05 18:59:12 +00:00
share add knf 1999-11-05 08:59:17 +00:00
sys Enable interrupts during delay calibration. We pretty much have 1999-11-05 19:14:56 +00:00
usr.bin add trailing "," to memory names (makes it easier to read) 1999-11-05 07:25:14 +00:00
usr.sbin Remove ELFNAME defines since they are defined in sys/exec_elf.h 1999-11-04 02:00:17 +00:00
Makefile use new dependall target instead of depend then all in make build 1999-09-14 01:32:43 +00:00