On 7 Aug 2013, at 21:56, Jilles Tjoelker wrote:
> The code_model stuff is not for x32 support but for PIC/PIE code where
> code+data exceed 2GB so relative addressing cannot always be used. The
> ABI then prescribes that %r15 be loaded with the GOT pointer when
> invoking a large model (code>2GB)
Author: ache
Date: Thu Aug 8 09:04:02 2013
New Revision: 254091
URL: http://svnweb.freebsd.org/changeset/base/254091
Log:
According to POSIX \ in the fnmatch(3) pattern should escape
any character including '\0', but our version replace escaped '\0'
with '\\'.
I.e. fnmatch("\\", "\\", 0)
On Thu, Aug 08, 2013 at 05:09:36AM +, Adrian Chadd wrote:
A> Author: adrian
A> Date: Thu Aug 8 05:09:35 2013
A> New Revision: 254082
A> URL: http://svnweb.freebsd.org/changeset/base/254082
A>
A> Log:
A> Convert net80211 over to using if_transmit for the dispatch from the
A> upper layer(s)
Hi,
I'm going to eventually nuke OACTIVE. It just doesn't hold any meaning nowdays.
Having OACTIVE serialised behind the iflock doesn't actuallly help as
much as it used to - because there's multiple concurrent TX path entry
points, it's very possible that OACTIVE will get set in one TXing
thread
On 07.08.2013 20:55, Jeff Roberson wrote:
> On Wed, 7 Aug 2013, Zbyszek Bodek wrote:
>
>> On 07.08.2013 08:21, Jeff Roberson wrote:
>>> Author: jeff
>>> Date: Wed Aug 7 06:21:20 2013
>>> New Revision: 254025
>>> URL: http://svnweb.freebsd.org/changeset/base/254025
>>>
>>> Log:
>>> Replace kerne
Author: ae
Date: Thu Aug 8 11:24:25 2013
New Revision: 254092
URL: http://svnweb.freebsd.org/changeset/base/254092
Log:
Make the check for number of entries less strict.
Some partitioning tools can create GPT with number of entries less
than 128.
MFC after:1 week
Modified:
head/
Author: ache
Date: Thu Aug 8 11:53:47 2013
New Revision: 254093
URL: http://svnweb.freebsd.org/changeset/base/254093
Log:
Part of r245761 makes "grep -D skip" broken for pipes, i.e.
echo xxx | grep -D skip xxx
returns nothing. Instead of just removing added S_ISFIFO condition
(origi
Author: gjb
Date: Thu Aug 8 15:59:00 2013
New Revision: 254094
URL: http://svnweb.freebsd.org/changeset/base/254094
Log:
When newvers.sh is run, it is possible that the svnversion
(or svnliteversion) in the current lookup path is not what
was used to check out the tree. If an incompatible
On Thursday, August 08, 2013 11:59:01 am Glen Barber wrote:
> Author: gjb
> Date: Thu Aug 8 15:59:00 2013
> New Revision: 254094
> URL: http://svnweb.freebsd.org/changeset/base/254094
>
> Log:
> When newvers.sh is run, it is possible that the svnversion
> (or svnliteversion) in the current lo
Author: ae
Date: Thu Aug 8 16:09:20 2013
New Revision: 254095
URL: http://svnweb.freebsd.org/changeset/base/254095
Log:
gpt_entries is used as limit for the number of partition entries in
the GEOM_PART. Instead of just using number of entries from the GPT
header, calculate this limit based
On Fri, 2013-07-26 at 15:53:43 +, Dag-Erling SmÞrgrav wrote:
> Modified: head/lib/libfetch/common.c
> ==
> --- head/lib/libfetch/common.cFri Jul 26 14:43:38 2013
> (r253679)
> +++ head/lib/libfetch/comm
Glen Barber wrote
in <201308081559.r78fx1h6034...@svn.freebsd.org>:
gj> Author: gjb
gj> Date: Thu Aug 8 15:59:00 2013
gj> New Revision: 254094
gj> URL: http://svnweb.freebsd.org/changeset/base/254094
gj>
gj> Log:
gj> When newvers.sh is run, it is possible that the svnversion
gj> (or svnlit
Author: hrs
Date: Thu Aug 8 17:20:09 2013
New Revision: 254096
URL: http://svnweb.freebsd.org/changeset/base/254096
Log:
MFC 253887,253977:
- Use pget(PGET_CANDEBUG | PGET_NOTWEXIT) to determine if the specified
PID is valid for monitoring in FILEMON_SET_PID ioctl.
- Set the monit
Author: hrs
Date: Thu Aug 8 17:20:09 2013
New Revision: 254096
URL: http://svnweb.freebsd.org/changeset/base/254096
Log:
MFC 253887,253977:
- Use pget(PGET_CANDEBUG | PGET_NOTWEXIT) to determine if the specified
PID is valid for monitoring in FILEMON_SET_PID ioctl.
- Set the monit
Author: jfv
Date: Thu Aug 8 17:21:59 2013
New Revision: 254097
URL: http://svnweb.freebsd.org/changeset/base/254097
Log:
Clearing the rxbuf flags got lost along the way... adding it back.
Modified:
stable/9/sys/dev/ixgbe/ixgbe.c
Modified: stable/9/sys/dev/ixgbe/ixgbe.c
=
On Fri, Aug 09, 2013 at 02:01:53AM +0900, Hiroki Sato wrote:
> I think this logic is unnecessarily complex. svnversion does not
> need to run twice, at least.
>
svnversion is only invoked the first time on the newvers.sh file, so the
impact is minimal.
> How about the attached patch?
>
I h
Author: jfv
Date: Thu Aug 8 18:16:13 2013
New Revision: 254098
URL: http://svnweb.freebsd.org/changeset/base/254098
Log:
MFC 253176,253179: make sure the rxbuf->flags is cleared when the RX ring is
reset
Approved by: re
Modified:
releng/9.2/sys/dev/ixgbe/ixgbe.c
Directory Properties:
Author: hrs
Date: Thu Aug 8 18:40:19 2013
New Revision: 254099
URL: http://svnweb.freebsd.org/changeset/base/254099
Log:
Record r253176 and r253179 into svn:mergeinfo.
Modified:
Directory Properties:
stable/9/sys/ (props changed)
___
svn-src-all@
Author: rstone
Date: Thu Aug 8 19:30:49 2013
New Revision: 254100
URL: http://svnweb.freebsd.org/changeset/base/254100
Log:
Allow drivers to return BUS_PROBE_NOWILDCARD from their attach routine to
match devices where the driver class was fixed but the unit number was
wildcarded. This bett
Author: hrs
Date: Thu Aug 8 20:30:22 2013
New Revision: 254101
URL: http://svnweb.freebsd.org/changeset/base/254101
Log:
MFC 253887,253977:
- Use pget(PGET_CANDEBUG | PGET_NOTWEXIT) to determine if the specified
PID is valid for monitoring in FILEMON_SET_PID ioctl.
- Set the monit
Author: dteske
Date: Thu Aug 8 21:33:54 2013
New Revision: 254102
URL: http://svnweb.freebsd.org/changeset/base/254102
Log:
Sync-up bsdinstall(8)/bsdconfig(8) list of mirrors.
SVN r253543:
Update mirror list to more closely match
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handboo
Author: dteske
Date: Thu Aug 8 21:35:26 2013
New Revision: 254103
URL: http://svnweb.freebsd.org/changeset/base/254103
Log:
Sync-up bsdinstall(8)/bsdconfig(8) list of mirrors.
SVN r253543:
Update mirror list to more closely match
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handboo
On Thu, 8 Aug 2013, Ulrich [utf-8] Sp??rlein wrote:
On Fri, 2013-07-26 at 15:53:43 +, Dag-Erling Smrgrav wrote:
Modified: head/lib/libfetch/common.c
==
--- head/lib/libfetch/common.c Fri Jul 26 14:43:38 2013
Author: pfg
Date: Thu Aug 8 22:07:59 2013
New Revision: 254104
URL: http://svnweb.freebsd.org/changeset/base/254104
Log:
Small typo.
MFC after:3 days
Modified:
head/sys/fs/ext2fs/ext2_hash.c
Modified: head/sys/fs/ext2fs/ext2_hash.c
==
Author: dteske
Date: Thu Aug 8 22:09:46 2013
New Revision: 254105
URL: http://svnweb.freebsd.org/changeset/base/254105
Log:
Since the introduction of SVN r244048 and [follow-up] r244089, it is now
safe to build upon ``boot_serial?'' functionality to make safer UI choices.
Modified:
head/sy
Author: delphij
Date: Thu Aug 8 22:26:03 2013
New Revision: 254106
URL: http://svnweb.freebsd.org/changeset/base/254106
Log:
Integrate OpenSSL commit 9fe4603b8245425a4c46986ed000fca054231253:
Author: David Woodhouse
Date: Tue Feb 12 14:55:32 2013 +
Check DTLS_BAD_VER for ver
Author: delphij
Date: Thu Aug 8 22:29:35 2013
New Revision: 254107
URL: http://svnweb.freebsd.org/changeset/base/254107
Log:
MFV r254106 (OpenSSL bugfix for RT #2984):
Check DTLS_BAD_VER for version number.
The version check for DTLS1_VERSION was redundant as
DTLS1_VERSION > TLS1_1_
Author: dteske
Date: Thu Aug 8 22:34:00 2013
New Revision: 254108
URL: http://svnweb.freebsd.org/changeset/base/254108
Log:
Update legacy static assignments in old code to support dynamic framing,
plotting, and alignment coinciding with enhancements in SVN r242667.
Modified:
head/sys/boot/
Author: dteske
Date: Thu Aug 8 22:49:18 2013
New Revision: 254109
URL: http://svnweb.freebsd.org/changeset/base/254109
Log:
Synchronize stable/9 Forth code with head via MFC of 22 revisions:
227727, 233941, 235560, 238431, 241310, 241361, 241363, 241365, 241367,
241523, 242667-242669, 24292
Author: delphij
Date: Thu Aug 8 23:38:31 2013
New Revision: 254112
URL: http://svnweb.freebsd.org/changeset/base/254112
Log:
MFV r254079:
Illumos ZFS issues:
3957 ztest should update the cachefile before killing itself
3958 multiple scans can lead to partial resilvering
3959 dd
Author: dteske
Date: Thu Aug 8 23:53:47 2013
New Revision: 254113
URL: http://svnweb.freebsd.org/changeset/base/254113
Log:
Commit missing mergeinfo for SVN r254109 (commit performed in wrong sub-
dir of where the merge was done -- pointy-hat).
Modified:
Directory Properties:
stable/9/sys/
Author: jfv
Date: Fri Aug 9 00:39:20 2013
New Revision: 254114
URL: http://svnweb.freebsd.org/changeset/base/254114
Log:
MFC 235964,236311,247505
Add the INET opt file creation, module name change, and include
making the Makefile match HEAD.
Modified:
stable/9/sys/modules/ixg
Author: scottl
Date: Fri Aug 9 01:04:44 2013
New Revision: 254115
URL: http://svnweb.freebsd.org/changeset/base/254115
Log:
Add a helpful message that can help point to why a sysctl tree removal failed
Obtained from:Netflix
MFC after:3 days
Modified:
head/sys/kern/kern_sys
Author: scottl
Date: Fri Aug 9 01:09:02 2013
New Revision: 254116
URL: http://svnweb.freebsd.org/changeset/base/254116
Log:
Sometimes a device misbehaves so badly that it disrupts the entire system.
Add a tunable that allows such a device to be excluded from the driver.
The id parameter is
Author: scottl
Date: Fri Aug 9 01:10:33 2013
New Revision: 254117
URL: http://svnweb.freebsd.org/changeset/base/254117
Log:
Rate limit the 'out of chain frame' messages to once per 60 seconds.
Obtained from:Netflix
MFC after:3 days
Modified:
head/sys/dev/mps/mps.c
head/s
Author: yongari
Date: Fri Aug 9 01:15:32 2013
New Revision: 254118
URL: http://svnweb.freebsd.org/changeset/base/254118
Log:
Fix for IPv4 fragment packets treated as RMCP.
bit25 of rxMode MAC register of 5762 needs to be set for rx mgmt
filter to work correctly when processing match for
Author: delphij
Date: Fri Aug 9 01:27:05 2013
New Revision: 254119
URL: http://svnweb.freebsd.org/changeset/base/254119
Log:
Fixup mergeinfo.
Modified:
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/modules/ (props changed)
Author: jeff
Date: Fri Aug 9 03:24:12 2013
New Revision: 254120
URL: http://svnweb.freebsd.org/changeset/base/254120
Log:
- Use the correct type in the linux bitops emulation.
Submitted by: Maxim Ignatenko
Modified:
head/sys/ofed/include/linux/bitops.h
Modified: head/sys/ofed/include
Author: jeff
Date: Fri Aug 9 03:24:48 2013
New Revision: 254121
URL: http://svnweb.freebsd.org/changeset/base/254121
Log:
- Correctly handle various edge cases in sysfs emulation.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/ofed/include/linux/sysfs.h
Modified: head/
Author: jeff
Date: Fri Aug 9 03:26:17 2013
New Revision: 254122
URL: http://svnweb.freebsd.org/changeset/base/254122
Log:
- Reserve a special AF for SDP. The one we were incorrectly using before
was taken by another AF.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/s
Author: jeff
Date: Fri Aug 9 03:29:46 2013
New Revision: 254123
URL: http://svnweb.freebsd.org/changeset/base/254123
Log:
- Fix compile errors from the clang conversion
- Grab AF_SDP_INET from sys/socket.h
Submitted by: Garrett Cooper
Sponsored by: EMC / Isilon Storage Division
Modi
Author: marcel
Date: Fri Aug 9 05:27:38 2013
New Revision: 254124
URL: http://svnweb.freebsd.org/changeset/base/254124
Log:
Merge r254075 from stable/9. This fixes the ISO images.
Approved by: re (gjb@)
Modified:
releng/9.2/release/ia64/mkisoimages.sh
Directory Properties:
releng/9.2
Author: kib
Date: Fri Aug 9 06:01:52 2013
New Revision: 254125
URL: http://svnweb.freebsd.org/changeset/base/254125
Log:
MFC r253527:
Move the convert_sigevent32() utility function into freebsd32_misc.c
for consumption outside the vfs_aio.c.
For SIGEV_THREAD_ID and SIGEV_SIGNAL notific
Author: kib
Date: Fri Aug 9 06:20:59 2013
New Revision: 254126
URL: http://svnweb.freebsd.org/changeset/base/254126
Log:
MFC r253528:
The freebsd32_lio_listio() compat syscall takes the struct sigevent32.
Modified:
stable/9/sys/compat/freebsd32/syscalls.master
Directory Properties:
stabl
Author: kib
Date: Fri Aug 9 06:23:22 2013
New Revision: 254127
URL: http://svnweb.freebsd.org/changeset/base/254127
Log:
Regenerate.
Modified:
stable/9/sys/compat/freebsd32/freebsd32_proto.h
stable/9/sys/compat/freebsd32/freebsd32_syscall.h
stable/9/sys/compat/freebsd32/freebsd32_syscall
Author: kib
Date: Fri Aug 9 06:25:31 2013
New Revision: 254128
URL: http://svnweb.freebsd.org/changeset/base/254128
Log:
MFC r253529:
Wrap kmq_notify(2) for compat32 to properly consume struct sigevent32
argument.
Modified:
stable/9/sys/compat/freebsd32/syscalls.master
stable/9/sys/ker
Author: kib
Date: Fri Aug 9 06:27:20 2013
New Revision: 254129
URL: http://svnweb.freebsd.org/changeset/base/254129
Log:
Regenerate.
Modified:
stable/9/sys/compat/freebsd32/freebsd32_proto.h
stable/9/sys/compat/freebsd32/freebsd32_syscall.h
stable/9/sys/compat/freebsd32/freebsd32_syscall
Author: kib
Date: Fri Aug 9 06:51:34 2013
New Revision: 254130
URL: http://svnweb.freebsd.org/changeset/base/254130
Log:
MFC r253530:
Implement compat32 wrappers for the ktimer_* syscalls.
Modified:
stable/9/sys/compat/freebsd32/freebsd32.h
stable/9/sys/compat/freebsd32/freebsd32_misc.c
Author: kib
Date: Fri Aug 9 06:54:52 2013
New Revision: 254131
URL: http://svnweb.freebsd.org/changeset/base/254131
Log:
Regenerate.
Modified:
stable/9/sys/compat/freebsd32/freebsd32_proto.h
stable/9/sys/compat/freebsd32/freebsd32_syscall.h
stable/9/sys/compat/freebsd32/freebsd32_syscall
49 matches
Mail list logo