#
38f1b189 |
| 26-Apr-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c
- Add API to allow vmm FPU state init/save/restore.
FP stuff discussed with: kib
|
Revision tags: release/8.3.0_cvs, release/8.3.0 |
|
#
8833b15f |
| 03-Apr-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r232686 through r233825 into projects/pf/head.
|
#
c2965cd1 |
| 26-Mar-2012 |
Joel Dahl <joel@FreeBSD.org> |
mdoc: terminate quoted strings.
Reviewed by: brueffer
|
Revision tags: release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
0d9deed5 |
| 08-Oct-2010 |
Ulrich Spörlein <uqs@FreeBSD.org> |
mdoc: drop redundant .Pp and .LP calls
They have no effect when coming in pairs, or before .Bl/.Bd
|
Revision tags: release/8.1.0_cvs, release/8.1.0 |
|
#
0afc94c1 |
| 13-May-2010 |
Ulrich Spörlein <uqs@FreeBSD.org> |
mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS a
mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put them.
Found by: mdocml lint run Reviewed by: ru
show more ...
|
Revision tags: release/7.3.0_cvs, release/7.3.0 |
|
#
aa3d547d |
| 02-Mar-2010 |
Xin LI <delphij@FreeBSD.org> |
MFC x86emu/x86bios emulator and make previously i386 only dpms and vesa framebuffer driver, etc. work on FreeBSD/amd64.
A significant amount of improvements were done by jkim@ during the recent mont
MFC x86emu/x86bios emulator and make previously i386 only dpms and vesa framebuffer driver, etc. work on FreeBSD/amd64.
A significant amount of improvements were done by jkim@ during the recent months to make vesa(4) work better, over the initial code import. This work is based on OpenBSD's x86emu implementation and contributed by paradox <ddkprog yahoo com> and swell.k at gmail com.
Hopefully I have stolen all their work to 8-STABLE :)
All bugs in this commit are mine, as usual.
show more ...
|
Revision tags: release/8.0.0_cvs, release/8.0.0 |
|
#
1ee774f6 |
| 02-Oct-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- MFC
|
#
10b3b545 |
| 17-Sep-2009 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Merge from head
|
#
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.
|