svn commit: r240103 - head/tools/tools/netmap

2012-09-04 Thread Ed Maste
Author: emaste Date: Tue Sep 4 20:51:25 2012 New Revision: 240103 URL: http://svn.freebsd.org/changeset/base/240103 Log: Failure to open netmap device is unrecoverable. There's no reason to "fail later" since there's nothing this tool can do in netmap mode without /dev/netmap open. Modi

svn commit: r240123 - stable/9/bin/ps

2012-09-04 Thread Ed Maste
Author: emaste Date: Wed Sep 5 02:03:43 2012 New Revision: 240123 URL: http://svn.freebsd.org/changeset/base/240123 Log: MFC 239883: Avoid passing uninitialized stack to addelem() if called with an empty arg. PR: bin/171174 Modified: stable/9/bin/ps/ps.c Directory Properties:

svn commit: r240124 - stable/8/bin/ps

2012-09-04 Thread Ed Maste
Author: emaste Date: Wed Sep 5 02:26:13 2012 New Revision: 240124 URL: http://svn.freebsd.org/changeset/base/240124 Log: MFC 239883: Avoid passing uninitialized stack to addelem() if called with an empty arg. PR: bin/171174 Modified: stable/8/bin/ps/ps.c Directory Properties:

svn commit: r240163 - head/contrib/gdb/gdb

2012-09-06 Thread Ed Maste
Author: emaste Date: Thu Sep 6 13:47:42 2012 New Revision: 240163 URL: http://svn.freebsd.org/changeset/base/240163 Log: Fix "Corrupted DWARF expression" from (k)gdb. Google turned up Debian bug 405116, which describes the problem in sufficient detail to identify the overflowing variable

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

2012-09-12 Thread Ed Maste
Author: emaste Date: Wed Sep 12 17:05:39 2012 New Revision: 240410 URL: http://svn.freebsd.org/changeset/base/240410 Log: Avoid mapping ENOENT to ENOTDIR for non-existent path components. The ENOTDIR mapping was introduced in r235266 for kern/128933 based on an interpretation of the somew

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

2012-09-12 Thread Ed Maste
Author: emaste Date: Wed Sep 12 17:54:09 2012 New Revision: 240412 URL: http://svn.freebsd.org/changeset/base/240412 Log: According to a clarification at http://austingroupbugs.net/view.php?id=503 ptsname may set errno, so avoid saving and restoring errno across the function. PR:

svn commit: r240434 - stable/9/contrib/gdb/gdb

2012-09-12 Thread Ed Maste
Author: emaste Date: Thu Sep 13 00:58:32 2012 New Revision: 240434 URL: http://svn.freebsd.org/changeset/base/240434 Log: MFC r240163: Fix "Corrupted DWARF expression" from (k)gdb. Google turned up Debian bug 405116, which describes the problem in sufficient detail to identify the ove

svn commit: r240435 - stable/8/contrib/gdb/gdb

2012-09-12 Thread Ed Maste
Author: emaste Date: Thu Sep 13 01:02:42 2012 New Revision: 240435 URL: http://svn.freebsd.org/changeset/base/240435 Log: MFC r240163: Fix "Corrupted DWARF expression" from (k)gdb. Google turned up Debian bug 405116, which describes the problem in sufficient detail to identify the ove

svn commit: r240528 - stable/9/lib/libc/stdlib

2012-09-14 Thread Ed Maste
Author: emaste Date: Sat Sep 15 02:52:19 2012 New Revision: 240528 URL: http://svn.freebsd.org/changeset/base/240528 Log: MFC r240410: Avoid mapping ENOENT to ENOTDIR for non-existent path components. The ENOTDIR mapping was introduced in r235266 for kern/128933 based on an int

svn commit: r240529 - stable/9/lib/libc/stdlib

2012-09-14 Thread Ed Maste
Author: emaste Date: Sat Sep 15 02:58:02 2012 New Revision: 240529 URL: http://svn.freebsd.org/changeset/base/240529 Log: MFC r240412: According to a clarification at http://austingroupbugs.net/view.php?id=503 ptsname may set errno, so avoid saving and restoring errno across the f

svn commit: r240647 - releng/9.1/lib/libc/stdlib

2012-09-18 Thread Ed Maste
Author: emaste Date: Tue Sep 18 13:03:00 2012 New Revision: 240647 URL: http://svn.freebsd.org/changeset/base/240647 Log: MFC r240410: Avoid mapping ENOENT to ENOTDIR for non-existent path components. The ENOTDIR mapping was introduced in r235266 for kern/128933 based on an int

svn commit: r240648 - releng/9.1/lib/libc/stdlib

