NetBSD/sys
jmcneill c6d7607b67 Bootloader modifications for generic framebuffer console support on i386
and amd64 where VESA VBE 2.0+ is available.

* Add helper library and stubs to invoke VBE bioscalls.
* Bump HEAP_START as we were already dangerously close to our limits.
* bootdataseg now allows access > 16MB so in the future we can scribble
  on the framebuffer.
* Pass BTINFO_FRAMEBUFFER parameters to kernel when configured.
* VBE modes are configured with the new 'vesa' command. Usage, when present:
    * vesa {enabled|disabled}
      Enable / disable linear framebuffer, default mode is 640x480x8. May
      be changed in the future to determine mode based on VBE/DDC where
      available.
    * vesa list
      List modes supported by the firmware that meet the following criteria:
	* linear framebuffer
	* packed pixel or direct colour mode
    * vesa {modenum|modestr}
      Enable specific VBE mode. The mode can be specified either as a
      VBE mode number (eg. 0x101) or as a string (eg. 800x600x16).
2009-02-16 22:39:30 +00:00
..
altq
arch Bootloader modifications for generic framebuffer console support on i386 2009-02-16 22:39:30 +00:00
coda
compat Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
conf Convert the recently introduced awk command to retrieve the value of the 2009-02-15 01:58:01 +00:00
crypto
ddb Default 'show all procs' to /l. People tend to type 'ps' without modifiers 2009-02-04 20:17:58 +00:00
dev Provide callbacks so MD code can explicitly prevent genfb from matching; 2009-02-16 22:24:40 +00:00
dist When IPFilter 4.1.29 has been imported, the mbuf argument to nd6_output() 2009-02-12 12:12:39 +00:00
external
fs Improve write throttling by doing it on page-size basis. The `standard' 2009-02-11 13:08:08 +00:00
gdbscripts
ipkdb
kern Simplify the code; we already have a hint to decide which string to copy. 2009-02-15 03:52:49 +00:00
lib Revert previous one. It has already fixed in net.h,v 1.25. 2009-01-31 06:22:46 +00:00
miscfs add a comment re the vop (?) flag LAYERFS_MBYPASSDEBUG, that if set 2009-02-14 17:29:11 +00:00
modules Convert more MACHINE tests to MACHINE_ARCH 2009-02-14 13:50:50 +00:00
net mention when this will really break, not 2038 but 2145. 2009-02-14 20:48:46 +00:00
net80211
netatalk
netbt
netinet PR/40603: Christoph Badura: unprivileged users can add and delete interface 2009-02-12 19:05:36 +00:00
netinet6 make created and lastused time_t to avoid 2038 problems. 2009-02-14 20:53:04 +00:00
netipsec remove 2038 comment. 2009-02-14 20:53:58 +00:00
netisdn
netiso
netkey remove 2038 comment. 2009-02-14 20:51:39 +00:00
netnatm
netsmb restore the pre socket locking patch signal behaviour. 2009-01-21 06:59:29 +00:00
nfs PR kern/40491 5.0: nfs timer can crash/break on smp 2009-02-04 20:36:54 +00:00
opencrypto
rump Use p_nlwpid to store the next lwpid location. 2009-02-12 14:46:58 +00:00
secmodel
stand
sys Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
ufs Break hold-and-wait which happens in ufs_balloc_range() when we 2009-02-04 21:07:19 +00:00
uvm Fix printing of tv_sec,tv_usec in UVMHIST. 2009-02-01 14:25:11 +00:00
Makefile