Go to file
bouyer 4fe12d1c70 Add polling support to the domain controller. Use this in xencons instead
of relying on the fact that the domain controller is still getting interrupts
when xenconscn_getc()/xenconscn_putc() is called.
Now that polling is fixed, move IPL_CTRL down between IPL_SOFTSERIAL and
IPL_TTY, fixing port-xen/29999 by YAMAMOTO Takashi.
Now that IPL_CTRL is low enouth, remove the softintr stuff from the
domain controller, and call wakeup() directly.

Thanks to YAMAMOTO Takashi and Christian Limpach for feedback and suggestions.
2005-04-20 22:01:24 +00:00
bin Fixed an off-by-one error with ASCII <-> EBCDIC conversion combined with 2005-04-20 17:38:59 +00:00
contrib/sys
crypto Fix simple DES support (security problems for racoon to racoon setups) 2005-04-19 19:42:08 +00:00
dist Document that ipmon reopens its log file(s) and rereads its configuration 2005-04-20 19:53:04 +00:00
distrib Rototill of the verified exec functionality. 2005-04-20 13:44:45 +00:00
doc Move entry for 20050417 postinstall(8) move to list of changes in 2005-04-20 11:47:01 +00:00
etc Rototill of the verified exec functionality. 2005-04-20 13:44:45 +00:00
games Fixed wrong use of the <ctype.h> functions by adding an explicit conversion 2005-04-19 20:14:29 +00:00
gnu another place where 17 -> 20 needs to be changed. 2005-04-20 02:00:45 +00:00
include Instead of pulling in all of <wchar.h>, just define wchar_t here. 2005-04-18 19:47:51 +00:00
lib Don't use 'm4' here. Use $TOOL_M4 instead. 2005-04-20 18:26:11 +00:00
libexec check pwd != NULL 2005-04-19 03:22:54 +00:00
regress Add sleep1 test. 2005-04-19 16:36:44 +00:00
rescue Add /rescue/tetris. 2005-04-01 08:35:17 +00:00
sbin Rototill of the verified exec functionality. 2005-04-20 13:44:45 +00:00
share Rototill of the verified exec functionality. 2005-04-20 13:44:45 +00:00
sys Add polling support to the domain controller. Use this in xencons instead 2005-04-20 22:01:24 +00:00
tools Update notes for testing on linux, OS/X 2005-04-05 00:21:22 +00:00
usr.bin Fix grammar: s/sent the/sent to the/ 2005-04-20 19:26:50 +00:00
usr.sbin Remove copy of manual page created during build. 2005-04-19 08:42:54 +00:00
x11 We don't need to link hardware independent X11 servers with the "i386" 2005-04-09 18:00:01 +00:00
build.sh Avoid the brace expansion on OpenBSD. 2005-03-26 06:02:13 +00:00
BUILDING
Makefile use usr.sbin/postinstall/postinstall instead of etc/postinstall 2005-04-17 15:18:34 +00:00
Makefile.inc
UPDATING Tweaks for the move of postinstall from /etc to /usr/sbin 2005-04-17 23:12:40 +00:00