svn commit: r195191 - in head/sys: kern sys

2009-06-30 Thread Ed Maste
Author: emaste Date: Tue Jun 30 13:38:49 2009 New Revision: 195191 URL: http://svn.freebsd.org/changeset/base/195191 Log: Add FIONSPACE from NetBSD. FIONSPACE is provided so that programs may easily determine how much space is left in the send queue; they do not need to know the send queue

svn commit: r195685 - head/sys/cam/scsi

2009-07-14 Thread Ed Maste
Author: emaste Date: Tue Jul 14 17:26:37 2009 New Revision: 195685 URL: http://svn.freebsd.org/changeset/base/195685 Log: Fix leaks in probestart, probedone, and scsi_scan_bus. Also free page_list using the matching malloc type for the allocation. Approved by: re Reviewed by: scottl

svn commit: r195688 - head/sys/cam/scsi

2009-07-14 Thread Ed Maste
Author: emaste Date: Tue Jul 14 18:44:17 2009 New Revision: 195688 URL: http://svn.freebsd.org/changeset/base/195688 Log: Change xpt_scan_bus to scsi_scan_bus and xpt_scan_lun to scsi_scan_lun in comments and printfs to match new function names after refacoring. Approved by: re

svn commit: r195832 - in stable/6/sys: . boot/common contrib/pf dev/cxgb

2009-07-23 Thread Ed Maste
Author: emaste Date: Thu Jul 23 16:00:37 2009 New Revision: 195832 URL: http://svn.freebsd.org/changeset/base/195832 Log: MFC r163917 by ru: Unbreak compile with ELF_VERBOSE defined, and fix format warnings. Modified: stable/6/sys/ (props changed)

svn commit: r195860 - in stable/7/sys: . boot/i386/libi386 contrib/pf

2009-07-24 Thread Ed Maste
Author: emaste Date: Sat Jul 25 02:22:10 2009 New Revision: 195860 URL: http://svn.freebsd.org/changeset/base/195860 Log: MFC r179825 by olli: Implement a workaround for a long-standing problem in libi386's time(), caused by a qemu bug. The bug might be present in other BIOSes,

svn commit: r195861 - in stable/6/sys: . boot/i386/libi386 contrib/pf dev/cxgb

2009-07-24 Thread Ed Maste
Author: emaste Date: Sat Jul 25 02:37:59 2009 New Revision: 195861 URL: http://svn.freebsd.org/changeset/base/195861 Log: MFC r179825 by olli: Implement a workaround for a long-standing problem in libi386's time(), caused by a qemu bug. The bug might be present in other BIOSes,

svn commit: r197016 - head/sys/dev/aac

2009-09-08 Thread Ed Maste
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

svn commit: r197011 - head/sys/dev/aac

2009-09-08 Thread Ed Maste
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

svn commit: r197010 - head/sys/net

2009-09-08 Thread Ed Maste
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

svn commit: r197082 - head/sys/boot/i386/libi386

2009-09-10 Thread Ed Maste
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

svn commit: r197178 - head/lib/libstand

2009-09-13 Thread Ed Maste
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

svn commit: r197196 - head/etc/rc.d

2009-09-14 Thread Ed Maste
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.

svn commit: r197213 - stable/7/sys/cam

2009-09-14 Thread Ed Maste
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

svn commit: r197422 - in stable/7/sys: . contrib/pf kern sys

2009-09-22 Thread Ed Maste
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.

svn commit: r197423 - stable/7/usr.bin/gcore

2009-09-22 Thread Ed Maste
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

svn commit: r197437 - head/usr.bin/gcore

2009-09-23 Thread Ed Maste
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

svn commit: r197455 - head/sys/amd64/amd64

2009-09-24 Thread Ed Maste
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:

svn commit: r197692 - head/sys/kern

2009-10-01 Thread Ed Maste
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

svn commit: r198029 - head/usr.sbin/ntp/doc

2009-10-13 Thread Ed Maste
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:

svn commit: r198374 - head/sys/tools

2009-10-22 Thread Ed Maste
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:

svn commit: r198518 - head/share/man/man9

2009-10-27 Thread Ed Maste
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

