Author: adrian
Date: Sat Jun 14 06:54:03 2014
New Revision: 267466
URL: http://svnweb.freebsd.org/changeset/base/267466
Log:
Shadow RAM support is apparently not at all working on the Intel 5300 Wifi.
Tested:
* Intel 5300 3x3 wifi
* Intel 5100
Modified:
head/sys/dev/iwn/if_iwn_chi
Author: pfg
Date: Sat Jun 14 02:57:40 2014
New Revision: 267465
URL: http://svnweb.freebsd.org/changeset/base/267465
Log:
MFC r266865;
Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance.
POSIX.1-2008 specifies that those two functions should be declared by
including , not
Author: pfg
Date: Sat Jun 14 01:58:33 2014
New Revision: 267464
URL: http://svnweb.freebsd.org/changeset/base/267464
Log:
patch: cleanup some unnecessary cruft.
- Drop some bogus casts to size_t.
- The new_p_foo variables are not needed after r267426.
Pointed out by: bd
Author: emaste
Date: Sat Jun 14 01:32:48 2014
New Revision: 267463
URL: http://svnweb.freebsd.org/changeset/base/267463
Log:
MFC r264194: fix handling of -P without -p or -r
Fork a child process and wait until the process terminates when the -P
option is specified. This behavior is do
Author: edwin
Date: Sat Jun 14 01:24:16 2014
New Revision: 267461
URL: http://svnweb.freebsd.org/changeset/base/267461
Log:
Remove wrongly tagged distribution.
Deleted:
vendor/tzdata/tzdata2013e/
___
svn-src-all@freebsd.org mailing list
http://lists
Author: edwin
Date: Sat Jun 14 01:18:02 2014
New Revision: 267460
URL: http://svnweb.freebsd.org/changeset/base/267460
Log:
Undo commit r267455, which was done in the wrong directory.
Modified:
head/contrib/tzdata/africa
head/contrib/tzdata/australasia
head/contrib/tzdata/etcetera
head/
Author: gjb
Date: Sat Jun 14 01:03:24 2014
New Revision: 267459
URL: http://svnweb.freebsd.org/changeset/base/267459
Log:
Switch release/Makefile knobs from WITHOUT_FOO=1 to MK_FOO=no.
This allows greater granular control over the release
build, and avoids WITH_FOO=1 and WITHOUT_FOO=1 col
Author: delphij
Date: Sat Jun 14 00:54:57 2014
New Revision: 267458
URL: http://svnweb.freebsd.org/changeset/base/267458
Log:
MFC r267368:
Apply vendor fixes to the High Point drivers:
- Don't call xpt_free_path() in os_query_remove_device() and
always return TRUE.
- Update os
Author: delphij
Date: Sat Jun 14 00:44:57 2014
New Revision: 267457
URL: http://svnweb.freebsd.org/changeset/base/267457
Log:
MFC r267368:
Apply vendor fixes to the High Point drivers:
- Don't call xpt_free_path() in os_query_remove_device() and
always return TRUE.
- Update os
Author: edwin
Date: Sat Jun 14 00:18:17 2014
New Revision: 267456
URL: http://svnweb.freebsd.org/changeset/base/267456
Log:
MFC of tzdata2014e
Fix historical data for Egypt.
Better prediction for future Egypt / Morocco changes.
Update to Cocos / Cook islands.
Fix historical data for R
Author: edwin
Date: Sat Jun 14 00:16:50 2014
New Revision: 267455
URL: http://svnweb.freebsd.org/changeset/base/267455
Log:
MFV of tzdata2014e
Fix historical data for Egypt.
Better prediction for future Egypt / Morocco changes.
Update to Cocos / Cook islands.
Fix historical data for R
Author: shurd (ports committer)
Date: Sat Jun 14 00:10:10 2014
New Revision: 267454
URL: http://svnweb.freebsd.org/changeset/base/267454
Log:
Added:
- my birthday
Approved by: db, skreuzer (mentors)
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/
Author: edwin
Date: Sat Jun 14 00:00:03 2014
New Revision: 267453
URL: http://svnweb.freebsd.org/changeset/base/267453
Log:
Tag of tzdata2014e sources.
Added:
vendor/tzdata/tzdata2013e/
- copied from r267452, vendor/tzdata/dist/
___
svn-src-all
Author: edwin
Date: Fri Jun 13 23:56:47 2014
New Revision: 267452
URL: http://svnweb.freebsd.org/changeset/base/267452
Log:
Vendor import of tzdata2014e changes
Fix historical data for Egypt.
Better prediction for future Egypt / Morocco changes.
Update to Cocos / Cook islands.
Fix his
Author: delphij
Date: Fri Jun 13 22:33:41 2014
New Revision: 267451
URL: http://svnweb.freebsd.org/changeset/base/267451
Log:
Correct variable for loader tunable variable hw.mfi.mrsas_enable.
Submitted by: Sascha Wildner (DragonFly)
MFC after:3 days
Modified:
head/sys/dev/mfi/mfi_p
On Jun 7, 2014, at 3:48 PM, Marius Strobl wrote:
> On Sat, Jun 07, 2014 at 09:23:47AM -0600, Warner Losh wrote:
>> Why? There should be no -gdwarf-2 in the tree, that was a workaround that
>> has since been obsoleted by (a) -g automatically changes to this in the
>> makefile system and (b) the
Author: jhb
Date: Fri Jun 13 21:30:40 2014
New Revision: 267450
URL: http://svnweb.freebsd.org/changeset/base/267450
Log:
MFC 262744:
Add SMBIOS support.
A new option, -U, can be used to set the UUID in the System
Information (Type 1) structure.
Added:
stable/10/usr.sbin/bhyve/smbios
Author: jhb
Date: Fri Jun 13 19:40:02 2014
New Revision: 267449
URL: http://svnweb.freebsd.org/changeset/base/267449
Log:
- Don't check the dma map address for a static DMA mapping against NULL
to determine if the mapping is valid.
- Don't explicitly destroy the dmap map for static DMA map
Author: jhb
Date: Fri Jun 13 19:34:34 2014
New Revision: 267448
URL: http://svnweb.freebsd.org/changeset/base/267448
Log:
Don't check maps for static DMA allocations against NULL to see if an
allocation succeeded. Instead, check the tag against NULL.
Modified:
head/sys/dev/ubsec/ubsec.c
M
Author: jhb
Date: Fri Jun 13 19:10:40 2014
New Revision: 267447
URL: http://svnweb.freebsd.org/changeset/base/267447
Log:
MFC 262139,262140,262236,262281,262532:
Various x2APIC fixes and enhancements:
- Use spinlocks for the vioapic.
- Handle the SELF_IPI MSR.
- Simplify the APIC mode sw
Author: jhb
Date: Fri Jun 13 18:20:44 2014
New Revision: 267446
URL: http://svnweb.freebsd.org/changeset/base/267446
Log:
Add missing calls to bus_dmamap_unload() when freeing static DMA
allocations.
Reviewed by: scottl
Modified:
head/sys/dev/amr/amr_pci.c
head/sys/dev/drm/ati_pciga
Author: delphij
Date: Fri Jun 13 18:07:42 2014
New Revision: 267445
URL: http://svnweb.freebsd.org/changeset/base/267445
Log:
Add Jung-uk Kim as co-maintainer of OpenSSL per discussion on
-developers and agreed by benl@.
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
===
On Jun 13, 2014, at 10:49 AM, Glen Barber wrote:
> On Fri, Jun 13, 2014 at 10:34:50AM -0600, Warner Losh wrote:
>>
>> On Jun 10, 2014, at 11:22 AM, Nathan Whitehorn
>> wrote:
>>
>>> On 06/10/14 10:05, Julio Merino wrote:
Author: jmmv
Date: Tue Jun 10 17:05:41 2014
New Revision
On Fri, Jun 13, 2014 at 10:34:50AM -0600, Warner Losh wrote:
>
> On Jun 10, 2014, at 11:22 AM, Nathan Whitehorn wrote:
>
> > On 06/10/14 10:05, Julio Merino wrote:
> >> Author: jmmv
> >> Date: Tue Jun 10 17:05:41 2014
> >> New Revision: 267332
> >> URL: http://svnweb.freebsd.org/changeset/base/2
On Jun 10, 2014, at 11:22 AM, Nathan Whitehorn wrote:
> On 06/10/14 10:05, Julio Merino wrote:
>> Author: jmmv
>> Date: Tue Jun 10 17:05:41 2014
>> New Revision: 267332
>> URL: http://svnweb.freebsd.org/changeset/base/267332
>>
>> Log:
>> Strip out the test suite from the installation media.
On Jun 10, 2014, at 7:57 AM, Benjamin Kaduk wrote:
> On Tue, Jun 10, 2014 at 2:16 AM, Rui Paulo wrote:
> Author: rpaulo
> Date: Tue Jun 10 06:16:34 2014
> New Revision: 267318
> URL: http://svnweb.freebsd.org/changeset/base/267318
>
> Log:
> dtc: ignore lines starting with #.
>
> This is
On Jun 8, 2014, at 11:38 AM, Bjoern A. Zeeb wrote:
>
> On 08 Jun 2014, at 17:29 , Bryan Drewery wrote:
>
>> Author: bdrewery
>> Date: Sun Jun 8 17:29:31 2014
>> New Revision: 267233
>> URL: http://svnweb.freebsd.org/changeset/base/267233
>>
>> Log:
>> In preparation for ASLR [1] support add
Author: bdrewery
Date: Fri Jun 13 15:04:21 2014
New Revision: 267444
URL: http://svnweb.freebsd.org/changeset/base/267444
Log:
MFC r267174:
Fix some rpcgen sample file issues.
PR: 185582
Modified:
stable/10/usr.bin/rpcgen/rpc_main.c
stable/10/usr.bin/rpcgen/rpc_sample.c
Direct
On Fri, Jun 13, 2014 at 6:08 AM, Tijl Coosemans wrote:
> Author: tijl
> Date: Fri Jun 13 10:08:18 2014
> New Revision: 267441
> URL: http://svnweb.freebsd.org/changeset/base/267441
>
> Log:
> Don't install GSS-API headers when the GSSAPI option has been disabled.
> Some ports assume GSS-API i
Author: jilles
Date: Fri Jun 13 12:39:06 2014
New Revision: 267443
URL: http://svnweb.freebsd.org/changeset/base/267443
Log:
MFC r267162: ktrace: Use designated initializers for the data_lengths array.
In the .o file, this only changes some line numbers (stable/10 amd64)
because element 0
Author: brueffer
Date: Fri Jun 13 12:01:55 2014
New Revision: 267442
URL: http://svnweb.freebsd.org/changeset/base/267442
Log:
MFC: r267185
Minor improvements.
Modified:
stable/10/share/man/man4/xnb.4
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/share/man/man
Author: tijl
Date: Fri Jun 13 10:08:18 2014
New Revision: 267441
URL: http://svnweb.freebsd.org/changeset/base/267441
Log:
Don't install GSS-API headers when the GSSAPI option has been disabled.
Some ports assume GSS-API is supported when they find the headers.
PR: 189156
Subm
Author: hselasky
Date: Fri Jun 13 08:53:49 2014
New Revision: 267440
URL: http://svnweb.freebsd.org/changeset/base/267440
Log:
Attach the CUSE library and kernel module to the default FreeBSD
builds. Bump the FreeBSD version number.
Modified:
head/lib/Makefile
head/share/mk/src.opts.mk
Author: tijl
Date: Fri Jun 13 08:44:03 2014
New Revision: 267439
URL: http://svnweb.freebsd.org/changeset/base/267439
Log:
- Make invalids variable local to do_conv such that it prints the number
of invalid characters of the current file instead of an accumulated
value.
- Make do_conv
Author: tijl
Date: Fri Jun 13 08:36:10 2014
New Revision: 267438
URL: http://svnweb.freebsd.org/changeset/base/267438
Log:
iconv_open: initialise ci_ilseq_invalid field of _citrus_iconv_shared
struct after allocation with malloc.
iconvlist: reduce a memory leak by copying strings only onc
Author: tijl
Date: Fri Jun 13 08:28:51 2014
New Revision: 267437
URL: http://svnweb.freebsd.org/changeset/base/267437
Log:
Replace malloc+memset with calloc.
Modified:
head/lib/libc/iconv/citrus_db_factory.c
head/lib/libc/iconv/citrus_iconv.c
Modified: head/lib/libc/iconv/citrus_db_factory
Author: tijl
Date: Fri Jun 13 08:26:53 2014
New Revision: 267436
URL: http://svnweb.freebsd.org/changeset/base/267436
Log:
Replace malloc+memset with calloc.
Modified:
head/lib/libiconv_modules/HZ/citrus_hz.c
Modified: head/lib/libiconv_modules/HZ/citrus_hz.c
Author: hselasky
Date: Fri Jun 13 07:33:43 2014
New Revision: 267435
URL: http://svnweb.freebsd.org/changeset/base/267435
Log:
MFC r263191:
Add libusb_log_level enum.
Modified:
stable/10/lib/libusb/libusb.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libusb
Author: erwin
Date: Fri Jun 13 07:23:46 2014
New Revision: 267434
URL: http://svnweb.freebsd.org/changeset/base/267434
Log:
Sync with 2014060201 which adds IPv6 to b.root-servers.net
Note that this is a direct commit to stable/8 as this file
is no longer in HEAD.
Sponsored by: DK Hos
39 matches
Mail list logo