2012-09-18 Thread Ed Maste
Author: emaste Date: Tue Sep 18 13:13:28 2012 New Revision: 240648 URL: http://svn.freebsd.org/changeset/base/240648 Log: MFC r240412: According to a clarification at http://austingroupbugs.net/view.php?id=503 ptsname may set errno, so avoid saving and restoring errno across the f

svn commit: r240932 - head/sys/net

2012-09-25 Thread Ed Maste
Author: emaste Date: Tue Sep 25 21:19:17 2012 New Revision: 240932 URL: http://svn.freebsd.org/changeset/base/240932 Log: Remove an incorrect comment Modified: head/sys/net/if_tun.c Modified: head/sys/net/if_tun.c ==

svn commit: r240938 - head/sys/net

2012-09-25 Thread Ed Maste
Author: emaste Date: Tue Sep 25 22:10:14 2012 New Revision: 240938 URL: http://svn.freebsd.org/changeset/base/240938 Log: Avoid INVARIANTS panic destroying an in-use tap(4) The requirement (implied by the KASSERT in tap_destroy) that the tap is closed isn't valid; destroy_dev will block i

svn commit: r240942 - head/sys/net

2012-09-25 Thread Ed Maste
Author: emaste Date: Tue Sep 25 23:41:45 2012 New Revision: 240942 URL: http://svn.freebsd.org/changeset/base/240942 Log: Revert part of an earlier patch attempt that snuck in with r240938. Modified: head/sys/net/if_tapvar.h Modified: head/sys/net/if_tapvar.h

svn commit: r240944 - in head/tools/regression/net: . if_tap

2012-09-25 Thread Ed Maste
Author: emaste Date: Wed Sep 26 00:25:09 2012 New Revision: 240944 URL: http://svn.freebsd.org/changeset/base/240944 Log: Add regression test for kern/172075. Sponsored by: ADARA Networks PR: kern/172075 Added: head/tools/regression/net/ head/tools/regression/net/if_tap/

svn commit: r240945 - head/sys/net

2012-09-25 Thread Ed Maste
Author: emaste Date: Wed Sep 26 01:09:19 2012 New Revision: 240945 URL: http://svn.freebsd.org/changeset/base/240945 Log: Correct misspelling in debug output. Modified: head/sys/net/if_tap.c Modified: head/sys/net/if_tap.c =

Re: svn commit: r240944 - in head/tools/regression/net: . if_tap

2012-09-25 Thread Ed Maste
On 25 September 2012 21:11, Garrett Cooper wrote: > On Tue, Sep 25, 2012 at 5:25 PM, Ed Maste wrote: >> Author: emaste >> Date: Wed Sep 26 00:25:09 2012 >> New Revision: 240944 >> URL: http://svn.freebsd.org/changeset/base/240944 ... > This test is te

Re: svn commit: r240938 - head/sys/net

2012-09-26 Thread Ed Maste
On 26 September 2012 00:52, Konstantin Belousov wrote: > On Tue, Sep 25, 2012 at 10:10:14PM +0000, Ed Maste wrote: >> Author: emaste >> Date: Tue Sep 25 22:10:14 2012 >> New Revision: 240938 >> URL: http://svn.freebsd.org/changeset/base/240938 >> >> Log: &g

svn commit: r240975 - stable/9/sys/dev/netmap

2012-09-26 Thread Ed Maste
Author: emaste Date: Wed Sep 26 21:55:13 2012 New Revision: 240975 URL: http://svn.freebsd.org/changeset/base/240975 Log: Add missing mtx_destroy This is a direct commit to stable/9 as the locking is somewhat different in HEAD due to the VALE bridge work (r238812). Modified: stable/9/s

svn commit: r240976 - stable/9/sys/dev/netmap

2012-09-26 Thread Ed Maste
Author: emaste Date: Wed Sep 26 22:13:03 2012 New Revision: 240976 URL: http://svn.freebsd.org/changeset/base/240976 Log: MFC part of r239149: Comment out the knlist_destroy for now as there is currently no knlist_init. Modified: stable/9/sys/dev/netmap/netmap.c Modified: stable/9/sys

svn commit: r240995 - stable/9/sys/dev/netmap

2012-09-27 Thread Ed Maste
Author: emaste Date: Thu Sep 27 13:37:30 2012 New Revision: 240995 URL: http://svn.freebsd.org/changeset/base/240995 Log: MFC part of r238812 and remainder of r239149 From r238812, move mtx_init of per-ring locks into NIOCREGIF ioctl handler. (Otherwise they're overwritten with zeros in n

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

2009-02-17 Thread Ed Maste
Author: emaste Date: Wed Feb 18 01:36:20 2009 New Revision: 188743 URL: http://svn.freebsd.org/changeset/base/188743 Log: 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 drivers. Submitted by: j

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

