Go to file
chris d21e4ed181 Fix kernel boot issue on cats.
The delay(9) loop, used before the clock device is probed and a hardware timer
is available, was out by a factor of 625.

This wasn't an issue until revision 1.45 of sys/dev/ic/pckbc.c which switched
to using delay(9) when polling the keyboard controller.

Cats attaches the console (and pckbc) before the clock has been probed, and so
the delay loop code is used causing issue with the keyboard polling.
2008-09-20 14:53:37 +00:00
bin Moved to src/external/bsd/libarchive/bin. 2008-09-19 22:04:19 +00:00
common Add prop_array_add_int* and prop_array_add_uint* functions. These functions 2008-09-11 13:15:13 +00:00
crypto New sentence, new line. 2008-09-19 17:33:24 +00:00
dist PR/39501: David Holland: Don't print the remainder of the line in the error 2008-09-09 21:47:34 +00:00
distrib Update URLs for packages PKG_PATH from obsolete one: 2008-09-20 08:34:28 +00:00
doc * Allow multiple commands in $ifconfig_xxN variables in rc.conf(5). 2008-09-20 12:12:38 +00:00
etc remove an unecessary "eval" 2008-09-20 14:22:57 +00:00
external allow BINDIR to be set in bin/pawd/Makefile, so it won't get installed 2008-09-20 10:45:48 +00:00
games Both legs of the conditional operator must return the same type. 2008-08-29 00:37:38 +00:00
gnu Centralise arch/${MACHINE_ARCH}.mk inclusion. 2008-09-18 12:20:19 +00:00
include PR/39534: Henning Petersen: Typo = instead of / to close comment. 2008-09-13 17:05:07 +00:00
lib Add fts_free() to complement fts_alloc(), and use instead of free(). 2008-09-20 00:14:12 +00:00
libexec Enhance -C to support an optional @host ('-C user[@host]'): 2008-09-16 12:30:38 +00:00
regress Avoid tests using nested functions when using PCC. 2008-09-09 00:16:05 +00:00
rescue we cannot use pthreads here because we are statically linked. 2008-06-23 14:53:06 +00:00
sbin PR/39525: Joachim Schueth, Frederik Sausmikat: 2008-09-12 16:51:54 +00:00
share * Allow multiple commands in $ifconfig_xxN variables in rc.conf(5). 2008-09-20 12:12:38 +00:00
sys Fix kernel boot issue on cats. 2008-09-20 14:53:37 +00:00
tests Don't descend into atf with (${MKATF} == no) 2008-08-16 23:51:51 +00:00
tools Grab libgcov stuff. 2008-09-19 13:18:28 +00:00
usr.bin Update patch to the version used by DragonFly and derived from OpenBSD. 2008-09-19 18:33:34 +00:00
usr.sbin unhook amd 2008-09-19 21:42:36 +00:00
x11 Implement bin/rgb/rgb_mkdb.sh to build rgb.db using awk(1) and db(1). 2008-09-05 05:20:39 +00:00
build.sh Remove support for printing "'-x' has been replaced by 'xxxxx'". 2008-08-22 23:41:24 +00:00
BUILDING regen for MKHTML 2008-09-06 23:23:17 +00:00
Makefile Improve support for MKXORG!=no to enable builds into external/mit/xorg. 2008-08-28 07:21:49 +00:00
Makefile.inc
UPDATING Add an entry for the "libc lint problem", mostly taken 2008-09-02 07:34:15 +00:00