Author: emaste
Date: Mon Sep 13 18:26:34 2010
New Revision: 212570
URL: http://svn.freebsd.org/changeset/base/212570
Log:
Allow a kernel config to specify a set but empty value via
'makeoptions OPTION=' for consistency with the make commandline.
Previously 'makeoptions WERROR=' would resu
Author: emaste
Date: Tue Sep 14 01:33:21 2010
New Revision: 212591
URL: http://svn.freebsd.org/changeset/base/212591
Log:
Remove extra ;
Modified:
head/usr.bin/calendar/parsedata.c
Modified: head/usr.bin/calendar/parsedata.c
===
Author: emaste
Date: Tue Sep 14 01:40:59 2010
New Revision: 212592
URL: http://svn.freebsd.org/changeset/base/212592
Log:
Remove libf2c. It hasn't been used for more than 11 years, since revision
1.90 (CVS; SVN r45770) of lib/Makefile.
Deleted:
head/contrib/libf2c/
Author: emaste
Date: Tue Sep 14 01:51:04 2010
New Revision: 212594
URL: http://svn.freebsd.org/changeset/base/212594
Log:
Avoid repeatedly spamming the console while a timed out command is waiting
to complete. Instead, print one message after the timeout period expires,
and one more when (i
Author: emaste
Date: Wed Sep 15 01:19:11 2010
New Revision: 212628
URL: http://svn.freebsd.org/changeset/base/212628
Log:
Add some enums and constants from Adaptec's latest driver
(build 17911).
Modified:
head/sys/dev/aac/aacreg.h
Modified: head/sys/dev/aac/aacreg.h
===
On Wed, Sep 15, 2010 at 01:27:40PM +0400, pluknet wrote:
> Hi.
> Afaik, these are somewhere from between b15753 and b16119.
> Just for possible clarification.
Thanks. I didn't bother to find out where they first appeared, I just
copied them from the latest driver. We have some work on the go an
On Wed, Sep 15, 2010 at 04:57:15PM +0200, Attilio Rao wrote:
> 2010/9/15 Kostik Belousov :
> > On Wed, Sep 15, 2010 at 02:24:21PM +, Attilio Rao wrote:
> >> Author: attilio
> >> Date: Wed Sep 15 14:24:21 2010
> >> New Revision: 212661
> >> URL: http://svn.freebsd.org/changeset/base/212661
> >>
Author: emaste
Date: Thu Sep 16 23:33:24 2010
New Revision: 212773
URL: http://svn.freebsd.org/changeset/base/212773
Log:
Use device_printf where possible, and otherwise at least include the
driver name in printf strings.
Reported by: Mark Johnston
Modified:
head/sys/dev/aac/aac.c
h
Author: emaste
Date: Wed Sep 22 19:26:41 2010
New Revision: 213012
URL: http://svn.freebsd.org/changeset/base/213012
Log:
Correct sort order.
Modified:
head/bin/ps/extern.h
Modified: head/bin/ps/extern.h
==
--- head/
Author: emaste
Date: Wed Sep 22 19:41:01 2010
New Revision: 213013
URL: http://svn.freebsd.org/changeset/base/213013
Log:
Move test for zero bufp or size before rseq and wseq calculation. This
avoids spinning in an infinite loop for some (possibly corrupt?) core
files at work.
Modified:
Author: emaste
Date: Thu Sep 23 17:47:46 2010
New Revision: 213080
URL: http://svn.freebsd.org/changeset/base/213080
Log:
Remove unnecessary weak reference that was apparently copied from the
version of this function in lib/libc/inet/inet_pton.c
MFC after: 1 week
Modified:
head/sys
Author: emaste
Date: Sun Sep 26 01:45:33 2010
New Revision: 213181
URL: http://svn.freebsd.org/changeset/base/213181
Log:
Protect the watchdog daemon against swap OOM killer. This is similar to
SVN r199804 which added protection to sshd, cron, syslogd, and inetd.
Modified:
head/usr.sbin/wa
Author: emaste
Date: Tue Sep 28 01:30:49 2010
New Revision: 213235
URL: http://svn.freebsd.org/changeset/base/213235
Log:
Increase maximum network timeout from 20s to 120s. Given that an ETIMEDOUT
return from sendrecv probably means a failure to boot we might as well be
generous in the time
Author: emaste
Date: Tue Sep 28 01:36:01 2010
New Revision: 213236
URL: http://svn.freebsd.org/changeset/base/213236
Log:
Remove extra braces for style(9) (found while cleaning up an old work tree).
Modified:
head/sys/kern/subr_trap.c
Modified: head/sys/kern/subr_trap.c
=
Author: emaste
Date: Tue Sep 28 20:57:14 2010
New Revision: 213250
URL: http://svn.freebsd.org/changeset/base/213250
Log:
Remove copyright strings printed at login time via login(1) or sshd(8).
It is not clear to what this copyright should apply, and this is in line
with what other operating
Author: emaste
Date: Wed Sep 29 13:08:23 2010
New Revision: 213270
URL: http://svn.freebsd.org/changeset/base/213270
Log:
/etc/rc.d/defaultroute currently bails immediately if all interfaces
set to use DHCP have no carrier. This can cause grief as it may take
some time for link to be establ
Author: emaste
Date: Wed Sep 29 14:22:00 2010
New Revision: 213272
URL: http://svn.freebsd.org/changeset/base/213272
Log:
Previously, the aac driver did not handle enclosure management AIFs,
which were raised during hot-swap events. Now such events trigger cam
rescans, as is done in the mps
Author: emaste
Date: Wed Sep 29 22:59:49 2010
New Revision: 213285
URL: http://svn.freebsd.org/changeset/base/213285
Log:
Commit the rest of r213270.
Thanks to Anonymous for spotting this.
Modified:
head/etc/defaults/rc.conf
Modified: head/etc/defaults/rc.conf
=
On Thu, Sep 30, 2010 at 02:08:58AM +0400, Anonymous wrote:
> Ed Maste writes:
>
> > Author: emaste
> > Date: Wed Sep 29 13:08:23 2010
> > New Revision: 213270
> > URL: http://svn.freebsd.org/changeset/base/213270
> >
> [...]
> > + if
On Wed, Sep 29, 2010 at 11:33:58PM -0700, Doug Barton wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> On 9/29/2010 6:08 AM, Ed Maste wrote:
> | Author: emaste
> | Date: Wed Sep 29 13:08:23 2010
> | New Revision: 213270
> | URL: http://svn.freebsd.o
Author: emaste
Date: Tue Oct 5 15:27:44 2010
New Revision: 213451
URL: http://svn.freebsd.org/changeset/base/213451
Log:
Handle null return from XML_ParserCreate and fix a few memory leaks on
error conditions.
Submitted by: Mark Johnston
MFC after:2 weeks
Modified:
head/lib/lib
Author: emaste
Date: Thu Oct 7 17:26:22 2010
New Revision: 213523
URL: http://svn.freebsd.org/changeset/base/213523
Log:
Add a note on the removal of copyright strings from login(1) and sshd(8).
Modified:
head/UPDATING
Modified: head/UPDATING
Author: emaste
Date: Fri Oct 8 00:44:53 2010
New Revision: 213536
URL: http://svn.freebsd.org/changeset/base/213536
Log:
Make a thread's address available via the kern proc sysctl, just like the
process address.
Add "tdaddr" keyword to ps(1) to display this thread address.
Distilled
Author: emaste
Date: Fri Oct 8 01:03:30 2010
New Revision: 213537
URL: http://svn.freebsd.org/changeset/base/213537
Log:
In r207768 I silenced a console warning from rum(4). There was legitimate
opposition to the change, since really we need to implement missing
functionality in drivers or
Author: emaste
Date: Fri Oct 8 14:56:39 2010
New Revision: 213576
URL: http://svn.freebsd.org/changeset/base/213576
Log:
MFC r212570:
Allow a kernel config to specify a set but empty value via
'makeoptions OPTION=' for consistency with the make commandline.
Previously 'makeopt
Author: emaste
Date: Fri Oct 8 14:59:14 2010
New Revision: 213577
URL: http://svn.freebsd.org/changeset/base/213577
Log:
MFC r213013:
Move test for zero bufp or size before rseq and wseq calculation. This
avoids spinning in an infinite loop for some (possibly corrupt?) core
file
Author: emaste
Date: Thu Oct 14 00:46:33 2010
New Revision: 213816
URL: http://svn.freebsd.org/changeset/base/213816
Log:
MFC r212594:
Avoid repeatedly spamming the console while a timed out command is waiting
to complete. Instead, print one message after the timeout period expires,
Author: emaste
Date: Mon Oct 18 15:46:58 2010
New Revision: 214025
URL: http://svn.freebsd.org/changeset/base/214025
Log:
We've already set p = td->td_proc, so use it.
Modified:
head/sys/kern/kern_resource.c
Modified: head/sys/kern/kern_resource.c
Author: emaste
Date: Tue Oct 19 13:06:26 2010
New Revision: 214055
URL: http://svn.freebsd.org/changeset/base/214055
Log:
MFC r213451:
Handle null return from XML_ParserCreate and fix a few memory leaks on
error conditions.
Modified:
stable/8/lib/libgeom/geom_xml2tree.c
Directory P
Author: emaste
Date: Tue Oct 19 15:12:16 2010
New Revision: 214059
URL: http://svn.freebsd.org/changeset/base/214059
Log:
Minor cleanup, including sysctl -n instead of sed to remove the sysctl
name.
Reviewed by: imp
Modified:
head/usr.sbin/pc-sysinstall/backend-query/sys-mem.sh
Modif
Author: emaste
Date: Tue Oct 19 15:18:40 2010
New Revision: 214060
URL: http://svn.freebsd.org/changeset/base/214060
Log:
Simplify and significantly speed up the timezone listing backend script.
Reviewed by: imp
Modified:
head/usr.sbin/pc-sysinstall/backend-query/list-tzones.sh
Modifie
Author: emaste
Date: Sun Oct 24 01:05:10 2010
New Revision: 214256
URL: http://svn.freebsd.org/changeset/base/214256
Log:
Move variable declarations into the conditional block where they are
used, to fix warning if WITH_SSL is not set.
Submitted by: Sean Bruno
MFC after:1 week
Modi
Author: emaste
Date: Wed Nov 23 17:02:27 2011
New Revision: 227893
URL: http://svn.freebsd.org/changeset/base/227893
Log:
Avoid double free creating a new RAID with invalid command line arguments.
Submitted by: Xin Huang
Reviewed by: rstone@
MFC after:1 week
Modified:
head/usr.
Author: emaste
Date: Fri Nov 25 04:03:37 2011
New Revision: 227961
URL: http://svn.freebsd.org/changeset/base/227961
Log:
Add firmware update support for SCSI devices.
Firmware can be reprogrammed on devices from Hitachi, HP, IBM, Plextor,
Quantum, and Seagate. At least one device from e
On Fri, Nov 25, 2011 at 07:11:03AM +, Xin LI wrote:
> Author: delphij
> Date: Fri Nov 25 07:11:02 2011
> New Revision: 227963
> URL: http://svn.freebsd.org/changeset/base/227963
>
> Log:
> Fix build.
Pointy-hat-to: emaste
Sorry, thanks for fixing.
Author: emaste
Date: Fri Dec 2 15:47:05 2011
New Revision: 228203
URL: http://svn.freebsd.org/changeset/base/228203
Log:
Restore comment with credit to Marc Frajola.
fwdownload.c is derived from Andre Albsmeier's fwdownload.c, which was
written from scratch but was inspired by Marc's ori
Author: emaste
Date: Sat Dec 3 19:56:52 2011
New Revision: 228243
URL: http://svn.freebsd.org/changeset/base/228243
Log:
Add quirk for Micron RealSSD eUSB failing on unsupported SCSI command
It appears this device fails if sent a SYNCHRONIZE_CACHE command, so add
quirk to avoid sending i
On Mon, Jan 02, 2012 at 08:28:33PM +, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Mon Jan 2 20:28:33 2012
> New Revision: 229317
> URL: http://svn.freebsd.org/changeset/base/229317
>
> Log:
> Make sure we probe and attach the root HUB after
> resume else no devices will appear
On Fri, Nov 05, 2010 at 12:56:21AM +, Ed Schouten wrote:
> Author: ed
> Date: Fri Nov 5 00:56:21 2010
> New Revision: 214817
> URL: http://svn.freebsd.org/changeset/base/214817
>
> Log:
> Partially implement the mysterious cons25 \e[x escape sequence.
>
> It seems the terminfo library
Author: emaste
Date: Sat Nov 13 22:22:18 2010
New Revision: 215269
URL: http://svn.freebsd.org/changeset/base/215269
Log:
Remove libc_r threading library. It has been disconnected from the build
for four years (since r162846).
Submitted by: Alexander Best arundel@
Deleted:
head/lib/li
On Sat, Nov 13, 2010 at 10:22:18PM +, Ed Maste wrote:
> Log:
> Remove libc_r threading library. It has been disconnected from the build
> for four years (since r162846).
It has been suggested that there's some value in keeping libc_r around
for comparison purposes an
Author: emaste
Date: Sun Nov 14 18:05:03 2010
New Revision: 215308
URL: http://svn.freebsd.org/changeset/base/215308
Log:
Update comment to reflect the removal of libc_r from the tree.
Submitted by: Alexander Best arundel@
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.in
On Mon, Nov 22, 2010 at 02:42:13PM +, Attilio Rao wrote:
> Author: attilio
> Date: Mon Nov 22 14:42:13 2010
> New Revision: 215679
> URL: http://svn.freebsd.org/changeset/base/215679
>
> Log:
> Add the ability for GDB to printout the thread name along with other
> thread specific informat
Author: emaste
Date: Thu Nov 25 03:16:31 2010
New Revision: 215811
URL: http://svn.freebsd.org/changeset/base/215811
Log:
Give a bit of a hint of the failure (read != expected) but don't make
the error message needlessly more verbose.
Discussed with: attilio
Modified:
head/sys/boot/com
Author: emaste
Date: Sat Nov 27 00:26:19 2010
New Revision: 215918
URL: http://svn.freebsd.org/changeset/base/215918
Log:
Fix build by correcting function name. Pointed out by dougb.
Modified:
head/sys/dev/ichwd/ichwd.c
Modified: head/sys/dev/ichwd/ichwd.c
==
Author: emaste
Date: Tue Dec 7 19:18:00 2010
New Revision: 216266
URL: http://svn.freebsd.org/changeset/base/216266
Log:
Add a comment to clarify that some BIOSes may clear the hw watchdog
indicator bit, preventing us from reporting in that case.
X-MFC-with: r215868
Modified:
head/s
Author: emaste
Date: Sat Dec 18 02:54:51 2010
New Revision: 216513
URL: http://svn.freebsd.org/changeset/base/216513
Log:
Add Exar octal PCI UART.
Submitted by: Mark Johnston
Obtained from:Sandvine Incorporated
Modified:
head/sys/dev/puc/pucdata.c
Modified: head/sys/dev/puc/pu
Author: emaste
Date: Wed Sep 9 04:04:09 2009
New Revision: 197016
URL: http://svn.freebsd.org/changeset/base/197016
Log:
Whitespace tweak.
Submitted by: phk, via accidental commit in r196969.
Modified:
head/sys/dev/aac/aac.c
Modified: head/sys/dev/aac/aac.c
Author: emaste
Date: Wed Sep 9 03:41:40 2009
New Revision: 197011
URL: http://svn.freebsd.org/changeset/base/197011
Log:
Increase AAC_CMD_TIMEOUT from 30s to 120s to help avoid spurious
"COMMAND 0x TIMEOUT AFTER .. SECONDS" messages. Any commands
that get truly stuck will still tri
Author: emaste
Date: Wed Sep 9 03:36:43 2009
New Revision: 197010
URL: http://svn.freebsd.org/changeset/base/197010
Log:
Compare pointer with NULL, not 0.
Modified:
head/sys/net/if_vlan.c
Modified: head/sys/net/if_vlan.c
==
Author: emaste
Date: Thu Sep 10 22:05:43 2009
New Revision: 197082
URL: http://svn.freebsd.org/changeset/base/197082
Log:
If the pxe client is told to use / as the root path, honour that rather
of trying to mount /pxeroot instead.
PR: i386/106493
Submitted by: Andrey Russev
Author: emaste
Date: Sun Sep 13 21:51:01 2009
New Revision: 197178
URL: http://svn.freebsd.org/changeset/base/197178
Log:
ANSIfy, whitespace and comment adjustments, to simplify comparing these
files with NetBSD / OpenBSD versions.
Modified:
head/lib/libstand/net.c
head/lib/libstand/nfs.c
Author: emaste
Date: Mon Sep 14 16:52:38 2009
New Revision: 197196
URL: http://svn.freebsd.org/changeset/base/197196
Log:
Protect cross-script invocation by checking that the target script exists.
This allows pruning of rc.d scripts without getting too many ugly boottime
error messages.
Author: emaste
Date: Tue Sep 15 02:23:16 2009
New Revision: 197213
URL: http://svn.freebsd.org/changeset/base/197213
Log:
MFC r195685:
Fix leaks in probestart, probedone, and scsi_scan_bus. Also free
page_list using the matching malloc type for the allocation.
(In HEAD these functio
Author: emaste
Date: Tue Sep 22 23:11:23 2009
New Revision: 197422
URL: http://svn.freebsd.org/changeset/base/197422
Log:
MFC r195134, r195135, r195191
r195134, r195134:
Add a complement to FIONREAD, called FIONWRITE, which returns the
number of bytes not yet properly disposed of.
Author: emaste
Date: Wed Sep 23 00:31:08 2009
New Revision: 197423
URL: http://svn.freebsd.org/changeset/base/197423
Log:
MFC r180603:
Use %zd for size_t. With this gcore(1) is WARNS=6 clean.
Modified:
stable/7/usr.bin/gcore/ (props changed)
stable/7/usr.bin/gcore/elfcore.c
Modif
Author: emaste
Date: Wed Sep 23 15:32:59 2009
New Revision: 197437
URL: http://svn.freebsd.org/changeset/base/197437
Log:
Use %zu for size_t, not %zd.
Submitted by: ru
MFC after:1 week
Modified:
head/usr.bin/gcore/elfcore.c
Modified: head/usr.bin/gcore/elfcore.c
==
Author: emaste
Date: Thu Sep 24 14:26:42 2009
New Revision: 197455
URL: http://svn.freebsd.org/changeset/base/197455
Log:
Add a backtrace to the "fpudna in kernel mode!" case, to help track down
where this comes from.
Reviewed by: bde
Modified:
head/sys/amd64/amd64/trap.c
Modified: h
Author: emaste
Date: Thu Oct 1 21:44:30 2009
New Revision: 197692
URL: http://svn.freebsd.org/changeset/base/197692
Log:
In fill_kinfo_thread, copy the thread's name into struct kinfo_proc even
if it is empty. Otherwise the previous thread's name would remain in the
struct and then be repo
Author: emaste
Date: Tue Oct 13 12:56:23 2009
New Revision: 198029
URL: http://svn.freebsd.org/changeset/base/198029
Log:
Correct typo: thetime -> the time
PR: docs/139447
Submitted by: Guido Falsi mad at madpilot dot net
Modified:
head/usr.sbin/ntp/doc/ntpd.8
Modified: hea
Author: emaste
Date: Thu Oct 22 20:57:17 2009
New Revision: 198374
URL: http://svn.freebsd.org/changeset/base/198374
Log:
Rename default to default_function, for compatibility with GNU awk.
(For cross-compiling out-of-tree kernel modules, for example.)
Modified:
head/sys/tools/makeobjops.aw
Author: emaste
Date: Tue Oct 27 14:37:25 2009
New Revision: 198518
URL: http://svn.freebsd.org/changeset/base/198518
Log:
Add link for callout_schedule(9).
Modified:
head/share/man/man9/Makefile
Modified: head/share/man/man9/Makefile
==
Author: emaste
Date: Tue Oct 27 19:37:37 2009
New Revision: 198525
URL: http://svn.freebsd.org/changeset/base/198525
Log:
Whitespace fixup: 8 spaces -> tab
Modified:
head/sys/dev/aac/aac.c
head/sys/dev/aac/aac_cam.c
Modified: head/sys/dev/aac/aac.c
=
Author: emaste
Date: Tue Oct 27 21:02:42 2009
New Revision: 198528
URL: http://svn.freebsd.org/changeset/base/198528
Log:
MFC r188743,r188940
Use outbound message register 0 instead of mailbox 7 in
aac_{rx,rkt}_get_fwstatus, as done in Adaptec's vendor driver as well as
the Linux
Author: emaste
Date: Tue Oct 27 21:09:52 2009
New Revision: 198529
URL: http://svn.freebsd.org/changeset/base/198529
Log:
MFC r188743,r188940
Use outbound message register 0 instead of mailbox 7 in
aac_{rx,rkt}_get_fwstatus, as done in Adaptec's vendor driver as well as
the Linux
Author: emaste
Date: Wed Oct 28 01:53:25 2009
New Revision: 198532
URL: http://svn.freebsd.org/changeset/base/198532
Log:
MFC r180072,182967
Add explicit PCI IDs for the following Adaptec RAID Series 2 adapters:
Adaptec RAID 2045
Adaptec RAID 2405
Adaptec RAID 2445
Author: emaste
Date: Wed Oct 28 02:20:29 2009
New Revision: 198533
URL: http://svn.freebsd.org/changeset/base/198533
Log:
MFC r188896
Sync with the official Adaptec vendor driver:
[1] Add the support for the NARK controller which seems a variant of
the i960Rx.
[2] Split
Author: emaste
Date: Wed Oct 28 13:38:07 2009
New Revision: 198540
URL: http://svn.freebsd.org/changeset/base/198540
Log:
MFC r188896
Sync with the official Adaptec vendor driver:
[1] Add the support for the NARK controller which seems a variant of
the i960Rx.
[2] Split
Author: emaste
Date: Wed Oct 28 13:50:28 2009
New Revision: 198541
URL: http://svn.freebsd.org/changeset/base/198541
Log:
Do first controller time sync after 1 minute, as in Adaptec's vendor
driver.
Modified:
head/sys/dev/aac/aac.c
Modified: head/sys/dev/aac/aac.c
=
Author: emaste
Date: Wed Oct 28 15:09:21 2009
New Revision: 198545
URL: http://svn.freebsd.org/changeset/base/198545
Log:
MFC r185376:
Remove duplicate 2610SA entry.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/aac/aac_pci.c
Author: emaste
Date: Wed Oct 28 15:36:55 2009
New Revision: 198547
URL: http://svn.freebsd.org/changeset/base/198547
Log:
MFC r185376:
Remove duplicate 2610SA entry.
Modified:
stable/6/sys/ (props changed)
stable/6/sys/conf/ (props changed)
stable/6/sys/contrib/pf/ (props cha
Author: emaste
Date: Wed Oct 28 15:58:15 2009
New Revision: 198548
URL: http://svn.freebsd.org/changeset/base/198548
Log:
Replace callout_schedule (which doesn't exist on 6.x) with callout_reset.
Modified:
stable/6/sys/dev/aac/aac.c
Modified: stable/6/sys/dev/aac/aac.c
==
Author: emaste
Date: Thu Oct 29 13:41:05 2009
New Revision: 198584
URL: http://svn.freebsd.org/changeset/base/198584
Log:
MFC r195614:
Get correct maxio from the controller and drop the tunable.
The default (64K) is too pessimistic for "new comm" hardware.
Also, this is bad becaus
Author: emaste
Date: Thu Oct 29 14:53:45 2009
New Revision: 198593
URL: http://svn.freebsd.org/changeset/base/198593
Log:
Rename aac_fast_intr to aac_filter to reflect its current use. Eliminate
the fallback of using the filter as an interrupt handler, as it is no
longer needed.
Discus
Author: emaste
Date: Thu Oct 29 17:14:18 2009
New Revision: 198617
URL: http://svn.freebsd.org/changeset/base/198617
Log:
Rename aac_srb32 to aac_srb, to match Adaptec's vendor driver.
Modified:
head/sys/dev/aac/aac_cam.c
head/sys/dev/aac/aacreg.h
Modified: head/sys/dev/aac/aac_cam.c
=
Author: emaste
Date: Thu Oct 29 17:21:41 2009
New Revision: 198619
URL: http://svn.freebsd.org/changeset/base/198619
Log:
Add additional featuresState.fBits entries to simplify compiling and
testing Adaptec's vendor driver.
Submitted by: Adaptec, driver 17517
Modified:
head/sys/sys/aac
Author: emaste
Date: Mon Nov 2 16:22:59 2009
New Revision: 198799
URL: http://svn.freebsd.org/changeset/base/198799
Log:
MFC r198541:
Do first controller time sync after 1 minute, as in Adaptec's vendor
driver.
Modified:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include
Author: emaste
Date: Mon Nov 2 16:25:00 2009
New Revision: 198800
URL: http://svn.freebsd.org/changeset/base/198800
Log:
MFC r198541:
Do first controller time sync after 1 minute, as in Adaptec's vendor
driver.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/
Author: emaste
Date: Mon Nov 2 16:25:15 2009
New Revision: 198801
URL: http://svn.freebsd.org/changeset/base/198801
Log:
MFC r198541:
Do first controller time sync after 1 minute, as in Adaptec's vendor
driver.
Modified:
stable/6/sys/ (props changed)
stable/6/sys/conf/ (prop
Author: emaste
Date: Mon Nov 2 16:27:34 2009
New Revision: 198802
URL: http://svn.freebsd.org/changeset/base/198802
Log:
MFC r198029:
Correct typo: thetime -> the time
PR: docs/139447
Submitted by: Guido Falsi mad at madpilot dot net
Modified:
stable/8/usr.sbin/ntp/
Author: emaste
Date: Mon Nov 2 16:29:04 2009
New Revision: 198803
URL: http://svn.freebsd.org/changeset/base/198803
Log:
MFC r198029:
Correct typo: thetime -> the time
PR: docs/139447
Submitted by: Guido Falsi mad at madpilot dot net
Modified:
stable/7/usr.sbin/ntp/
Author: emaste
Date: Mon Nov 2 16:29:54 2009
New Revision: 198804
URL: http://svn.freebsd.org/changeset/base/198804
Log:
MFC r198029:
Correct typo: thetime -> the time
PR: docs/139447
Submitted by: Guido Falsi mad at madpilot dot net
Modified:
stable/6/usr.sbin/ntp/
Author: emaste
Date: Mon Nov 2 16:32:32 2009
New Revision: 198805
URL: http://svn.freebsd.org/changeset/base/198805
Log:
MFC r197692:
In fill_kinfo_thread, copy the thread's name into struct kinfo_proc even
if it is empty. Otherwise the previous thread's name would remain in the
Author: emaste
Date: Mon Nov 2 16:46:06 2009
New Revision: 198806
URL: http://svn.freebsd.org/changeset/base/198806
Log:
MFC r197082:
If the pxe client is told to use / as the root path, honour that rather
of trying to mount /pxeroot instead.
PR: i386/106493
Submitted by
Author: emaste
Date: Mon Nov 2 16:46:53 2009
New Revision: 198807
URL: http://svn.freebsd.org/changeset/base/198807
Log:
MFC r197082:
If the pxe client is told to use / as the root path, honour that rather
of trying to mount /pxeroot instead.
PR: i386/106493
Submitte
Author: emaste
Date: Mon Nov 2 16:49:57 2009
New Revision: 198808
URL: http://svn.freebsd.org/changeset/base/198808
Log:
MFC r197082:
If the pxe client is told to use / as the root path, honour that rather
of trying to mount /pxeroot instead.
PR: i386/106493
Submitte
Author: emaste
Date: Mon Nov 2 16:54:23 2009
New Revision: 198809
URL: http://svn.freebsd.org/changeset/base/198809
Log:
MFC r197011:
Increase AAC_CMD_TIMEOUT from 30s to 120s to help avoid spurious
"COMMAND 0x TIMEOUT AFTER .. SECONDS" messages. Any commands
that get tr
Author: emaste
Date: Mon Nov 2 16:55:33 2009
New Revision: 198810
URL: http://svn.freebsd.org/changeset/base/198810
Log:
MFC r197011:
Increase AAC_CMD_TIMEOUT from 30s to 120s to help avoid spurious
"COMMAND 0x TIMEOUT AFTER .. SECONDS" messages. Any commands
that get tr
Author: emaste
Date: Mon Nov 2 19:01:20 2009
New Revision: 198817
URL: http://svn.freebsd.org/changeset/base/198817
Log:
MFC r197011:
Increase AAC_CMD_TIMEOUT from 30s to 120s to help avoid spurious
"COMMAND 0x TIMEOUT AFTER .. SECONDS" messages. Any commands
that get tr
Author: emaste
Date: Thu Nov 5 02:27:56 2009
New Revision: 198935
URL: http://svn.freebsd.org/changeset/base/198935
Log:
MFC r197437:
Use %zu for size_t, not %zd.
Modified:
stable/8/usr.bin/gcore/elfcore.c
Directory Properties:
stable/8/usr.bin/gcore/ (props changed)
Modified: st
Author: emaste
Date: Thu Nov 5 02:29:45 2009
New Revision: 198936
URL: http://svn.freebsd.org/changeset/base/198936
Log:
MFC r197437:
Use %zu for size_t, not %zd.
Modified:
stable/7/usr.bin/gcore/elfcore.c
Directory Properties:
stable/7/usr.bin/gcore/ (props changed)
Modified: st
Author: emaste
Date: Thu Nov 5 02:31:10 2009
New Revision: 198937
URL: http://svn.freebsd.org/changeset/base/198937
Log:
MFC r197437:
Use %zu for size_t, not %zd.
Modified:
stable/6/usr.bin/gcore/elfcore.c
Directory Properties:
stable/6/usr.bin/gcore/ (props changed)
Modified: st
Author: emaste
Date: Thu Nov 5 18:38:12 2009
New Revision: 198961
URL: http://svn.freebsd.org/changeset/base/198961
Log:
MFC r198525:
Whitespace fixup: 8 spaces -> tab
Modified:
stable/7/sys/dev/aac/aac.c
stable/7/sys/dev/aac/aac_cam.c
Directory Properties:
stable/7/sys/ (props
Author: emaste
Date: Tue Sep 27 14:28:07 2011
New Revision: 225798
URL: http://svn.freebsd.org/changeset/base/225798
Log:
Improve battery capacity reporting
When a status pointer is passed in mfi_dcmd_command does not return an
errno (if the ioctl is successful), so move the test for NO_H
Author: emaste
Date: Tue Sep 27 17:11:09 2011
New Revision: 225804
URL: http://svn.freebsd.org/changeset/base/225804
Log:
MFC r225798: Improve battery capacity reporting
When a status pointer is passed in mfi_dcmd_command does not return an
errno (if the ioctl is successful), so move
Author: emaste
Date: Tue Oct 4 00:29:10 2011
New Revision: 225956
URL: http://svn.freebsd.org/changeset/base/225956
Log:
MFC r225798: Improve battery capacity reporting
When a status pointer is passed in mfi_dcmd_command does not return an
errno (if the ioctl is successful), so move
Author: emaste
Date: Mon Oct 24 18:29:50 2011
New Revision: 226697
URL: http://svn.freebsd.org/changeset/base/226697
Log:
Avoid printing // for packages that install to /
I have some packages that install to / (for whatever reason). Right now we
print entries of the form //path/to/file w
Author: emaste
Date: Sat Nov 12 19:02:55 2011
New Revision: 227470
URL: http://svn.freebsd.org/changeset/base/227470
Log:
Report the amount of memory from smbios data if provided.
This should get the correct memory size even if a 32-bit image is running
on a machine with > 4GB of memory.
Author: emaste
Date: Sun Dec 26 23:19:16 2010
New Revision: 216726
URL: http://svn.freebsd.org/changeset/base/216726
Log:
Remove commented-out test that's covered in plus-minus2.0 anyway.
Discussed with: jilles
Modified:
head/tools/regression/bin/sh/expansion/plus-minus1.0
Modified: hea
Author: emaste
Date: Mon Dec 27 15:57:41 2010
New Revision: 216738
URL: http://svn.freebsd.org/changeset/base/216738
Log:
Restore two commented-out tests from plus-minus1.0 to a new file.
These two cases pass on -CURRENT but fail on stable/8.
Reviewed by: jilles
Added:
head/tools/r
1 - 100 of 4365 matches
Mail list logo