2009-02-23 Thread Ed Maste
Author: emaste Date: Mon Feb 23 18:22:06 2009 New Revision: 188940 URL: http://svn.freebsd.org/changeset/base/188940 Log: SVN rev 188743 modified aac_rx_get_fwstatus to use the AAC_RX_OMR0 register instead of AAC_RX_FWSTATUS, as that is the way it's done in Adaptec's vendor driver and in the

svn commit: r189056 - stable/7/lib/libthread_db

2009-02-25 Thread Ed Maste
Author: emaste Date: Wed Feb 25 20:56:27 2009 New Revision: 189056 URL: http://svn.freebsd.org/changeset/base/189056 Log: MFC r177490 - diff reduction w/ head. Use linker set to collection all target operations. Modified: stable/7/lib/libthread_db/ (props changed) stable/7/lib/libt

svn commit: r189058 - stable/6/lib/libthread_db

2009-02-25 Thread Ed Maste
Author: emaste Date: Thu Feb 26 03:36:10 2009 New Revision: 189058 URL: http://svn.freebsd.org/changeset/base/189058 Log: MFC r177490 - diff reduction w/ head. Use linker set to collection all target operations. Modified: stable/6/lib/libthread_db/ (props changed) stable/6/lib/libt

svn commit: r199685 - stable/6/sys/kern

2009-11-22 Thread Ed Maste
Author: emaste Date: Mon Nov 23 01:23:03 2009 New Revision: 199685 URL: http://svn.freebsd.org/changeset/base/199685 Log: MFC r199209: Fix a potential buffer boundaries overflow in devclass_add_device() by using all available int lenghts digits for storing the information. Modified: s

svn commit: r199970 - head/sys/dev/hatm

2009-11-30 Thread Ed Maste
Author: emaste Date: Mon Nov 30 18:26:46 2009 New Revision: 199970 URL: http://svn.freebsd.org/changeset/base/199970 Log: Free pointer from getenv() when done with it. Submitted by: Phil Longstaff Modified: head/sys/dev/hatm/if_hatm.c Modified: head/sys/dev/hatm/if_hatm.c ==

svn commit: r199972 - head/sys/dev/hwpmc

2009-11-30 Thread Ed Maste
Author: emaste Date: Mon Nov 30 20:41:30 2009 New Revision: 199972 URL: http://svn.freebsd.org/changeset/base/199972 Log: Use switch out (SWO) instead of switch in (SWI) debug log mask in csw_out. Modified: head/sys/dev/hwpmc/hwpmc_mod.c Modified: head/sys/dev/hwpmc/hwpmc_mod.c =

svn commit: r200001 - head/sys/dev/hwpmc

2009-12-01 Thread Ed Maste
Author: emaste Date: Tue Dec 1 21:54:53 2009 New Revision: 21 URL: http://svn.freebsd.org/changeset/base/21 Log: Fix parenthesis typo -- copy full frame pointer for userland callchain, not just one byte. Submitted by: Ryan Stone rysto32 at gmail dot com Modified: head/sys

svn commit: r200127 - stable/8/sys/dev/hwpmc

2009-12-05 Thread Ed Maste
Author: emaste Date: Sat Dec 5 17:07:43 2009 New Revision: 200127 URL: http://svn.freebsd.org/changeset/base/200127 Log: MFC r21: Fix parenthesis typo -- copy full frame pointer for userland callchain, not just one byte. Submitted by:Ryan Stone rysto32 at gmail

svn commit: r200128 - stable/7/sys/dev/hwpmc

2009-12-05 Thread Ed Maste
Author: emaste Date: Sat Dec 5 17:08:45 2009 New Revision: 200128 URL: http://svn.freebsd.org/changeset/base/200128 Log: MFC r21: Fix parenthesis typo -- copy full frame pointer for userland callchain, not just one byte. Submitted by:Ryan Stone rysto32 at gmail

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 ge

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 sandv

svn commit: r212096 - head/sys/kern

2010-09-01 Thread Ed Maste
Author: emaste Date: Wed Sep 1 13:47:11 2010 New Revision: 212096 URL: http://svn.freebsd.org/changeset/base/212096 Log: As long as we are going to panic anyway, there's no need to hide additional information behind DIAGNOSTIC. Modified: head/sys/kern/vfs_subr.c Modified: head/sys/kern/vf

svn commit: r212100 - head/sys/net

2010-09-01 Thread Ed Maste
Author: emaste Date: Wed Sep 1 16:53:38 2010 New Revision: 212100 URL: http://svn.freebsd.org/changeset/base/212100 Log: Add a sysctl knob to accept input packets on any link in a failover lagg. Modified: head/sys/net/if_lagg.c Modified: head/sys/net/if_lagg.c ==

svn commit: r212110 - stable/8/etc

