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
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:
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:
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
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
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:
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
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
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
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
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
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
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
==
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
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
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/
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
=
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
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
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
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
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
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
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
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
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
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
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
==
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
=
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
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
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
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
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
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
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
==
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
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,
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
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
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
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/
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
==
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
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
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
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
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:
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
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
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
=
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
==
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
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
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
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
==
---
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
===
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:
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
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
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
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
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
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.
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
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
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
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.
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
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
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
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
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
=
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
===
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.
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
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
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
===
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
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
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.
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.
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
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
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
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
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
===
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
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
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
=
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
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
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
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
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
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
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
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
==
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
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
501 - 600 of 4365 matches
Mail list logo