1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
Go to file
Joerg Wunsch fae988778b Fix many long-standing bugs and problems with pcvt, namely:
. make pccncheck() work even when interrupts are disabled, so the
  ``Press a key on the console...'' procedure will work,
. make kernel colors #ifndef, so they can be overridden from the
  config file,
. use shutdown_nice() instead of cpu_reset() if Ctrl-Alt-Del is
  enabled,
. allow pccngetc() to return more than a single character, so the
  arrow keys will work (and thus visual UserConfig!),
. fix a warning.

This closes all know PRs related to pcvt, in particular #845, #1236,
and #1265.  PR #991 is a duplicate for 845, and PR #1283 has already
been fixed earlier in rev 1.11 of pcvt_conf.h.

Submitted by:	Ulf Kieber (kieber@sax.de), for the kernel color fix
1996-08-10 22:14:36 +00:00
bin chmod(2) directories once only (was twice) 1996-08-10 15:05:26 +00:00
contrib/tcl General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
eBones Ensure that each Kerberised applet has CFLAGS containing -DKERBEROS. 1996-07-30 21:16:34 +00:00
etc disable `calendar -a'. it's a bad idea, particular 1996-08-07 13:35:29 +00:00
games Correctly declare main() as `int'. 1996-07-17 20:13:33 +00:00
gnu The default editor is "vi", not "/usr/ucb/vi". 1996-08-09 09:00:41 +00:00
include Create FreeBSD copyright (c comment) for OS version 1996-08-04 22:34:23 +00:00
lib Yeesh! I shouldn't have looked. Fix a whole bunch more. Pray 1996-08-10 13:37:02 +00:00
libexec Reviewed by: various 1996-08-09 22:22:30 +00:00
lkm Added or restored #include of <machine/md_var.h>. Some declarations 1996-07-01 20:29:10 +00:00
release Try to make screen update more efficient (less flickering) by more 1996-08-03 10:11:56 +00:00
sbin Reviewed by: julian 1996-08-09 22:52:02 +00:00
secure This commit was generated by cvs2svn to compensate for changes in r17497, 1996-08-10 17:19:16 +00:00
share Typo corrections. Closes PR 1477. 1996-08-10 17:51:15 +00:00
sys Fix many long-standing bugs and problems with pcvt, namely: 1996-08-10 22:14:36 +00:00
tools Update to use modern make meta-variables. Fix the $Id$ both. 1996-06-30 18:02:58 +00:00
usr.bin s/trace -C/ktrace -C/ 1996-08-10 09:05:17 +00:00
usr.sbin Reviewed by: various 1996-08-09 22:20:24 +00:00
COPYRIGHT
Makefile Removed extraneous .endif that was left during OBJDIR cleanup. 1996-08-07 19:28:09 +00:00