#
a77a29a6 |
| 22-Aug-1999 |
Tim Vanderhoek <hoek@FreeBSD.org> |
The vty monster has feasted and now provides 8 vtys by default.
PR: docs/13310 (Maxim Soboleva <sobomax@altavista.ne>)
|
#
75722953 |
| 14-Aug-1999 |
Chris Costello <chris@FreeBSD.org> |
Fix bad references, remove some invalid ones such as sa(9).
|
#
5e09bef3 |
| 05-Jul-1999 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
Reflect recent changes in syscons and vga.
|
Revision tags: release/3.2.0 |
|
#
798a0514 |
| 20-May-1999 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
Remove bio/cam/net/tty labels.
OKed by: peter
|
Revision tags: release/3.1.0 |
|
#
c69d2250 |
| 10-Feb-1999 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
- Revise text, and fix typos and grammatical errors. - Add syscons.4.
If there still are errors, whether technical or grammatical, they are entirely mine, not the reviewers'.
Reviewed by: sos, jkh,
- Revise text, and fix typos and grammatical errors. - Add syscons.4.
If there still are errors, whether technical or grammatical, they are entirely mine, not the reviewers'.
Reviewed by: sos, jkh, archie, Nick Hilliard <nick@iol.ie>
show more ...
|
Revision tags: release/8.0.0_cvs, release/8.0.0 |
|
#
1ee774f6 |
| 02-Oct-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- MFC
|
#
7ec7f6d5 |
| 12-Sep-2009 |
Xin LI <delphij@FreeBSD.org> |
Make use of the more flexable device hints by adding a new field, vesa_mode to specify VESA mode, as suggested by jhb@.
|
#
493d6f54 |
| 11-Sep-2009 |
Xin LI <delphij@FreeBSD.org> |
Extend the usage of sc(4)'s hint variable 'flag'. Bit 0x80 now means "set vesa mode" and higher 16bits of the flag would be the desired mode.
One can now set, for instance, hint.sc.0.flags=0x016801
Extend the usage of sc(4)'s hint variable 'flag'. Bit 0x80 now means "set vesa mode" and higher 16bits of the flag would be the desired mode.
One can now set, for instance, hint.sc.0.flags=0x01680180, which means that the system should set VESA mode 0x168 upon boot.
Submitted by: paradox <ddkprog yahoo com>, swell k at gmail.com with some minor changes.
show more ...
|
Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0 |
|
#
0af22117 |
| 14-Dec-2006 |
Mike Pritchard <mpp@FreeBSD.org> |
Spelling fixes.
|
#
ecbbc8ee |
| 22-Oct-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fix ttyv* device names.
PR: docs/104376 Submitted by: Michael Le Barbier MFC after: 3 days
|
#
827293df |
| 18-Sep-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
hw.syscons.kbd_kbdkey is actually named hw.syscons.kbd_debug.
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0 |
|
#
fda40672 |
| 13-Feb-2006 |
Joel Dahl <joel@FreeBSD.org> |
.Pp before .Sh is redundant.
Reviewed by: ru
|
#
30e34269 |
| 14-Jan-2006 |
Brooks Davis <brooks@FreeBSD.org> |
When SC_DISABLE_KDBKEY or SC_DISABLE_REBOOT are not defined allow the same behavior to be controlled by the sysctls, hw.syscons.kbd_kbdkey and hw.syscons.kbd_reboot respectively.
Apologies to the su
When SC_DISABLE_KDBKEY or SC_DISABLE_REBOOT are not defined allow the same behavior to be controlled by the sysctls, hw.syscons.kbd_kbdkey and hw.syscons.kbd_reboot respectively.
Apologies to the submitter for taking so long to commit this simple change.
PR: kern/72728 Submitted by: Luca Morettoni <morettoni at libero dot it> MFC After: 3 days
show more ...
|
Revision tags: release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0 |
|
#
05df7aed |
| 14-Feb-2005 |
Christian Brueffer <brueffer@FreeBSD.org> |
Adapt for new KDB world order.
PR: 77528 Submitted by: Jamin Brown <alec@gwi.net> MFC after: 3 days
|
Revision tags: release/4.11.0_cvs, release/4.11.0 |
|
#
9cbda590 |
| 21-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Sort sections.
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
bf7f20c2 |
| 16-Jun-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Assorted markup, spelling, and grammar fixes.
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
743d5d51 |
| 10-Sep-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7): Properly mark C headers.
|
#
e11a2faa |
| 05-Sep-2003 |
Peter Pentchev <roam@FreeBSD.org> |
Document the SC_NO_SUSPEND_VTYSWITCH kernel config option.
PR: 55562 Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
|
Revision tags: release/5.1.0_cvs, release/5.1.0 |
|
#
f71ba16e |
| 21-May-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
Nit.
|
#
73c294fd |
| 25-Apr-2003 |
Christian Brueffer <brueffer@FreeBSD.org> |
Fix a misspelled word introduced by my last commit
MFC with the rest of the changes
|
#
a4d4bca1 |
| 21-Apr-2003 |
Christian Brueffer <brueffer@FreeBSD.org> |
Grammar and spelling fixes, improved the wording a bit
A slightly different patch than the one from the PR was applied
PR: 38815 Submitted by: Chris Pepper <pepper@guest.reppep.com> MFC after: 3 d
Grammar and spelling fixes, improved the wording a bit
A slightly different patch than the one from the PR was applied
PR: 38815 Submitted by: Chris Pepper <pepper@guest.reppep.com> MFC after: 3 days
show more ...
|
Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2 |
|
#
9660d371 |
| 20-Jul-2002 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
Typo: s/If the this option/If this option/
MFC after: 1 week
|
Revision tags: release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs |
|
#
f87717fa |
| 21-Jan-2002 |
Mike Pritchard <mpp@FreeBSD.org> |
Ispell sweep of share/man/man4.
|
#
c1e7a5f1 |
| 28-Dec-2001 |
Chris Costello <chris@FreeBSD.org> |
Spelling/typo fix: `bood' -> `boot'
|
#
547d4262 |
| 13-Oct-2001 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
Update man pages in the section 4 to match the reality in -CURRENT.
- Change lines referring to kernel configuration file: device foo0 at isa port xxx irq yyy... to device foo De
Update man pages in the section 4 to match the reality in -CURRENT.
- Change lines referring to kernel configuration file: device foo0 at isa port xxx irq yyy... to device foo Describe resource "hints" in /boot/device.hints.
- Try to describe resource allocation and probe/attach behavior in the newbus framework.
show more ...
|