freebsd-src/sys
Kazutaka YOKOTA 9d6218d088 Add a new compile option SC_HISTORY_SIZE to specify the history buffer
size in terms of lines (instead of bytes).  When changing video mode
in ioctl SW_XXX commands, syscons checks scp->history_size and
allocate a history buffer at least as large as the new screen size.
(This was unnecessary before, because HISTORY_SIZE was as large as 100
lines and this is bigger than the maximum screen size: 60 lines).
Similar adjustment is done in ioctl CONS_HISTORY command too.

PR: kern/4169
Reviewed by: sos
1997-09-04 23:01:06 +00:00
..
alpha Always defines macros for PC-98 display. 1997-09-04 09:05:17 +00:00
amd64 Cosmetic change to last commit: speculative_mtest -> speculative_mprobe. 1997-09-04 15:23:33 +00:00
compat Moved include files which are independent of bs driver. 1997-08-28 09:23:57 +00:00
compile
conf Upgrade of EIDE DMA support, Johns comments: 1997-09-04 18:49:53 +00:00
ddb Minor hack to also allow for syscons's "interesting" arrow keys. 1997-08-17 21:21:50 +00:00
dev Add a new compile option SC_HISTORY_SIZE to specify the history buffer 1997-09-04 23:01:06 +00:00
fs Support read-only mount. 1997-09-04 03:14:49 +00:00
geom
gnu Removed unused #includes. 1997-09-02 20:06:59 +00:00
i386 Add a new compile option SC_HISTORY_SIZE to specify the history buffer 1997-09-04 23:01:06 +00:00
isa Add a new compile option SC_HISTORY_SIZE to specify the history buffer 1997-09-04 23:01:06 +00:00
isofs/cd9660 Uncut&paste cache_lookup(). 1997-08-26 07:32:51 +00:00
kern sonewconn no longer passes curproc to the protocol attach method 1997-09-04 17:39:16 +00:00
libkern Removed unused #includes. 1997-08-02 14:33:27 +00:00
miscfs Support read-only mount. 1997-09-04 03:14:49 +00:00
modules Remove the vm86 LKM. 1997-08-28 14:45:26 +00:00
msdosfs Removed unused #includes. 1997-09-02 20:06:59 +00:00
net Added used #include - don't depend on <sys/mbuf.h> including 1997-09-02 01:19:47 +00:00
netatalk Added used #include - don't depend on <sys/mbuf.h> including 1997-09-02 01:19:47 +00:00
netinet Added used #include - don't depend on <sys/mbuf.h> including 1997-09-02 01:19:47 +00:00
netipx Added used #include - don't depend on <sys/mbuf.h> including 1997-09-02 01:19:47 +00:00
netkey
netnatm Added used #include - don't depend on <sys/mbuf.h> including 1997-09-02 01:19:47 +00:00
netns
nfs Added used #include - don't depend on <sys/mbuf.h> including 1997-09-02 01:19:47 +00:00
nfsclient Added used #include - don't depend on <sys/mbuf.h> including 1997-09-02 01:19:47 +00:00
nfsserver Added used #include - don't depend on <sys/mbuf.h> including 1997-09-02 01:19:47 +00:00
pc98 Synchronize with sys/i386/i386/userconfig.c revision 1.91. 1997-09-04 13:21:23 +00:00
pccard
pci Upgrade of EIDE DMA support, Johns comments: 1997-09-04 18:49:53 +00:00
powerpc/include
rpc
scsi Removed unused #includes. 1997-09-02 20:06:59 +00:00
sys Change the 0xdeadb hack to a flag called VDOOMED. 1997-08-31 07:32:39 +00:00
tools
ufs Removed unused #includes. 1997-09-02 20:06:59 +00:00
vm Removed unused #includes. 1997-09-01 03:17:34 +00:00
Makefile