svn commit: r198525 - head/sys/dev/aac

2009-10-27 Thread Ed Maste
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

svn commit: r198528 - in stable/6/sys: . conf contrib/pf dev/aac dev/cxgb

2009-10-27 Thread Ed Maste
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

svn commit: r198529 - in stable/7/sys: . contrib/pf dev/aac

2009-10-27 Thread Ed Maste
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

svn commit: r198532 - in stable/6/sys: . conf contrib/pf dev/aac dev/cxgb

2009-10-27 Thread Ed Maste
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

svn commit: r198533 - in stable/7/sys: . contrib/pf dev/aac

2009-10-27 Thread Ed Maste
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]

svn commit: r198540 - in stable/6/sys: . conf contrib/pf dev/aac dev/cxgb

2009-10-28 Thread Ed Maste
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]

svn commit: r198541 - head/sys/dev/aac

2009-10-28 Thread Ed Maste
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

svn commit: r198545 - in stable/7/sys: . contrib/pf dev/aac

2009-10-28 Thread Ed Maste
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

svn commit: r198547 - in stable/6/sys: . conf contrib/pf dev/aac dev/cxgb

2009-10-28 Thread Ed Maste
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

svn commit: r198584 - in stable/7/sys: . contrib/pf dev/aac

2009-10-29 Thread Ed Maste
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 because

svn commit: r198593 - head/sys/dev/aac

2009-10-29 Thread Ed Maste
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.

svn commit: r198617 - head/sys/dev/aac

2009-10-29 Thread Ed Maste
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

svn commit: r198619 - head/sys/sys

2009-10-29 Thread Ed Maste
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:

svn commit: r198799 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/aac dev/xen/xenpci

2009-11-02 Thread Ed Maste
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)

svn commit: r198800 - in stable/7/sys: . contrib/pf dev/aac

2009-11-02 Thread Ed Maste
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/

svn commit: r198801 - in stable/6/sys: . conf contrib/pf dev/aac dev/cxgb

2009-11-02 Thread Ed Maste
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/

svn commit: r198802 - in stable/8/usr.sbin/ntp: . doc

2009-11-02 Thread Ed Maste
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/

svn commit: r198804 - in stable/6/usr.sbin/ntp: . doc

2009-11-02 Thread Ed Maste
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/

svn commit: r198806 - in stable/8/sys: . amd64/include/xen boot/i386/libi386 cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci

2009-11-02 Thread Ed Maste
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

svn commit: r198807 - in stable/7/sys: . boot/i386/libi386 contrib/pf

2009-11-02 Thread Ed Maste
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

svn commit: r198808 - in stable/6/sys: . boot/i386/libi386 conf contrib/pf dev/cxgb

2009-11-02 Thread Ed Maste
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

svn commit: r198809 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/aac dev/xen/xenpci

2009-11-02 Thread Ed Maste
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

svn commit: r198817 - in stable/6/sys: . conf contrib/pf dev/aac dev/cxgb

2009-11-02 Thread Ed Maste
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

svn commit: r198936 - stable/7/usr.bin/gcore

2009-11-04 Thread Ed Maste
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:

svn commit: r198937 - stable/6/usr.bin/gcore

2009-11-04 Thread Ed Maste
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:

svn commit: r198961 - stable/7/sys/dev/aac

2009-11-05 Thread Ed Maste
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

svn commit: r206432 - stable/7/bin/test

2010-04-09 Thread Ed Maste
Author: emaste Date: Fri Apr 9 22:48:27 2010 New Revision: 206432 URL: http://svn.freebsd.org/changeset/base/206432 Log: MFC r192862: Description of fields to fill in above: 76 columns --| Fix various cases with 3 or 4 parameters in test(1) to be POSIX compliant.

svn commit: r206434 - stable/8/share/man/man9

2010-04-09 Thread Ed Maste
Author: emaste Date: Fri Apr 9 22:50:36 2010 New Revision: 206434 URL: http://svn.freebsd.org/changeset/base/206434 Log: MFC r206383: Remove extraneous ''. Modified: stable/8/share/man/man9/stack.9 Directory Properties: stable/8/share/man/man9/ (props changed) Modified:

