Author: emaste
Date: Tue Feb 23 01:24:01 2010
New Revision: 204240
URL: http://svn.freebsd.org/changeset/base/204240
Log:
MFC r202812:
Add H55 ID from Mike Tancsa, with minor rewording from a...@.
PR: kern/143068
Submitted by: Mike Tancsa (Sentex)
Modified:
stable/7/sy
Author: emaste
Date: Tue Feb 23 21:41:13 2010
New Revision: 204264
URL: http://svn.freebsd.org/changeset/base/204264
Log:
Minor diff reduction with Adaptec's driver: in aac_release_command() set
cm_queue to AAC_ADAP_NORM_CMD_QUEUE by default. In every place it was set,
it was set to AAC_ADA
[ About the i386/amd64/pc98 -> x86 merge ]
> > : I think there have been already MFCed patches doing headers movements
> > : in the past.
> >
> > We've tried to keep the KPI upwardly compatible. If files move, then
> > old code will potentially break.
>
> Yes, but there is very non-trivial cost
Author: emaste
Date: Sat Feb 27 03:47:22 2010
New Revision: 204392
URL: http://svn.freebsd.org/changeset/base/204392
Log:
MFC r204106:
Avoid corrupting the list or queue if _REMOVE is invoked with a
reference to the head.
PR: kern/119307
Modified:
stable/8/sys/sys/qu
Author: emaste
Date: Sat Feb 27 04:02:40 2010
New Revision: 204395
URL: http://svn.freebsd.org/changeset/base/204395
Log:
MFC r204106:
Avoid corrupting the list or queue if _REMOVE is invoked with a
reference to the head.
PR: kern/119307
Modified:
stable/7/sys/sys/qu
On Tue, Mar 02, 2010 at 06:58:58AM +, Alfred Perlstein wrote:
> 1) Limit number of cores per process via the %I coredump formatter.
> 2) Encode machine hostname in core dump name via %H.
You should update core(5) with these too.
-Ed
___
sv
Author: emaste
Date: Sun Mar 21 15:00:33 2010
New Revision: 205411
URL: http://svn.freebsd.org/changeset/base/205411
Log:
Avoid holding the VLAN_LOCK() over the parent interface SIOCGIFMEDIA
ioctl call, as it may sleep.
Reviewed by: rwatson
Modified:
head/sys/net/if_vlan.c
Modified:
Author: emaste
Date: Mon Mar 22 11:52:53 2010
New Revision: 205444
URL: http://svn.freebsd.org/changeset/base/205444
Log:
Merge r197455 from amd64:
Add a backtrace to the "fpudna in kernel mode!" case, to help track down
where this comes from.
Reviewed by:bde
Modified:
On Mon, Mar 22, 2010 at 08:49:36AM -0400, John Baldwin wrote:
> On Monday 22 March 2010 7:52:54 am Ed Maste wrote:
> > Author: emaste
> > Date: Mon Mar 22 11:52:53 2010
> > New Revision: 205444
> > URL: http://svn.freebsd.org/changeset/base/205444
> >
> &
Author: emaste
Date: Mon Mar 29 00:08:58 2010
New Revision: 205810
URL: http://svn.freebsd.org/changeset/base/205810
Log:
MFC r205411:
Avoid holding the VLAN_LOCK() over the parent interface SIOCGIFMEDIA
ioctl call, as it may sleep.
Reviewed by:rwatson
Modified:
stable/8
Author: emaste
Date: Mon Mar 29 00:09:56 2010
New Revision: 205811
URL: http://svn.freebsd.org/changeset/base/205811
Log:
MFC r204264:
Minor diff reduction with Adaptec's driver: in aac_release_command() set
cm_queue to AAC_ADAP_NORM_CMD_QUEUE by default. In every place it was
se
Author: emaste
Date: Mon Mar 29 00:13:16 2010
New Revision: 205812
URL: http://svn.freebsd.org/changeset/base/205812
Log:
MFC r205411:
Avoid holding the VLAN_LOCK() over the parent interface SIOCGIFMEDIA
ioctl call, as it may sleep.
Reviewed by:rwatson
Modified:
stable/7
Author: emaste
Date: Mon Mar 29 00:14:34 2010
New Revision: 205813
URL: http://svn.freebsd.org/changeset/base/205813
Log:
MFC r204264:
Minor diff reduction with Adaptec's driver: in aac_release_command() set
cm_queue to AAC_ADAP_NORM_CMD_QUEUE by default. In every place it was
se
Author: emaste
Date: Mon Mar 29 00:30:44 2010
New Revision: 205815
URL: http://svn.freebsd.org/changeset/base/205815
Log:
MFC aac(4) driver changes
r204019:
Include command type in COMMAND TIMEOUT messages to aid in debugging.
r203885:
Diff reduction with Adaptec's vendor
Author: emaste
Date: Mon Mar 29 00:39:09 2010
New Revision: 205816
URL: http://svn.freebsd.org/changeset/base/205816
Log:
MFC aac(4) driver changes
r204019:
Include command type in COMMAND TIMEOUT messages to aid in debugging.
r203885:
Diff reduction with Adaptec's vendor
Author: emaste
Date: Tue Jun 10 01:19:48 2014
New Revision: 267310
URL: http://svnweb.freebsd.org/changeset/base/267310
Log:
Correct unicode map for VGA ROM character 0x0e
The character is a beamed pair of sixteenth notes, so should be U+266C
not U+266B (beamed eighth notes).
Modified:
Author: emaste
Date: Tue Jun 10 12:59:56 2014
New Revision: 267324
URL: http://svnweb.freebsd.org/changeset/base/267324
Log:
vt fontcvt: handle failure writing output font
Modified:
head/tools/tools/vt/fontcvt/fontcvt.c
Modified: head/tools/tools/vt/fontcvt/fontcvt.c
Author: emaste
Date: Tue Jun 10 18:29:45 2014
New Revision: 267337
URL: http://svnweb.freebsd.org/changeset/base/267337
Log:
vt fontcvt: move to usr.bin/vtfontcvt
vtfontcvt is useful for end users to convert arbitrary bitmap fonts
for use by vt(4). It can also be used as a build tool, al
Author: emaste
Date: Wed Jun 11 17:19:57 2014
New Revision: 267366
URL: http://svnweb.freebsd.org/changeset/base/267366
Log:
Avoid leaking file pointer on error
CID: 1222506, 1222505
Modified:
head/usr.bin/vtfontcvt/vtfontcvt.c
Modified: head/usr.bin/vtfontcvt/vtfontcvt.c
=
Author: emaste
Date: Thu Jun 12 01:33:01 2014
New Revision: 267381
URL: http://svnweb.freebsd.org/changeset/base/267381
Log:
MFC r267109, r267179: Update vt(4) "Terminus BSD Console" font
"Terminus BSD Console" is a derivative of Terminus that is provided
by Mr. Dimitar Zhekov under t
Author: emaste
Date: Thu Jun 12 15:23:51 2014
New Revision: 267400
URL: http://svnweb.freebsd.org/changeset/base/267400
Log:
Add thin versions of VGAROM 8x8 and 8x16 fonts for vt(4)
These are converted from syscons(4) cp437-thin-8x* fonts.
Added:
head/share/vt/fonts/vgarom-thin-8x16.hex
Author: emaste
Date: Thu Jun 12 15:59:36 2014
New Revision: 267403
URL: http://svnweb.freebsd.org/changeset/base/267403
Log:
MFC r266171, r266174 by gnn:
Update the amount of data we can collect for hwpmc(4) by default
to work with modern processors and available memory.
Upgrad
Author: emaste
Date: Thu Jun 12 16:16:11 2014
New Revision: 267405
URL: http://svnweb.freebsd.org/changeset/base/267405
Log:
MFC r266166 by gnn:
Extend the size of the function or symbol that can be annotated.
Approved by: re
Modified:
stable/9/usr.sbin/pmcannotate/pmcannotate.c
Author: emaste
Date: Thu Jun 12 16:17:01 2014
New Revision: 267406
URL: http://svnweb.freebsd.org/changeset/base/267406
Log:
MFC r266903:
Update default callchain depth to 16 to match kernel
Approved by: re
Modified:
stable/9/usr.sbin/pmcstat/pmcstat.h
Directory Properties:
sta
Author: emaste
Date: Thu Jun 12 16:33:06 2014
New Revision: 267409
URL: http://svnweb.freebsd.org/changeset/base/267409
Log:
MFC r267109, r267179: Update vt(4) "Terminus BSD Console" font
"Terminus BSD Console" is a derivative of Terminus that is provided
by Mr. Dimitar Zhekov under t
Author: emaste
Date: Thu Jun 12 16:41:52 2014
New Revision: 267410
URL: http://svnweb.freebsd.org/changeset/base/267410
Log:
MFC r265798, r265815 by wblock:
Add a man page for the new vt.4 device.
Fix document title.
Modified:
Directory Properties:
stable/10/ (props changed)
_
Author: emaste
Date: Thu Jun 12 16:45:35 2014
New Revision: 267411
URL: http://svnweb.freebsd.org/changeset/base/267411
Log:
MFC r266209 by gnn:
Add a command line argument (-l) to end event collection after some
number of seconds. The number of seconds may be a fraction.
Relnote
On 12 June 2014 12:41, Ed Maste wrote:
> Author: emaste
> Date: Thu Jun 12 16:41:52 2014
> New Revision: 267410
> URL: http://svnweb.freebsd.org/changeset/base/267410
>
> Log:
> MFC r265798, r265815 by wblock:
Oops - vt.4 is already in stable/10 (and stable/9), and I had a
Author: emaste
Date: Thu Jun 12 17:06:50 2014
New Revision: 267414
URL: http://svnweb.freebsd.org/changeset/base/267414
Log:
Undo incorrect mergeinfo from r267410
Suggested by: gjb
Modified:
Directory Properties:
stable/10/ (props changed)
__
Author: emaste
Date: Thu Jun 12 17:08:04 2014
New Revision: 267415
URL: http://svnweb.freebsd.org/changeset/base/267415
Log:
MFC r266208: Speed up pmcstat by improving string hash
In one case generating callgraph output from a 24MB system-wide sampling
data file took 17.4 seconds on a
Author: emaste
Date: Thu Jun 12 17:12:58 2014
New Revision: 267416
URL: http://svnweb.freebsd.org/changeset/base/267416
Log:
MFC r266403: Update the date on the manual page.
Approved by: re
Modified:
stable/9/usr.sbin/pmcstat/pmcstat.8
Directory Properties:
stable/9/usr.sbin/pmcstat/
Author: emaste
Date: Thu Jun 12 18:31:32 2014
New Revision: 267423
URL: http://svnweb.freebsd.org/changeset/base/267423
Log:
Build vt(4) fonts during buildworld
vtfontcvt(8) is now built during buildworld, so can be used as a
bootstrap tool to create vt(4) fonts from source .hex or .bdf f
Author: emaste
Date: Sat Jun 14 01:32:48 2014
New Revision: 267463
URL: http://svnweb.freebsd.org/changeset/base/267463
Log:
MFC r264194: fix handling of -P without -p or -r
Fork a child process and wait until the process terminates when the -P
option is specified. This behavior is do
Author: emaste
Date: Tue Jun 17 13:12:30 2014
New Revision: 267578
URL: http://svnweb.freebsd.org/changeset/base/267578
Log:
Add glyphs from converted syscons iso* fonts
This consists of the unique glyphs from the following font files in
/usr/share/syscons/fonts:
iso*.fnt ISO-885
Author: emaste
Date: Tue Jun 17 16:21:50 2014
New Revision: 267582
URL: http://svnweb.freebsd.org/changeset/base/267582
Log:
share/vt now also includes keymaps
Modified:
head/tools/build/options/WITHOUT_VT_SUPPORT
Modified: head/tools/build/options/WITHOUT_VT_SUPPORT
Author: emaste
Date: Tue Jun 17 16:25:50 2014
New Revision: 267583
URL: http://svnweb.freebsd.org/changeset/base/267583
Log:
Update src.conf.5 after r267582
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
=
On 19 June 2014 09:48, Steven Hartland wrote:
> As per man 9 sysctl negative logic should be avoided so we should
> use enable instead ot disable here:
> kern.vt.enable with a default of 1
>
> With the user setting kern.vt.enable=0 to disable.
I prefer John's suggestion of kern.vidconsole={sc,vt}
Author: emaste
Date: Mon Jun 23 13:50:02 2014
New Revision: 267797
URL: http://svnweb.freebsd.org/changeset/base/267797
Log:
MFC r267124, r267582:
Install VT support files
They can be disabled by setting WITHOUT_VT_SUPPORT=yes in src.conf.
Added:
stable/10/tools/build/options/WI
Author: emaste
Date: Fri Jun 27 14:42:13 2014
New Revision: 267958
URL: http://svnweb.freebsd.org/changeset/base/267958
Log:
MFC r265613, r267649: Handle ELF files with 65280 or more sections
If e_shnum or e_shstrndx are at least SHN_LORESERVE (0xff00) then an
escape value is used to
Author: emaste
Date: Fri Jun 27 17:50:33 2014
New Revision: 267965
URL: http://svnweb.freebsd.org/changeset/base/267965
Log:
Use a common tunable to choose between vt(4)/sc(4)
With this change and previous work from ray@ it will be possible to put
both in GENERIC, and have one enabled by
Author: emaste
Date: Fri Jun 27 19:07:35 2014
New Revision: 267973
URL: http://svnweb.freebsd.org/changeset/base/267973
Log:
Add CTLFLAG_NOFETCH flag; console vty code runs before tunable fetch
Also remove redundant "" assignment for string in BSS.
Submitted by: hselasky@
Modified:
On 27 June 2014 12:33, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Fri Jun 27 16:33:43 2014
> New Revision: 267961
> URL: http://svnweb.freebsd.org/changeset/base/267961
At r267969 sysctl strings are broken for me:
# uname -a
uname: sysctl: Cannot allocate memory
# sysctl kern.ostype
#
Author: emaste
Date: Mon Jun 30 00:20:12 2014
New Revision: 268022
URL: http://svnweb.freebsd.org/changeset/base/268022
Log:
Rename the WITHOUT_VT_SUPPORT knob to WITHOUT_VT
The _SUPPORT knobs have a consistent meaning which differs from the
behaviour controlled by this knob. As the knob
Author: emaste
Date: Mon Jun 30 00:22:41 2014
New Revision: 268023
URL: http://svnweb.freebsd.org/changeset/base/268023
Log:
Regenerate after r268022
MFC after:1 week
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==
Author: emaste
Date: Mon Jun 30 16:18:38 2014
New Revision: 268045
URL: http://svnweb.freebsd.org/changeset/base/268045
Log:
Add vt(4) to GENERIC and retire the separate VT config
vt(4) and sc(4) can now coexist in the same kernel. To choose the vt
driver, set the loader tunable kern.vty
Author: emaste
Date: Mon Jun 30 16:49:00 2014
New Revision: 268050
URL: http://svnweb.freebsd.org/changeset/base/268050
Log:
Add a vt(4) cross reference to syscons(4)
Modified:
head/share/man/man4/syscons.4
Modified: head/share/man/man4/syscons.4
=
Author: emaste
Date: Mon Jun 30 19:34:16 2014
New Revision: 268059
URL: http://svnweb.freebsd.org/changeset/base/268059
Log:
Add missing VT_ kernel config knobs
MFC after:1 week
Modified:
head/sys/conf/options
Modified: head/sys/conf/options
=
Author: emaste
Date: Tue Jul 1 00:22:54 2014
New Revision: 268069
URL: http://svnweb.freebsd.org/changeset/base/268069
Log:
Add vt(4) devices and options to NOTES
Reviewed by: marius (earlier version)
Modified:
head/sys/amd64/conf/NOTES
head/sys/conf/NOTES
head/sys/i386/conf/NOTES
Author: emaste
Date: Wed Jul 2 13:24:21 2014
New Revision: 268158
URL: http://svnweb.freebsd.org/changeset/base/268158
Log:
Prefer vt(4) for UEFI boot
The UEFI framebuffer driver vt_efifb requires vt(4), so add a mechanism
for the startup routine to set the preferred console. This chang
Author: emaste
Date: Wed Jul 2 14:47:48 2014
New Revision: 268160
URL: http://svnweb.freebsd.org/changeset/base/268160
Log:
Fix typos in VTY constant names from r268158
Modified:
head/sys/kern/kern_cons.c
Modified: head/sys/kern/kern_cons.c
==
Author: emaste
Date: Wed Jul 2 19:22:12 2014
New Revision: 268169
URL: http://svnweb.freebsd.org/changeset/base/268169
Log:
Clarify the setting of syscons driver flags
Submitted by: wblock
Modified:
head/share/man/man4/syscons.4
Modified: head/share/man/man4/syscons.4
=
Author: emaste
Date: Wed Jul 2 19:31:49 2014
New Revision: 268172
URL: http://svnweb.freebsd.org/changeset/base/268172
Log:
vtfontcvt: correct width calculation (.hex files and commandline)
MFC after:1 week
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/vtfontcvt/vtfo
Author: emaste
Date: Wed Jul 2 20:40:59 2014
New Revision: 268175
URL: http://svnweb.freebsd.org/changeset/base/268175
Log:
Fix vt(4) detection in kbdcontrol and vidcontrol
As sc(4) and vt(4) coexist and are both enabled in GENERIC, the existence
of a vt(4) sysctl is not sufficient to de
Author: emaste
Date: Thu Jul 3 13:51:10 2014
New Revision: 268215
URL: http://svnweb.freebsd.org/changeset/base/268215
Log:
Describe kern.vty sc/vt tunable in syscons(4)
Reviewed by: wblock
Modified:
head/share/man/man4/syscons.4
Modified: head/share/man/man4/syscons.4
===
Author: emaste
Date: Thu Jul 3 17:53:28 2014
New Revision: 268227
URL: http://svnweb.freebsd.org/changeset/base/268227
Log:
Display efi framebuffer dimensions on boot
The EFI framebuffer produces corrupted output on certain systems. For
now display the framebuffer parameters (address, d
Author: emaste
Date: Tue Jul 8 09:47:52 2014
New Revision: 268389
URL: http://svnweb.freebsd.org/changeset/base/268389
Log:
MFC r268059: Add missing VT_ kernel config knobs
Modified:
stable/10/sys/conf/options
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/conf
Author: emaste
Date: Tue Jul 8 14:04:36 2014
New Revision: 268399
URL: http://svnweb.freebsd.org/changeset/base/268399
Log:
MFC r268022: Rename the WITHOUT_VT_SUPPORT knob to WITHOUT_VT
The _SUPPORT knobs have a consistent meaning which differs from the
behaviour controlled by this k
Author: emaste
Date: Tue Jul 8 14:11:28 2014
New Revision: 268400
URL: http://svnweb.freebsd.org/changeset/base/268400
Log:
Regen src.conf(5) after r268399
Modified:
stable/10/share/man/man5/src.conf.5
Modified: stable/10/share/man/man5/src.conf.5
===
Author: emaste
Date: Fri Jul 11 07:31:55 2014
New Revision: 268527
URL: http://svnweb.freebsd.org/changeset/base/268527
Log:
Remove unused readline header
Readline is no longer installed after r268461. A readline compatibility
header is provided by libedit, but readline definitions do no
On 11 July 2014 12:38, John Baldwin wrote:
>> CR: https://phabric.freebsd.org/D312
>> Reviewed by:jilles
>> MFC after: 1 week
>
> Just picking my own commit here as a sample case.
>
> I think we should be annotating commits with phabricator code reviews in some
> way
Author: emaste
Date: Mon Jul 21 13:51:29 2014
New Revision: 268940
URL: http://svnweb.freebsd.org/changeset/base/268940
Log:
MFC r267603 by trasz: Add polish vt(4) keymap.
Sponsored by: The FreeBSD Foundation
Added:
stable/10/share/vt/keymaps/pl.kbd
- copied unchanged from r267603,
Author: emaste
Date: Mon Jul 21 14:31:57 2014
New Revision: 268941
URL: http://svnweb.freebsd.org/changeset/base/268941
Log:
MFC r268460 by ray:
Fix inconsistent token parameters for kbd_allocate() and kbd_release()
in vt(4).
PR: 191306
Submitted by: jau789 at gmail.c
Author: emaste
Date: Mon Jul 21 14:36:35 2014
New Revision: 268942
URL: http://svnweb.freebsd.org/changeset/base/268942
Log:
MFC r268460 by ray:
Fix inconsistent token parameters for kbd_allocate() and kbd_release()
in vt(4).
PR: 191306
Submitted by: jau789 at gmail.c
Author: emaste
Date: Mon Jul 21 16:21:17 2014
New Revision: 268946
URL: http://svnweb.freebsd.org/changeset/base/268946
Log:
MFC syscons(4) man page updates:
r268050: Add a vt(4) cross reference to syscons(4)
r268169: Clarify the setting of syscons driver flags
Submitted by:
Author: emaste
Date: Mon Jul 21 16:38:05 2014
New Revision: 268947
URL: http://svnweb.freebsd.org/changeset/base/268947
Log:
Hide syscons-specific workaround under DEV_SC
This change is a bit ugly, but so is the coupling between the i915
driver and syscons. It isn't worth developing a mo
Author: emaste
Date: Mon Jul 21 17:18:00 2014
New Revision: 268948
URL: http://svnweb.freebsd.org/changeset/base/268948
Log:
Use the standard way of printing the usage string
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/vtfontcvt/vtfontcvt.c
Modified: head/usr.bin/vtfontc
Author: emaste
Date: Mon Jul 21 17:43:37 2014
New Revision: 268949
URL: http://svnweb.freebsd.org/changeset/base/268949
Log:
Remove redundant return statement after errx
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/vtfontcvt/vtfontcvt.c
Modified: he
Author: emaste
Date: Mon Jul 21 18:13:14 2014
New Revision: 268950
URL: http://svnweb.freebsd.org/changeset/base/268950
Log:
MFC r266847: Add missing , in converted font output
Modified:
stable/10/tools/tools/vt/mkkfont/mkkfont.c
Directory Properties:
stable/10/ (props changed)
Modified:
Author: emaste
Date: Tue Jul 22 13:58:33 2014
New Revision: 268982
URL: http://svnweb.freebsd.org/changeset/base/268982
Log:
Don't pass null kmdp to preload_search_info
On Xen PVH guests kmdp == NULL.
Submitted by: royger
MFC after:3 days
Sponsored by: The FreeBSD Foundation
M
Author: emaste
Date: Tue Jul 22 23:16:28 2014
New Revision: 269000
URL: http://svnweb.freebsd.org/changeset/base/269000
Log:
MFC debug info for variadic functions
r264826: Merge LLVM r202188:
Debug info: Support variadic functions.
Variadic functions have an unspecified param
Author: emaste
Date: Wed Jul 23 14:25:47 2014
New Revision: 269011
URL: http://svnweb.freebsd.org/changeset/base/269011
Log:
MFC r265477: Merge -fstandalone-debug from Clang r198655:
Implement a new -fstandalone-debug option. rdar://problem/15685848
It controls everything that -flimit
Author: emaste
Date: Wed Jul 23 14:29:28 2014
New Revision: 269013
URL: http://svnweb.freebsd.org/changeset/base/269013
Log:
MFC r261799: Add bounds check for pteindex / pdeindex to amd64 kvm_minidump
Modified:
stable/10/lib/libkvm/kvm_minidump_amd64.c
Directory Properties:
stable/10/ (pr
Author: emaste
Date: Wed Jul 23 14:30:58 2014
New Revision: 269014
URL: http://svnweb.freebsd.org/changeset/base/269014
Log:
MFC r265157: kldxref: Clean up error reporting
Omit "too many sections" warnings if the ELF file is not dynamically
linked (and is therefore skipped anyway), an
Author: emaste
Date: Wed Jul 23 19:37:24 2014
New Revision: 269025
URL: http://svnweb.freebsd.org/changeset/base/269025
Log:
MFC r263678: lldb: Invoke PT_KILL from ProcessPosix::DoDestroy
We previously sent SIGKILL to the debuggee in DoDestroy, but did not
actually detach or kill via
Author: emaste
Date: Wed Jul 23 19:38:29 2014
New Revision: 269026
URL: http://svnweb.freebsd.org/changeset/base/269026
Log:
MFC r268527: Remove unused readline header
Modified:
stable/10/contrib/llvm/tools/lldb/tools/driver/Platform.h
Directory Properties:
stable/10/ (props changed)
Mod
Author: emaste
Date: Thu Jul 24 01:35:41 2014
New Revision: 269041
URL: http://svnweb.freebsd.org/changeset/base/269041
Log:
MFC vtfontcvt improvements:
r267011: Make height and width optional arguments
Now defaults to a 16x8 font size. The height and width can be specified
usin
Author: emaste
Date: Thu Jul 24 14:24:27 2014
New Revision: 269060
URL: http://svnweb.freebsd.org/changeset/base/269060
Log:
MFC r258471: Don't abort SMAP processing after an entry of length 0
Length 0 is not special and should just be skipped. This is the same
behaviour as i386.
Author: emaste
Date: Thu Jul 24 15:16:03 2014
New Revision: 269063
URL: http://svnweb.freebsd.org/changeset/base/269063
Log:
vtfontcvt will first ship in FreeBSD 10.1
Modified:
head/usr.bin/vtfontcvt/vtfontcvt.8
Modified: head/usr.bin/vtfontcvt/vtfontcvt.8
===
Author: emaste
Date: Thu Jul 24 15:18:19 2014
New Revision: 269064
URL: http://svnweb.freebsd.org/changeset/base/269064
Log:
MFC r268947: Hide syscons-specific workaround under DEV_SC
Modified:
stable/10/sys/dev/drm2/i915/intel_fb.c
stable/10/sys/dev/vt/vt_core.c
Directory Properties:
sta
Author: emaste
Date: Fri Jul 25 18:20:56 2014
New Revision: 269092
URL: http://svnweb.freebsd.org/changeset/base/269092
Log:
elfdump: Improve section type reporting
The SHT range 0x7000-0x7fff is processor-specific. Pass the
ELF machine type header to sh_types so the section head
Author: emaste
Date: Wed Oct 8 17:40:58 2014
New Revision: 272762
URL: https://svnweb.freebsd.org/changeset/base/272762
Log:
Correct scale factor for T terabyte suffix
PR: 194250
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.bin/find/function
On 9 October 2014 12:43, wrote:
> I believe I have observed waxing and waning use of
> these acronyms, and your recent poll shows a current
> waning trend; however I wish more commits would:
>
> a. describe the individual action in the message rather
> than the over-arching, higer-level action
>
Author: emaste
Date: Thu Oct 9 20:39:18 2014
New Revision: 272842
URL: https://svnweb.freebsd.org/changeset/base/272842
Log:
Always return pathname in dl_iterate_phdr's dlpi_name, as Linux does
Linux LD_ITERATE_PHDR(3):
The dlpi_name field is a null-terminated string giving the
Author: emaste
Date: Thu Oct 9 22:58:33 2014
New Revision: 272848
URL: https://svnweb.freebsd.org/changeset/base/272848
Log:
Update dl_iterate_phdr(3) to follow r272842
Relnotes: yes
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/libc/gen/dl_iterate_phdr.3
Modified: head
Author: emaste
Date: Thu Oct 9 23:05:31 2014
New Revision: 272849
URL: https://svnweb.freebsd.org/changeset/base/272849
Log:
Build gperf only if we're using g++ (not clang++)
gperf is used as a build tool for g++ and is not needed for Clang
architectures. Ports and third-party software t
Author: emaste
Date: Sat Oct 11 00:30:57 2014
New Revision: 272922
URL: https://svnweb.freebsd.org/changeset/base/272922
Log:
MFC r272762: Correct scale factor for T terabyte suffix
PR: 194250
Modified:
stable/10/usr.bin/find/function.c
Directory Properties:
stable/10/ (pro
Author: emaste
Date: Sat Oct 11 01:00:37 2014
New Revision: 272923
URL: https://svnweb.freebsd.org/changeset/base/272923
Log:
MFC r272762: Correct scale factor for T terabyte suffix
PR: 194250
Modified:
stable/9/usr.bin/find/function.c
Directory Properties:
stable/9/usr.bin/f
Author: emaste
Date: Sat Oct 11 01:01:18 2014
New Revision: 272924
URL: https://svnweb.freebsd.org/changeset/base/272924
Log:
MFC r272762: Correct scale factor for T terabyte suffix
PR: 194250
Modified:
stable/8/usr.bin/find/function.c
Directory Properties:
stable/8/usr.bin/f
Author: emaste
Date: Sun Oct 12 00:34:18 2014
New Revision: 272975
URL: https://svnweb.freebsd.org/changeset/base/272975
Log:
MFS r272922: Correct scale factor for T terabyte suffix
PR: 194250
Approved by: re
Modified:
releng/10.1/usr.bin/find/function.c
Directory Properties
On 14 October 2014 23:04, Gleb Smirnoff wrote:
>
> Look at results at the end of email. Guess what -j and -m mean. I
> want either proving me doing the test wrong, or backing the change
> out ASAP.
It looks like there is indeed an error in the test:
> h = murmur3_aligned_32((uint32_t *)&key[i],
On 15 October 2014 05:21, Dag-Erling Smørgrav wrote:
>
> That's my fault, and I'm going to change it, because it's illogical.
> The function works on aligned arrays of int32s and should take a count,
> not a size. I just didn't want to delay the patch even further.
The fact that it works only on
Author: emaste
Date: Thu Oct 16 18:49:50 2014
New Revision: 273178
URL: https://svnweb.freebsd.org/changeset/base/273178
Log:
Update vt(4) for UEFI defaults and special keys
vt(4) is the default console for UEFI boot [1], and the bitmapped
kern.vt.spclkeys sysctl has been replaced with in
.Xr boot 8 ,
+.Xr gpart 8
+.Sh HISTORY
+.Nm
+boot support first appeared in
+.Fx 10.1 .
+.Sh AUTHORS
+.An -nosplit
+.Nm
+boot support was developed by
+.An Benno Rice Aq Mt be...@freebsd.org ,
+.An Ed Maste Aq Mt ema...@freebsd.org ,
+and
+.An Nathan Whitehorn Aq Mt nwhiteh...@freebsd.org .
+The
Author: emaste
Date: Fri Oct 17 13:55:45 2014
New Revision: 273219
URL: https://svnweb.freebsd.org/changeset/base/273219
Log:
Do nothing in vt_upgrade if there is no vt driver
Previously, if no drivers attached at boot we would panic with
"vtbuf_fill_locked begin.tp_row 0 must be < screen
Author: emaste
Date: Fri Oct 17 16:23:36 2014
New Revision: 273232
URL: https://svnweb.freebsd.org/changeset/base/273232
Log:
MFC r257302 by rea:
binutils/bfd: fix printf-like format strings for "bfd *" arguments
There is a special format argument '%B' that directly handles values
Author: emaste
Date: Fri Oct 17 16:32:27 2014
New Revision: 273233
URL: https://svnweb.freebsd.org/changeset/base/273233
Log:
MFS10 r273232 (HEAD r257302 by rea):
binutils/bfd: fix printf-like format strings for "bfd *" arguments
There is a special format argument '%B' that directl
Author: emaste
Date: Fri Oct 17 18:16:40 2014
New Revision: 273235
URL: https://svnweb.freebsd.org/changeset/base/273235
Log:
Fix UEFI manpage whitespace and minor issues
Submitted by: wblock
MFC after:4 days
Differential Revision: https://reviews.freebsd.org/D959
Modified:
head/
Author: emaste
Date: Mon Oct 20 00:22:08 2014
New Revision: 273294
URL: https://svnweb.freebsd.org/changeset/base/273294
Log:
MFC r273178: Update vt(4) for UEFI defaults and special keys
vt(4) is the default console for UEFI boot [1], and the bitmapped
kern.vt.spclkeys sysctl has been
Author: emaste
Date: Mon Oct 20 01:01:55 2014
New Revision: 273296
URL: https://svnweb.freebsd.org/changeset/base/273296
Log:
MFC r273219: Do nothing in vt_upgrade if there is no vt driver
Previously, if no drivers attached at boot we would panic with
"vtbuf_fill_locked begin.tp_row 0
Author: emaste
Date: Mon Oct 20 01:45:40 2014
New Revision: 273297
URL: https://svnweb.freebsd.org/changeset/base/273297
Log:
MFS10 r273294 (r273178 in HEAD):
Update vt(4) for UEFI defaults and special keys
vt(4) is the default console for UEFI boot [1], and the bitmapped
kern.
601 - 700 of 4365 matches
Mail list logo