Author: jhb
Date: Fri Jun 27 17:22:18 2014
New Revision: 267964
URL: http://svnweb.freebsd.org/changeset/base/267964
Log:
MFC 261781:
Don't waste a page of KVA for the boot-time memory test on x86. For amd64,
reuse the first page of the crashdumpmap as CMAP1/CADDR1. For i386,
remove CMAP
Author: jhb
Date: Fri Jun 27 19:50:30 2014
New Revision: 267976
URL: http://svnweb.freebsd.org/changeset/base/267976
Log:
MFC 266296:
Correct some minor nits in the per-thread signal format description such
as missing posessives and misordering of fields.
Modified:
stable/9/usr.bin/procst
Author: jhb
Date: Fri Jun 27 20:34:22 2014
New Revision: 267979
URL: http://svnweb.freebsd.org/changeset/base/267979
Log:
MFC 266293:
- Add support for dumping current resource usage for processes via a new -r
flag to procstat.
- Add an -H flag to request information about threads rather
Author: jhb
Date: Fri Jun 27 20:39:45 2014
New Revision: 267980
URL: http://svnweb.freebsd.org/changeset/base/267980
Log:
MFC 267291:
Use strcasecmp() instead of strcmp() when checking user-supplied encoding
names so that encoding names are treated as case-insensitive. This allows
the use
Author: jhb
Date: Fri Jun 27 20:57:12 2014
New Revision: 267983
URL: http://svnweb.freebsd.org/changeset/base/267983
Log:
MFC 267647:
Trust the state of a power resource that we get from a working _STA method
instead of trying to cache it.
Modified:
stable/9/sys/dev/acpica/acpi_powerres.c