svn commit: r206435 - stable/7/share/man/man9

2010-04-09 Thread Ed Maste
Author: emaste Date: Fri Apr 9 22:51:19 2010 New Revision: 206435 URL: http://svn.freebsd.org/changeset/base/206435 Log: MFC r206383: Remove extraneous ''. Modified: stable/7/share/man/man9/stack.9 Directory Properties: stable/7/share/man/man9/ (props changed) Modified:

svn commit: r206533 - stable/7/sys/dev/aac

2010-04-12 Thread Ed Maste
Author: emaste Date: Tue Apr 13 00:20:40 2010 New Revision: 206533 URL: http://svn.freebsd.org/changeset/base/206533 Log: MFC r201758: Remove extraneous semicolons, no functional changes. Modified: stable/7/sys/dev/aac/aac.c Modified: stable/7/sys/dev/aac/aac.c

svn commit: r206534 - head/sys/dev/aac

2010-04-12 Thread Ed Maste
Author: emaste Date: Tue Apr 13 00:33:07 2010 New Revision: 206534 URL: http://svn.freebsd.org/changeset/base/206534 Log: Whitespace cleanup, in advance of next sync with Adaptec's driver. No functional change. Modified: head/sys/dev/aac/aac.c head/sys/dev/aac/aac_cam.c

svn commit: r206540 - head/sys/dev/aac

2010-04-12 Thread Ed Maste
Author: emaste Date: Tue Apr 13 01:16:15 2010 New Revision: 206540 URL: http://svn.freebsd.org/changeset/base/206540 Log: Sync some minor items with the upstream driver. Should have no functional change. Modified: head/sys/dev/aac/aac.c head/sys/dev/aac/aac_pci.c

svn commit: r206555 - head/sys/dev/aac

2010-04-13 Thread Ed Maste
Author: emaste Date: Tue Apr 13 12:10:55 2010 New Revision: 206555 URL: http://svn.freebsd.org/changeset/base/206555 Log: Use enums in the aac_command_status_table rather than duplicating the same values in two places. Suggested by: Garrett Cooper Modified:

svn commit: r206559 - stable/8/usr.sbin/config

2010-04-13 Thread Ed Maste
Author: emaste Date: Tue Apr 13 18:46:18 2010 New Revision: 206559 URL: http://svn.freebsd.org/changeset/base/206559 Log: MFC r205880 by ru: - Handle calloc() allocation failures. - Fixed a comment. - 2 - EXIT_FAILURE in some places. - errx() - err() where appropriate.

svn commit: r206597 - head/sys/compat/linprocfs

2010-04-14 Thread Ed Maste
Author: emaste Date: Wed Apr 14 13:44:22 2010 New Revision: 206597 URL: http://svn.freebsd.org/changeset/base/206597 Log: Linux puts a blank line between each CPU. Modified: head/sys/compat/linprocfs/linprocfs.c Modified: head/sys/compat/linprocfs/linprocfs.c

svn commit: r206847 - svnadmin/conf

2010-04-19 Thread Ed Maste
Author: emaste Date: Mon Apr 19 16:59:01 2010 New Revision: 206847 URL: http://svn.freebsd.org/changeset/base/206847 Log: Welcome Ryan Stone (rstone@) as a new src committer. I will be his mentor, with Joseph Koshy as a co-mentor. Ryan has some hwpmc work in progress, and will also

svn commit: r207324 - stable/7/tools/tools/aac

2010-04-28 Thread Ed Maste
Author: emaste Date: Wed Apr 28 13:26:30 2010 New Revision: 207324 URL: http://svn.freebsd.org/changeset/base/207324 Log: MFC r175406: Eliminate warnings by adding headers. Modified: stable/7/tools/tools/aac/aac_checkq.c Directory Properties: stable/7/tools/tools/aac/ (props

Re: svn commit: r207206 - head/bin/sh

2010-04-28 Thread Ed Maste
On Tue, Apr 27, 2010 at 07:52:25AM +0400, Andrey Chernov wrote: Just wonder, do you have plans to implement ${!variable} sometimes? This bashism is very useful: ... While we're on this topic, I'll mention the bashism I'd like to see support for -- array variables. Older versions supported