2010-09-01 Thread Ed Maste
Author: emaste Date: Wed Sep 1 19:36:06 2010 New Revision: 212110 URL: http://svn.freebsd.org/changeset/base/212110 Log: MFC r202988, r203022 Remove vestigial NetBSD compatibility shim. Convert to 2-clause license, from NetBSD rc.subr r1.70. Modified: stable/8/etc/rc.subr Modi

svn commit: r212114 - stable/8/sbin/ifconfig

2010-09-01 Thread Ed Maste
Author: emaste Date: Wed Sep 1 20:25:36 2010 New Revision: 212114 URL: http://svn.freebsd.org/changeset/base/212114 Log: MFC r202289: 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,

svn commit: r212147 - stable/8/sys/dev/hwpmc

2010-09-02 Thread Ed Maste
Author: emaste Date: Thu Sep 2 13:34:54 2010 New Revision: 212147 URL: http://svn.freebsd.org/changeset/base/212147 Log: MFC r199972: Use switch out (SWO) instead of switch in (SWI) debug log mask in csw_out. Modified: stable/8/sys/dev/hwpmc/hwpmc_mod.c Directory Properties: sta

svn commit: r212148 - head/sys/sys

2010-09-02 Thread Ed Maste
Author: emaste Date: Thu Sep 2 14:05:32 2010 New Revision: 212148 URL: http://svn.freebsd.org/changeset/base/212148 Log: Remove trailing whitespace. Modified: head/sys/sys/copyright.h Modified: head/sys/sys/copyright.h

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 inv

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: head/sys

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: r203022 - head/etc

2010-01-26 Thread Ed Maste
Author: emaste Date: Tue Jan 26 13:23:31 2010 New Revision: 203022 URL: http://svn.freebsd.org/changeset/base/203022 Log: Convert to 2-clause license, from NetBSD rc.subr r1.70. Submitted by: Alex Kozlov Obtained from:NetBSD Modified: head/etc/rc.subr Modified: head/etc/rc.sub

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 u

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: he

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 cha

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
THE POSSIBILITY OF * SUCH DAMAGE. * - * Author: Ed Maste + * Author: Ed Maste */ /* ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-uns

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

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

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: r187496 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb vm

2009-01-20 Thread Ed Maste
Author: emaste Date: Tue Jan 20 22:34:38 2009 New Revision: 187496 URL: http://svn.freebsd.org/changeset/base/187496 Log: MFC r181693: Fix REDZONE(9) on amd64 and perhaps other 64 bit targets -- ensure the space that redzone adds to the allocation for storing its metadata is at le

svn commit: r187530 - in stable/6/sys: . vm

2009-01-21 Thread Ed Maste
Author: emaste Date: Wed Jan 21 15:04:06 2009 New Revision: 187530 URL: http://svn.freebsd.org/changeset/base/187530 Log: MFC r181693: Fix REDZONE(9) on amd64 and perhaps other 64 bit targets -- ensure the space that redzone adds to the allocation for storing its metadata is at le

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 share

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 s

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: stable/6/usr.sbin/pk

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

2009-06-18 Thread Ed Maste
Author: emaste Date: Thu Jun 18 15:27:27 2009 New Revision: 19 URL: http://svn.freebsd.org/changeset/base/19 Log: MFC r168595 and r180603: Eliminate memory leak from an accidental malloc(). Use %zd for size_t. Modified: stable/6/usr.bin/gcore/ (props changed) stable/6/usr.

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 Modified

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) stable/6/sys/boot/common/load_elf.

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, t

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, t

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 == --- head/bin/ps

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: r206383 - head/share/man/man9

2010-04-07 Thread Ed Maste
Author: emaste Date: Wed Apr 7 19:13:31 2010 New Revision: 206383 URL: http://svn.freebsd.org/changeset/base/206383 Log: Remove extraneous '>'. Modified: head/share/man/man9/stack.9 Modified: head/share/man/man9/stack.9 ===

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: stable/8/sh

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: stable/7

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 head/sys/dev/aa

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 head/sys/dev/aac/aac_t

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: head/sys/dev/aac/aac_tables.

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 conti

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 change

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 on

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 a

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: 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 b

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 lo

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: head/usr.bi

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 head/sys/dev/aac/aac

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 in-tree

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: head/sys/sys/queue

svn commit: r204234 - stable/8/sys/dev/ichwd

2010-02-22 Thread Ed Maste
Author: emaste Date: Tue Feb 23 01:00:15 2010 New Revision: 204234 URL: http://svn.freebsd.org/changeset/base/204234 Log: MFC r202812: Add H55 ID from Mike Tancsa, with minor rewording from a...@. PR: kern/143068 Submitted by: Mike Tancsa (Sentex) Modified: stable/8/sy

<    1   2   3   4   5   6   7   8   9   10   >