Author: emaste
Date: Mon Nov 19 16:52:58 2012
New Revision: 243288
URL: http://svnweb.freebsd.org/changeset/base/243288
Log:
MFC r232680: Remove unactionable message about label geometry
It's not clear to a user what they should do after seeing the "geometry
does not match label" kernel m
Author: emaste
Date: Mon Nov 19 17:06:21 2012
New Revision: 243289
URL: http://svnweb.freebsd.org/changeset/base/243289
Log:
MFC r238298: Restore error handling lost in r191603
This was missed in the change from IFQ_ENQUEUE to if_transmit.
MFC r238346: Plug potential mbuf leak when b
Author: emaste
Date: Mon Nov 19 17:33:45 2012
New Revision: 243290
URL: http://svnweb.freebsd.org/changeset/base/243290
Log:
MFC r236625 (joel): Minor spelling fixes.
Modified:
stable/9/sbin/camcontrol/camcontrol.8
Directory Properties:
stable/9/sbin/camcontrol/ (props changed)
Modified:
Author: emaste
Date: Mon Nov 19 18:18:24 2012
New Revision: 243293
URL: http://svnweb.freebsd.org/changeset/base/243293
Log:
MFC r241484: Use CLOCK_UPTIME to get the uptime.
Modified:
stable/9/usr.bin/w/w.c
Directory Properties:
stable/9/usr.bin/w/ (props changed)
Modified: stable/9/usr.
Author: emaste
Date: Mon Nov 19 18:20:27 2012
New Revision: 243294
URL: http://svnweb.freebsd.org/changeset/base/243294
Log:
MFC (part of) r241737 (ed):
More -Wmissing-variable-declarations fixes.
In addition to adding `static' where possible:
...
- sbin/camcontrol: Move
Author: emaste
Date: Mon Nov 19 18:25:03 2012
New Revision: 243295
URL: http://svnweb.freebsd.org/changeset/base/243295
Log:
MFC (part of) r227081 (ed):
Add missing static keywords for global variables to tools in sbin/.
These tools declare global variables without using the static
Author: emaste
Date: Mon Nov 19 18:26:08 2012
New Revision: 243296
URL: http://svnweb.freebsd.org/changeset/base/243296
Log:
MFC (part of) r229778 (uqs):
Spelling fixes for sbin
Modified:
stable/9/sbin/camcontrol/camcontrol.c
Directory Properties:
stable/9/sbin/camcontrol/ (props c
Author: emaste
Date: Mon Nov 19 18:43:13 2012
New Revision: 243297
URL: http://svnweb.freebsd.org/changeset/base/243297
Log:
MFC r232297: Grammar: tzsetup now has more than one option.
Modified:
stable/9/usr.sbin/tzsetup/tzsetup.8
Directory Properties:
stable/9/usr.sbin/tzsetup/ (props ch
Author: emaste
Date: Mon Nov 19 18:54:37 2012
New Revision: 243298
URL: http://svnweb.freebsd.org/changeset/base/243298
Log:
MFC r232678: Inbound TCP-MD5 digest validation is now supported
MFC r232695: Correct markup, use proper reference for sysctl(3)
Submitted by:brueffer@
Author: emaste
Date: Mon Nov 19 19:14:25 2012
New Revision: 243299
URL: http://svnweb.freebsd.org/changeset/base/243299
Log:
Sync netmap pkt-gen with HEAD.
MFC r238081, r238165, r238170, r238175, r239139, r239145, r240103,
r238081:
r238165: Allow threads to finish up when termina
Author: emaste
Date: Mon Nov 19 19:24:48 2012
New Revision: 243301
URL: http://svnweb.freebsd.org/changeset/base/243301
Log:
MFC r239140: Clarify comments about number of tx / rx rings
MFC r239141: Fix whitespace (missing newline)
Sponsored by: ADARA Networks
Modified:
stable/9/sys/
Author: emaste
Date: Mon Nov 19 19:26:59 2012
New Revision: 243303
URL: http://svnweb.freebsd.org/changeset/base/243303
Log:
MFC r239234: Use array notation for consistency.
Modified:
stable/9/sys/dev/re/if_re.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (pr
Author: emaste
Date: Mon Nov 19 19:30:30 2012
New Revision: 243304
URL: http://svnweb.freebsd.org/changeset/base/243304
Log:
MFC r241643: Avoid panic when a netmap instance cannot obtain memory.
A uint32_t is always >= 0.
Sponsored by: ADARA Networks
Modified:
stable/9/sys/dev/net
Author: emaste
Date: Mon Nov 19 19:31:55 2012
New Revision: 243306
URL: http://svnweb.freebsd.org/changeset/base/243306
Log:
MFC r239242: Reword comment to try to improve clarity, and fix a typo.
Modified:
stable/9/sys/dev/netmap/ixgbe_netmap.h
Directory Properties:
stable/9/sys/ (props c
Author: emaste
Date: Mon Nov 19 22:46:17 2012
New Revision: 243312
URL: http://svnweb.freebsd.org/changeset/base/243312
Log:
Use '%zd' printf format for ssize_t.
Modified:
head/tools/regression/sockets/sigpipe/sigpipe.c
Modified: head/tools/regression/sockets/sigpipe/sigpipe.c
==
Author: emaste
Date: Mon Nov 19 22:53:57 2012
New Revision: 243313
URL: http://svnweb.freebsd.org/changeset/base/243313
Log:
Use '%zd' format specifier for ssize_t
Found by: clang
Modified:
head/tools/regression/sockets/sblock/sblock.c
head/tools/regression/sockets/unix_seqpacket_exer
Author: emaste
Date: Mon Nov 19 22:56:51 2012
New Revision: 243314
URL: http://svnweb.freebsd.org/changeset/base/243314
Log:
Zero the whole struct not just the size of a pointer.
Found by: clang
Modified:
head/tools/regression/sockets/unix_cmsg/unix_cmsg.c
Modified: head/tools/regressio
Author: emaste
Date: Mon Nov 19 23:07:38 2012
New Revision: 243316
URL: http://svnweb.freebsd.org/changeset/base/243316
Log:
Use '%zu' and '%zd' as appropriate for size_t / ssize_t.
Modified:
head/tools/regression/netinet/udpzerobyte/udpzerobyte.c
head/tools/regression/netipx/ipxdgramloopba
Author: emaste
Date: Tue Nov 20 01:42:18 2012
New Revision: 243319
URL: http://svnweb.freebsd.org/changeset/base/243319
Log:
Remove unused variable.
Modified:
head/tools/regression/netinet/arphold/arphold.c
Modified: head/tools/regression/netinet/arphold/arphold.c
===
Author: emaste
Date: Tue Nov 20 19:23:44 2012
New Revision: 243346
URL: http://svnweb.freebsd.org/changeset/base/243346
Log:
Non-void function should return a value.
Found by: clang
Modified:
head/tools/regression/lib/libc/resolv/resolv.c
Modified: head/tools/regression/lib/libc/resolv/
Author: emaste
Date: Thu Nov 22 03:54:51 2012
New Revision: 243387
URL: http://svnweb.freebsd.org/changeset/base/243387
Log:
Use %u for unsigned serial number
Modified:
head/sys/dev/mmc/mmc.c
Modified: head/sys/dev/mmc/mmc.c
===
Author: emaste
Date: Tue Nov 27 16:20:44 2012
New Revision: 243616
URL: http://svnweb.freebsd.org/changeset/base/243616
Log:
MFC r243387: Use %u for unsigned serial number
Modified:
stable/9/sys/dev/mmc/mmc.c
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/dev/ (props
Author: emaste
Date: Tue Dec 11 12:32:11 2012
New Revision: 244115
URL: http://svnweb.freebsd.org/changeset/base/244115
Log:
MFC r242936: Set optimized_out instead of reporting an error.
This provides a better display when debugging code compiled with
optimization on.
GDB git
Author: emaste
Date: Tue Dec 11 12:34:46 2012
New Revision: 244116
URL: http://svnweb.freebsd.org/changeset/base/244116
Log:
MFC r242943: Do not unwind past a zero PC frame.
This improves GDB usability when debugging code compiled with
optimization.
Upstream GDB revision f0031b
Author: emaste
Date: Tue Dec 11 12:57:08 2012
New Revision: 244118
URL: http://svnweb.freebsd.org/changeset/base/244118
Log:
MFC r242936: Set optimized_out instead of reporting an error.
This provides a better display when debugging code compiled with
optimization on.
GDB git r
Author: emaste
Date: Tue Dec 11 12:58:27 2012
New Revision: 244119
URL: http://svnweb.freebsd.org/changeset/base/244119
Log:
MFC r242943: Do not unwind past a zero PC frame.
This improves GDB usability when debugging code compiled with
optimization.
Upstream GDB revision f0031b
Author: emaste
Date: Tue Dec 11 13:03:33 2012
New Revision: 244120
URL: http://svnweb.freebsd.org/changeset/base/244120
Log:
MFC r217749: Use string literal format strings to quiet clang warnings.
Modified:
stable/8/gnu/usr.bin/gdb/kgdb/main.c
Directory Properties:
stable/8/gnu/usr.bin/gdb/
Author: emaste
Date: Fri Dec 14 18:30:01 2012
New Revision: 244224
URL: http://svnweb.freebsd.org/changeset/base/244224
Log:
Minor refactoring prior to .symbols file changes
- Combine .if x and .if !x using .else
- Separate out beforelinking dependency
- Add comments to clarify .if nest
Author: emaste
Date: Sat Dec 15 00:03:35 2012
New Revision: 244236
URL: http://svnweb.freebsd.org/changeset/base/244236
Log:
Put shared library debug info into separate .symbols file
Sponsored by: ADARA Networks
Modified:
head/share/mk/bsd.lib.mk
head/share/mk/sys.mk
Modified: head/sh
On 14 December 2012 19:13, Garrett Cooper wrote:
> On Fri, Dec 14, 2012 at 4:03 PM, Ed Maste wrote:
>> Author: emaste
>> Date: Sat Dec 15 00:03:35 2012
>> New Revision: 244236
>> URL: http://svnweb.freebsd.org/changeset/base/244236
>
> ...
&g
Author: emaste
Date: Mon Dec 17 21:09:44 2012
New Revision: 244366
URL: http://svnweb.freebsd.org/changeset/base/244366
Log:
Hide OBJCOPY and others in POSIX mode
Submitted by: Garrett Cooper
Modified:
head/share/mk/sys.mk
Modified: head/share/mk/sys.mk
=
Author: emaste
Date: Tue Dec 18 18:04:29 2012
New Revision: 244403
URL: http://svnweb.freebsd.org/changeset/base/244403
Log:
Welcome Mark Johnston (markj@) as a new src committer. I will be his
mentor, with Ryan Stone as co-mentor.
Approved by: core
Modified:
svnadmin/conf/access
sv
Author: emaste
Date: Tue Dec 18 21:13:03 2012
New Revision: 244408
URL: http://svnweb.freebsd.org/changeset/base/244408
Log:
No reason to install debug data with the schg flag
Modified:
head/share/mk/bsd.lib.mk
Modified: head/share/mk/bsd.lib.mk
==
Author: emaste
Date: Wed Dec 19 16:23:20 2012
New Revision: 244437
URL: http://svnweb.freebsd.org/changeset/base/244437
Log:
Support restrict qualifier in dwarf debug info
Newer clang/llvm emit DW_TAG_restrict_type, which wasn't handled by gdb.
Import support from Apple's gdb-1822:
|
Author: emaste
Date: Fri Dec 21 02:18:11 2012
New Revision: 244527
URL: http://svnweb.freebsd.org/changeset/base/244527
Log:
Sort default option lists
Modified:
head/share/mk/bsd.own.mk
Modified: head/share/mk/bsd.own.mk
===
Author: emaste
Date: Wed Oct 3 21:41:20 2012
New Revision: 241166
URL: http://svn.freebsd.org/changeset/base/241166
Log:
Cast through void * to silence compiler warning
The base netmap pointer and offsets involved are provided by the kernel
side of the netmap interface and will have appr
Author: emaste
Date: Wed Oct 3 22:02:16 2012
New Revision: 241169
URL: http://svn.freebsd.org/changeset/base/241169
Log:
Clean up compiler warnings.
More work is needed here but this now builds with WARNS=6.
Sponsored by: ADARA Networks
MFC after: 2 weeks
Modified:
head/tools/too
Author: emaste
Date: Thu Oct 11 18:41:32 2012
New Revision: 241451
URL: http://svn.freebsd.org/changeset/base/241451
Log:
Exclude potential circular symlink when creating src tarball.
Normal release builds are not affected by this but it can happen if using
these release bits against a wo
Author: emaste
Date: Thu Oct 11 21:24:07 2012
New Revision: 241464
URL: http://svn.freebsd.org/changeset/base/241464
Log:
Make local function static.
Modified:
head/tools/tools/netmap/pcap.c
Modified: head/tools/tools/netmap/pcap.c
Author: emaste
Date: Fri Oct 12 15:03:28 2012
New Revision: 241484
URL: http://svn.freebsd.org/changeset/base/241484
Log:
Use CLOCK_UPTIME to get the uptime.
Modified:
head/usr.bin/w/w.c
Modified: head/usr.bin/w/w.c
Author: emaste
Date: Mon Oct 15 17:19:47 2012
New Revision: 241596
URL: http://svn.freebsd.org/changeset/base/241596
Log:
Exclude potential circular symlink
This does not occur with normal release builds but can happen when reusing
these release parts for other purposes.
Modified:
head
Author: emaste
Date: Wed Oct 17 18:21:14 2012
New Revision: 241643
URL: http://svn.freebsd.org/changeset/base/241643
Log:
Avoid panic when a netmap instance cannot obtain memory.
A uint32_t is always >= 0.
Sponsored by: ADARA Networks
Modified:
head/sys/dev/netmap/netmap_mem2.c
Mod
Author: emaste
Date: Wed Oct 17 20:23:07 2012
New Revision: 241648
URL: http://svn.freebsd.org/changeset/base/241648
Log:
Avoid potential bad pointer dereference.
Previously RuleAdd would leave entry->la unset for the first entry in
the proxyList.
Sponsored by: ADARA Networks
MFC A
Author: emaste
Date: Fri Oct 19 19:28:35 2012
New Revision: 241750
URL: http://svn.freebsd.org/changeset/base/241750
Log:
Use M_NOWAIT when calling malloc with a lock held.
The check for a NULL return was already in place so I assume this was just
an oversight.
Modified:
head/sys/dev/n
Author: emaste
Date: Tue Nov 13 01:21:17 2012
New Revision: 242936
URL: http://svnweb.freebsd.org/changeset/base/242936
Log:
Set optimized_out instead of reporting an error.
This provides a better display when debugging code compiled with
optimization on.
GDB git revision e8395b4efd1
Author: emaste
Date: Tue Nov 13 03:05:28 2012
New Revision: 242943
URL: http://svnweb.freebsd.org/changeset/base/242943
Log:
Do not unwind past a zero PC frame.
This improves GDB usability when debugging code compiled with
optimization.
Upstream GDB revision f0031b6d3ae9b164b3747986a
Author: emaste
Date: Thu Jun 21 22:06:57 2012
New Revision: 237411
URL: http://svn.freebsd.org/changeset/base/237411
Log:
Add PCI IDs for Ivy Bridge
Modified:
head/sys/dev/drm2/drm_pciids.h
Modified: head/sys/dev/drm2/drm_pciids.h
=
Author: emaste
Date: Thu Jun 28 20:10:43 2012
New Revision: 237729
URL: http://svn.freebsd.org/changeset/base/237729
Log:
Fix ioctl type for compiling with clang
Modified:
head/tools/tools/netmap/bridge.c
head/tools/tools/netmap/pcap.c
Modified: head/tools/tools/netmap/bridge.c
===
Author: emaste
Date: Tue Jul 3 17:50:44 2012
New Revision: 238081
URL: http://svn.freebsd.org/changeset/base/238081
Log:
Update comment to reflect function's actual operation
Modified:
head/tools/tools/netmap/pkt-gen.c
Modified: head/tools/tools/netmap/pkt-gen.c
Author: emaste
Date: Thu Jul 5 00:52:23 2012
New Revision: 238125
URL: http://svn.freebsd.org/changeset/base/238125
Log:
Restore r211786 by rpaulo:
Port dtruss to FreeBSD.
Sponsored by: The FreeBSD Foundation
It appears the change was reverted by r235380.
Modified:
head/
Author: emaste
Date: Fri Jul 6 13:21:23 2012
New Revision: 238165
URL: http://svn.freebsd.org/changeset/base/238165
Log:
Allow threads to finish up when terminated by user
Set a flag and allow worker threads to finish upon ^C, instead of
immediately cancelling them, so that final packet
Author: emaste
Date: Fri Jul 6 15:36:39 2012
New Revision: 238170
URL: http://svn.freebsd.org/changeset/base/238170
Log:
Also report tx bandwidth with Ethernet overhead
Modified:
head/tools/tools/netmap/pkt-gen.c
Modified: head/tools/tools/netmap/pkt-gen.c
==
Author: emaste
Date: Fri Jul 6 17:03:43 2012
New Revision: 238175
URL: http://svn.freebsd.org/changeset/base/238175
Log:
Allow continuous packet transmission (via -t 0)
Also add a missing check for the cancel flag while waiting for the first
packet in receive mode.
Modified:
head/tool
Author: emaste
Date: Fri Jul 6 23:17:30 2012
New Revision: 238183
URL: http://svn.freebsd.org/changeset/base/238183
Log:
Implement SIOCGIFMEDIA for if_tap(4)
Appease certain if_tap(4) consumers by providing simulated Ethernet
media status.
DragonFly commit 70d9a675bf5441cc854a843ead
Author: emaste
Date: Mon Jul 9 14:16:49 2012
New Revision: 238298
URL: http://svn.freebsd.org/changeset/base/238298
Log:
Restore error handling lost in r191603
This was missed in the change from IFQ_ENQUEUE to if_transmit.
Sponsored by: ADARA Networks
Modified:
head/sys/net/if_br
Author: emaste
Date: Tue Jul 10 13:17:32 2012
New Revision: 238346
URL: http://svn.freebsd.org/changeset/base/238346
Log:
Plug potential mbuf leak when bridging fragments
If an error occurs when transmitting one mbuf in a chain of fragments,
free the subsequent fragments instead of leakin
Author: emaste
Date: Tue Jul 10 20:59:35 2012
New Revision: 238355
URL: http://svn.freebsd.org/changeset/base/238355
Log:
Simplify error case
Submitted by: thompsa@
Modified:
head/sys/net/if_bridge.c
Modified: head/sys/net/if_bridge.c
Author: emaste
Date: Mon Jul 23 15:14:28 2012
New Revision: 238718
URL: http://svn.freebsd.org/changeset/base/238718
Log:
Quirk MS keyboard so that function keys work
The function keys on a Microsoft Natural Egronomic Keyboard 4000 have been
repurposed as "Help", "Undo", "Redo" etc., and
Author: emaste
Date: Fri Jul 27 13:57:28 2012
New Revision: 238844
URL: http://svn.freebsd.org/changeset/base/238844
Log:
Add version so others can depend on this module
Modified:
head/sys/netgraph/ng_ether.c
Modified: head/sys/netgraph/ng_ether.c
Author: emaste
Date: Fri Jul 27 21:38:14 2012
New Revision: 238853
URL: http://svn.freebsd.org/changeset/base/238853
Log:
Correct BUGS description of static buffer use
Since r142667 strerror has unconditionally returned a pointer to a
static buffer.
MFC after:1 week
Modified:
Author: emaste
Date: Tue Aug 7 13:11:47 2012
New Revision: 239130
URL: http://svn.freebsd.org/changeset/base/239130
Log:
Minor style(9) improvement
Modified:
head/share/examples/kld/dyn_sysctl/dyn_sysctl.c
Modified: head/share/examples/kld/dyn_sysctl/dyn_sysctl.c
===
Author: emaste
Date: Wed Aug 8 13:54:26 2012
New Revision: 239139
URL: http://svn.freebsd.org/changeset/base/239139
Log:
Round displayed pps (instead of truncating)
Modified:
head/tools/tools/netmap/pkt-gen.c
Modified: head/tools/tools/netmap/pkt-gen.c
==
Author: emaste
Date: Wed Aug 8 15:27:01 2012
New Revision: 239140
URL: http://svn.freebsd.org/changeset/base/239140
Log:
Clarify comments about number of tx / rx rings
Modified:
head/sys/dev/netmap/netmap.c
head/sys/dev/netmap/netmap_kern.h
Modified: head/sys/dev/netmap/netmap.c
=
Author: emaste
Date: Wed Aug 8 15:28:29 2012
New Revision: 239141
URL: http://svn.freebsd.org/changeset/base/239141
Log:
Fix whitespace (missing newline)
Modified:
head/sys/dev/netmap/netmap.c
Modified: head/sys/dev/netmap/netmap.c
===
Author: emaste
Date: Wed Aug 8 19:15:01 2012
New Revision: 239145
URL: http://svn.freebsd.org/changeset/base/239145
Log:
Be more descriptive about poll error / timeout when transmitting.
Modified:
head/tools/tools/netmap/pkt-gen.c
Modified: head/tools/tools/netmap/pkt-gen.c
Author: emaste
Date: Thu Aug 9 14:46:52 2012
New Revision: 239149
URL: http://svn.freebsd.org/changeset/base/239149
Log:
Improve lock and unlock symmetry
- Move destruction of per-ring locks to netmap_dtor_locked to mirror the
initialization that happens in NIOCREGIF. Otherwise unloadin
Author: emaste
Date: Sun May 27 16:16:28 2012
New Revision: 236157
URL: http://svn.freebsd.org/changeset/base/236157
Log:
Add IPPROTO_MPLS (rfc4023) IP protocol definition
There are currently no in-tree consumers; I'm adding it now for use by
vendor code. This matches the change OpenBSD
Author: emaste
Date: Mon Apr 9 13:29:24 2012
New Revision: 234054
URL: http://svn.freebsd.org/changeset/base/234054
Log:
MFC r219418:
Remove stray semicolon. This fix appears in later upstream gdb versions.
PR: gnu/136705
Submitted by: eadler
Modified:
stable/8/contr
Author: emaste
Date: Tue Apr 10 01:53:06 2012
New Revision: 234078
URL: http://svn.freebsd.org/changeset/base/234078
Log:
Please welcome Devin Teske (dteske) as a new src committer.
Devin will be working on and maintaining user experience improvements such
as the boot menu, tzsetup, and i
Author: emaste
Date: Wed Apr 11 15:42:02 2012
New Revision: 234138
URL: http://svn.freebsd.org/changeset/base/234138
Log:
Support percent-encoded user and password
RFC 1738 specifies that any ":", "@", or "/" within a user name or
password in a URL is percent-encoded, to avoid ambiguity w
Author: emaste
Date: Wed Apr 25 02:05:14 2012
New Revision: 234665
URL: http://svn.freebsd.org/changeset/base/234665
Log:
Fix cut-and-paste comment error
Submitted by: sbruno
Modified:
head/sys/dev/e1000/if_igb.h
Modified: head/sys/dev/e1000/if_igb.h
Author: emaste
Date: Thu May 3 01:41:12 2012
New Revision: 234936
URL: http://svn.freebsd.org/changeset/base/234936
Log:
Relax restriction on direct tx to child ports
Lagg(4) restricts the type of packet that may be sent directly to a child
port, to avoid undesired output from accidental
Author: emaste
Date: Fri May 11 01:24:16 2012
New Revision: 235253
URL: http://svn.freebsd.org/changeset/base/235253
Log:
MFC r234138:
Support percent-encoded user and password
RFC 1738 specifies that any ":", "@", or "/" within a user name or
password in a URL is percent-encod
Author: emaste
Date: Fri May 11 01:28:25 2012
New Revision: 235254
URL: http://svn.freebsd.org/changeset/base/235254
Log:
MFC r234138:
Support percent-encoded user and password
RFC 1738 specifies that any ":", "@", or "/" within a user name or
password in a URL is percent-encod
On 21 January 2013 11:25, Julian Elischer wrote:
>
> --baud is the standard I think (from google) and kgdb seems to already
> accept
>
> set remotebaud 9600.
>From gdb(1),
| -b bps Set the line speed (baud rate or bits per second) of any serial
| interface used by GDB for rem
Author: emaste
Date: Tue Jan 22 18:02:48 2013
New Revision: 245804
URL: http://svnweb.freebsd.org/changeset/base/245804
Log:
Restore Python 2.6+ compatibility
SVN r245536 ported this to Python 3. The major change was the use of the
print function. Unfortunately this is incompatible with
On 22 January 2013 10:50, John Baldwin wrote:
> On Wednesday, January 16, 2013 11:20:54 pm Eitan Adler wrote:
>> Author: eadler
>> Date: Thu Jan 17 04:20:53 2013
>> New Revision: 245536
>> URL: http://svnweb.freebsd.org/changeset/base/245536
>>
>> Log:
>> Convert to Python 3
>>
>> Approved by:
Author: emaste
Date: Wed Feb 20 20:42:56 2013
New Revision: 247054
URL: http://svnweb.freebsd.org/changeset/base/247054
Log:
Fix parallel build race with DEBUG_FLAGS
Reported by: Jan Beich on freebsd-current
Tested by: markj
Modified:
head/share/mk/bsd.lib.mk
Modified: head/share/mk/b
On 12 December 2012 12:41, Gleb Smirnoff wrote:
> Author: glebius
> Date: Wed Dec 12 17:41:21 2012
> New Revision: 244157
> URL: http://svnweb.freebsd.org/changeset/base/244157
>
> Log:
> Fix a crash in tcp_input(), that happens when mbuf has a fwd_tag on it,
> but later after processing and
Author: emaste
Date: Mon Aug 13 16:03:30 2012
New Revision: 239234
URL: http://svn.freebsd.org/changeset/base/239234
Log:
Use array notation for consistency.
Modified:
head/sys/dev/re/if_re.c
Modified: head/sys/dev/re/if_re.c
==
Author: emaste
Date: Mon Aug 13 19:14:45 2012
New Revision: 239242
URL: http://svn.freebsd.org/changeset/base/239242
Log:
Reword comment to try to improve clarity, and fix a typo.
Modified:
head/sys/dev/netmap/ixgbe_netmap.h
Modified: head/sys/dev/netmap/ixgbe_netmap.h
==
Author: emaste
Date: Mon Aug 20 13:59:22 2012
New Revision: 239422
URL: http://svn.freebsd.org/changeset/base/239422
Log:
MFC r238183:
Implement SIOCGIFMEDIA for if_tap(4)
Appease certain if_tap(4) consumers by providing simulated Ethernet
media status.
DragonFly commit
Author: emaste
Date: Mon Aug 20 14:05:19 2012
New Revision: 239423
URL: http://svn.freebsd.org/changeset/base/239423
Log:
MFC r238183:
Correct BUGS description of static buffer use
Since r142667 strerror has unconditionally returned a pointer to a
static buffer.
Modified:
st
Author: emaste
Date: Mon Aug 20 14:10:00 2012
New Revision: 239424
URL: http://svn.freebsd.org/changeset/base/239424
Log:
MFC r238853: Correct BUGS description of static buffer use
Since r142667 strerror has unconditionally returned a pointer to a
static buffer.
Modified:
stable/8/
Author: emaste
Date: Mon Aug 20 14:12:24 2012
New Revision: 239425
URL: http://svn.freebsd.org/changeset/base/239425
Log:
MFC r238718: Quirk MS keyboard so that function keys work
The function keys on a Microsoft Natural Egronomic Keyboard 4000 have been
repurposed as "Help", "Undo",
Author: emaste
Date: Mon Aug 20 14:14:19 2012
New Revision: 239426
URL: http://svn.freebsd.org/changeset/base/239426
Log:
MFC r238718: Quirk MS keyboard so that function keys work
The function keys on a Microsoft Natural Egronomic Keyboard 4000 have been
repurposed as "Help", "Undo", "Red
Author: emaste
Date: Mon Aug 20 14:26:16 2012
New Revision: 239427
URL: http://svn.freebsd.org/changeset/base/239427
Log:
MFC r232844: Remove extraneous log message
When ntp switched between PLL and FLL mode it produced a log message
"kernel time sync status change %04x". This issue
Author: emaste
Date: Mon Aug 20 14:34:30 2012
New Revision: 239428
URL: http://svn.freebsd.org/changeset/base/239428
Log:
MFC r239130: Minor style(9) improvement
Modified:
stable/9/share/examples/kld/dyn_sysctl/dyn_sysctl.c
Directory Properties:
stable/9/share/examples/kld/dyn_sysctl/ (pr
Author: emaste
Date: Mon Aug 20 14:37:50 2012
New Revision: 239429
URL: http://svn.freebsd.org/changeset/base/239429
Log:
MFC r238844: Add version so others can depend on this module
Modified:
stable/9/sys/netgraph/ng_ether.c
Directory Properties:
stable/9/sys/ (props changed)
Modified:
Author: emaste
Date: Mon Aug 20 14:42:29 2012
New Revision: 239430
URL: http://svn.freebsd.org/changeset/base/239430
Log:
MFC r236157: Add IPPROTO_MPLS (rfc4023) IP protocol definition
There are currently no in-tree consumers; I'm adding it now for use by
vendor code. This matches the ch
Author: emaste
Date: Mon Aug 20 14:49:06 2012
New Revision: 239431
URL: http://svn.freebsd.org/changeset/base/239431
Log:
MFC r232666: Improve multi-line kernel ident parsing
Instead of blindly grabbing the line with 'Version string' and the
following one from the core info file, take
Author: emaste
Date: Mon Aug 20 14:52:43 2012
New Revision: 239432
URL: http://svn.freebsd.org/changeset/base/239432
Log:
MFC r231973: Avoid error log for transfer stop w/o error code.
A number of tftp clients, including the one in Intel's pxe boot loader,
may intentionally stop a transfe
Author: emaste
Date: Mon Aug 20 14:54:30 2012
New Revision: 239433
URL: http://svn.freebsd.org/changeset/base/239433
Log:
MFC r230636:
pmc_*_initialize may return NULL if the CPU is not supported, so check
that md is not null before dereferencing it.
PR: kern/156540
Author: emaste
Date: Mon Aug 20 19:23:32 2012
New Revision: 239466
URL: http://svn.freebsd.org/changeset/base/239466
Log:
MFC r232844: Remove extraneous log message
When ntp switched between PLL and FLL mode it produced a log message
"kernel time sync status change %04x". This issue is r
Author: emaste
Date: Mon Aug 20 19:26:43 2012
New Revision: 239467
URL: http://svn.freebsd.org/changeset/base/239467
Log:
MFC r232844: Remove extraneous log message
When ntp switched between PLL and FLL mode it produced a log message
"kernel time sync status change %04x". This issue is r
Author: emaste
Date: Tue Aug 21 00:03:04 2012
New Revision: 239472
URL: http://svn.freebsd.org/changeset/base/239472
Log:
MFC r227652, r228301, r234270, r234349
Sync Bryan Venteicher's virtio base, PCI front-end, and net/block/balloon
drivers from HEAD.
Added:
stable/9/sys/dev/virtio/
Author: emaste
Date: Tue Aug 21 00:05:44 2012
New Revision: 239473
URL: http://svn.freebsd.org/changeset/base/239473
Log:
MFC r227652, r228301, r234270, r234349
Sync Bryan Venteicher's virtio base, PCI front-end, and net/block/balloon
drivers from HEAD.
Added:
- copied from r227
Author: emaste
Date: Tue Aug 21 11:34:40 2012
New Revision: 239492
URL: http://svn.freebsd.org/changeset/base/239492
Log:
MFC r238718: Quirk MS keyboard so that function keys work
The function keys on a Microsoft Natural Egronomic Keyboard 4000 have been
repurposed as "Help", "Undo",
Author: emaste
Date: Tue Aug 21 11:35:54 2012
New Revision: 239493
URL: http://svn.freebsd.org/changeset/base/239493
Log:
MFC r232844: Remove extraneous log message
When ntp switched between PLL and FLL mode it produced a log message
"kernel time sync status change %04x". This issue
Author: emaste
Date: Wed Aug 29 21:38:34 2012
New Revision: 239883
URL: http://svn.freebsd.org/changeset/base/239883
Log:
Avoid passing uninitialized stack to addelem() if called with an empty arg.
PR: bin/171174
Modified:
head/bin/ps/ps.c
Modified: head/bin/ps/ps.c
==
401 - 500 of 4365 matches
Mail list logo