svn commit: r207476 - head/lib/libufs

2010-05-01 Thread Ed Maste
Author: emaste Date: Sat May 1 18:56:45 2010 New Revision: 207476 URL: http://svn.freebsd.org/changeset/base/207476 Log: Search beyond the first 1/8th of inodes. Submitted by: jeff Modified: head/lib/libufs/cgroup.c Modified: head/lib/libufs/cgroup.c

svn commit: r207590 - head/contrib/tzcode/zic

2010-05-03 Thread Ed Maste
Author: emaste Date: Mon May 3 22:32:26 2010 New Revision: 207590 URL: http://svn.freebsd.org/changeset/base/207590 Log: Update GRANDPARENTED text to match the contents of tzdata/factory r19879. This eliminates warning: time zone abbreviation differs from POSIX on installworld to an empty

svn commit: r207613 - head/usr.bin/chpass

2010-05-04 Thread Ed Maste
Author: emaste Date: Tue May 4 11:34:13 2010 New Revision: 207613 URL: http://svn.freebsd.org/changeset/base/207613 Log: Restore historical behaviour of only executing chflags on files that exist. This eliminates cosmetic errors of the form chflags: ...: No such file or directory during an

svn commit: r207768 - head/sys/dev/usb/wlan

2010-05-08 Thread Ed Maste
Author: emaste Date: Sat May 8 11:56:00 2010 New Revision: 207768 URL: http://svn.freebsd.org/changeset/base/207768 Log: Add dummy function for ic_update_mcast (a la if_urtw) to avoid console spam. Modified: head/sys/dev/usb/wlan/if_rum.c Modified: head/sys/dev/usb/wlan/if_rum.c

svn commit: r207835 - stable/8/usr.sbin/zic

2010-05-09 Thread Ed Maste
Author: emaste Date: Mon May 10 01:22:29 2010 New Revision: 207835 URL: http://svn.freebsd.org/changeset/base/207835 Log: MFC r207590: Update GRANDPARENTED text to match the contents of tzdata/factory r19879. This eliminates warning: time zone abbreviation differs from POSIX on

svn commit: r207836 - stable/7/usr.sbin/zic

2010-05-09 Thread Ed Maste
Author: emaste Date: Mon May 10 01:23:31 2010 New Revision: 207836 URL: http://svn.freebsd.org/changeset/base/207836 Log: MFC r207590: Update GRANDPARENTED text to match the contents of tzdata/factory r19879. This eliminates warning: time zone abbreviation differs from POSIX on

svn commit: r209190 - head/usr.sbin/tzsetup

2010-06-14 Thread Ed Maste
Author: emaste Date: Mon Jun 14 23:51:35 2010 New Revision: 209190 URL: http://svn.freebsd.org/changeset/base/209190 Log: Use literal format strings. Found by clang. Modified: head/usr.sbin/tzsetup/tzsetup.c Modified: head/usr.sbin/tzsetup/tzsetup.c

svn commit: r209728 - head/sys/netgraph

2010-07-06 Thread Ed Maste
Author: emaste Date: Tue Jul 6 16:42:11 2010 New Revision: 209728 URL: http://svn.freebsd.org/changeset/base/209728 Log: Remove email address that no longer exists. Modified: head/sys/netgraph/ng_source.c Modified: head/sys/netgraph/ng_source.c

svn commit: r209730 - head/sys/netgraph

2010-07-06 Thread Ed Maste
Author: emaste Date: Tue Jul 6 16:55:39 2010 New Revision: 209730 URL: http://svn.freebsd.org/changeset/base/209730 Log: Remove defunct email address from header as well. Modified: head/sys/netgraph/ng_source.h Modified: head/sys/netgraph/ng_source.h

svn commit: r209733 - head/tools/tools/ncpus

