> On Dec 24, 2014, at 19:56, Alfred Perlstein wrote:
>
>
> On 12/24/14 7:36 PM, Garrett Cooper wrote:
>>> On Dec 24, 2014, at 19:15, Alfred Perlstein wrote:
>>>
>>> Author: alfred
>>> Date: Thu Dec 25 03:15:56 2014
>>> New Revision: 276195
>>> URL: https://svnweb.freebsd.org/changeset/base/27
On Wed, Dec 24, 2014 at 11:04:01PM -0800, Garrett Cooper wrote:
>
> > On Dec 24, 2014, at 19:56, Alfred Perlstein wrote:
> >
> >
> > On 12/24/14 7:36 PM, Garrett Cooper wrote:
> >>> On Dec 24, 2014, at 19:15, Alfred Perlstein wrote:
> >>>
> >>> Author: alfred
> >>> Date: Thu Dec 25 03:15:56 2
> On 24 Dec 2014, at 18:34 , Andrey V. Elsukov wrote:
>
> Author: ae
> Date: Wed Dec 24 18:34:56 2014
> New Revision: 276188
> URL: https://svnweb.freebsd.org/changeset/base/276188
>
> Log:
> Rename ip4_def_policy variable to def_policy. It is used by both IPv4 and
> IPv6. Initialize it only
Author: ae
Date: Thu Dec 25 13:38:51 2014
New Revision: 276199
URL: https://svnweb.freebsd.org/changeset/base/276199
Log:
Fix VIMAGE build.
Modified:
head/sys/netipsec/key.c
Modified: head/sys/netipsec/key.c
==
--- h
Author: rmacklem
Date: Thu Dec 25 14:44:04 2014
New Revision: 276200
URL: https://svnweb.freebsd.org/changeset/base/276200
Log:
Fix the comment introduced in r276192 so that it clearly
states that the change is needed to avoid a deadlock.
Suggested by: kib
MFC after:1 week
Modified
Author: kevlo
Date: Thu Dec 25 15:17:57 2014
New Revision: 276201
URL: https://svnweb.freebsd.org/changeset/base/276201
Log:
Replace CC_VAR with CCV, since the CC_VAR macro doesn't exist.
While here, add MLINK for CCV.9 and DECLARE_CC_MODULE.9.
Modified:
head/share/man/man9/Makefile
head/
Author: ian
Date: Thu Dec 25 16:36:02 2014
New Revision: 276202
URL: https://svnweb.freebsd.org/changeset/base/276202
Log:
Stylish changes... put tabs where they need to be in macros, move lines
around so that related things are more grouped together, rewrite comments.
No functional chang
Author: ian
Date: Thu Dec 25 16:43:15 2014
New Revision: 276203
URL: https://svnweb.freebsd.org/changeset/base/276203
Log:
Fix the GLOBAL macro so it works (upper vs lowercase X), use it in _EENTRY.
Modified:
head/sys/arm/include/asm.h
Modified: head/sys/arm/include/asm.h
===
Author: ian
Date: Thu Dec 25 16:49:33 2014
New Revision: 276204
URL: https://svnweb.freebsd.org/changeset/base/276204
Log:
Create 'L' variants of all the ENTRY macros for file-static/local symbols.
If it seems like this is getting out of hand, I quite agree. I wonder if
it's safe, here i
Author: ian
Date: Thu Dec 25 17:06:58 2014
New Revision: 276206
URL: https://svnweb.freebsd.org/changeset/base/276206
Log:
For data and instruction prefetch aborts, call the same handler in the C
code, passing a 0/1 flag that indicates which type of abort it was. This
sets the stage for uni
Author: loos
Date: Thu Dec 25 17:28:26 2014
New Revision: 276207
URL: https://svnweb.freebsd.org/changeset/base/276207
Log:
Add interrupt support for GPIO pins on OMAP4 and AM335x.
This enables the use of GPIO pins as interrupt sources for kernel devices
directly attached to gpiobus (user
Author: phk
Date: Thu Dec 25 17:50:04 2014
New Revision: 276208
URL: https://svnweb.freebsd.org/changeset/base/276208
Log:
Use compiled in default keymaps which are available both in syscons and vt.
Modified:
head/sys/amd64/conf/NOTES
head/sys/conf/NOTES
Modified: head/sys/amd64/conf/NOTES
Author: alfred
Date: Thu Dec 25 17:53:43 2014
New Revision: 276209
URL: https://svnweb.freebsd.org/changeset/base/276209
Log:
Fix OLD_LIBS for libxo moved to /lib
Pointed out by: kib
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==
Author: phk
Date: Thu Dec 25 17:54:22 2014
New Revision: 276210
URL: https://svnweb.freebsd.org/changeset/base/276210
Log:
Create the PKG_DIR if it is missing
Modified:
head/tools/tools/sysbuild/sysbuild.sh
Modified: head/tools/tools/sysbuild/sysbuild.sh
=
On Tue, Dec 23, 2014 at 04:17:38PM +, Andrey V. Elsukov wrote:
> Author: ae
> Date: Tue Dec 23 16:17:37 2014
> New Revision: 276148
> URL: https://svnweb.freebsd.org/changeset/base/276148
> Log:
> Remove in_gif.h and in6_gif.h files. They only contain function
> declarations used by gif(4)
Author: ian
Date: Thu Dec 25 19:08:39 2014
New Revision: 276212
URL: https://svnweb.freebsd.org/changeset/base/276212
Log:
Add macros for asm barrier instructions with arch-specific implementations.
Modified:
head/sys/arm/include/asm.h
Modified: head/sys/arm/include/asm.h
===
> On Dec 25, 2014, at 02:21, Konstantin Belousov wrote:
>
>> On Wed, Dec 24, 2014 at 11:04:01PM -0800, Garrett Cooper wrote:
>>
>>> On Dec 24, 2014, at 19:56, Alfred Perlstein wrote:
>>>
>>>
>>> On 12/24/14 7:36 PM, Garrett Cooper wrote:
...
>> There isn't a leftover versioned .so in /usr/
Author: phk
Date: Thu Dec 25 20:15:13 2014
New Revision: 276214
URL: https://svnweb.freebsd.org/changeset/base/276214
Log:
Deorbit the IEEE-488/GPIB support.
Deleted:
head/share/man/man4/gpib.4
head/share/man/man4/pcii.4
head/share/man/man4/tnt4882.4
head/sys/dev/ieee488/ibfoo.c
head/
On 12/25/14 12:07 PM, Garrett Cooper wrote:
On Dec 25, 2014, at 02:21, Konstantin Belousov wrote:
On Wed, Dec 24, 2014 at 11:04:01PM -0800, Garrett Cooper wrote:
On Dec 24, 2014, at 19:56, Alfred Perlstein wrote:
On 12/24/14 7:36 PM, Garrett Cooper wrote:
...
There isn't a leftover ve
Why was the original condition there? It may not be documented in a
commenf, but presumably there is a reason. Did you ask the original author
of the code in question?
--Will.
On Tuesday, December 23, 2014, Steven Hartland wrote:
> Author: smh
> Date: Tue Dec 23 09:31:24 2014
> New Revision: 2
I checked when I initially investigated the issue and it was added when
ZFS boot support was originally incorporated into Solaris.
FreeBSD's ZFS boot support outstrips illumos upstream, not even
requiring the cache file, and when initially discussed with others it
was thought the most likely r
Author: ae
Date: Thu Dec 25 21:32:37 2014
New Revision: 276215
URL: https://svnweb.freebsd.org/changeset/base/276215
Log:
Extern declarations in C files loses compile-time checking that
the functions' calls match their definitions. Move them to header files.
Reviewed by: jilles (previous
Author: pfg
Date: Thu Dec 25 21:51:28 2014
New Revision: 276218
URL: https://svnweb.freebsd.org/changeset/base/276218
Log:
patch: Bring in xstrdup and use it when appropriate.
The function savestr allows NULL return values during Plan A patching so in
case of out of memory conditions, Pla
Author: bapt
Date: Thu Dec 25 21:56:56 2014
New Revision: 276219
URL: https://svnweb.freebsd.org/changeset/base/276219
Log:
Update mandoc to 1.13.2
Added:
head/contrib/mdocml/mandoc_headers.3
- copied unchanged from r276217, vendor/mdocml/dist/mandoc_headers.3
Modified:
head/contrib/md
Author: bapt
Date: Thu Dec 25 22:04:16 2014
New Revision: 276220
URL: https://svnweb.freebsd.org/changeset/base/276220
Log:
mandoc -Tlocale is now the default, no need to enforce it anymore
Modified:
head/usr.bin/man/man.sh
Modified: head/usr.bin/man/man.sh
==
Author: rmacklem
Date: Thu Dec 25 22:29:37 2014
New Revision: 276221
URL: https://svnweb.freebsd.org/changeset/base/276221
Log:
Delete some duplicate code that was harmless because
exactly the same code is at the end of the nfscl_checksattr()
function that is called just before it. As such,
Author: bz
Date: Fri Dec 26 00:01:00 2014
New Revision: 276224
URL: https://svnweb.freebsd.org/changeset/base/276224
Log:
Let's see if we can fix the NOINET if_gif(4) module build after r276215
going by example.
Modified:
head/sys/modules/if_gif/Makefile
Modified: head/sys/modules/if_gif/M
Author: smh
Date: Fri Dec 26 01:12:02 2014
New Revision: 276226
URL: https://svnweb.freebsd.org/changeset/base/276226
Log:
Enhancements to zpool upgrade processing
Introduce a seperate phase to list all unavailable pools when listing
pools to upgrade. This avoids confusing output when dis
Author: kevlo
Date: Fri Dec 26 01:48:44 2014
New Revision: 276227
URL: https://svnweb.freebsd.org/changeset/base/276227
Log:
Mention cc_cdg.
Modified:
head/share/man/man4/mod_cc.4
head/share/man/man9/mod_cc.9
Modified: head/share/man/man4/mod_cc.4
==
Author: pfg
Date: Fri Dec 26 03:03:41 2014
New Revision: 276228
URL: https://svnweb.freebsd.org/changeset/base/276228
Log:
gas: use memmove instead of bogus memcpy.
partial_where points into the buffer that begins with buffer_start
so we need to use memmove() to handle the overlap.
Sour
Author: pfg
Date: Fri Dec 26 04:33:53 2014
New Revision: 276229
URL: https://svnweb.freebsd.org/changeset/base/276229
Log:
Backport fix for binutils 11867: .quad directive not assembled correctly
Alan Modra (and Alan's employer) graciously permitted use of his patch
under GPLv2.
Obta
Author: bapt
Date: Fri Dec 26 07:34:42 2014
New Revision: 276230
URL: https://svnweb.freebsd.org/changeset/base/276230
Log:
Fix .TH having too many arguments
Modified:
head/contrib/ee/ee.1
Modified: head/contrib/ee/ee.1
Author: bapt
Date: Fri Dec 26 07:36:42 2014
New Revision: 276231
URL: https://svnweb.freebsd.org/changeset/base/276231
Log:
Remove unknown macro
Modified:
head/contrib/bzip2/bzip2.1
Modified: head/contrib/bzip2/bzip2.1
=
33 matches
Mail list logo