2010-07-06 Thread Ed Maste
OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Author: Ed Maste ema...@phaedrus.sandvine.ca + * Author: Ed Maste ema...@freebsd.org */ /* ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send

svn commit: r209745 - head/tools/tools/ncpus

2010-07-06 Thread Ed Maste
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * Author: Ed Maste ema...@freebsd.org + * Author: Ed Maste ema...@freebsd.org */ /* ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src

svn commit: r209951 - head/usr.bin/make

2010-07-12 Thread Ed Maste
Author: emaste Date: Mon Jul 12 17:18:58 2010 New Revision: 209951 URL: http://svn.freebsd.org/changeset/base/209951 Log: Remove extraneous ; Modified: head/usr.bin/make/str.c Modified: head/usr.bin/make/str.c ==

svn commit: r210088 - in head/usr.bin: col netstat xlint/lint1

2010-07-14 Thread Ed Maste
Author: emaste Date: Thu Jul 15 00:04:14 2010 New Revision: 210088 URL: http://svn.freebsd.org/changeset/base/210088 Log: Remove more extraneous ;s. Modified: head/usr.bin/col/col.c head/usr.bin/netstat/if.c head/usr.bin/xlint/lint1/mem1.c Modified: head/usr.bin/col/col.c

svn commit: r210089 - head/games/pom

2010-07-14 Thread Ed Maste
Author: emaste Date: Thu Jul 15 00:16:04 2010 New Revision: 210089 URL: http://svn.freebsd.org/changeset/base/210089 Log: Add -p option to have pom(6) print just the percentage, without extra text. PR: bin/51070 Submitted by: Matt Koivisto mkoivisto sandvine com MFC after:

svn commit: r210167 - head/share/doc/psd/15.yacc

2010-07-16 Thread Ed Maste
Author: emaste Date: Fri Jul 16 17:01:36 2010 New Revision: 210167 URL: http://svn.freebsd.org/changeset/base/210167 Log: Rename documentation source files to avoid filesystem case and restricted filename issues when checking out the source on other operating systems. I've verified the

svn commit: r210364 - stable/8/games/pom

2010-07-21 Thread Ed Maste
Author: emaste Date: Thu Jul 22 01:23:39 2010 New Revision: 210364 URL: http://svn.freebsd.org/changeset/base/210364 Log: MFC r210089: Add -p option to have pom(6) print just the percentage, without extra text. PR: bin/51070 Submitted by: Matt Koivisto mkoivisto

svn commit: r202289 - head/sbin/ifconfig

2010-01-14 Thread Ed Maste
Author: emaste Date: Thu Jan 14 15:27:18 2010 New Revision: 202289 URL: http://svn.freebsd.org/changeset/base/202289 Log: Reject invalid CIDR widths rather than silently stopping at the first non-digit character. Due to an issue with rc(8) in a test configuration, ifconfig was being

svn commit: r202484 - stable/6/bin/sh

2010-01-17 Thread Ed Maste
Author: emaste Date: Sun Jan 17 14:11:42 2010 New Revision: 202484 URL: http://svn.freebsd.org/changeset/base/202484 Log: Log: MFC r197371: Mention that NUL characters are not allowed in sh(1) input. PR: bin/25542 Modified: stable/6/bin/sh/sh.1 Directory Properties: stable/6/bin/sh/

svn commit: r202751 - head/lib/libtacplus

2010-01-21 Thread Ed Maste
Author: emaste Date: Thu Jan 21 15:01:09 2010 New Revision: 202751 URL: http://svn.freebsd.org/changeset/base/202751 Log: Correct comment typo. Modified: head/lib/libtacplus/taclib.c Modified: head/lib/libtacplus/taclib.c

svn commit: r202812 - head/sys/dev/ichwd

2010-01-22 Thread Ed Maste
Author: emaste Date: Fri Jan 22 16:05:10 2010 New Revision: 202812 URL: http://svn.freebsd.org/changeset/base/202812 Log: Add H55 ID from Mike Tancsa, with minor rewording from a...@. PR: kern/143068 Submitted by: Mike Tancsa (Sentex) MFC after:1 week Modified:

svn commit: r202988 - head/etc

2010-01-25 Thread Ed Maste
Author: emaste Date: Mon Jan 25 20:59:04 2010 New Revision: 202988 URL: http://svn.freebsd.org/changeset/base/202988 Log: Remove vestigial NetBSD compatibility shim. Modified: head/etc/rc.subr Modified: head/etc/rc.subr

svn commit: r203042 - head/usr.bin/uname

2010-01-26 Thread Ed Maste
Author: emaste Date: Tue Jan 26 20:02:53 2010 New Revision: 203042 URL: http://svn.freebsd.org/changeset/base/203042 Log: Allow -o as a synonym for -s, for compatibility with other systems. Using -s is preferred, but some existing scripts and makefiles expect to get the system name from

svn commit: r203077 - head/lib/libc/stdlib

2010-01-27 Thread Ed Maste
Author: emaste Date: Wed Jan 27 16:47:02 2010 New Revision: 203077 URL: http://svn.freebsd.org/changeset/base/203077 Log: Add missing return, in a rare case where we can't allocate memory in deallocate. Submitted by: Ryan Stone (rysto32 at gmail dot com) Approved by: jasone Modified:

svn commit: r203102 - head/share/man/man8

2010-01-27 Thread Ed Maste
Author: emaste Date: Thu Jan 28 01:47:31 2010 New Revision: 203102 URL: http://svn.freebsd.org/changeset/base/203102 Log: Clean up rc.subr man page after removing leftover NetBSD compat. Also switch to 2-clause license per NetBSD rc.subr.8 r1.19. Submitted by: Alex Kozlov Modified:

svn commit: r203674 - stable/6/sys/sys

2010-02-08 Thread Ed Maste
Author: emaste Date: Mon Feb 8 18:37:10 2010 New Revision: 203674 URL: http://svn.freebsd.org/changeset/base/203674 Log: MFC r162488: Use __builtin_offsetof for GCC 4.1. Submitted by: Ryan Stone Modified: stable/6/sys/sys/cdefs.h Directory Properties: stable/6/sys/ (props

svn commit: r203701 - stable/8/lib/libc/stdlib

2010-02-09 Thread Ed Maste
Author: emaste Date: Tue Feb 9 13:07:32 2010 New Revision: 203701 URL: http://svn.freebsd.org/changeset/base/203701 Log: MFC r203077: Add missing return, in a rare case where we can't allocate memory in deallocate. Submitted by: Ryan Stone (rysto32 at gmail dot com) Approved

svn commit: r203726 - stable/8/sys/dev/aac

2010-02-09 Thread Ed Maste
Author: emaste Date: Tue Feb 9 22:05:30 2010 New Revision: 203726 URL: http://svn.freebsd.org/changeset/base/203726 Log: MFC r198593: 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

svn commit: r203735 - head/usr.bin/uname

2010-02-09 Thread Ed Maste
Author: emaste Date: Wed Feb 10 00:18:15 2010 New Revision: 203735 URL: http://svn.freebsd.org/changeset/base/203735 Log: Add new -o option (r203042) to manpage synopsis and usage(). Submitted by: ru Modified: head/usr.bin/uname/uname.1 head/usr.bin/uname/uname.c Modified:

svn commit: r203801 - head/sys/dev/aac

2010-02-12 Thread Ed Maste
Author: emaste Date: Fri Feb 12 18:48:18 2010 New Revision: 203801 URL: http://svn.freebsd.org/changeset/base/203801 Log: Garbage collect Falcon/PPC support that has not been used in released products, based on discussion with Adaptec. Modified: head/sys/dev/aac/aac.c

svn commit: r203885 - head/sys/dev/aac

2010-02-14 Thread Ed Maste
Author: emaste Date: Sun Feb 14 17:14:11 2010 New Revision: 203885 URL: http://svn.freebsd.org/changeset/base/203885 Log: Diff reduction with Adaptec's vendor driver. Driver version 2.1.9 chosen as that Adaptec version roughly corresponds with the current feature set merged to the

svn commit: r204019 - head/sys/dev/aac

2010-02-17 Thread Ed Maste
Author: emaste Date: Wed Feb 17 22:28:37 2010 New Revision: 204019 URL: http://svn.freebsd.org/changeset/base/204019 Log: Include command type in COMMAND TIMEOUT messages to aid in debugging. Modified: head/sys/dev/aac/aac.c Modified: head/sys/dev/aac/aac.c

svn commit: r204106 - head/sys/sys

2010-02-19 Thread Ed Maste
Author: emaste Date: Sat Feb 20 01:05:30 2010 New Revision: 204106 URL: http://svn.freebsd.org/changeset/base/204106 Log: Avoid corrupting the list or queue if _REMOVE is invoked with a reference to the head. PR: kern/119307 MFC After:1 week Modified:

svn commit: r184925 - head/bin/ps

2008-11-13 Thread Ed Maste
Author: emaste Date: Thu Nov 13 15:06:34 2008 New Revision: 184925 URL: http://svn.freebsd.org/changeset/base/184925 Log: Fix whitespace. Modified: head/bin/ps/print.c Modified: head/bin/ps/print.c == ---

svn commit: r185256 - head/sys/kern

2008-11-24 Thread Ed Maste
Author: emaste Date: Mon Nov 24 19:28:52 2008 New Revision: 185256 URL: http://svn.freebsd.org/changeset/base/185256 Log: Correct typo in comment: thier - their Modified: head/sys/kern/vfs_export.c Modified: head/sys/kern/vfs_export.c

svn commit: r185376 - head/sys/dev/aac

2008-11-27 Thread Ed Maste
Author: emaste Date: Thu Nov 27 20:26:02 2008 New Revision: 185376 URL: http://svn.freebsd.org/changeset/base/185376 Log: Remove duplicate 2610SA entry. Submitted by: jkim Modified: head/sys/dev/aac/aac_pci.c Modified: head/sys/dev/aac/aac_pci.c

svn commit: r194289 - in stable/6/sys: kern sys

2009-06-16 Thread Ed Maste
Author: emaste Date: Tue Jun 16 13:05:34 2009 New Revision: 194289 URL: http://svn.freebsd.org/changeset/base/194289 Log: MFC part of r166182 and 179670. Provide the mutual exclusion between the nfs export list modifications and nfs requests processing. Lockmgr lock provides the

svn commit: r194301 - in stable/6/lib/csu: . amd64

2009-06-16 Thread Ed Maste
Author: emaste Date: Tue Jun 16 18:14:48 2009 New Revision: 194301 URL: http://svn.freebsd.org/changeset/base/194301 Log: MFC r181997 by kib: Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64. For gcc' __builtin_frame_address() to work, all call frames need to

svn commit: r194320 - in stable/6/usr.sbin/pkg_install: . info

2009-06-16 Thread Ed Maste
Author: emaste Date: Wed Jun 17 02:52:35 2009 New Revision: 194320 URL: http://svn.freebsd.org/changeset/base/194320 Log: MFC r193273 by jilles: Fix segfault when giving invalid long option to pkg_info. PR: bin/133473 Submitted by: Rafal Grodzinski Modified:

svn commit: r190812 - head/contrib/gdb

2009-04-07 Thread Ed Maste
Author: emaste Date: Tue Apr 7 17:16:09 2009 New Revision: 190812 URL: http://svn.freebsd.org/changeset/base/190812 Log: Bootstrap merge history for gdb. Modified: head/contrib/gdb/ (props changed) ___ svn-src-all@freebsd.org mailing list

svn commit: r190827 - head/contrib/gdb

2009-04-07 Thread Ed Maste
Author: emaste Date: Tue Apr 7 20:15:51 2009 New Revision: 190827 URL: http://svn.freebsd.org/changeset/base/190827 Log: - Use gdb-* glob instead of gdb-6.1.1, to simplify future imports. - Add a few entries for additional files from later gdb releases that should also be ignored.

svn commit: r190871 - head/lib/libc/rpc

2009-04-09 Thread Ed Maste
Author: emaste Date: Thu Apr 9 20:57:35 2009 New Revision: 190871 URL: http://svn.freebsd.org/changeset/base/190871 Log: Include a space between send and broadcast. Modified: head/lib/libc/rpc/clnt_bcast.c Modified: head/lib/libc/rpc/clnt_bcast.c

  1   2   3   4   5   6   7   8   9   10   >